From dd4f3dd8935364148647fb83cf1f9c846e7393aa Mon Sep 17 00:00:00 2001 From: Chet Ramey Date: Wed, 7 Dec 2011 09:27:39 -0500 Subject: [PATCH] commit bash-20080821 snapshot --- COPYINGv2 | 347 + COPYINGv3 | 674 ++ CWRU/CWRU.chlog | 28 + CWRU/CWRU.chlog~ | 48 +- MANIFEST | 20 +- MANIFEST~ | 24 +- Makefile.in | 8 +- Makefile.in~ | 24 +- README | 6 +- autom4te.cache/output.0 | 18176 ++++++++++++---------------- autom4te.cache/requests | 111 +- autom4te.cache/traces.0 | 1221 +- builtins/help.def | 7 +- builtins/shopt.def | 1 + configure | 18110 ++++++++++++--------------- doc/FAQ-4.0 | 2027 ++++ doc/bash.1 | 6 +- doc/bash.1~ | 4 +- doc/bash.pdf | Bin 279223 -> 279219 bytes doc/bash.ps | 16 +- doc/bashref.dvi | Bin 632680 -> 632680 bytes doc/bashref.log | 18 +- doc/bashref.pdf | 1855 +-- doc/bashref.texi | 2 +- doc/bashref.texi~ | 10 +- doc/version.texi | 6 +- doc/version.texi~ | 4 +- examples/complete/bash_completion | 9401 ++++++++++++++ execute_cmd.c | 4 +- lib/intl/plural.c | 16 +- lib/readline/doc/Makefile | 25 +- lib/readline/examples/Makefile | 26 +- po/LINGUAS | 2 +- po/af.gmo | Bin 1231 -> 1231 bytes po/af.po | 815 +- po/bash.pot | 807 +- po/bg.gmo | Bin 36430 -> 36341 bytes po/bg.po | 836 +- po/ca.gmo | Bin 10101 -> 10101 bytes po/ca.po | 819 +- po/cs.gmo | Bin 123318 -> 26109 bytes po/cs.po | 52 +- po/de.gmo | Bin 9705 -> 9705 bytes po/de.po | 817 +- po/en@boldquot.gmo | Bin 150807 -> 153923 bytes po/en@boldquot.po | 868 +- po/en@quot.gmo | Bin 149327 -> 152435 bytes po/en@quot.po | 866 +- po/eo.gmo | Bin 25464 -> 25421 bytes po/eo.po | 832 +- po/es.gmo | Bin 31072 -> 31030 bytes po/es.po | 832 +- po/et.gmo | Bin 12301 -> 12257 bytes po/et.po | 810 +- po/fr.gmo | Bin 27641 -> 27590 bytes po/fr.po | 840 +- po/hu.gmo | Bin 9591 -> 9591 bytes po/hu.po | 817 +- po/id.gmo | Bin 11174 -> 24570 bytes po/id.po | 4252 +++++-- po/ja.gmo | Bin 8183 -> 8183 bytes po/ja.po | 814 +- po/lt.gmo | Bin 43014 -> 24059 bytes po/lt.po | 4023 ++++-- po/nl.gmo | Bin 26074 -> 26025 bytes po/nl.po | 829 +- po/pl.gmo | Bin 26067 -> 26025 bytes po/pl.po | 833 +- po/pt_BR.gmo | Bin 9926 -> 9926 bytes po/pt_BR.po | 817 +- po/ro.gmo | Bin 9699 -> 9699 bytes po/ro.po | 814 +- po/ru.gmo | Bin 9192 -> 9142 bytes po/ru.po | 809 +- po/sk.gmo | Bin 26347 -> 26299 bytes po/sk.po | 831 +- po/sv.gmo | Bin 6752 -> 6708 bytes po/sv.po | 810 +- po/tr.gmo | Bin 25616 -> 25573 bytes po/tr.po | 831 +- po/vi.gmo | Bin 31049 -> 31001 bytes po/vi.po | 837 +- po/zh_TW.gmo | Bin 0 -> 7080 bytes po/zh_TW.po | 2531 ++++ subst.c | 3 +- support/Makefile.in | 2 +- support/Makefile.in~ | 87 + support/config.guess | 818 +- support/config.sub | 332 +- support/relicense | 56 + support/xcase.c | 95 + support/xcase.c~ | 92 + tests/RUN-ONE-TEST | 2 +- tests/assoc.right | 3 + tests/coproc.right | 8 +- tests/coproc.tests | 2 +- tests/coproc.tests~ | 45 + tests/shopt.right | 3 + version.c | 7 +- version2.c | 91 + 100 files changed, 49415 insertions(+), 33500 deletions(-) create mode 100644 COPYINGv2 create mode 100644 COPYINGv3 create mode 100644 doc/FAQ-4.0 create mode 100644 examples/complete/bash_completion create mode 100644 po/zh_TW.gmo create mode 100644 po/zh_TW.po create mode 100644 support/Makefile.in~ create mode 100644 support/relicense create mode 100644 support/xcase.c create mode 100644 support/xcase.c~ create mode 100644 tests/coproc.tests~ create mode 100644 version2.c diff --git a/COPYINGv2 b/COPYINGv2 new file mode 100644 index 000000000..2b940a412 --- /dev/null +++ b/COPYINGv2 @@ -0,0 +1,347 @@ + 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. + +The Free Software Foundation has exempted Bash from the requirement of +Paragraph 2c of the General Public License. This is to say, there is +no requirement for Bash to print a notice when it is started +interactively in the usual way. We made this exception because users +and standards expect shells not to print such messages. This +exception applies to any program that serves as a shell and that is +based primarily on Bash as opposed to other GNU software. + + 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 + + Appendix: 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) 19yy + + 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) 19yy 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/COPYINGv3 b/COPYINGv3 new file mode 100644 index 000000000..94a9ed024 --- /dev/null +++ b/COPYINGv3 @@ -0,0 +1,674 @@ + GNU GENERAL PUBLIC LICENSE + Version 3, 29 June 2007 + + Copyright (C) 2007 Free Software Foundation, Inc. + Everyone is permitted to copy and distribute verbatim copies + of this license document, but changing it is not allowed. + + Preamble + + The GNU General Public License is a free, copyleft license for +software and other kinds of works. + + The licenses for most software and other practical works are designed +to take away your freedom to share and change the works. By contrast, +the GNU General Public License is intended to guarantee your freedom to +share and change all versions of a program--to make sure it remains free +software for all its users. We, the Free Software Foundation, use the +GNU General Public License for most of our software; it applies also to +any other work released this way by its authors. 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 +them 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 prevent others from denying you +these rights or asking you to surrender the rights. Therefore, you have +certain responsibilities if you distribute copies of the software, or if +you modify it: responsibilities to respect the freedom of others. + + For example, if you distribute copies of such a program, whether +gratis or for a fee, you must pass on to the recipients the same +freedoms that you received. 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. + + Developers that use the GNU GPL protect your rights with two steps: +(1) assert copyright on the software, and (2) offer you this License +giving you legal permission to copy, distribute and/or modify it. + + For the developers' and authors' protection, the GPL clearly explains +that there is no warranty for this free software. For both users' and +authors' sake, the GPL requires that modified versions be marked as +changed, so that their problems will not be attributed erroneously to +authors of previous versions. + + Some devices are designed to deny users access to install or run +modified versions of the software inside them, although the manufacturer +can do so. This is fundamentally incompatible with the aim of +protecting users' freedom to change the software. The systematic +pattern of such abuse occurs in the area of products for individuals to +use, which is precisely where it is most unacceptable. Therefore, we +have designed this version of the GPL to prohibit the practice for those +products. If such problems arise substantially in other domains, we +stand ready to extend this provision to those domains in future versions +of the GPL, as needed to protect the freedom of users. + + Finally, every program is threatened constantly by software patents. +States should not allow patents to restrict development and use of +software on general-purpose computers, but in those that do, we wish to +avoid the special danger that patents applied to a free program could +make it effectively proprietary. To prevent this, the GPL assures that +patents cannot be used to render the program non-free. + + The precise terms and conditions for copying, distribution and +modification follow. + + TERMS AND CONDITIONS + + 0. Definitions. + + "This License" refers to version 3 of the GNU General Public License. + + "Copyright" also means copyright-like laws that apply to other kinds of +works, such as semiconductor masks. + + "The Program" refers to any copyrightable work licensed under this +License. Each licensee is addressed as "you". "Licensees" and +"recipients" may be individuals or organizations. + + To "modify" a work means to copy from or adapt all or part of the work +in a fashion requiring copyright permission, other than the making of an +exact copy. The resulting work is called a "modified version" of the +earlier work or a work "based on" the earlier work. + + A "covered work" means either the unmodified Program or a work based +on the Program. + + To "propagate" a work means to do anything with it that, without +permission, would make you directly or secondarily liable for +infringement under applicable copyright law, except executing it on a +computer or modifying a private copy. Propagation includes copying, +distribution (with or without modification), making available to the +public, and in some countries other activities as well. + + To "convey" a work means any kind of propagation that enables other +parties to make or receive copies. Mere interaction with a user through +a computer network, with no transfer of a copy, is not conveying. + + An interactive user interface displays "Appropriate Legal Notices" +to the extent that it includes a convenient and prominently visible +feature that (1) displays an appropriate copyright notice, and (2) +tells the user that there is no warranty for the work (except to the +extent that warranties are provided), that licensees may convey the +work under this License, and how to view a copy of this License. If +the interface presents a list of user commands or options, such as a +menu, a prominent item in the list meets this criterion. + + 1. Source Code. + + The "source code" for a work means the preferred form of the work +for making modifications to it. "Object code" means any non-source +form of a work. + + A "Standard Interface" means an interface that either is an official +standard defined by a recognized standards body, or, in the case of +interfaces specified for a particular programming language, one that +is widely used among developers working in that language. + + The "System Libraries" of an executable work include anything, other +than the work as a whole, that (a) is included in the normal form of +packaging a Major Component, but which is not part of that Major +Component, and (b) serves only to enable use of the work with that +Major Component, or to implement a Standard Interface for which an +implementation is available to the public in source code form. A +"Major Component", in this context, means a major essential component +(kernel, window system, and so on) of the specific operating system +(if any) on which the executable work runs, or a compiler used to +produce the work, or an object code interpreter used to run it. + + The "Corresponding Source" for a work in object code form means all +the source code needed to generate, install, and (for an executable +work) run the object code and to modify the work, including scripts to +control those activities. However, it does not include the work's +System Libraries, or general-purpose tools or generally available free +programs which are used unmodified in performing those activities but +which are not part of the work. For example, Corresponding Source +includes interface definition files associated with source files for +the work, and the source code for shared libraries and dynamically +linked subprograms that the work is specifically designed to require, +such as by intimate data communication or control flow between those +subprograms and other parts of the work. + + The Corresponding Source need not include anything that users +can regenerate automatically from other parts of the Corresponding +Source. + + The Corresponding Source for a work in source code form is that +same work. + + 2. Basic Permissions. + + All rights granted under this License are granted for the term of +copyright on the Program, and are irrevocable provided the stated +conditions are met. This License explicitly affirms your unlimited +permission to run the unmodified Program. The output from running a +covered work is covered by this License only if the output, given its +content, constitutes a covered work. This License acknowledges your +rights of fair use or other equivalent, as provided by copyright law. + + You may make, run and propagate covered works that you do not +convey, without conditions so long as your license otherwise remains +in force. You may convey covered works to others for the sole purpose +of having them make modifications exclusively for you, or provide you +with facilities for running those works, provided that you comply with +the terms of this License in conveying all material for which you do +not control copyright. Those thus making or running the covered works +for you must do so exclusively on your behalf, under your direction +and control, on terms that prohibit them from making any copies of +your copyrighted material outside their relationship with you. + + Conveying under any other circumstances is permitted solely under +the conditions stated below. Sublicensing is not allowed; section 10 +makes it unnecessary. + + 3. Protecting Users' Legal Rights From Anti-Circumvention Law. + + No covered work shall be deemed part of an effective technological +measure under any applicable law fulfilling obligations under article +11 of the WIPO copyright treaty adopted on 20 December 1996, or +similar laws prohibiting or restricting circumvention of such +measures. + + When you convey a covered work, you waive any legal power to forbid +circumvention of technological measures to the extent such circumvention +is effected by exercising rights under this License with respect to +the covered work, and you disclaim any intention to limit operation or +modification of the work as a means of enforcing, against the work's +users, your or third parties' legal rights to forbid circumvention of +technological measures. + + 4. Conveying Verbatim Copies. + + You may convey 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; +keep intact all notices stating that this License and any +non-permissive terms added in accord with section 7 apply to the code; +keep intact all notices of the absence of any warranty; and give all +recipients a copy of this License along with the Program. + + You may charge any price or no price for each copy that you convey, +and you may offer support or warranty protection for a fee. + + 5. Conveying Modified Source Versions. + + You may convey a work based on the Program, or the modifications to +produce it from the Program, in the form of source code under the +terms of section 4, provided that you also meet all of these conditions: + + a) The work must carry prominent notices stating that you modified + it, and giving a relevant date. + + b) The work must carry prominent notices stating that it is + released under this License and any conditions added under section + 7. This requirement modifies the requirement in section 4 to + "keep intact all notices". + + c) You must license the entire work, as a whole, under this + License to anyone who comes into possession of a copy. This + License will therefore apply, along with any applicable section 7 + additional terms, to the whole of the work, and all its parts, + regardless of how they are packaged. This License gives no + permission to license the work in any other way, but it does not + invalidate such permission if you have separately received it. + + d) If the work has interactive user interfaces, each must display + Appropriate Legal Notices; however, if the Program has interactive + interfaces that do not display Appropriate Legal Notices, your + work need not make them do so. + + A compilation of a covered work with other separate and independent +works, which are not by their nature extensions of the covered work, +and which are not combined with it such as to form a larger program, +in or on a volume of a storage or distribution medium, is called an +"aggregate" if the compilation and its resulting copyright are not +used to limit the access or legal rights of the compilation's users +beyond what the individual works permit. Inclusion of a covered work +in an aggregate does not cause this License to apply to the other +parts of the aggregate. + + 6. Conveying Non-Source Forms. + + You may convey a covered work in object code form under the terms +of sections 4 and 5, provided that you also convey the +machine-readable Corresponding Source under the terms of this License, +in one of these ways: + + a) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by the + Corresponding Source fixed on a durable physical medium + customarily used for software interchange. + + b) Convey the object code in, or embodied in, a physical product + (including a physical distribution medium), accompanied by a + written offer, valid for at least three years and valid for as + long as you offer spare parts or customer support for that product + model, to give anyone who possesses the object code either (1) a + copy of the Corresponding Source for all the software in the + product that is covered by this License, on a durable physical + medium customarily used for software interchange, for a price no + more than your reasonable cost of physically performing this + conveying of source, or (2) access to copy the + Corresponding Source from a network server at no charge. + + c) Convey individual copies of the object code with a copy of the + written offer to provide the Corresponding Source. This + alternative is allowed only occasionally and noncommercially, and + only if you received the object code with such an offer, in accord + with subsection 6b. + + d) Convey the object code by offering access from a designated + place (gratis or for a charge), and offer equivalent access to the + Corresponding Source in the same way through the same place at no + further charge. You need not require recipients to copy the + Corresponding Source along with the object code. If the place to + copy the object code is a network server, the Corresponding Source + may be on a different server (operated by you or a third party) + that supports equivalent copying facilities, provided you maintain + clear directions next to the object code saying where to find the + Corresponding Source. Regardless of what server hosts the + Corresponding Source, you remain obligated to ensure that it is + available for as long as needed to satisfy these requirements. + + e) Convey the object code using peer-to-peer transmission, provided + you inform other peers where the object code and Corresponding + Source of the work are being offered to the general public at no + charge under subsection 6d. + + A separable portion of the object code, whose source code is excluded +from the Corresponding Source as a System Library, need not be +included in conveying the object code work. + + A "User Product" is either (1) a "consumer product", which means any +tangible personal property which is normally used for personal, family, +or household purposes, or (2) anything designed or sold for incorporation +into a dwelling. In determining whether a product is a consumer product, +doubtful cases shall be resolved in favor of coverage. For a particular +product received by a particular user, "normally used" refers to a +typical or common use of that class of product, regardless of the status +of the particular user or of the way in which the particular user +actually uses, or expects or is expected to use, the product. A product +is a consumer product regardless of whether the product has substantial +commercial, industrial or non-consumer uses, unless such uses represent +the only significant mode of use of the product. + + "Installation Information" for a User Product means any methods, +procedures, authorization keys, or other information required to install +and execute modified versions of a covered work in that User Product from +a modified version of its Corresponding Source. The information must +suffice to ensure that the continued functioning of the modified object +code is in no case prevented or interfered with solely because +modification has been made. + + If you convey an object code work under this section in, or with, or +specifically for use in, a User Product, and the conveying occurs as +part of a transaction in which the right of possession and use of the +User Product is transferred to the recipient in perpetuity or for a +fixed term (regardless of how the transaction is characterized), the +Corresponding Source conveyed under this section must be accompanied +by the Installation Information. But this requirement does not apply +if neither you nor any third party retains the ability to install +modified object code on the User Product (for example, the work has +been installed in ROM). + + The requirement to provide Installation Information does not include a +requirement to continue to provide support service, warranty, or updates +for a work that has been modified or installed by the recipient, or for +the User Product in which it has been modified or installed. Access to a +network may be denied when the modification itself materially and +adversely affects the operation of the network or violates the rules and +protocols for communication across the network. + + Corresponding Source conveyed, and Installation Information provided, +in accord with this section must be in a format that is publicly +documented (and with an implementation available to the public in +source code form), and must require no special password or key for +unpacking, reading or copying. + + 7. Additional Terms. + + "Additional permissions" are terms that supplement the terms of this +License by making exceptions from one or more of its conditions. +Additional permissions that are applicable to the entire Program shall +be treated as though they were included in this License, to the extent +that they are valid under applicable law. If additional permissions +apply only to part of the Program, that part may be used separately +under those permissions, but the entire Program remains governed by +this License without regard to the additional permissions. + + When you convey a copy of a covered work, you may at your option +remove any additional permissions from that copy, or from any part of +it. (Additional permissions may be written to require their own +removal in certain cases when you modify the work.) You may place +additional permissions on material, added by you to a covered work, +for which you have or can give appropriate copyright permission. + + Notwithstanding any other provision of this License, for material you +add to a covered work, you may (if authorized by the copyright holders of +that material) supplement the terms of this License with terms: + + a) Disclaiming warranty or limiting liability differently from the + terms of sections 15 and 16 of this License; or + + b) Requiring preservation of specified reasonable legal notices or + author attributions in that material or in the Appropriate Legal + Notices displayed by works containing it; or + + c) Prohibiting misrepresentation of the origin of that material, or + requiring that modified versions of such material be marked in + reasonable ways as different from the original version; or + + d) Limiting the use for publicity purposes of names of licensors or + authors of the material; or + + e) Declining to grant rights under trademark law for use of some + trade names, trademarks, or service marks; or + + f) Requiring indemnification of licensors and authors of that + material by anyone who conveys the material (or modified versions of + it) with contractual assumptions of liability to the recipient, for + any liability that these contractual assumptions directly impose on + those licensors and authors. + + All other non-permissive additional terms are considered "further +restrictions" within the meaning of section 10. If the Program as you +received it, or any part of it, contains a notice stating that it is +governed by this License along with a term that is a further +restriction, you may remove that term. If a license document contains +a further restriction but permits relicensing or conveying under this +License, you may add to a covered work material governed by the terms +of that license document, provided that the further restriction does +not survive such relicensing or conveying. + + If you add terms to a covered work in accord with this section, you +must place, in the relevant source files, a statement of the +additional terms that apply to those files, or a notice indicating +where to find the applicable terms. + + Additional terms, permissive or non-permissive, may be stated in the +form of a separately written license, or stated as exceptions; +the above requirements apply either way. + + 8. Termination. + + You may not propagate or modify a covered work except as expressly +provided under this License. Any attempt otherwise to propagate or +modify it is void, and will automatically terminate your rights under +this License (including any patent licenses granted under the third +paragraph of section 11). + + However, if you cease all violation of this License, then your +license from a particular copyright holder is reinstated (a) +provisionally, unless and until the copyright holder explicitly and +finally terminates your license, and (b) permanently, if the copyright +holder fails to notify you of the violation by some reasonable means +prior to 60 days after the cessation. + + Moreover, your license from a particular copyright holder is +reinstated permanently if the copyright holder notifies you of the +violation by some reasonable means, this is the first time you have +received notice of violation of this License (for any work) from that +copyright holder, and you cure the violation prior to 30 days after +your receipt of the notice. + + Termination of your rights under this section does not terminate the +licenses of parties who have received copies or rights from you under +this License. If your rights have been terminated and not permanently +reinstated, you do not qualify to receive new licenses for the same +material under section 10. + + 9. Acceptance Not Required for Having Copies. + + You are not required to accept this License in order to receive or +run a copy of the Program. Ancillary propagation of a covered work +occurring solely as a consequence of using peer-to-peer transmission +to receive a copy likewise does not require acceptance. However, +nothing other than this License grants you permission to propagate or +modify any covered work. These actions infringe copyright if you do +not accept this License. Therefore, by modifying or propagating a +covered work, you indicate your acceptance of this License to do so. + + 10. Automatic Licensing of Downstream Recipients. + + Each time you convey a covered work, the recipient automatically +receives a license from the original licensors, to run, modify and +propagate that work, subject to this License. You are not responsible +for enforcing compliance by third parties with this License. + + An "entity transaction" is a transaction transferring control of an +organization, or substantially all assets of one, or subdividing an +organization, or merging organizations. If propagation of a covered +work results from an entity transaction, each party to that +transaction who receives a copy of the work also receives whatever +licenses to the work the party's predecessor in interest had or could +give under the previous paragraph, plus a right to possession of the +Corresponding Source of the work from the predecessor in interest, if +the predecessor has it or can get it with reasonable efforts. + + You may not impose any further restrictions on the exercise of the +rights granted or affirmed under this License. For example, you may +not impose a license fee, royalty, or other charge for exercise of +rights granted under this License, and you may not initiate litigation +(including a cross-claim or counterclaim in a lawsuit) alleging that +any patent claim is infringed by making, using, selling, offering for +sale, or importing the Program or any portion of it. + + 11. Patents. + + A "contributor" is a copyright holder who authorizes use under this +License of the Program or a work on which the Program is based. The +work thus licensed is called the contributor's "contributor version". + + A contributor's "essential patent claims" are all patent claims +owned or controlled by the contributor, whether already acquired or +hereafter acquired, that would be infringed by some manner, permitted +by this License, of making, using, or selling its contributor version, +but do not include claims that would be infringed only as a +consequence of further modification of the contributor version. For +purposes of this definition, "control" includes the right to grant +patent sublicenses in a manner consistent with the requirements of +this License. + + Each contributor grants you a non-exclusive, worldwide, royalty-free +patent license under the contributor's essential patent claims, to +make, use, sell, offer for sale, import and otherwise run, modify and +propagate the contents of its contributor version. + + In the following three paragraphs, a "patent license" is any express +agreement or commitment, however denominated, not to enforce a patent +(such as an express permission to practice a patent or covenant not to +sue for patent infringement). To "grant" such a patent license to a +party means to make such an agreement or commitment not to enforce a +patent against the party. + + If you convey a covered work, knowingly relying on a patent license, +and the Corresponding Source of the work is not available for anyone +to copy, free of charge and under the terms of this License, through a +publicly available network server or other readily accessible means, +then you must either (1) cause the Corresponding Source to be so +available, or (2) arrange to deprive yourself of the benefit of the +patent license for this particular work, or (3) arrange, in a manner +consistent with the requirements of this License, to extend the patent +license to downstream recipients. "Knowingly relying" means you have +actual knowledge that, but for the patent license, your conveying the +covered work in a country, or your recipient's use of the covered work +in a country, would infringe one or more identifiable patents in that +country that you have reason to believe are valid. + + If, pursuant to or in connection with a single transaction or +arrangement, you convey, or propagate by procuring conveyance of, a +covered work, and grant a patent license to some of the parties +receiving the covered work authorizing them to use, propagate, modify +or convey a specific copy of the covered work, then the patent license +you grant is automatically extended to all recipients of the covered +work and works based on it. + + A patent license is "discriminatory" if it does not include within +the scope of its coverage, prohibits the exercise of, or is +conditioned on the non-exercise of one or more of the rights that are +specifically granted under this License. You may not convey a covered +work if you are a party to an arrangement with a third party that is +in the business of distributing software, under which you make payment +to the third party based on the extent of your activity of conveying +the work, and under which the third party grants, to any of the +parties who would receive the covered work from you, a discriminatory +patent license (a) in connection with copies of the covered work +conveyed by you (or copies made from those copies), or (b) primarily +for and in connection with specific products or compilations that +contain the covered work, unless you entered into that arrangement, +or that patent license was granted, prior to 28 March 2007. + + Nothing in this License shall be construed as excluding or limiting +any implied license or other defenses to infringement that may +otherwise be available to you under applicable patent law. + + 12. No Surrender of Others' Freedom. + + If 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 convey a +covered work so as to satisfy simultaneously your obligations under this +License and any other pertinent obligations, then as a consequence you may +not convey it at all. For example, if you agree to terms that obligate you +to collect a royalty for further conveying from those to whom you convey +the Program, the only way you could satisfy both those terms and this +License would be to refrain entirely from conveying the Program. + + 13. Use with the GNU Affero General Public License. + + Notwithstanding any other provision of this License, you have +permission to link or combine any covered work with a work licensed +under version 3 of the GNU Affero General Public License into a single +combined work, and to convey the resulting work. The terms of this +License will continue to apply to the part which is the covered work, +but the special requirements of the GNU Affero General Public License, +section 13, concerning interaction through a network will apply to the +combination as such. + + 14. Revised Versions of this License. + + The Free Software Foundation may publish revised and/or new versions of +the GNU 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 that a certain numbered version of the GNU General +Public License "or any later version" applies to it, you have the +option of following the terms and conditions either of that numbered +version or of any later version published by the Free Software +Foundation. If the Program does not specify a version number of the +GNU General Public License, you may choose any version ever published +by the Free Software Foundation. + + If the Program specifies that a proxy can decide which future +versions of the GNU General Public License can be used, that proxy's +public statement of acceptance of a version permanently authorizes you +to choose that version for the Program. + + Later license versions may give you additional or different +permissions. However, no additional obligations are imposed on any +author or copyright holder as a result of your choosing to follow a +later version. + + 15. Disclaimer of Warranty. + + 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. + + 16. Limitation of Liability. + + IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS +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. + + 17. Interpretation of Sections 15 and 16. + + If the disclaimer of warranty and limitation of liability provided +above cannot be given local legal effect according to their terms, +reviewing courts shall apply local law that most closely approximates +an absolute waiver of all civil liability in connection with the +Program, unless a warranty or assumption of liability accompanies a +copy of the Program in return for a fee. + + 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 +state 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 3 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, see . + +Also add information on how to contact you by electronic and paper mail. + + If the program does terminal interaction, make it output a short +notice like this when it starts in an interactive mode: + + Copyright (C) + This program 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, your program's commands +might be different; for a GUI interface, you would use an "about box". + + You should also get your employer (if you work as a programmer) or school, +if any, to sign a "copyright disclaimer" for the program, if necessary. +For more information on this, and how to apply and follow the GNU GPL, see +. + + The GNU 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 Lesser General +Public License instead of this License. But first, please read +. diff --git a/CWRU/CWRU.chlog b/CWRU/CWRU.chlog index 785e23295..fb41f78ce 100644 --- a/CWRU/CWRU.chlog +++ b/CWRU/CWRU.chlog @@ -6781,3 +6781,31 @@ subst.c parse_and_execute_level is 0. If it's not, the longjmp to parse_and_execute will run the unwind-protect stack. Fixes bug most recently reported by Roman Rakus + + 8/18 + ---- +support/config.{guess,sub} + - updated to newer versions from autoconf-2.62 distribution + + 8/20 + ---- +subst.c + - fixed parameter_brace_substring to differentiate between indexed and + associative arrays when computing second offset, instead of + assuming indexed array + + 8/21 + ---- +support/xcase.c + - simple program to convert input from lower to uppercase and vice + versa. Now used by coproc test suite, since `tr -u' is not + portable. + + 8/22 + ---- +doc/bash.1 + - fixed description of the bindable edit-and-execute commands to note + they check $VISUAL first, instead of $FCEDIT. Fixed bug reported + by + +[bash-4.0-alpha frozen] diff --git a/CWRU/CWRU.chlog~ b/CWRU/CWRU.chlog~ index 94205bec7..aed4d00f9 100644 --- a/CWRU/CWRU.chlog~ +++ b/CWRU/CWRU.chlog~ @@ -4588,7 +4588,7 @@ doc/bashref.texi ---- subst.c - add call to sv_histtimefmt in initialize_variables so HISTTIMEFORMAT - rom the environment is honored. Fix from Ark Submedes (heh) + from the environment is honored. Fix from Ark Submedes (heh) lib/readline/histfile.c @@ -6749,3 +6749,49 @@ parse.y - change read_secondary_line to save lines in the body of a here- document in the shell history list if remember_on_history is set. Fixes bug reported by Gene Golub + + 8/4 + --- +configure.in + - changed to 4.0-alpha + +lib/readline/readline.h + - changed constants to reflect readline-6.0 version + + 8/11 + ---- +lib/readline/signals.c + - make sure we don't use SIGWINCH without checking whether or not it's + defined. Fix from Pedro Alves + + 8/12 + ---- + +COPYING + - updated to GPLv3; edits in every file with a copyright or license + declaration to update to gpl3 + +version.c + - update extended version info to latest gnu standard + + 8/17 + ---- +subst.c + - change exp_jump_to_top_level to only call top_level_cleanup if + parse_and_execute_level is 0. If it's not, the longjmp to + parse_and_execute will run the unwind-protect stack. Fixes bug + most recently reported by Roman Rakus + + 8/18 + ---- +support/config.{guess,sub} + - updated to newer versions from autoconf-2.62 distribution + + 8/20 + ---- +subst.c + - fixed parameter_brace_substring to differentiate between indexed and + associative arrays when computing second offset, instead of + assuming indexed array + +[bash-4.0-alpha frozen] diff --git a/MANIFEST b/MANIFEST index 9432deb34..c957858c0 100644 --- a/MANIFEST +++ b/MANIFEST @@ -32,7 +32,6 @@ lib/readline/doc d lib/readline/examples d lib/sh d lib/termcap d -lib/termcap/grot d lib/tilde d po d support d @@ -445,21 +444,6 @@ lib/termcap/termcap.c f lib/termcap/termcap.h f lib/termcap/tparam.c f lib/termcap/version.c f -lib/termcap/grot/termcap.info f -lib/termcap/grot/termcap.info-1 f -lib/termcap/grot/termcap.info-2 f -lib/termcap/grot/termcap.info-3 f -lib/termcap/grot/termcap.info-4 f -lib/termcap/grot/NEWS f -lib/termcap/grot/INSTALL f -lib/termcap/grot/ChangeLog f -lib/termcap/grot/texinfo.tex f -lib/termcap/grot/termcap.texi f -lib/termcap/grot/Makefile.in f -lib/termcap/grot/configure f -lib/termcap/grot/configure.in f -lib/termcap/grot/COPYING f -lib/termcap/grot/README f lib/tilde/README f lib/tilde/Makefile.in f lib/tilde/tilde.c f @@ -524,6 +508,8 @@ po/tr.gmo f po/tr.po f po/vi.gmo f po/vi.po f +po/zh_TW.gmo f +po/zh_TW.po f po/insert-header.sin f po/quot.sed f po/remove-potcdate.sin f @@ -577,6 +563,7 @@ support/bashbug.sh f support/man2html.c f support/recho.c f support/zecho.c f +support/xcase.c f support/SYMLINKS f support/fixlinks f 755 support/install.sh f 755 @@ -591,6 +578,7 @@ examples/obashdb/PERMISSION f examples/obashdb/README f examples/obashdb/bashdb f examples/obashdb/bashdb.el f +examples/complete/bash_completion f examples/complete/complete-examples f examples/complete/complete.ianmac f examples/complete/complete2.ianmac f diff --git a/MANIFEST~ b/MANIFEST~ index f9eb84734..b58df20cf 100644 --- a/MANIFEST~ +++ b/MANIFEST~ @@ -32,7 +32,6 @@ lib/readline/doc d lib/readline/examples d lib/sh d lib/termcap d -lib/termcap/grot d lib/tilde d po d support d @@ -445,21 +444,6 @@ lib/termcap/termcap.c f lib/termcap/termcap.h f lib/termcap/tparam.c f lib/termcap/version.c f -lib/termcap/grot/termcap.info f -lib/termcap/grot/termcap.info-1 f -lib/termcap/grot/termcap.info-2 f -lib/termcap/grot/termcap.info-3 f -lib/termcap/grot/termcap.info-4 f -lib/termcap/grot/NEWS f -lib/termcap/grot/INSTALL f -lib/termcap/grot/ChangeLog f -lib/termcap/grot/texinfo.tex f -lib/termcap/grot/termcap.texi f -lib/termcap/grot/Makefile.in f -lib/termcap/grot/configure f -lib/termcap/grot/configure.in f -lib/termcap/grot/COPYING f -lib/termcap/grot/README f lib/tilde/README f lib/tilde/Makefile.in f lib/tilde/tilde.c f @@ -486,6 +470,8 @@ po/bg.gmo f po/bg.po f po/ca.gmo f po/ca.po f +po/cs.gmo f +po/cs.po f po/de.gmo f po/de.po f po/eo.gmo f @@ -498,6 +484,8 @@ po/fr.gmo f po/fr.po f po/hu.gmo f po/hu.po f +po/id.gmo f +po/id.po f po/ja.gmo f po/ja.po f po/lt.gmo f @@ -520,6 +508,8 @@ po/tr.gmo f po/tr.po f po/vi.gmo f po/vi.po f +po/zh_TW.gmo f +po/zh_TW.po f po/insert-header.sin f po/quot.sed f po/remove-potcdate.sin f @@ -573,6 +563,7 @@ support/bashbug.sh f support/man2html.c f support/recho.c f support/zecho.c f +support/xcase.c f support/SYMLINKS f support/fixlinks f 755 support/install.sh f 755 @@ -856,6 +847,7 @@ tests/histexp.right f tests/history.tests f tests/history.right f tests/history.list f 444 +tests/history1.sub f tests/ifs.tests f tests/ifs.right f tests/ifs-posix.tests f diff --git a/Makefile.in b/Makefile.in index 13997ea27..fa923a45d 100644 --- a/Makefile.in +++ b/Makefile.in @@ -507,10 +507,11 @@ SIGNAMES_SUPPORT = $(SUPPORT_SRC)mksignames.c SUPPORT_SRC = $(srcdir)/support/ SDIR = $(dot)/support/ -TESTS_SUPPORT = recho$(EXEEXT) zecho$(EXEEXT) printenv$(EXEEXT) +TESTS_SUPPORT = recho$(EXEEXT) zecho$(EXEEXT) printenv$(EXEEXT) xcase$(EXEEXT) CREATED_SUPPORT = signames.h recho$(EXEEXT) zecho$(EXEEXT) printenv$(EXEEXT) \ tests/recho$(EXEEXT) tests/zecho$(EXEEXT) \ - tests/printenv$(EXEEXT) mksignames$(EXEEXT) lsignames.h \ + tests/printenv$(EXEEXT) xcase$(EXEEXT) tests/xcase$(EXEEXT) \ + mksignames$(EXEEXT) lsignames.h \ mksyntax${EXEEXT} syntax.c $(VERSPROG) $(VERSOBJ) \ buildversion.o mksignames.o signames.o buildsignames.o CREATED_CONFIGURE = config.h config.cache config.status config.log \ @@ -827,6 +828,9 @@ zecho$(EXEEXT): $(SUPPORT_SRC)zecho.c printenv$(EXEEXT): $(SUPPORT_SRC)printenv.c @$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(SUPPORT_SRC)printenv.c ${LIBS_FOR_BUILD} +xcase$(EXEEXT): $(SUPPORT_SRC)xcase.c + @$(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) -o $@ $(SUPPORT_SRC)xcase.c ${LIBS_FOR_BUILD} + test tests check: force $(Program) $(TESTS_SUPPORT) @-test -d tests || mkdir tests @cp $(TESTS_SUPPORT) tests diff --git a/Makefile.in~ b/Makefile.in~ index 8251d39fd..13997ea27 100644 --- a/Makefile.in~ +++ b/Makefile.in~ @@ -2,19 +2,18 @@ # # Copyright (C) 1996-2008 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 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 3 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. +# 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 USA. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . # Make sure the first target in the makefile is the right one all: .made @@ -213,7 +212,8 @@ SHLIB_SOURCE = ${SH_LIBSRC}/clktck.c ${SH_LIBSRC}/getcwd.c \ ${SH_LIBSRC}/zmapfd.c ${SH_LIBSRC}/fpurge.c \ ${SH_LIBSRC}/zgetline.c ${SH_LIBSRC}/mbscmp.c \ ${SH_LIBSRC}/casemod.c ${SH_LIBSRC}/uconvert.c \ - ${SH_LIBSRC}/ufuncs.c + ${SH_LIBSRC}/ufuncs.c ${SH_LIBSRC}/fdprintf.c \ + ${SH_LIBSRC}/input_avail.c SHLIB_LIB = -lsh SHLIB_LIBNAME = libsh.a diff --git a/README b/README index eab271032..3abd64287 100644 --- a/README +++ b/README @@ -19,9 +19,9 @@ of Bash and previous widely-distributed versions, bash-2.05b and bash-3.2. For details, see the file COMPAT. The NEWS file tersely lists features that are new in this release. -Bash is free software, distributed under the terms of the [GNU] -General Public License, version 2. For more information, see the -file COPYING. +Bash is free software, distributed under the terms of the [GNU] General +Public License as published by the Free Software Foundation, +version 3 of the License. For more information, see the file COPYING. A number of frequently-asked questions are answered in the file `doc/FAQ'. diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0 index 2a08bdc76..6d92c0277 100644 --- a/autom4te.cache/output.0 +++ b/autom4te.cache/output.0 @@ -1,31 +1,35 @@ @%:@! /bin/sh @%:@ From configure.in for Bash 4.0, version 4.005. @%:@ Guess values for system-dependent variables and create Makefiles. -@%:@ Generated by GNU Autoconf 2.60 for bash 4.0-alpha. +@%:@ Generated by GNU Autoconf 2.62 for bash 4.0-alpha. @%:@ @%:@ Report bugs to . @%:@ @%:@ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -@%:@ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +@%:@ 2002, 2003, 2004, 2005, 2006, 2007, 2008 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 +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + + # PATH needs CR @@ -36,17 +40,45 @@ 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=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -62,8 +94,6 @@ fi # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -86,7 +116,7 @@ if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -99,17 +129,10 @@ 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) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -131,7 +154,7 @@ as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -157,7 +180,7 @@ else as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -218,7 +241,7 @@ test \$exitcode = 0) || { (exit 1); exit 1; } else as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. @@ -236,19 +259,20 @@ IFS=$as_save_IFS # Try only shells that exist, to save several forks. if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { ("$as_shell") 2> /dev/null <<\_ASEOF -# 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + : _ASEOF @@ -256,19 +280,20 @@ _ASEOF CONFIG_SHELL=$as_shell as_have_required=yes if { "$as_shell" 2> /dev/null <<\_ASEOF -# 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + : (as_func_return () { @@ -338,10 +363,10 @@ fi if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -410,9 +435,10 @@ fi test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell autoconf@gnu.org about your system, - echo including any error possibly output before this - echo message + echo Please tell bug-autoconf@gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. } @@ -448,7 +474,7 @@ test \$exitcode = 0") || { s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_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 @@ -476,7 +502,6 @@ case `echo -n x` in *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -489,19 +514,22 @@ if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir -fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -515,19 +543,28 @@ else as_mkdir_p=false fi -# Find out whether ``test -x'' works. Don't use a zero-byte file, as -# systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - as_executable_p="test -x" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' else - as_executable_p=: + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' fi -rm -f conf$$.file +as_executable_p=$as_test_x # 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'" @@ -568,39 +605,40 @@ ac_unique_file="shell.h" # Factoring default headers for most tests. ac_includes_default="\ #include -#if HAVE_SYS_TYPES_H +#ifdef HAVE_SYS_TYPES_H # include #endif -#if HAVE_SYS_STAT_H +#ifdef HAVE_SYS_STAT_H # include #endif -#if STDC_HEADERS +#ifdef STDC_HEADERS # include # include #else -# if HAVE_STDLIB_H +# ifdef HAVE_STDLIB_H # include # endif #endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif -#if HAVE_STRINGS_H +#ifdef HAVE_STRINGS_H # include #endif -#if HAVE_INTTYPES_H +#ifdef HAVE_INTTYPES_H # include #endif -#if HAVE_STDINT_H +#ifdef HAVE_STDINT_H # include #endif -#if HAVE_UNISTD_H +#ifdef HAVE_UNISTD_H # include #endif" +ac_header_list= ac_func_list= ac_subst_vars='SHELL PATH_SEPARATOR @@ -754,6 +792,60 @@ LOCAL_LDFLAGS LOCAL_DEFS LTLIBOBJS' ac_subst_files='' +ac_user_opts=' +enable_option_checking +with_lispdir +with_afs +with_bash_malloc +with_curses +with_gnu_malloc +with_installed_readline +with_purecov +with_purify +enable_minimal_config +enable_alias +enable_arith_for_command +enable_array_variables +enable_bang_history +enable_brace_expansion +enable_casemod_attributes +enable_casemod_expansions +enable_command_timing +enable_cond_command +enable_cond_regexp +enable_coprocesses +enable_debugger +enable_directory_stack +enable_disabled_builtins +enable_dparen_arithmetic +enable_extended_glob +enable_help_builtin +enable_history +enable_job_control +enable_multibyte +enable_net_redirections +enable_process_substitution +enable_progcomp +enable_prompt_string_decoding +enable_readline +enable_restricted +enable_select +enable_separate_helpfiles +enable_single_help_strings +enable_strict_posix_default +enable_usg_echo_default +enable_xpg_echo_default +enable_mem_scramble +enable_profiling +enable_static_link +enable_largefile +enable_nls +with_gnu_ld +enable_rpath +with_libiconv_prefix +with_included_gettext +with_libintl_prefix +' ac_precious_vars='build_alias host_alias target_alias @@ -761,6 +853,7 @@ DEBUGGER_START_FILE CC CFLAGS LDFLAGS +LIBS CPPFLAGS CPP YACC @@ -770,6 +863,8 @@ YFLAGS' # Initialize some variables set by options. ac_init_help= ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -868,13 +963,21 @@ do datarootdir=$ac_optarg ;; -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - eval enable_$ac_feature=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; @@ -887,13 +990,21 @@ do dvidir=$ac_optarg ;; -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - eval enable_$ac_feature=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -1084,22 +1195,38 @@ do ac_init_version=: ;; -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package| sed 's/-/_/g'` - eval with_$ac_package=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/-/_/g'` - eval with_$ac_package=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. @@ -1119,7 +1246,7 @@ do | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { echo "$as_me: error: unrecognized option: $ac_option + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -1128,16 +1255,16 @@ Try \`$0 --help' for more information." >&2 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 + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } 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 + $as_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 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; @@ -1146,22 +1273,38 @@ 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 + { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi -# Be sure to have absolute directory names. +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done @@ -1176,7 +1319,7 @@ target=$target_alias 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. + $as_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 @@ -1192,10 +1335,10 @@ test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { echo "$as_me: error: Working directory cannot be determined" >&2 + { $as_echo "$as_me: error: Working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { echo "$as_me: error: pwd does not report name of working directory" >&2 + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } @@ -1203,12 +1346,12 @@ test "X$ac_ls_di" = "X$ac_pwd_ls_di" || if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$0" || -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X"$0" | + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1235,12 +1378,12 @@ else fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. @@ -1289,9 +1432,9 @@ Configuration: Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] + [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] + [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify @@ -1301,25 +1444,25 @@ 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] - --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] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root @<:@DATAROOTDIR/doc/bash@:>@ - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --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] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root @<:@DATAROOTDIR/doc/bash@:>@ + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -1337,6 +1480,7 @@ if test -n "$ac_init_help"; then cat <<\_ACEOF Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-minimal-config a minimal sh-like configuration @@ -1428,6 +1572,7 @@ Some influential environment variables: CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory + LIBS libraries to pass to the linker, e.g. -l CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor @@ -1448,15 +1593,17 @@ fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1492,7 +1639,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix echo && $SHELL "$ac_srcdir/configure" --help=recursive else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1502,10 +1649,10 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF bash configure 4.0-alpha -generated by GNU Autoconf 2.60 +generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1516,7 +1663,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by bash $as_me 4.0-alpha, which was -generated by GNU Autoconf 2.60. Invocation command line was +generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -1552,7 +1699,7 @@ for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" + $as_echo "PATH: $as_dir" done IFS=$as_save_IFS @@ -1587,7 +1734,7 @@ do | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; @@ -1639,11 +1786,12 @@ _ASBOX case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -1673,9 +1821,9 @@ _ASBOX do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo @@ -1690,9 +1838,9 @@ _ASBOX do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -1708,8 +1856,8 @@ _ASBOX echo fi test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -1751,21 +1899,24 @@ _ACEOF # Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - set x "$CONFIG_SITE" + ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then - set x "$prefix/share/config.site" "$prefix/etc/config.site" + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site else - set x "$ac_default_prefix/share/config.site" \ - "$ac_default_prefix/etc/config.site" + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site fi -shift -for ac_site_file +for ac_site_file in "$ac_site_file1" "$ac_site_file2" do + test "x$ac_site_file" = xNONE && continue 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;} + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi @@ -1775,19 +1926,22 @@ 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;} + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi +ac_header_list="$ac_header_list sys/time.h" +ac_header_list="$ac_header_list unistd.h" +ac_func_list="$ac_func_list alarm" ac_func_list="$ac_func_list fpurge" ac_func_list="$ac_func_list __fpurge" # Check that the precious variables saved in the cache have kept the same @@ -1800,29 +1954,38 @@ for ac_var in $ac_precious_vars; do 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;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +$as_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=: + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 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=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -1832,10 +1995,10 @@ echo "$as_me: current value: $ac_new_val" >&2;} 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;} + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -1891,8 +2054,8 @@ for ac_dir in ./support "$srcdir"/./support; do fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&5 -echo "$as_me: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&2;} { (exit 1); exit 1; }; } fi @@ -1918,34 +2081,34 @@ esac # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/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; } +{ $as_echo "$as_me:$LINENO: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } if test "${ac_cv_build+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && - { { 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;} + { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -echo "$as_me: error: invalid value of canonical build" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +$as_echo "$as_me: error: invalid value of canonical build" >&2;} { (exit 1); exit 1; }; };; esac build=$ac_cv_build @@ -1962,27 +2125,27 @@ IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac -{ echo "$as_me:$LINENO: checking host system type" >&5 -echo $ECHO_N "checking host system type... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } if test "${ac_cv_host+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -echo "${ECHO_T}$ac_cv_host" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 -echo "$as_me: error: invalid value of canonical host" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +$as_echo "$as_me: error: invalid value of canonical host" >&2;} { (exit 1); exit 1; }; };; esac host=$ac_cv_host @@ -2042,13 +2205,13 @@ sco3.2v5*|sco3.2v4*) opt_memscramble=no ;; esac -# Check whether --with-lispdir was given. +@%:@ Check whether --with-lispdir was given. if test "${with_lispdir+set}" = set; then withval=$with_lispdir; lispdir="$withval" - { echo "$as_me:$LINENO: checking where .elc files should go" >&5 -echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $lispdir" >&5 -echo "${ECHO_T}$lispdir" >&6; } + { $as_echo "$as_me:$LINENO: checking where .elc files should go" >&5 +$as_echo_n "checking where .elc files should go... " >&6; } + { $as_echo "$as_me:$LINENO: result: $lispdir" >&5 +$as_echo "$lispdir" >&6; } else # If set to t, that means we are running in a shell under Emacs. @@ -2058,10 +2221,10 @@ else 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_EMACS+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$EMACS"; then ac_cv_prog_EMACS="$EMACS" # Let the user override the test. @@ -2072,9 +2235,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_EMACS="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2085,11 +2248,11 @@ fi fi EMACS=$ac_cv_prog_EMACS if test -n "$EMACS"; then - { echo "$as_me:$LINENO: result: $EMACS" >&5 -echo "${ECHO_T}$EMACS" >&6; } + { $as_echo "$as_me:$LINENO: result: $EMACS" >&5 +$as_echo "$EMACS" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2099,10 +2262,10 @@ test -n "$EMACS" || EMACS="no" if test $EMACS != "no"; then if test x${lispdir+set} != xset; then - { echo "$as_me:$LINENO: checking where .elc files should go" >&5 -echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking where .elc files should go" >&5 +$as_echo_n "checking where .elc files should go... " >&6; } if test "${am_cv_lispdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else am_cv_lispdir=`$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' | sed -n -e 's,/$,,' -e '/.*\/lib\/\(x\?emacs\/site-lisp\)$/{s,,${libdir}/\1,;p;q;}' -e '/.*\/share\/\(x\?emacs\/site-lisp\)$/{s,,${datadir}/\1,;p;q;}'` if test -z "$am_cv_lispdir"; then @@ -2110,8 +2273,8 @@ else fi fi -{ echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5 -echo "${ECHO_T}$am_cv_lispdir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5 +$as_echo "$am_cv_lispdir" >&6; } lispdir="$am_cv_lispdir" fi fi @@ -2123,43 +2286,43 @@ fi -# Check whether --with-afs was given. +@%:@ Check whether --with-afs was given. if test "${with_afs+set}" = set; then withval=$with_afs; opt_afs=$withval fi -# Check whether --with-bash-malloc was given. +@%:@ Check whether --with-bash-malloc was given. if test "${with_bash_malloc+set}" = set; then withval=$with_bash_malloc; opt_bash_malloc=$withval fi -# Check whether --with-curses was given. +@%:@ Check whether --with-curses was given. if test "${with_curses+set}" = set; then withval=$with_curses; opt_curses=$withval fi -# Check whether --with-gnu-malloc was given. +@%:@ Check whether --with-gnu-malloc was given. if test "${with_gnu_malloc+set}" = set; then withval=$with_gnu_malloc; opt_bash_malloc=$withval fi -# Check whether --with-installed-readline was given. +@%:@ Check whether --with-installed-readline was given. if test "${with_installed_readline+set}" = set; then withval=$with_installed_readline; opt_with_installed_readline=$withval fi -# Check whether --with-purecov was given. +@%:@ Check whether --with-purecov was given. if test "${with_purecov+set}" = set; then withval=$with_purecov; opt_purecov=$withval fi -# Check whether --with-purify was given. +@%:@ Check whether --with-purify was given. if test "${with_purify+set}" = set; then withval=$with_purify; opt_purify=$withval fi @@ -2251,7 +2414,7 @@ opt_casemod_expansions=yes opt_static_link=no opt_profiling=no -# Check whether --enable-minimal-config was given. +@%:@ Check whether --enable-minimal-config was given. if test "${enable_minimal_config+set}" = set; then enableval=$enable_minimal_config; opt_minimal_config=$enableval fi @@ -2269,178 +2432,178 @@ if test $opt_minimal_config = yes; then opt_casemod_attrs=no opt_casemod_expansions=no fi -# Check whether --enable-alias was given. +@%:@ Check whether --enable-alias was given. if test "${enable_alias+set}" = set; then enableval=$enable_alias; opt_alias=$enableval fi -# Check whether --enable-arith-for-command was given. +@%:@ Check whether --enable-arith-for-command was given. if test "${enable_arith_for_command+set}" = set; then enableval=$enable_arith_for_command; opt_arith_for_command=$enableval fi -# Check whether --enable-array-variables was given. +@%:@ Check whether --enable-array-variables was given. if test "${enable_array_variables+set}" = set; then enableval=$enable_array_variables; opt_array_variables=$enableval fi -# Check whether --enable-bang-history was given. +@%:@ Check whether --enable-bang-history was given. if test "${enable_bang_history+set}" = set; then enableval=$enable_bang_history; opt_bang_history=$enableval fi -# Check whether --enable-brace-expansion was given. +@%:@ Check whether --enable-brace-expansion was given. if test "${enable_brace_expansion+set}" = set; then enableval=$enable_brace_expansion; opt_brace_expansion=$enableval fi -# Check whether --enable-casemod-attributes was given. +@%:@ Check whether --enable-casemod-attributes was given. if test "${enable_casemod_attributes+set}" = set; then enableval=$enable_casemod_attributes; opt_casemod_attrs=$enableval fi -# Check whether --enable-casemod-expansions was given. +@%:@ Check whether --enable-casemod-expansions was given. if test "${enable_casemod_expansions+set}" = set; then enableval=$enable_casemod_expansions; opt_casemod_expansions=$enableval fi -# Check whether --enable-command-timing was given. +@%:@ Check whether --enable-command-timing was given. if test "${enable_command_timing+set}" = set; then enableval=$enable_command_timing; opt_command_timing=$enableval fi -# Check whether --enable-cond-command was given. +@%:@ Check whether --enable-cond-command was given. if test "${enable_cond_command+set}" = set; then enableval=$enable_cond_command; opt_cond_command=$enableval fi -# Check whether --enable-cond-regexp was given. +@%:@ Check whether --enable-cond-regexp was given. if test "${enable_cond_regexp+set}" = set; then enableval=$enable_cond_regexp; opt_cond_regexp=$enableval fi -# Check whether --enable-coprocesses was given. +@%:@ Check whether --enable-coprocesses was given. if test "${enable_coprocesses+set}" = set; then enableval=$enable_coprocesses; opt_coproc=$enableval fi -# Check whether --enable-debugger was given. +@%:@ Check whether --enable-debugger was given. if test "${enable_debugger+set}" = set; then enableval=$enable_debugger; opt_debugger=$enableval fi -# Check whether --enable-directory-stack was given. +@%:@ Check whether --enable-directory-stack was given. if test "${enable_directory_stack+set}" = set; then enableval=$enable_directory_stack; opt_dirstack=$enableval fi -# Check whether --enable-disabled-builtins was given. +@%:@ Check whether --enable-disabled-builtins was given. if test "${enable_disabled_builtins+set}" = set; then enableval=$enable_disabled_builtins; opt_disabled_builtins=$enableval fi -# Check whether --enable-dparen-arithmetic was given. +@%:@ Check whether --enable-dparen-arithmetic was given. if test "${enable_dparen_arithmetic+set}" = set; then enableval=$enable_dparen_arithmetic; opt_dparen_arith=$enableval fi -# Check whether --enable-extended-glob was given. +@%:@ Check whether --enable-extended-glob was given. if test "${enable_extended_glob+set}" = set; then enableval=$enable_extended_glob; opt_extended_glob=$enableval fi -# Check whether --enable-help-builtin was given. +@%:@ Check whether --enable-help-builtin was given. if test "${enable_help_builtin+set}" = set; then enableval=$enable_help_builtin; opt_help=$enableval fi -# Check whether --enable-history was given. +@%:@ Check whether --enable-history was given. if test "${enable_history+set}" = set; then enableval=$enable_history; opt_history=$enableval fi -# Check whether --enable-job-control was given. +@%:@ Check whether --enable-job-control was given. if test "${enable_job_control+set}" = set; then enableval=$enable_job_control; opt_job_control=$enableval fi -# Check whether --enable-multibyte was given. +@%:@ Check whether --enable-multibyte was given. if test "${enable_multibyte+set}" = set; then enableval=$enable_multibyte; opt_multibyte=$enableval fi -# Check whether --enable-net-redirections was given. +@%:@ Check whether --enable-net-redirections was given. if test "${enable_net_redirections+set}" = set; then enableval=$enable_net_redirections; opt_net_redirs=$enableval fi -# Check whether --enable-process-substitution was given. +@%:@ Check whether --enable-process-substitution was given. if test "${enable_process_substitution+set}" = set; then enableval=$enable_process_substitution; opt_process_subst=$enableval fi -# Check whether --enable-progcomp was given. +@%:@ Check whether --enable-progcomp was given. if test "${enable_progcomp+set}" = set; then enableval=$enable_progcomp; opt_progcomp=$enableval fi -# Check whether --enable-prompt-string-decoding was given. +@%:@ Check whether --enable-prompt-string-decoding was given. if test "${enable_prompt_string_decoding+set}" = set; then enableval=$enable_prompt_string_decoding; opt_prompt_decoding=$enableval fi -# Check whether --enable-readline was given. +@%:@ Check whether --enable-readline was given. if test "${enable_readline+set}" = set; then enableval=$enable_readline; opt_readline=$enableval fi -# Check whether --enable-restricted was given. +@%:@ Check whether --enable-restricted was given. if test "${enable_restricted+set}" = set; then enableval=$enable_restricted; opt_restricted=$enableval fi -# Check whether --enable-select was given. +@%:@ Check whether --enable-select was given. if test "${enable_select+set}" = set; then enableval=$enable_select; opt_select=$enableval fi -# Check whether --enable-separate-helpfiles was given. +@%:@ Check whether --enable-separate-helpfiles was given. if test "${enable_separate_helpfiles+set}" = set; then enableval=$enable_separate_helpfiles; opt_separate_help=$enableval fi -# Check whether --enable-single-help-strings was given. +@%:@ Check whether --enable-single-help-strings was given. if test "${enable_single_help_strings+set}" = set; then enableval=$enable_single_help_strings; opt_single_longdoc_strings=$enableval fi -# Check whether --enable-strict-posix-default was given. +@%:@ Check whether --enable-strict-posix-default was given. if test "${enable_strict_posix_default+set}" = set; then enableval=$enable_strict_posix_default; opt_strict_posix=$enableval fi -# Check whether --enable-usg-echo-default was given. +@%:@ Check whether --enable-usg-echo-default was given. if test "${enable_usg_echo_default+set}" = set; then enableval=$enable_usg_echo_default; opt_xpg_echo=$enableval fi -# Check whether --enable-xpg-echo-default was given. +@%:@ Check whether --enable-xpg-echo-default was given. if test "${enable_xpg_echo_default+set}" = set; then enableval=$enable_xpg_echo_default; opt_xpg_echo=$enableval fi -# Check whether --enable-mem-scramble was given. +@%:@ Check whether --enable-mem-scramble was given. if test "${enable_mem_scramble+set}" = set; then enableval=$enable_mem_scramble; opt_memscramble=$enableval fi -# Check whether --enable-profiling was given. +@%:@ Check whether --enable-profiling was given. if test "${enable_profiling+set}" = set; then enableval=$enable_profiling; opt_profiling=$enableval fi -# Check whether --enable-static-link was given. +@%:@ Check whether --enable-static-link was given. if test "${enable_static_link+set}" = set; then enableval=$enable_static_link; opt_static_link=$enableval fi @@ -2656,10 +2819,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2670,9 +2833,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2683,11 +2846,11 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2696,10 +2859,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2710,9 +2873,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2723,11 +2886,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -2735,10 +2898,10 @@ fi else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2753,10 +2916,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2767,9 +2930,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2780,11 +2943,11 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2793,10 +2956,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2808,13 +2971,13 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2837,11 +3000,11 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2852,10 +3015,10 @@ if test -z "$CC"; then 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2866,9 +3029,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2879,11 +3042,11 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2896,10 +3059,10 @@ if test -z "$CC"; then 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2910,9 +3073,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2923,11 +3086,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2939,10 +3102,10 @@ done else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2954,44 +3117,48 @@ fi fi -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +test -z "$CC" && { { $as_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 +$as_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` +$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF @@ -3010,27 +3177,22 @@ main () } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe b.out" +ac_clean_files="$ac_clean_files a.out a.out.dSYM 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[^ ]*//'` -# -# List of possible output files, starting from the most likely. -# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) -# only as a last resort. b.out is created by i960 compilers. -ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' -# -# The IRIX 6 linker writes into existing files which may not be -# executable, retaining their permissions. Remove them first so a -# subsequent execution test works. +{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + ac_rmfiles= for ac_file in $ac_files do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done @@ -3041,21 +3203,22 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. -for ac_file in $ac_files +for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most @@ -3079,24 +3242,28 @@ done test "$ac_cv_exeext" = no && ac_cv_exeext= else - echo "$as_me: failed program was:" >&5 + ac_file='' +fi + +{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +if test -z "$ac_file"; then + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +{ { $as_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 +$as_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 that 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; } +{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&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 @@ -3105,49 +3272,51 @@ if test "$cross_compiling" != yes; then *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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. + { { $as_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. +$as_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; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } -rm -f a.out a.exe conftest$ac_cv_exeext b.out +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that 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; } +{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } -{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 @@ -3156,31 +3325,31 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 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 | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link + { { $as_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 +$as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3203,40 +3372,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else - echo "$as_me: failed program was:" >&5 + $as_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 +{ { $as_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 +$as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3262,37 +3432,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -3302,15 +3456,19 @@ rm -f core 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` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -3337,37 +3495,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" @@ -3392,37 +3534,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag @@ -3448,37 +3574,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3493,8 +3603,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$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 @@ -3510,10 +3620,10 @@ else CFLAGS= fi fi -{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC @@ -3584,37 +3694,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3630,15 +3724,15 @@ fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) - { echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; xno) - { echo "$as_me:$LINENO: result: unsupported" >&5 -echo "${ECHO_T}unsupported" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" - { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac @@ -3651,10 +3745,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 -echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 +$as_echo_n "checking for strerror in -lcposix... " >&6; } if test "${ac_cv_lib_cposix_strerror+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcposix $LIBS" @@ -3686,48 +3780,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_cposix_strerror=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_cposix_strerror=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 -echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 +$as_echo "$ac_cv_lib_cposix_strerror" >&6; } if test $ac_cv_lib_cposix_strerror = yes; then LIBS="$LIBS -lcposix" fi @@ -3739,15 +3821,15 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&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 + $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -3779,27 +3861,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -3823,28 +3899,22 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -3869,8 +3939,8 @@ fi else ac_cv_prog_CPP=$CPP fi -{ echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +$as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -3898,27 +3968,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -3942,28 +4006,22 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -3979,9 +4037,9 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check + { { $as_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 +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -3993,42 +4051,37 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } -if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Extract the first word of "grep ggrep" to use in msg output -if test -z "$GREP"; then -set dummy grep ggrep; ac_prog_name=$2 +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + if test -z "$GREP"; then ac_path_GREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue - # Check for GNU ac_path_GREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'GREP' >> "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -4043,74 +4096,60 @@ case `"$ac_path_GREP" --version 2>&1` in rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_GREP_found && break 3 + $ac_path_GREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -GREP="$ac_cv_path_GREP" -if test -z "$GREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_GREP=$GREP fi - fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" -{ echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else - # Extract the first word of "egrep" to use in msg output -if test -z "$EGREP"; then -set dummy egrep; ac_prog_name=$2 -if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + if test -z "$EGREP"; then ac_path_EGREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue - # Check for GNU ac_path_EGREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'EGREP' >> "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -4125,40 +4164,31 @@ case `"$ac_path_EGREP" --version 2>&1` in rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_EGREP_found && break 3 + $ac_path_EGREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -EGREP="$ac_cv_path_EGREP" -if test -z "$EGREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_EGREP=$EGREP fi - fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4185,37 +4215,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -4307,37 +4321,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -4359,11 +4376,11 @@ fi 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; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4381,37 +4398,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -4419,12 +4420,14 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -4432,18 +4435,19 @@ fi done + + if test "${ac_cv_header_minix_config_h+set}" = set; then + { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 +$as_echo_n "checking for minix/config.h... " >&6; } if test "${ac_cv_header_minix_config_h+set}" = set; then - { echo "$as_me:$LINENO: checking for minix/config.h" >&5 -echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } -if test "${ac_cv_header_minix_config_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 +$as_echo "$ac_cv_header_minix_config_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking minix/config.h usability" >&5 -echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5 +$as_echo_n "checking minix/config.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4459,49 +4463,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking minix/config.h presence" >&5 -echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5 +$as_echo_n "checking minix/config.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4515,58 +4503,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -4575,15 +4557,15 @@ _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for minix/config.h" >&5 -echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 +$as_echo_n "checking for minix/config.h... " >&6; } if test "${ac_cv_header_minix_config_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_minix_config_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 +$as_echo "$ac_cv_header_minix_config_h" >&6; } fi if test $ac_cv_header_minix_config_h = yes; then @@ -4593,36 +4575,112 @@ else fi -if test "$MINIX" = yes; then - + if test "$MINIX" = yes; then + cat >>confdefs.h <<\_ACEOF @%:@define _POSIX_SOURCE 1 _ACEOF - + cat >>confdefs.h <<\_ACEOF @%:@define _POSIX_1_SOURCE 2 _ACEOF - + cat >>confdefs.h <<\_ACEOF @%:@define _MINIX 1 _ACEOF + fi + + + + { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5 +$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } +if test "${ac_cv_safe_to_define___extensions__+set}" = set; then + $as_echo_n "(cached) " >&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 __EXTENSIONS__ 1 + $ac_includes_default +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_safe_to_define___extensions__=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_safe_to_define___extensions__=no fi +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5 +$as_echo "$ac_cv_safe_to_define___extensions__" >&6; } + test $ac_cv_safe_to_define___extensions__ = yes && + cat >>confdefs.h <<\_ACEOF +@%:@define __EXTENSIONS__ 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +@%:@define _ALL_SOURCE 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +@%:@define _GNU_SOURCE 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +@%:@define _POSIX_PTHREAD_SEMANTICS 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +@%:@define _TANDEM_SOURCE 1 +_ACEOF + + -# Check whether --enable-largefile was given. +@%:@ Check whether --enable-largefile was given. if test "${enable_largefile+set}" = set; then enableval=$enable_largefile; fi if test "$enable_largefile" != no; then - { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 -echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 +$as_echo_n "checking for special C compiler options needed for large files... " >&6; } if test "${ac_cv_sys_largefile_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_sys_largefile_CC=no if test "$GCC" != yes; then @@ -4659,37 +4717,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4703,37 +4745,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_sys_largefile_CC=' -n32'; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4746,19 +4772,18 @@ rm -f core conftest.err conftest.$ac_objext rm -f conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 -echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 +$as_echo "$ac_cv_sys_largefile_CC" >&6; } if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi - { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 -echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 +$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } if test "${ac_cv_sys_file_offset_bits+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else while :; do - ac_cv_sys_file_offset_bits=no cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4788,37 +4813,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_sys_file_offset_bits=no; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4855,63 +4864,49 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_sys_file_offset_bits=64; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_sys_file_offset_bits=unknown break done fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 -echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; } -if test "$ac_cv_sys_file_offset_bits" != no; then - +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 +$as_echo "$ac_cv_sys_file_offset_bits" >&6; } +case $ac_cv_sys_file_offset_bits in #( + no | unknown) ;; + *) cat >>confdefs.h <<_ACEOF @%:@define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits _ACEOF - -fi -rm -f conftest* - { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 -echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; } +;; +esac +rm -rf conftest* + if test $ac_cv_sys_file_offset_bits = unknown; then + { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 +$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } if test "${ac_cv_sys_large_files+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else while :; do - ac_cv_sys_large_files=no cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4941,37 +4936,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_sys_large_files=no; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -5008,56 +4987,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_sys_large_files=1; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_sys_large_files=unknown break done fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 -echo "${ECHO_T}$ac_cv_sys_large_files" >&6; } -if test "$ac_cv_sys_large_files" != no; then - +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 +$as_echo "$ac_cv_sys_large_files" >&6; } +case $ac_cv_sys_large_files in #( + no | unknown) ;; + *) cat >>confdefs.h <<_ACEOF @%:@define _LARGE_FILES $ac_cv_sys_large_files _ACEOF - -fi -rm -f conftest* +;; +esac +rm -rf conftest* + fi fi @@ -5148,10 +5114,10 @@ test -z "$CFLAGS_FOR_BUILD" && CFLAGS_FOR_BUILD="-g" 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; } + { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 +$as_echo_n "checking whether $CC needs -traditional... " >&6; } if test "${ac_cv_prog_gcc_traditional+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_pattern="Autoconf.*'x'" cat >conftest.$ac_ext <<_ACEOF @@ -5190,8 +5156,8 @@ 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 +$as_echo "$ac_cv_prog_gcc_traditional" >&6; } if test $ac_cv_prog_gcc_traditional = yes; then CC="$CC -traditional" fi @@ -5209,17 +5175,17 @@ then if test "X$bash_cv_termcap_lib" = "X"; then _bash_needmsg=yes else -{ echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 -echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 +$as_echo_n "checking which library has the termcap functions... " >&6; } _bash_needmsg= fi if test "${bash_cv_termcap_lib+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - { echo "$as_me:$LINENO: checking for tgetent" >&5 -echo $ECHO_N "checking for tgetent... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent" >&5 +$as_echo_n "checking for tgetent... " >&6; } if test "${ac_cv_func_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5272,54 +5238,42 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 -echo "${ECHO_T}$ac_cv_func_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 +$as_echo "$ac_cv_func_tgetent" >&6; } if test $ac_cv_func_tgetent = yes; then bash_cv_termcap_lib=libc else - { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 -echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 +$as_echo_n "checking for tgetent in -ltermcap... " >&6; } if test "${ac_cv_lib_termcap_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermcap $LIBS" @@ -5351,55 +5305,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_termcap_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_termcap_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 +$as_echo "$ac_cv_lib_termcap_tgetent" >&6; } if test $ac_cv_lib_termcap_tgetent = yes; then bash_cv_termcap_lib=libtermcap else - { echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 -echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 +$as_echo_n "checking for tgetent in -ltinfo... " >&6; } if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ltinfo $LIBS" @@ -5431,55 +5373,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_tinfo_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_tinfo_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 +$as_echo "$ac_cv_lib_tinfo_tgetent" >&6; } if test $ac_cv_lib_tinfo_tgetent = yes; then bash_cv_termcap_lib=libtinfo else - { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 -echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 +$as_echo_n "checking for tgetent in -lcurses... " >&6; } if test "${ac_cv_lib_curses_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" @@ -5511,55 +5441,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_curses_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_curses_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 +$as_echo "$ac_cv_lib_curses_tgetent" >&6; } if test $ac_cv_lib_curses_tgetent = yes; then bash_cv_termcap_lib=libcurses else - { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 -echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 +$as_echo_n "checking for tgetent in -lncurses... " >&6; } if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lncurses $LIBS" @@ -5591,48 +5509,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_ncurses_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ncurses_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 +$as_echo "$ac_cv_lib_ncurses_tgetent" >&6; } if test $ac_cv_lib_ncurses_tgetent = yes; then bash_cv_termcap_lib=libncurses else @@ -5650,11 +5556,11 @@ fi fi if test "X$_bash_needmsg" = "Xyes"; then -{ echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 -echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 +$as_echo_n "checking which library has the termcap functions... " >&6; } fi -{ echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 -echo "${ECHO_T}using $bash_cv_termcap_lib" >&6; } +{ $as_echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 +$as_echo "using $bash_cv_termcap_lib" >&6; } if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then LDFLAGS="$LDFLAGS -L./lib/termcap" TERMCAP_LIB="./lib/termcap/libtermcap.a" @@ -5679,8 +5585,8 @@ fi -{ echo "$as_me:$LINENO: checking version of installed readline library" >&5 -echo $ECHO_N "checking version of installed readline library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking version of installed readline library" >&5 +$as_echo_n "checking version of installed readline library... " >&6; } # What a pain in the ass this is. @@ -5705,7 +5611,7 @@ CFLAGS="$CFLAGS -I${ac_cv_rl_includedir}" LDFLAGS="$LDFLAGS -L${ac_cv_rl_libdir}" if test "${ac_cv_rl_version+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_rl_version='4.2' @@ -5743,29 +5649,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_rl_version=`cat conftest.rlv` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_rl_version='0.0' fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -5807,15 +5716,15 @@ RL_VERSION="0x${_RL_MAJOR}${_RL_MINOR}" # Readline versions greater than 4.2 have these defines in readline.h if test $ac_cv_rl_version = '0.0' ; then - { echo "$as_me:$LINENO: WARNING: Could not test version of installed readline library." >&5 -echo "$as_me: WARNING: Could not test version of installed readline library." >&2;} + { $as_echo "$as_me:$LINENO: WARNING: Could not test version of installed readline library." >&5 +$as_echo "$as_me: WARNING: Could not test version of installed readline library." >&2;} elif test $RL_MAJOR -gt 4 || { test $RL_MAJOR = 4 && test $RL_MINOR -gt 2 ; } ; then # set these for use by the caller RL_PREFIX=$ac_cv_rl_prefix RL_LIBDIR=$ac_cv_rl_libdir RL_INCLUDEDIR=$ac_cv_rl_includedir - { echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 -echo "${ECHO_T}$ac_cv_rl_version" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 +$as_echo "$ac_cv_rl_version" >&6; } else @@ -5843,8 +5752,8 @@ RL_PREFIX=$ac_cv_rl_prefix RL_LIBDIR=$ac_cv_rl_libdir RL_INCLUDEDIR=$ac_cv_rl_includedir -{ echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 -echo "${ECHO_T}$ac_cv_rl_version" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 +$as_echo "$ac_cv_rl_version" >&6; } fi @@ -5852,10 +5761,10 @@ fi case "$ac_cv_rl_version" in 5*|6*|7*|8*|9*) ;; *) opt_with_installed_readline=no - { echo "$as_me:$LINENO: WARNING: installed readline library is too old to be linked with bash" >&5 -echo "$as_me: WARNING: installed readline library is too old to be linked with bash" >&2;} - { echo "$as_me:$LINENO: WARNING: using private bash version" >&5 -echo "$as_me: WARNING: using private bash version" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: installed readline library is too old to be linked with bash" >&5 +$as_echo "$as_me: WARNING: installed readline library is too old to be linked with bash" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: using private bash version" >&5 +$as_echo "$as_me: WARNING: using private bash version" >&2;} ;; esac fi @@ -5963,11 +5872,12 @@ fi # 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; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -5986,7 +5896,7 @@ case $as_dir/ in # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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. @@ -5996,17 +5906,29 @@ case $as_dir/ in # 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 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -6019,8 +5941,8 @@ fi INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -6032,10 +5954,10 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' # 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. @@ -6046,9 +5968,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6060,11 +5982,11 @@ fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then - { echo "$as_me:$LINENO: result: $AR" >&5 -echo "${ECHO_T}$AR" >&6; } + { $as_echo "$as_me:$LINENO: result: $AR" >&5 +$as_echo "$AR" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6072,10 +5994,10 @@ test -n "$ARFLAGS" || ARFLAGS="cr" 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -6086,9 +6008,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6099,11 +6021,11 @@ fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6112,10 +6034,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -6126,9 +6048,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6139,11 +6061,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -6151,10 +6073,10 @@ fi else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -6169,10 +6091,10 @@ for ac_prog in 'bison -y' byacc 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_YACC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$YACC"; then ac_cv_prog_YACC="$YACC" # Let the user override the test. @@ -6183,9 +6105,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_YACC="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6196,11 +6118,11 @@ fi fi YACC=$ac_cv_prog_YACC if test -n "$YACC"; then - { echo "$as_me:$LINENO: result: $YACC" >&5 -echo "${ECHO_T}$YACC" >&6; } + { $as_echo "$as_me:$LINENO: result: $YACC" >&5 +$as_echo "$YACC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6208,11 +6130,12 @@ fi done test -n "$YACC" || YACC="yacc" -{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } -set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh @@ -6229,12 +6152,12 @@ esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } SET_MAKE= else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -6271,10 +6194,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF -{ 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; } +{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } if test "${ac_cv_c_const+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6290,10 +6213,10 @@ main () #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; - const charset x; + const charset cs; /* SunOS 4.1.1 cc rejects this. */ - char const *const *ccp; - char **p; + char const *const *pcpcc; + char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; @@ -6302,11 +6225,11 @@ main () an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; - ccp = &g + (g ? g-g : 0); + pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ - ++ccp; - p = (char**) ccp; - ccp = (char const *const *) p; + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; @@ -6333,7 +6256,7 @@ main () const int foo = 10; if (!foo) return 0; } - return !x[0] && !zero.x; + return !cs[0] && !zero.x; #endif ; @@ -6346,37 +6269,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_const=no @@ -6384,20 +6291,20 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +$as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF -@%:@define const +@%:@define const /**/ _ACEOF fi -{ echo "$as_me:$LINENO: checking for inline" >&5 -echo $ECHO_N "checking for inline... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for inline" >&5 +$as_echo_n "checking for inline... " >&6; } if test "${ac_cv_c_inline+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do @@ -6420,37 +6327,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_inline=$ac_kw else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -6461,8 +6352,8 @@ rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 +$as_echo "$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in @@ -6480,31 +6371,25 @@ _ACEOF ;; esac -{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 -echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } + + { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 +$as_echo_n "checking whether byte ordering is bigendian... " >&6; } if test "${ac_cv_c_bigendian+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - # See if sys/param.h defines the BYTE_ORDER macro. -cat >conftest.$ac_ext <<_ACEOF + ac_cv_c_bigendian=unknown + # See if __BIG_ENDIAN__ or __LITTLE_ENDIAN__ is defined. + 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 () -{ -#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN - bogus endian macros -#endif - - ; - return 0; -} +#if ! (defined __BIG_ENDIAN__ || defined __LITTLE_ENDIAN__) + neither is defined; + #endif + typedef int dummy; + _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" @@ -6512,51 +6397,86 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_bigendian=universal +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + 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 () +{ +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ + && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ + && LITTLE_ENDIAN) + bogus endian macros + #endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then # It does; now see whether it defined to BIG_ENDIAN or not. -cat >conftest.$ac_ext <<_ACEOF + 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 BYTE_ORDER != BIG_ENDIAN - not big endian -#endif - + not big endian + #endif + ; return 0; } @@ -6567,37 +6487,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_bigendian=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_bigendian=no @@ -6605,29 +6509,31 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - # It does not; compile a test program. -if test "$cross_compiling" = yes; then - # try to guess the endianness by grepping values into an object file - ac_cv_c_bigendian=unknown - cat >conftest.$ac_ext <<_ACEOF + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; -short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; -void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } -short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; -short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; -void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } +#include + int main () { - _ascii (); _ebcdic (); +#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros + #endif + ; return 0; } @@ -6638,47 +6544,139 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + # It does; now see whether it defined to _BIG_ENDIAN or not. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +int +main () +{ +#ifndef _BIG_ENDIAN + not big endian + #endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_bigendian=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_c_bigendian=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. + if test "$cross_compiling" = yes; then + # Try to guess by grepping values from an object file. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; + short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } + short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; + short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } + extern int foo; + +int +main () +{ +return use_ascii (foo) == use_ebcdic (foo); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then - ac_cv_c_bigendian=yes -fi -if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then - if test "$ac_cv_c_bigendian" = unknown; then - ac_cv_c_bigendian=no - else - # finding both strings is unlikely to happen, but who knows? - ac_cv_c_bigendian=unknown - fi -fi + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then + ac_cv_c_bigendian=yes + fi + if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else + # finding both strings is unlikely to happen, but who knows? + ac_cv_c_bigendian=unknown + fi + fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -6697,15 +6695,15 @@ int main () { - /* Are we little or big endian? From Harbison&Steele. */ - union - { - long int l; - char c[sizeof (long int)]; - } u; - u.l = 1; - return u.c[sizeof (long int) - 1] == 1; - + /* Are we little or big endian? From Harbison&Steele. */ + union + { + long int l; + char c[sizeof (long int)]; + } u; + u.l = 1; + return u.c[sizeof (long int) - 1] == 1; + ; return 0; } @@ -6716,60 +6714,62 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_bigendian=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + fi fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 -echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } -case $ac_cv_c_bigendian in - yes) - -cat >>confdefs.h <<\_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 +$as_echo "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) + cat >>confdefs.h <<\_ACEOF @%:@define WORDS_BIGENDIAN 1 _ACEOF - ;; - no) - ;; - *) - { { echo "$as_me:$LINENO: error: unknown endianness -presetting ac_cv_c_bigendian=no (or yes) will help" >&5 -echo "$as_me: error: unknown endianness -presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} +;; #( + no) + ;; #( + universal) + ;; #( + *) + { { $as_echo "$as_me:$LINENO: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&5 +$as_echo "$as_me: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} { (exit 1); exit 1; }; } ;; -esac + esac -{ echo "$as_me:$LINENO: checking for preprocessor stringizing operator" >&5 -echo $ECHO_N "checking for preprocessor stringizing operator... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for preprocessor stringizing operator" >&5 +$as_echo_n "checking for preprocessor stringizing operator... " >&6; } if test "${ac_cv_c_stringize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6790,8 +6790,8 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_stringize" >&5 -echo "${ECHO_T}$ac_cv_c_stringize" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stringize" >&5 +$as_echo "$ac_cv_c_stringize" >&6; } if test $ac_cv_c_stringize = yes; then cat >>confdefs.h <<\_ACEOF @@ -6802,10 +6802,10 @@ fi - { echo "$as_me:$LINENO: checking for long double with more range or precision than double" >&5 -echo $ECHO_N "checking for long double with more range or precision than double... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for long double with more range or precision than double" >&5 +$as_echo_n "checking for long double with more range or precision than double... " >&6; } if test "${ac_cv_type_long_double_wider+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6847,37 +6847,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_long_double_wider=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_long_double_wider=no @@ -6885,8 +6869,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double_wider" >&5 -echo "${ECHO_T}$ac_cv_type_long_double_wider" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_double_wider" >&5 +$as_echo "$ac_cv_type_long_double_wider" >&6; } if test $ac_cv_type_long_double_wider = yes; then cat >>confdefs.h <<\_ACEOF @@ -6904,11 +6888,11 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for function prototypes" >&5 -echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for function prototypes" >&5 +$as_echo_n "checking for function prototypes... " >&6; } if test "$ac_cv_prog_cc_c89" != no; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<\_ACEOF @%:@define PROTOTYPES 1 @@ -6920,15 +6904,15 @@ cat >>confdefs.h <<\_ACEOF _ACEOF else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi -{ echo "$as_me:$LINENO: checking whether char is unsigned" >&5 -echo $ECHO_N "checking whether char is unsigned... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether char is unsigned" >&5 +$as_echo_n "checking whether char is unsigned... " >&6; } if test "${ac_cv_c_char_unsigned+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6953,37 +6937,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_char_unsigned=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_char_unsigned=yes @@ -6991,8 +6959,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_char_unsigned" >&5 -echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_char_unsigned" >&5 +$as_echo "$ac_cv_c_char_unsigned" >&6; } if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then cat >>confdefs.h <<\_ACEOF @%:@define __CHAR_UNSIGNED__ 1 @@ -7015,17 +6983,17 @@ fi - { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 -echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } - # Check whether --enable-nls was given. + { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +$as_echo_n "checking whether NLS is requested... " >&6; } + @%:@ Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi - { echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6; } + { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } @@ -7062,10 +7030,10 @@ rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) @@ -7093,19 +7061,19 @@ esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then - { echo "$as_me:$LINENO: result: $MSGFMT" >&5 -echo "${ECHO_T}$MSGFMT" >&6; } + { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 +$as_echo "$MSGFMT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) @@ -7118,9 +7086,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7133,11 +7101,11 @@ esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then - { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6; } + { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +$as_echo "$GMSGFMT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7173,10 +7141,10 @@ rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) @@ -7204,11 +7172,11 @@ esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then - { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -echo "${ECHO_T}$XGETTEXT" >&6; } + { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +$as_echo "$XGETTEXT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi rm -f messages.po @@ -7244,10 +7212,10 @@ rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGMERGE+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) @@ -7274,11 +7242,11 @@ esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then - { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 -echo "${ECHO_T}$MSGMERGE" >&6; } + { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5 +$as_echo "$MSGMERGE" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7288,8 +7256,8 @@ fi : ; else GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` - { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 -echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } + { $as_echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 +$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } GMSGFMT=":" fi fi @@ -7299,8 +7267,8 @@ echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then : ; else - { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 -echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } + { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 +$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi rm -f messages.po @@ -7309,26 +7277,24 @@ echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } ac_config_commands="$ac_config_commands default-1" -{ echo "$as_me:$LINENO: checking for off_t" >&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for off_t" >&5 +$as_echo_n "checking for off_t... " >&6; } if test "${ac_cv_type_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_off_t=no +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 -typedef off_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (off_t)) + return 0; ; return 0; } @@ -7339,46 +7305,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((off_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_off_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_off_t=no + ac_cv_type_off_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +$as_echo "$ac_cv_type_off_t" >&6; } if test $ac_cv_type_off_t = yes; then : else @@ -7389,26 +7381,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 +$as_echo_n "checking for size_t... " >&6; } if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_size_t=no +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 -typedef size_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (size_t)) + return 0; ; return 0; } @@ -7419,46 +7409,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((size_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_size_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_size_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_size_t=no + fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +$as_echo "$ac_cv_type_size_t" >&6; } if test $ac_cv_type_size_t = yes; then : else @@ -7471,10 +7487,10 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5 +$as_echo_n "checking for working alloca.h... " >&6; } if test "${ac_cv_working_alloca_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7498,47 +7514,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_working_alloca_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_working_alloca_h=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +$as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then cat >>confdefs.h <<\_ACEOF @@ -7547,10 +7551,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for alloca" >&5 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for alloca" >&5 +$as_echo_n "checking for alloca... " >&6; } if test "${ac_cv_func_alloca_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7565,7 +7569,7 @@ cat >>conftest.$ac_ext <<_ACEOF # include # define alloca _alloca # else -# if HAVE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX @@ -7594,47 +7598,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_alloca_works=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_alloca_works=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +$as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then @@ -7655,10 +7647,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF -{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } if test "${ac_cv_os_cray+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7682,15 +7674,15 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -echo "${ECHO_T}$ac_cv_os_cray" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +$as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; 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; } + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7743,49 +7735,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF @%:@define CRAY_STACKSEG_END $ac_func @@ -7797,10 +7779,10 @@ fi done fi -{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +$as_echo_n "checking stack direction for C alloca... " >&6; } if test "${ac_cv_c_stack_direction+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_c_stack_direction=0 @@ -7838,36 +7820,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +$as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF @%:@define STACK_DIRECTION $ac_cv_c_stack_direction @@ -7880,20 +7865,21 @@ fi for ac_header in stdlib.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7909,49 +7895,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7965,58 +7935,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -8025,21 +7989,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -8049,11 +8015,11 @@ done for ac_func in getpagesize 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8106,60 +8072,50 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for working mmap" >&5 -echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working mmap" >&5 +$as_echo_n "checking for working mmap... " >&6; } if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_mmap_fixed_mapped=no @@ -8199,21 +8155,21 @@ $ac_includes_default #include #include -#if !STDC_HEADERS && !HAVE_STDLIB_H +#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H char *malloc (); #endif /* This mess was copied from the GNU getpagesize.h. */ -#if !HAVE_GETPAGESIZE +#ifndef HAVE_GETPAGESIZE /* Assume that all systems that can run configure have sys/param.h. */ -# if !HAVE_SYS_PARAM_H +# ifndef HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ -# if HAVE_SYS_PARAM_H +# ifdef HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE @@ -8303,36 +8259,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_mmap_fixed_mapped=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_mmap_fixed_mapped=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 -echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } if test $ac_cv_func_mmap_fixed_mapped = yes; then cat >>confdefs.h <<\_ACEOF @@ -8343,10 +8302,10 @@ fi rm -f conftest.mmap - { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5 -echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5 +$as_echo_n "checking whether we are using the GNU C Library 2.1 or newer... " >&6; } if test "${ac_cv_gnu_library_2_1+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8374,18 +8333,18 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5 -echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5 +$as_echo "$ac_cv_gnu_library_2_1" >&6; } GLIBC21="$ac_cv_gnu_library_2_1" - { echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5 -echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5 +$as_echo_n "checking whether integer division by zero raises SIGFPE... " >&6; } if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then @@ -8449,37 +8408,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gt_cv_int_divbyzero_sigfpe=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) gt_cv_int_divbyzero_sigfpe=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5 -echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5 +$as_echo "$gt_cv_int_divbyzero_sigfpe" >&6; } case "$gt_cv_int_divbyzero_sigfpe" in *yes) value=1;; *) value=0;; @@ -8491,10 +8453,10 @@ _ACEOF - { echo "$as_me:$LINENO: checking for inttypes.h" >&5 -echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for inttypes.h" >&5 +$as_echo_n "checking for inttypes.h... " >&6; } if test "${jm_ac_cv_header_inttypes_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8518,37 +8480,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then jm_ac_cv_header_inttypes_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 jm_ac_cv_header_inttypes_h=no @@ -8556,8 +8502,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5 -echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5 +$as_echo "$jm_ac_cv_header_inttypes_h" >&6; } if test $jm_ac_cv_header_inttypes_h = yes; then cat >>confdefs.h <<_ACEOF @@ -8567,10 +8513,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for stdint.h" >&5 -echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for stdint.h" >&5 +$as_echo_n "checking for stdint.h... " >&6; } if test "${jm_ac_cv_header_stdint_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8594,37 +8540,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then jm_ac_cv_header_stdint_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 jm_ac_cv_header_stdint_h=no @@ -8632,8 +8562,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5 -echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5 +$as_echo "$jm_ac_cv_header_stdint_h" >&6; } if test $jm_ac_cv_header_stdint_h = yes; then cat >>confdefs.h <<_ACEOF @@ -8643,10 +8573,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for unsigned long long" >&5 -echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for unsigned long long" >&5 +$as_echo_n "checking for unsigned long long... " >&6; } if test "${ac_cv_type_unsigned_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8670,47 +8600,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_type_unsigned_long_long=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_unsigned_long_long=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 -echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 +$as_echo "$ac_cv_type_unsigned_long_long" >&6; } if test $ac_cv_type_unsigned_long_long = yes; then cat >>confdefs.h <<\_ACEOF @@ -8741,10 +8659,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for inttypes.h" >&5 -echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for inttypes.h" >&5 +$as_echo_n "checking for inttypes.h... " >&6; } if test "${gt_cv_header_inttypes_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -8769,37 +8687,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then gt_cv_header_inttypes_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_header_inttypes_h=no @@ -8808,8 +8710,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5 -echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5 +$as_echo "$gt_cv_header_inttypes_h" >&6; } if test $gt_cv_header_inttypes_h = yes; then cat >>confdefs.h <<_ACEOF @@ -8821,10 +8723,10 @@ _ACEOF if test $gt_cv_header_inttypes_h = yes; then - { echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5 -echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5 +$as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; } if test "${gt_cv_inttypes_pri_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -8852,37 +8754,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then gt_cv_inttypes_pri_broken=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_inttypes_pri_broken=yes @@ -8891,8 +8777,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5 -echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5 +$as_echo "$gt_cv_inttypes_pri_broken" >&6; } fi if test "$gt_cv_inttypes_pri_broken" = yes; then @@ -8919,7 +8805,7 @@ _ACEOF prefix="$acl_save_prefix" -# Check whether --with-gnu-ld was given. +@%:@ Check whether --with-gnu-ld was given. if test "${with_gnu_ld+set}" = set; then withval=$with_gnu_ld; test "$withval" = no || with_gnu_ld=yes else @@ -8942,8 +8828,8 @@ 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 GCC" >&5 -echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5 +$as_echo_n "checking for ld used by GCC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -8972,14 +8858,14 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } ;; 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; } + { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } else - { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${acl_cv_path_LD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" @@ -9005,19 +8891,19 @@ fi LD="$acl_cv_path_LD" if test -n "$LD"; then - { echo "$as_me:$LINENO: result: $LD" >&5 -echo "${ECHO_T}$LD" >&6; } + { $as_echo "$as_me:$LINENO: result: $LD" >&5 +$as_echo "$LD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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;} +test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +$as_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; } +{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${acl_cv_prog_gnu_ld+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. if $LD -v 2>&1 &5; then @@ -9026,16 +8912,16 @@ else acl_cv_prog_gnu_ld=no fi fi -{ echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 -echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; } +{ $as_echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 +$as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld - { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 -echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for shared library run path origin" >&5 +$as_echo_n "checking for shared library run path origin... " >&6; } if test "${acl_cv_rpath+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ @@ -9045,8 +8931,8 @@ else acl_cv_rpath=done fi -{ echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 -echo "${ECHO_T}$acl_cv_rpath" >&6; } +{ $as_echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 +$as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" libext="$acl_cv_libext" shlibext="$acl_cv_shlibext" @@ -9054,7 +8940,7 @@ echo "${ECHO_T}$acl_cv_rpath" >&6; } hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator" hardcode_direct="$acl_cv_hardcode_direct" hardcode_minus_L="$acl_cv_hardcode_minus_L" - # Check whether --enable-rpath was given. + @%:@ Check whether --enable-rpath was given. if test "${enable_rpath+set}" = set; then enableval=$enable_rpath; : else @@ -9082,7 +8968,7 @@ fi prefix="$acl_save_prefix" -# Check whether --with-libiconv-prefix was given. +@%:@ Check whether --with-libiconv-prefix was given. if test "${with_libiconv_prefix+set}" = set; then withval=$with_libiconv_prefix; if test "X$withval" = "Xno"; then @@ -9460,20 +9346,21 @@ fi for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ stdlib.h string.h unistd.h sys/param.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9489,49 +9376,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9545,58 +9416,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -9605,21 +9470,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -9654,11 +9521,11 @@ geteuid getgid getuid mempcpy munmap putenv setenv setlocale localeconv stpcpy \ strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \ __fsetlocking 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -9711,51 +9578,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -9792,10 +9649,10 @@ done done - { echo "$as_me:$LINENO: checking for iconv" >&5 -echo $ECHO_N "checking for iconv... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for iconv" >&5 +$as_echo_n "checking for iconv... " >&6; } if test "${am_cv_func_iconv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" @@ -9824,43 +9681,31 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_func_iconv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" @@ -9889,51 +9734,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_lib_iconv=yes am_cv_func_iconv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi -{ echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 -echo "${ECHO_T}$am_cv_func_iconv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 +$as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then cat >>confdefs.h <<\_ACEOF @@ -9942,10 +9775,10 @@ _ACEOF fi if test "$am_cv_lib_iconv" = yes; then - { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 -echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $LIBICONV" >&5 -echo "${ECHO_T}$LIBICONV" >&6; } + { $as_echo "$as_me:$LINENO: checking how to link with libiconv" >&5 +$as_echo_n "checking how to link with libiconv... " >&6; } + { $as_echo "$as_me:$LINENO: result: $LIBICONV" >&5 +$as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= @@ -9955,10 +9788,10 @@ echo "${ECHO_T}$LIBICONV" >&6; } if test "$am_cv_func_iconv" = yes; then - { echo "$as_me:$LINENO: checking for iconv declaration" >&5 -echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for iconv declaration" >&5 +$as_echo_n "checking for iconv declaration... " >&6; } if test "${am_cv_proto_iconv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -9994,37 +9827,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then am_cv_proto_iconv_arg1="" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_proto_iconv_arg1="const" @@ -10035,9 +9852,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` - { echo "$as_me:$LINENO: result: ${ac_t:- + { $as_echo "$as_me:$LINENO: result: ${ac_t:- }$am_cv_proto_iconv" >&5 -echo "${ECHO_T}${ac_t:- +$as_echo "${ac_t:- }$am_cv_proto_iconv" >&6; } cat >>confdefs.h <<_ACEOF @@ -10047,10 +9864,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 -echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 +$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } if test "${am_cv_langinfo_codeset+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -10073,48 +9890,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_langinfo_codeset=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_langinfo_codeset=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 -echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 +$as_echo "$am_cv_langinfo_codeset" >&6; } if test $am_cv_langinfo_codeset = yes; then cat >>confdefs.h <<\_ACEOF @@ -10125,10 +9930,10 @@ _ACEOF if test $ac_cv_header_locale_h = yes; then - { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 -echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 +$as_echo_n "checking for LC_MESSAGES... " >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -10151,47 +9956,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_val_LC_MESSAGES=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_val_LC_MESSAGES=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 -echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 +$as_echo "$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then cat >>confdefs.h <<\_ACEOF @@ -10206,10 +9999,10 @@ _ACEOF 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_INTLBISON+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$INTLBISON"; then ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test. @@ -10220,9 +10013,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_INTLBISON="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -10233,11 +10026,11 @@ fi fi INTLBISON=$ac_cv_prog_INTLBISON if test -n "$INTLBISON"; then - { echo "$as_me:$LINENO: result: $INTLBISON" >&5 -echo "${ECHO_T}$INTLBISON" >&6; } + { $as_echo "$as_me:$LINENO: result: $INTLBISON" >&5 +$as_echo "$INTLBISON" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -10247,8 +10040,8 @@ done if test -z "$INTLBISON"; then ac_verc_fail=yes else - { echo "$as_me:$LINENO: checking version of bison" >&5 -echo $ECHO_N "checking version of bison... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking version of bison" >&5 +$as_echo_n "checking version of bison... " >&6; } ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` case $ac_prog_version in '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; @@ -10256,8 +10049,8 @@ echo $ECHO_N "checking version of bison... $ECHO_C" >&6; } ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; esac - { echo "$as_me:$LINENO: result: $ac_prog_version" >&5 -echo "${ECHO_T}$ac_prog_version" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_prog_version" >&5 +$as_echo "$ac_prog_version" >&6; } fi if test $ac_verc_fail = yes; then INTLBISON=: @@ -10278,17 +10071,17 @@ echo "${ECHO_T}$ac_prog_version" >&6; } - { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 -echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } - # Check whether --enable-nls was given. + { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +$as_echo_n "checking whether NLS is requested... " >&6; } + @%:@ Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then enableval=$enable_nls; USE_NLS=$enableval else USE_NLS=yes fi - { echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6; } + { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } @@ -10303,18 +10096,18 @@ echo "${ECHO_T}$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no - { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 -echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 +$as_echo_n "checking whether included gettext is requested... " >&6; } -# Check whether --with-included-gettext was given. +@%:@ Check whether --with-included-gettext was given. if test "${with_included_gettext+set}" = set; then withval=$with_included_gettext; nls_cv_force_use_gnu_gettext=$withval else nls_cv_force_use_gnu_gettext=no fi - { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 -echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } + { $as_echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 +$as_echo "$nls_cv_force_use_gnu_gettext" >&6; } nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then @@ -10324,10 +10117,10 @@ echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } - { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 -echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 +$as_echo_n "checking for GNU gettext in libc... " >&6; } if test "${gt_cv_func_gnugettext2_libc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -10353,47 +10146,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then gt_cv_func_gnugettext2_libc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_gnugettext2_libc=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libc" >&5 -echo "${ECHO_T}$gt_cv_func_gnugettext2_libc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libc" >&5 +$as_echo "$gt_cv_func_gnugettext2_libc" >&6; } if test "$gt_cv_func_gnugettext2_libc" != "yes"; then @@ -10413,7 +10194,7 @@ echo "${ECHO_T}$gt_cv_func_gnugettext2_libc" >&6; } prefix="$acl_save_prefix" -# Check whether --with-libintl-prefix was given. +@%:@ Check whether --with-libintl-prefix was given. if test "${with_libintl_prefix+set}" = set; then withval=$with_libintl_prefix; if test "X$withval" = "Xno"; then @@ -10775,10 +10556,10 @@ fi done fi - { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 -echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 +$as_echo_n "checking for GNU gettext in libintl... " >&6; } if test "${gt_cv_func_gnugettext2_libintl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" @@ -10812,43 +10593,31 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then gt_cv_func_gnugettext2_libintl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_gnugettext2_libintl=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test "$gt_cv_func_gnugettext2_libintl" != yes && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" @@ -10880,53 +10649,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" gt_cv_func_gnugettext2_libintl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi -{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libintl" >&5 -echo "${ECHO_T}$gt_cv_func_gnugettext2_libintl" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libintl" >&5 +$as_echo "$gt_cv_func_gnugettext2_libintl" >&6; } fi if test "$gt_cv_func_gnugettext2_libc" = "yes" \ @@ -10972,13 +10729,13 @@ _ACEOF fi fi - { echo "$as_me:$LINENO: checking whether to use NLS" >&5 -echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6; } + { $as_echo "$as_me:$LINENO: checking whether to use NLS" >&5 +$as_echo_n "checking whether to use NLS... " >&6; } + { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then - { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 -echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 +$as_echo_n "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then gt_source="external libintl" @@ -10988,18 +10745,18 @@ echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } else gt_source="included intl directory" fi - { echo "$as_me:$LINENO: result: $gt_source" >&5 -echo "${ECHO_T}$gt_source" >&6; } + { $as_echo "$as_me:$LINENO: result: $gt_source" >&5 +$as_echo "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then - { echo "$as_me:$LINENO: checking how to link with libintl" >&5 -echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $LIBINTL" >&5 -echo "${ECHO_T}$LIBINTL" >&6; } + { $as_echo "$as_me:$LINENO: checking how to link with libintl" >&5 +$as_echo_n "checking how to link with libintl... " >&6; } + { $as_echo "$as_me:$LINENO: result: $LIBINTL" >&5 +$as_echo "$LIBINTL" >&6; } for element in $INCINTL; do haveit= @@ -11085,11 +10842,11 @@ _ACEOF 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; } + as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 +$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -11115,37 +10872,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -11153,12 +10894,14 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 _ACEOF ac_header_dirent=$ac_hdr; break @@ -11167,10 +10910,10 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } if test "${ac_cv_search_opendir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF @@ -11208,43 +10951,31 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_search_opendir=$ac_res else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_opendir+set}" = set; then break @@ -11258,8 +10989,8 @@ fi rm conftest.$ac_ext 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -11267,10 +10998,10 @@ if test "$ac_res" != no; then fi else - { echo "$as_me:$LINENO: checking for library containing opendir" >&5 -echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } if test "${ac_cv_search_opendir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF @@ -11308,43 +11039,31 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_search_opendir=$ac_res else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_opendir+set}" = set; then break @@ -11358,8 +11077,8 @@ fi rm conftest.$ac_ext 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -11368,10 +11087,10 @@ fi 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; } +{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } if test "${ac_cv_header_time+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -11398,37 +11117,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_time=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_time=no @@ -11436,8 +11139,8 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 +$as_echo "$ac_cv_header_time" >&6; } if test $ac_cv_header_time = yes; then cat >>confdefs.h <<\_ACEOF @@ -11451,20 +11154,21 @@ fi for ac_header in inttypes.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11480,49 +11184,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11536,58 +11224,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -11596,21 +11278,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -11642,20 +11326,21 @@ for ac_header in unistd.h stdlib.h stdarg.h varargs.h limits.h string.h \ memory.h locale.h termcap.h termio.h termios.h dlfcn.h \ stddef.h stdint.h netdb.h pwd.h grp.h strings.h regex.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11671,49 +11356,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11727,58 +11396,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -11787,21 +11450,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -11824,20 +11489,21 @@ for ac_header in sys/pte.h sys/stream.h sys/select.h sys/file.h \ sys/resource.h sys/param.h sys/socket.h sys/stat.h \ sys/time.h sys/times.h sys/types.h sys/wait.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11853,49 +11519,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11909,58 +11559,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -11969,21 +11613,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -11994,20 +11640,21 @@ done for ac_header in netinet/in.h arpa/inet.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12023,49 +11670,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12079,58 +11710,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -12139,21 +11764,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -12161,10 +11788,10 @@ fi done -{ echo "$as_me:$LINENO: checking for sys/ptem.h" >&5 -echo $ECHO_N "checking for sys/ptem.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys/ptem.h" >&5 +$as_echo_n "checking for sys/ptem.h... " >&6; } if test "${ac_cv_header_sys_ptem_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12186,37 +11813,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_sys_ptem_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_sys_ptem_h=no @@ -12224,17 +11835,17 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_ptem_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_ptem_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_ptem_h" >&5 +$as_echo "$ac_cv_header_sys_ptem_h" >&6; } # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5 +$as_echo_n "checking for working alloca.h... " >&6; } if test "${ac_cv_working_alloca_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12258,47 +11869,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_working_alloca_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_working_alloca_h=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +$as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then cat >>confdefs.h <<\_ACEOF @@ -12307,10 +11906,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for alloca" >&5 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for alloca" >&5 +$as_echo_n "checking for alloca... " >&6; } if test "${ac_cv_func_alloca_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12325,7 +11924,7 @@ cat >>conftest.$ac_ext <<_ACEOF # include # define alloca _alloca # else -# if HAVE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX @@ -12354,47 +11953,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_alloca_works=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_alloca_works=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +$as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then @@ -12415,10 +12002,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF -{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } if test "${ac_cv_os_cray+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12442,15 +12029,15 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -echo "${ECHO_T}$ac_cv_os_cray" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +$as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; 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; } + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12503,49 +12090,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF @%:@define CRAY_STACKSEG_END $ac_func @@ -12557,10 +12134,10 @@ fi done fi -{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +$as_echo_n "checking stack direction for C alloca... " >&6; } if test "${ac_cv_c_stack_direction+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_c_stack_direction=0 @@ -12598,36 +12175,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +$as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF @%:@define STACK_DIRECTION $ac_cv_c_stack_direction @@ -12636,10 +12216,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 -echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 +$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } if test "${ac_cv_func_getpgrp_void+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Use it with a single arg. cat >conftest.$ac_ext <<_ACEOF @@ -12663,37 +12243,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_func_getpgrp_void=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_getpgrp_void=yes @@ -12702,8 +12266,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 -echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 +$as_echo "$ac_cv_func_getpgrp_void" >&6; } if test $ac_cv_func_getpgrp_void = yes; then cat >>confdefs.h <<\_ACEOF @@ -12712,26 +12276,63 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&5 -echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6; } if test "${ac_cv_func_setvbuf_reversed+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_func_setvbuf_reversed=no - cat >conftest.$ac_ext <<_ACEOF +fi + + + +for ac_func in vprintf +do +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&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 -# if PROTOTYPES - int (setvbuf) (FILE *, int, char *, size_t); -# endif +/* 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 GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +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 +#endif + int main () { -char buf; return setvbuf (stdout, _IOLBF, &buf, 1); +return $ac_func (); ; return 0; } @@ -12742,286 +12343,47 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -#include -# if PROTOTYPES - int (setvbuf) (FILE *, int, char *, size_t); -# endif -int -main () -{ -char buf; return setvbuf (stdout, &buf, _IOLBF, 1); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - # It compiles and links either way, so it must not be declared - # with a prototype and most likely this is a K&R C compiler. - # Try running it. - if test "$cross_compiling" = yes; then - : # Assume setvbuf is not reversed when cross-compiling. -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 () -{ -/* This call has the arguments reversed. - A reversed system may check and see that the address of buf - is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ - char buf; - if (setvbuf (stdout, _IOLBF, &buf, 1) != 0) - return 1; - putchar ('\r'); - return 0; /* Non-reversed systems SEGV here. */ - ; - return 0; -} -_ACEOF -rm -f conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_setvbuf_reversed=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 - -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi - - - ac_cv_func_setvbuf_reversed=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - -fi - -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - -fi - -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5 -echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6; } -if test $ac_cv_func_setvbuf_reversed = yes; then - -cat >>confdefs.h <<\_ACEOF -@%:@define SETVBUF_REVERSED 1 -_ACEOF - -fi - - -for ac_func in vprintf -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 { as_var=$as_ac_var; eval "test \"\${$as_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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -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 -#endif - -int -main () -{ -return $ac_func (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF -{ echo "$as_me:$LINENO: checking for _doprnt" >&5 -echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5 +$as_echo_n "checking for _doprnt... " >&6; } if test "${ac_cv_func__doprnt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13074,47 +12436,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func__doprnt=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func__doprnt=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 -echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 +$as_echo "$ac_cv_func__doprnt" >&6; } if test $ac_cv_func__doprnt = yes; then cat >>confdefs.h <<\_ACEOF @@ -13127,10 +12477,10 @@ fi done -{ echo "$as_me:$LINENO: checking for working strcoll" >&5 -echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working strcoll" >&5 +$as_echo_n "checking for working strcoll... " >&6; } if test "${ac_cv_func_strcoll_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_strcoll_works=no @@ -13158,36 +12508,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_strcoll_works=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_strcoll_works=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 -echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 +$as_echo "$ac_cv_func_strcoll_works" >&6; } if test $ac_cv_func_strcoll_works = yes; then cat >>confdefs.h <<\_ACEOF @@ -13209,8 +12562,8 @@ if test "$ac_cv_func_alloca_works" = "no" && test "$opt_bash_malloc" = "no"; the fi if test "$ac_cv_func_vprintf" = no; then - { echo "$as_me:$LINENO: checking for declaration of vprintf in stdio.h" >&5 -echo $ECHO_N "checking for declaration of vprintf in stdio.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for declaration of vprintf in stdio.h" >&5 +$as_echo_n "checking for declaration of vprintf in stdio.h... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13226,8 +12579,8 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | fi rm -f conftest* - { echo "$as_me:$LINENO: result: $ac_cv_func_vprintf" >&5 -echo "${ECHO_T}$ac_cv_func_vprintf" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_func_vprintf" >&5 +$as_echo "$ac_cv_func_vprintf" >&6; } if test $ac_cv_func_vprintf = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_VPRINTF 1 @@ -13245,10 +12598,10 @@ esac fi -{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +$as_echo_n "checking return type of signal handlers... " >&6; } if test "${ac_cv_type_signal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13273,37 +12626,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_signal=int else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_signal=void @@ -13311,8 +12648,8 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +$as_echo "$ac_cv_type_signal" >&6; } cat >>confdefs.h <<_ACEOF @%:@define RETSIGTYPE $ac_cv_type_signal @@ -13320,10 +12657,10 @@ _ACEOF -{ echo "$as_me:$LINENO: checking for __setostype" >&5 -echo $ECHO_N "checking for __setostype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for __setostype" >&5 +$as_echo_n "checking for __setostype... " >&6; } if test "${ac_cv_func___setostype+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13376,47 +12713,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func___setostype=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func___setostype=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func___setostype" >&5 -echo "${ECHO_T}$ac_cv_func___setostype" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func___setostype" >&5 +$as_echo "$ac_cv_func___setostype" >&6; } if test $ac_cv_func___setostype = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_SETOSTYPE 1 @@ -13424,10 +12749,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wait3" >&5 -echo $ECHO_N "checking for wait3... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wait3" >&5 +$as_echo_n "checking for wait3... " >&6; } if test "${ac_cv_func_wait3+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13480,47 +12805,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wait3=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wait3=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wait3" >&5 -echo "${ECHO_T}$ac_cv_func_wait3" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wait3" >&5 +$as_echo "$ac_cv_func_wait3" >&6; } if test $ac_cv_func_wait3 = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_WAIT3 1 @@ -13528,10 +12841,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for isinf" >&5 -echo $ECHO_N "checking for isinf... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for isinf" >&5 +$as_echo_n "checking for isinf... " >&6; } if test "${ac_cv_func_isinf+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13584,47 +12897,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_isinf=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_isinf=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_isinf" >&5 -echo "${ECHO_T}$ac_cv_func_isinf" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_isinf" >&5 +$as_echo "$ac_cv_func_isinf" >&6; } if test $ac_cv_func_isinf = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_ISINF_IN_LIBC 1 @@ -13632,10 +12933,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for isnan" >&5 -echo $ECHO_N "checking for isnan... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for isnan" >&5 +$as_echo_n "checking for isnan... " >&6; } if test "${ac_cv_func_isnan+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13688,47 +12989,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_isnan=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_isnan=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_isnan" >&5 -echo "${ECHO_T}$ac_cv_func_isnan" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_isnan" >&5 +$as_echo "$ac_cv_func_isnan" >&6; } if test $ac_cv_func_isnan = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_ISNAN_IN_LIBC 1 @@ -13737,10 +13026,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for mkfifo" >&5 -echo $ECHO_N "checking for mkfifo... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mkfifo" >&5 +$as_echo_n "checking for mkfifo... " >&6; } if test "${ac_cv_func_mkfifo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13793,47 +13082,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mkfifo=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mkfifo=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mkfifo" >&5 -echo "${ECHO_T}$ac_cv_func_mkfifo" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mkfifo" >&5 +$as_echo "$ac_cv_func_mkfifo" >&6; } if test $ac_cv_func_mkfifo = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_MKFIFO 1 @@ -13875,11 +13152,11 @@ for ac_func in dup2 eaccess fcntl getdtablesize getgroups gethostname \ kill killpg lstat readlink sbrk select setdtablesize \ setitimer tcgetpgrp uname ulimit waitpid 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13932,51 +13209,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -13985,11 +13252,11 @@ done for ac_func in rename 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14042,51 +13309,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -14134,11 +13391,11 @@ for ac_func in bcopy bzero confstr fnmatch \ setenv setlinebuf setlocale setvbuf siginterrupt strchr \ sysconf tcgetattr times ttyname tzset unsetenv 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14191,51 +13448,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -14248,11 +13495,11 @@ done for ac_func in vsnprintf snprintf vasprintf asprintf 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14305,51 +13552,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -14363,11 +13600,11 @@ done for ac_func in isascii isblank isgraph isprint isspace isxdigit 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14420,51 +13657,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -14475,11 +13702,11 @@ done for ac_func in getpwent getpwnam getpwuid 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14532,51 +13759,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -14592,11 +13809,11 @@ done for ac_func in getcwd memset strcasecmp strerror strftime strnlen strpbrk 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14649,51 +13866,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -14716,11 +13923,11 @@ done for ac_func in strtod strtol strtoul strtoll strtoull strtoimax strtoumax 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14773,51 +13980,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -14834,11 +14031,11 @@ done for ac_func in fdprintf 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14891,51 +14088,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -14950,10 +14137,10 @@ done -{ echo "$as_me:$LINENO: checking whether confstr is declared" >&5 -echo $ECHO_N "checking whether confstr is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether confstr is declared" >&5 +$as_echo_n "checking whether confstr is declared... " >&6; } if test "${ac_cv_have_decl_confstr+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14966,8 +14153,7 @@ int main () { #ifndef confstr - char *p = (char *) confstr; - return !p; + (void) confstr; #endif ; @@ -14980,37 +14166,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_confstr=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_confstr=no @@ -15018,8 +14188,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_confstr" >&5 -echo "${ECHO_T}$ac_cv_have_decl_confstr" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_confstr" >&5 +$as_echo "$ac_cv_have_decl_confstr" >&6; } if test $ac_cv_have_decl_confstr = yes; then cat >>confdefs.h <<_ACEOF @@ -15036,10 +14206,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether printf is declared" >&5 -echo $ECHO_N "checking whether printf is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether printf is declared" >&5 +$as_echo_n "checking whether printf is declared... " >&6; } if test "${ac_cv_have_decl_printf+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15052,8 +14222,7 @@ int main () { #ifndef printf - char *p = (char *) printf; - return !p; + (void) printf; #endif ; @@ -15066,37 +14235,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_printf=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_printf=no @@ -15104,8 +14257,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_printf" >&5 -echo "${ECHO_T}$ac_cv_have_decl_printf" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_printf" >&5 +$as_echo "$ac_cv_have_decl_printf" >&6; } if test $ac_cv_have_decl_printf = yes; then cat >>confdefs.h <<_ACEOF @@ -15122,10 +14275,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether sbrk is declared" >&5 -echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether sbrk is declared" >&5 +$as_echo_n "checking whether sbrk is declared... " >&6; } if test "${ac_cv_have_decl_sbrk+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15138,8 +14291,7 @@ int main () { #ifndef sbrk - char *p = (char *) sbrk; - return !p; + (void) sbrk; #endif ; @@ -15152,37 +14304,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_sbrk=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_sbrk=no @@ -15190,8 +14326,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5 -echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5 +$as_echo "$ac_cv_have_decl_sbrk" >&6; } if test $ac_cv_have_decl_sbrk = yes; then cat >>confdefs.h <<_ACEOF @@ -15208,10 +14344,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether setregid is declared" >&5 -echo $ECHO_N "checking whether setregid is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether setregid is declared" >&5 +$as_echo_n "checking whether setregid is declared... " >&6; } if test "${ac_cv_have_decl_setregid+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15224,8 +14360,7 @@ int main () { #ifndef setregid - char *p = (char *) setregid; - return !p; + (void) setregid; #endif ; @@ -15238,37 +14373,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_setregid=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_setregid=no @@ -15276,8 +14395,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_setregid" >&5 -echo "${ECHO_T}$ac_cv_have_decl_setregid" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_setregid" >&5 +$as_echo "$ac_cv_have_decl_setregid" >&6; } if test $ac_cv_have_decl_setregid = yes; then cat >>confdefs.h <<_ACEOF @@ -15294,10 +14413,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether strcpy is declared" >&5 -echo $ECHO_N "checking whether strcpy is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether strcpy is declared" >&5 +$as_echo_n "checking whether strcpy is declared... " >&6; } if test "${ac_cv_have_decl_strcpy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15310,8 +14429,7 @@ int main () { #ifndef strcpy - char *p = (char *) strcpy; - return !p; + (void) strcpy; #endif ; @@ -15324,37 +14442,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_strcpy=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_strcpy=no @@ -15362,8 +14464,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_strcpy" >&5 -echo "${ECHO_T}$ac_cv_have_decl_strcpy" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strcpy" >&5 +$as_echo "$ac_cv_have_decl_strcpy" >&6; } if test $ac_cv_have_decl_strcpy = yes; then cat >>confdefs.h <<_ACEOF @@ -15380,10 +14482,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether strsignal is declared" >&5 -echo $ECHO_N "checking whether strsignal is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether strsignal is declared" >&5 +$as_echo_n "checking whether strsignal is declared... " >&6; } if test "${ac_cv_have_decl_strsignal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15396,8 +14498,7 @@ int main () { #ifndef strsignal - char *p = (char *) strsignal; - return !p; + (void) strsignal; #endif ; @@ -15410,37 +14511,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_strsignal=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_strsignal=no @@ -15448,8 +14533,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsignal" >&5 -echo "${ECHO_T}$ac_cv_have_decl_strsignal" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsignal" >&5 +$as_echo "$ac_cv_have_decl_strsignal" >&6; } if test $ac_cv_have_decl_strsignal = yes; then cat >>confdefs.h <<_ACEOF @@ -15467,10 +14552,10 @@ fi -{ echo "$as_me:$LINENO: checking whether strtold is declared" >&5 -echo $ECHO_N "checking whether strtold is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether strtold is declared" >&5 +$as_echo_n "checking whether strtold is declared... " >&6; } if test "${ac_cv_have_decl_strtold+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15483,8 +14568,7 @@ int main () { #ifndef strtold - char *p = (char *) strtold; - return !p; + (void) strtold; #endif ; @@ -15497,37 +14581,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_strtold=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_strtold=no @@ -15535,8 +14603,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtold" >&5 -echo "${ECHO_T}$ac_cv_have_decl_strtold" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtold" >&5 +$as_echo "$ac_cv_have_decl_strtold" >&6; } if test $ac_cv_have_decl_strtold = yes; then cat >>confdefs.h <<_ACEOF @@ -15544,10 +14612,10 @@ cat >>confdefs.h <<_ACEOF _ACEOF - { echo "$as_me:$LINENO: checking for broken strtold" >&5 -echo $ECHO_N "checking for broken strtold... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for broken strtold" >&5 +$as_echo_n "checking for broken strtold... " >&6; } if test "${bash_cv_strtold_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15570,37 +14638,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_strtold_broken=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_strtold_broken=yes @@ -15611,8 +14663,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi - { echo "$as_me:$LINENO: result: $bash_cv_strtold_broken" >&5 -echo "${ECHO_T}$bash_cv_strtold_broken" >&6; } + { $as_echo "$as_me:$LINENO: result: $bash_cv_strtold_broken" >&5 +$as_echo "$bash_cv_strtold_broken" >&6; } if test "$bash_cv_strtold_broken" = "yes" ; then cat >>confdefs.h <<\_ACEOF @%:@define STRTOLD_BROKEN 1 @@ -15634,10 +14686,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoimax" >&5 -echo $ECHO_N "checking for declaration of strtoimax... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoimax" >&5 +$as_echo_n "checking for declaration of strtoimax... " >&6; } if test "${bash_cv_decl_strtoimax+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15667,47 +14719,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoimax=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoimax=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoimax" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoimax" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoimax" >&5 +$as_echo "$bash_cv_decl_strtoimax" >&6; } bash_tr_func=HAVE_DECL_`echo strtoimax | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoimax = yes; then cat >>confdefs.h <<_ACEOF @@ -15724,10 +14764,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtol" >&5 -echo $ECHO_N "checking for declaration of strtol... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtol" >&5 +$as_echo_n "checking for declaration of strtol... " >&6; } if test "${bash_cv_decl_strtol+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15757,47 +14797,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtol=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtol=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtol" >&5 -echo "${ECHO_T}$bash_cv_decl_strtol" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtol" >&5 +$as_echo "$bash_cv_decl_strtol" >&6; } bash_tr_func=HAVE_DECL_`echo strtol | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtol = yes; then cat >>confdefs.h <<_ACEOF @@ -15814,10 +14842,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoll" >&5 -echo $ECHO_N "checking for declaration of strtoll... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoll" >&5 +$as_echo_n "checking for declaration of strtoll... " >&6; } if test "${bash_cv_decl_strtoll+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15847,47 +14875,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoll=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoll=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoll" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoll" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoll" >&5 +$as_echo "$bash_cv_decl_strtoll" >&6; } bash_tr_func=HAVE_DECL_`echo strtoll | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoll = yes; then cat >>confdefs.h <<_ACEOF @@ -15904,10 +14920,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoul" >&5 -echo $ECHO_N "checking for declaration of strtoul... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoul" >&5 +$as_echo_n "checking for declaration of strtoul... " >&6; } if test "${bash_cv_decl_strtoul+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15937,47 +14953,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoul=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoul=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoul" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoul" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoul" >&5 +$as_echo "$bash_cv_decl_strtoul" >&6; } bash_tr_func=HAVE_DECL_`echo strtoul | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoul = yes; then cat >>confdefs.h <<_ACEOF @@ -15994,10 +14998,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoull" >&5 -echo $ECHO_N "checking for declaration of strtoull... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoull" >&5 +$as_echo_n "checking for declaration of strtoull... " >&6; } if test "${bash_cv_decl_strtoull+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -16027,47 +15031,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoull=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoull=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoull" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoull" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoull" >&5 +$as_echo "$bash_cv_decl_strtoull" >&6; } bash_tr_func=HAVE_DECL_`echo strtoull | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoull = yes; then cat >>confdefs.h <<_ACEOF @@ -16084,10 +15076,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoumax" >&5 -echo $ECHO_N "checking for declaration of strtoumax... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoumax" >&5 +$as_echo_n "checking for declaration of strtoumax... " >&6; } if test "${bash_cv_decl_strtoumax+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -16117,47 +15109,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoumax=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoumax=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoumax" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoumax" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoumax" >&5 +$as_echo "$bash_cv_decl_strtoumax" >&6; } bash_tr_func=HAVE_DECL_`echo strtoumax | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoumax = yes; then cat >>confdefs.h <<_ACEOF @@ -16173,24 +15153,26 @@ fi - - -for ac_header in stdlib.h sys/time.h unistd.h + + + +for ac_header in $ac_header_list do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16206,49 +15188,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16262,58 +15228,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -16322,35 +15282,44 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi done + + -for ac_func in alarm + + + + + +for ac_func in $ac_func_list 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -16403,60 +15372,66 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for working mktime" >&5 -echo $ECHO_N "checking for working mktime... $ECHO_C" >&6; } + + + + + + + + + + + + + + + + +{ $as_echo "$as_me:$LINENO: checking for working mktime" >&5 +$as_echo_n "checking for working mktime... " >&6; } if test "${ac_cv_func_working_mktime+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_working_mktime=no @@ -16468,26 +15443,25 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Test program from Paul Eggert and Tony Leneis. */ -#if TIME_WITH_SYS_TIME +#ifdef TIME_WITH_SYS_TIME # include # include #else -# if HAVE_SYS_TIME_H +# ifdef HAVE_SYS_TIME_H # include # else # include # endif #endif -#if HAVE_STDLIB_H -# include -#endif +#include +#include -#if HAVE_UNISTD_H +#ifdef HAVE_UNISTD_H # include #endif -#if !HAVE_ALARM +#ifndef HAVE_ALARM # define alarm(X) /* empty */ #endif @@ -16588,6 +15562,36 @@ bigtime_test (j) return 1; } +static int +year_2050_test () +{ + /* The correct answer for 2050-02-01 00:00:00 in Pacific time, + ignoring leap seconds. */ + unsigned long int answer = 2527315200UL; + + struct tm tm; + time_t t; + tm.tm_year = 2050 - 1900; + tm.tm_mon = 2 - 1; + tm.tm_mday = 1; + tm.tm_hour = tm.tm_min = tm.tm_sec = 0; + tm.tm_isdst = -1; + + /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" + instead of "TZ=America/Vancouver" in order to detect the bug even + on systems that don't support the Olson extension, or don't have the + full zoneinfo tables installed. */ + putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); + + t = mktime (&tm); + + /* Check that the result is either a failure, or close enough + to the correct answer that we can assume the discrepancy is + due to leap seconds. */ + return (t == (time_t) -1 + || (0 < t && answer - 120 <= t && t <= answer + 120)); +} + int main () { @@ -16599,12 +15603,15 @@ main () isn't worth using anyway. */ alarm (60); - for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) - continue; - time_t_max--; - if ((time_t) -1 < 0) - for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2) - continue; + for (;;) + { + t = (time_t_max << 1) + 1; + if (t <= time_t_max) + break; + time_t_max = t; + } + time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max; + delta = time_t_max / 997; /* a suitable prime number */ for (i = 0; i < N_STRINGS; i++) { @@ -16619,13 +15626,15 @@ main () && mktime_test ((time_t) (60 * 60 * 24)))) return 1; - for (j = 1; 0 < j; j *= 2) + for (j = 1; ; j <<= 1) if (! bigtime_test (j)) return 1; - if (! bigtime_test (j - 1)) + else if (INT_MAX / 2 < j) + break; + if (! bigtime_test (INT_MAX)) return 1; } - return ! (irix_6_4_bug () && spring_forward_gap ()); + return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); } _ACEOF rm -f conftest$ac_exeext @@ -16634,36 +15643,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_working_mktime=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_working_mktime=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 -echo "${ECHO_T}$ac_cv_func_working_mktime" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 +$as_echo "$ac_cv_func_working_mktime" >&6; } if test $ac_cv_func_working_mktime = no; then case " $LIB@&t@OBJS " in *" mktime.$ac_objext "* ) ;; @@ -16682,20 +15694,21 @@ fi for ac_header in argz.h errno.h fcntl.h malloc.h stdio_ext.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16711,49 +15724,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16767,58 +15764,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -16827,21 +15818,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -16853,20 +15846,21 @@ done for ac_header in stdlib.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16882,49 +15876,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16938,58 +15916,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -16998,21 +15970,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -17022,11 +15996,11 @@ done for ac_func in getpagesize 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -17079,60 +16053,50 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for working mmap" >&5 -echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working mmap" >&5 +$as_echo_n "checking for working mmap... " >&6; } if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_mmap_fixed_mapped=no @@ -17172,21 +16136,21 @@ $ac_includes_default #include #include -#if !STDC_HEADERS && !HAVE_STDLIB_H +#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H char *malloc (); #endif /* This mess was copied from the GNU getpagesize.h. */ -#if !HAVE_GETPAGESIZE +#ifndef HAVE_GETPAGESIZE /* Assume that all systems that can run configure have sys/param.h. */ -# if !HAVE_SYS_PARAM_H +# ifndef HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ -# if HAVE_SYS_PARAM_H +# ifdef HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE @@ -17276,36 +16240,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_mmap_fixed_mapped=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_mmap_fixed_mapped=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 -echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } if test $ac_cv_func_mmap_fixed_mapped = yes; then cat >>confdefs.h <<\_ACEOF @@ -17327,11 +16294,11 @@ rm -f conftest.mmap for ac_func in __argz_count __argz_next __argz_stringify dcgettext mempcpy \ munmap stpcpy strcspn strdup 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -17384,51 +16351,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -17450,20 +16407,21 @@ fi for ac_header in wctype.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17479,49 +16437,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17535,58 +16477,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -17595,21 +16531,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -17619,20 +16557,21 @@ done for ac_header in wchar.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17648,49 +16587,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17704,58 +16627,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -17764,21 +16681,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -17788,20 +16707,21 @@ done for ac_header in langinfo.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17817,49 +16737,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17873,58 +16777,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX @%:@@%:@ ------------------------------- @%:@@%:@ @%:@@%:@ Report this to bug-bash@gnu.org @%:@@%:@ @@ -17933,21 +16831,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -17955,10 +16855,10 @@ fi done -{ echo "$as_me:$LINENO: checking for mbrlen" >&5 -echo $ECHO_N "checking for mbrlen... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mbrlen" >&5 +$as_echo_n "checking for mbrlen... " >&6; } if test "${ac_cv_func_mbrlen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18011,47 +16911,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mbrlen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mbrlen=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mbrlen" >&5 -echo "${ECHO_T}$ac_cv_func_mbrlen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbrlen" >&5 +$as_echo "$ac_cv_func_mbrlen" >&6; } if test $ac_cv_func_mbrlen = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_MBRLEN 1 @@ -18059,10 +16947,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for mbscmp" >&5 -echo $ECHO_N "checking for mbscmp... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mbscmp" >&5 +$as_echo_n "checking for mbscmp... " >&6; } if test "${ac_cv_func_mbscmp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18115,47 +17003,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mbscmp=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mbscmp=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mbscmp" >&5 -echo "${ECHO_T}$ac_cv_func_mbscmp" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbscmp" >&5 +$as_echo "$ac_cv_func_mbscmp" >&6; } if test $ac_cv_func_mbscmp = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_MBSCMP 1 @@ -18163,10 +17039,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for mbsrtowcs" >&5 -echo $ECHO_N "checking for mbsrtowcs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mbsrtowcs" >&5 +$as_echo_n "checking for mbsrtowcs... " >&6; } if test "${ac_cv_func_mbsrtowcs+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18219,47 +17095,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mbsrtowcs=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mbsrtowcs=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mbsrtowcs" >&5 -echo "${ECHO_T}$ac_cv_func_mbsrtowcs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbsrtowcs" >&5 +$as_echo "$ac_cv_func_mbsrtowcs" >&6; } if test $ac_cv_func_mbsrtowcs = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_MBSRTOWCS 1 @@ -18268,10 +17132,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wcrtomb" >&5 -echo $ECHO_N "checking for wcrtomb... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wcrtomb" >&5 +$as_echo_n "checking for wcrtomb... " >&6; } if test "${ac_cv_func_wcrtomb+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18324,47 +17188,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wcrtomb=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wcrtomb=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wcrtomb" >&5 -echo "${ECHO_T}$ac_cv_func_wcrtomb" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wcrtomb" >&5 +$as_echo "$ac_cv_func_wcrtomb" >&6; } if test $ac_cv_func_wcrtomb = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_WCRTOMB 1 @@ -18372,10 +17224,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wcscoll" >&5 -echo $ECHO_N "checking for wcscoll... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wcscoll" >&5 +$as_echo_n "checking for wcscoll... " >&6; } if test "${ac_cv_func_wcscoll+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18428,47 +17280,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wcscoll=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wcscoll=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wcscoll" >&5 -echo "${ECHO_T}$ac_cv_func_wcscoll" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wcscoll" >&5 +$as_echo "$ac_cv_func_wcscoll" >&6; } if test $ac_cv_func_wcscoll = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_WCSCOLL 1 @@ -18476,10 +17316,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wcsdup" >&5 -echo $ECHO_N "checking for wcsdup... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wcsdup" >&5 +$as_echo_n "checking for wcsdup... " >&6; } if test "${ac_cv_func_wcsdup+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18532,47 +17372,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wcsdup=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wcsdup=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wcsdup" >&5 -echo "${ECHO_T}$ac_cv_func_wcsdup" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wcsdup" >&5 +$as_echo "$ac_cv_func_wcsdup" >&6; } if test $ac_cv_func_wcsdup = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_WCSDUP 1 @@ -18580,10 +17408,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wcwidth" >&5 -echo $ECHO_N "checking for wcwidth... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wcwidth" >&5 +$as_echo_n "checking for wcwidth... " >&6; } if test "${ac_cv_func_wcwidth+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18636,47 +17464,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wcwidth=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wcwidth=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wcwidth" >&5 -echo "${ECHO_T}$ac_cv_func_wcwidth" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wcwidth" >&5 +$as_echo "$ac_cv_func_wcwidth" >&6; } if test $ac_cv_func_wcwidth = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_WCWIDTH 1 @@ -18684,10 +17500,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wctype" >&5 -echo $ECHO_N "checking for wctype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wctype" >&5 +$as_echo_n "checking for wctype... " >&6; } if test "${ac_cv_func_wctype+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18740,47 +17556,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wctype=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wctype=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wctype" >&5 -echo "${ECHO_T}$ac_cv_func_wctype" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wctype" >&5 +$as_echo "$ac_cv_func_wctype" >&6; } if test $ac_cv_func_wctype = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_WCTYPE 1 @@ -18790,10 +17594,10 @@ fi - { echo "$as_me:$LINENO: checking whether mbrtowc and mbstate_t are properly declared" >&5 -echo $ECHO_N "checking whether mbrtowc and mbstate_t are properly declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether mbrtowc and mbstate_t are properly declared" >&5 +$as_echo_n "checking whether mbrtowc and mbstate_t are properly declared... " >&6; } if test "${ac_cv_func_mbrtowc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18820,47 +17624,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mbrtowc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mbrtowc=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5 -echo "${ECHO_T}$ac_cv_func_mbrtowc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5 +$as_echo "$ac_cv_func_mbrtowc" >&6; } if test $ac_cv_func_mbrtowc = yes; then cat >>confdefs.h <<\_ACEOF @@ -18883,11 +17675,11 @@ fi for ac_func in iswlower iswupper towlower towupper iswctype 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18940,61 +17732,51 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 -echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 +$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } if test "${bash_cv_langinfo_codeset+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19017,47 +17799,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_langinfo_codeset=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_langinfo_codeset=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_langinfo_codeset" >&5 -echo "${ECHO_T}$bash_cv_langinfo_codeset" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_langinfo_codeset" >&5 +$as_echo "$bash_cv_langinfo_codeset" >&6; } if test $bash_cv_langinfo_codeset = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_LANGINFO_CODESET 1 @@ -19065,10 +17835,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wchar_t in wchar.h" >&5 -echo $ECHO_N "checking for wchar_t in wchar.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wchar_t in wchar.h" >&5 +$as_echo_n "checking for wchar_t in wchar.h... " >&6; } if test "${bash_cv_type_wchar_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19095,37 +17865,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_type_wchar_t=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_wchar_t=no @@ -19133,8 +17887,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_wchar_t" >&5 -echo "${ECHO_T}$bash_cv_type_wchar_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_wchar_t" >&5 +$as_echo "$bash_cv_type_wchar_t" >&6; } if test $bash_cv_type_wchar_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -19143,10 +17897,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wctype_t in wctype.h" >&5 -echo $ECHO_N "checking for wctype_t in wctype.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wctype_t in wctype.h" >&5 +$as_echo_n "checking for wctype_t in wctype.h... " >&6; } if test "${bash_cv_type_wctype_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19172,37 +17926,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_type_wctype_t=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_wctype_t=no @@ -19210,8 +17948,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_wctype_t" >&5 -echo "${ECHO_T}$bash_cv_type_wctype_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_wctype_t" >&5 +$as_echo "$bash_cv_type_wctype_t" >&6; } if test $bash_cv_type_wctype_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -19220,10 +17958,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wint_t in wctype.h" >&5 -echo $ECHO_N "checking for wint_t in wctype.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wint_t in wctype.h" >&5 +$as_echo_n "checking for wint_t in wctype.h... " >&6; } if test "${bash_cv_type_wint_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19249,37 +17987,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_type_wint_t=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_wint_t=no @@ -19287,8 +18009,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_wint_t" >&5 -echo "${ECHO_T}$bash_cv_type_wint_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_wint_t" >&5 +$as_echo "$bash_cv_type_wint_t" >&6; } if test $bash_cv_type_wint_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -19301,10 +18023,10 @@ fi if test "$opt_static_link" != yes; then -{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -19336,48 +18058,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then cat >>confdefs.h <<_ACEOF @%:@define HAVE_LIBDL 1 @@ -19392,11 +18102,11 @@ fi for ac_func in dlopen dlclose dlsym 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19449,51 +18159,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -@%:@define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +@%:@define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -19501,10 +18201,10 @@ done fi -{ echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 -echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 +$as_echo_n "checking whether sys_siglist is declared... " >&6; } if test "${ac_cv_have_decl_sys_siglist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19514,7 +18214,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include /* NetBSD declares sys_siglist in unistd.h. */ -#if HAVE_UNISTD_H +#ifdef HAVE_UNISTD_H # include #endif @@ -19523,8 +18223,7 @@ int main () { #ifndef sys_siglist - char *p = (char *) sys_siglist; - return !p; + (void) sys_siglist; #endif ; @@ -19537,37 +18236,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_sys_siglist=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_sys_siglist=no @@ -19575,8 +18258,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 -echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 +$as_echo "$ac_cv_have_decl_sys_siglist" >&6; } if test $ac_cv_have_decl_sys_siglist = yes; then cat >>confdefs.h <<_ACEOF @@ -19597,10 +18280,10 @@ fi if test "$ac_cv_func_inet_aton" != 'yes'; then -{ echo "$as_me:$LINENO: checking for inet_aton" >&5 -echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for inet_aton" >&5 +$as_echo_n "checking for inet_aton... " >&6; } if test "${bash_cv_func_inet_aton+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19627,47 +18310,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_func_inet_aton=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_func_inet_aton=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_inet_aton" >&5 -echo "${ECHO_T}$bash_cv_func_inet_aton" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_inet_aton" >&5 +$as_echo "$bash_cv_func_inet_aton" >&6; } if test $bash_cv_func_inet_aton = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_INET_ATON 1 @@ -19686,10 +18357,10 @@ fi case "$host_os" in irix4*) -{ echo "$as_me:$LINENO: checking for getpwent in -lsun" >&5 -echo $ECHO_N "checking for getpwent in -lsun... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for getpwent in -lsun" >&5 +$as_echo_n "checking for getpwent in -lsun... " >&6; } if test "${ac_cv_lib_sun_getpwent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsun $LIBS" @@ -19721,48 +18392,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_sun_getpwent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_sun_getpwent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwent" >&5 -echo "${ECHO_T}$ac_cv_lib_sun_getpwent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwent" >&5 +$as_echo "$ac_cv_lib_sun_getpwent" >&6; } if test $ac_cv_lib_sun_getpwent = yes; then cat >>confdefs.h <<_ACEOF @%:@define HAVE_LIBSUN 1 @@ -19779,17 +18438,17 @@ if test "$ac_cv_func_getpeername" = no; then if test "X$bash_cv_have_socklib" = "X"; then _bash_needmsg= else -{ echo "$as_me:$LINENO: checking for socket library" >&5 -echo $ECHO_N "checking for socket library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for socket library" >&5 +$as_echo_n "checking for socket library... " >&6; } _bash_needmsg=yes fi if test "${bash_cv_have_socklib+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - { echo "$as_me:$LINENO: checking for getpeername in -lsocket" >&5 -echo $ECHO_N "checking for getpeername in -lsocket... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for getpeername in -lsocket" >&5 +$as_echo_n "checking for getpeername in -lsocket... " >&6; } if test "${ac_cv_lib_socket_getpeername+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket -lnsl $LIBS" @@ -19821,48 +18480,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_socket_getpeername=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_socket_getpeername=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_getpeername" >&5 -echo "${ECHO_T}$ac_cv_lib_socket_getpeername" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_getpeername" >&5 +$as_echo "$ac_cv_lib_socket_getpeername" >&6; } if test $ac_cv_lib_socket_getpeername = yes; then bash_cv_have_socklib=yes else @@ -19872,8 +18519,8 @@ fi fi if test "X$_bash_needmsg" = Xyes; then - { echo "$as_me:$LINENO: result: $bash_cv_have_socklib" >&5 -echo "${ECHO_T}$bash_cv_have_socklib" >&6; } + { $as_echo "$as_me:$LINENO: result: $bash_cv_have_socklib" >&5 +$as_echo "$bash_cv_have_socklib" >&6; } _bash_needmsg= fi if test $bash_cv_have_socklib = yes; then @@ -19881,17 +18528,17 @@ if test $bash_cv_have_socklib = yes; then if test "X$bash_cv_have_libnsl" = "X"; then _bash_needmsg= else - { echo "$as_me:$LINENO: checking for libnsl" >&5 -echo $ECHO_N "checking for libnsl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for libnsl" >&5 +$as_echo_n "checking for libnsl... " >&6; } _bash_needmsg=yes fi if test "${bash_cv_have_libnsl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - { echo "$as_me:$LINENO: checking for t_open in -lnsl" >&5 -echo $ECHO_N "checking for t_open in -lnsl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for t_open in -lnsl" >&5 +$as_echo_n "checking for t_open in -lnsl... " >&6; } if test "${ac_cv_lib_nsl_t_open+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" @@ -19923,48 +18570,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_nsl_t_open=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_nsl_t_open=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_t_open" >&5 -echo "${ECHO_T}$ac_cv_lib_nsl_t_open" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_t_open" >&5 +$as_echo "$ac_cv_lib_nsl_t_open" >&6; } if test $ac_cv_lib_nsl_t_open = yes; then bash_cv_have_libnsl=yes else @@ -19974,8 +18609,8 @@ fi fi if test "X$_bash_needmsg" = Xyes; then - { echo "$as_me:$LINENO: result: $bash_cv_have_libnsl" >&5 -echo "${ECHO_T}$bash_cv_have_libnsl" >&6; } + { $as_echo "$as_me:$LINENO: result: $bash_cv_have_libnsl" >&5 +$as_echo "$bash_cv_have_libnsl" >&6; } _bash_needmsg= fi if test $bash_cv_have_libnsl = yes; then @@ -19998,12 +18633,12 @@ if test "$ac_cv_func_gethostbyname" = no; then if test "X$bash_cv_have_gethostbyname" = "X"; then _bash_needmsg=yes else -{ echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 -echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 +$as_echo_n "checking for gethostbyname in socket library... " >&6; } _bash_needmsg= fi if test "${bash_cv_have_gethostbyname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20028,53 +18663,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_have_gethostbyname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_have_gethostbyname=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi if test "X$_bash_needmsg" = Xyes; then - { echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 -echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 +$as_echo_n "checking for gethostbyname in socket library... " >&6; } fi -{ echo "$as_me:$LINENO: result: $bash_cv_have_gethostbyname" >&5 -echo "${ECHO_T}$bash_cv_have_gethostbyname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_have_gethostbyname" >&5 +$as_echo "$bash_cv_have_gethostbyname" >&6; } if test "$bash_cv_have_gethostbyname" = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_GETHOSTBYNAME 1 @@ -20084,10 +18707,10 @@ fi fi -{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 -echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 +$as_echo_n "checking for uid_t in sys/types.h... " >&6; } if test "${ac_cv_type_uid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20107,8 +18730,8 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 -echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 +$as_echo "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then cat >>confdefs.h <<\_ACEOF @@ -20122,10 +18745,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking type of array argument to getgroups" >&5 -echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking type of array argument to getgroups" >&5 +$as_echo_n "checking type of array argument to getgroups... " >&6; } if test "${ac_cv_type_getgroups+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_type_getgroups=cross @@ -20166,29 +18789,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_getgroups=gid_t else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_type_getgroups=int fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -20213,34 +18839,32 @@ rm -f conftest* fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_getgroups" >&5 -echo "${ECHO_T}$ac_cv_type_getgroups" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_getgroups" >&5 +$as_echo "$ac_cv_type_getgroups" >&6; } cat >>confdefs.h <<_ACEOF @%:@define GETGROUPS_T $ac_cv_type_getgroups _ACEOF -{ echo "$as_me:$LINENO: checking for off_t" >&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for off_t" >&5 +$as_echo_n "checking for off_t... " >&6; } if test "${ac_cv_type_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_off_t=no +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 -typedef off_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (off_t)) + return 0; ; return 0; } @@ -20251,46 +18875,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((off_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_off_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_off_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_off_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +$as_echo "$ac_cv_type_off_t" >&6; } if test $ac_cv_type_off_t = yes; then : else @@ -20301,26 +18951,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for mode_t" >&5 -echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mode_t" >&5 +$as_echo_n "checking for mode_t... " >&6; } if test "${ac_cv_type_mode_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_mode_t=no +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 -typedef mode_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (mode_t)) + return 0; ; return 0; } @@ -20331,46 +18979,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((mode_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_mode_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_mode_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_mode_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 -echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 +$as_echo "$ac_cv_type_mode_t" >&6; } if test $ac_cv_type_mode_t = yes; then : else @@ -20381,10 +19055,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 -echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 +$as_echo_n "checking for uid_t in sys/types.h... " >&6; } if test "${ac_cv_type_uid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20404,8 +19078,8 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 -echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 +$as_echo "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then cat >>confdefs.h <<\_ACEOF @@ -20419,26 +19093,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for pid_t" >&5 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for pid_t" >&5 +$as_echo_n "checking for pid_t... " >&6; } if test "${ac_cv_type_pid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_pid_t=no +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 -typedef pid_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (pid_t)) + return 0; ; return 0; } @@ -20449,46 +19121,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((pid_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_pid_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_pid_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_pid_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 +$as_echo "$ac_cv_type_pid_t" >&6; } if test $ac_cv_type_pid_t = yes; then : else @@ -20499,26 +19197,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 +$as_echo_n "checking for size_t... " >&6; } if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_size_t=no +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 -typedef size_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (size_t)) + return 0; ; return 0; } @@ -20529,46 +19225,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((size_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_size_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_size_t=no + ac_cv_type_size_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 -echo "${ECHO_T}$ac_cv_type_size_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +$as_echo "$ac_cv_type_size_t" >&6; } if test $ac_cv_type_size_t = yes; then : else @@ -20579,26 +19301,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for ssize_t" >&5 -echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ssize_t" >&5 +$as_echo_n "checking for ssize_t... " >&6; } if test "${ac_cv_type_ssize_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ssize_t=no +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 -typedef ssize_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (ssize_t)) + return 0; ; return 0; } @@ -20609,46 +19329,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((ssize_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ssize_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_ssize_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ssize_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 -echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 +$as_echo "$ac_cv_type_ssize_t" >&6; } if test $ac_cv_type_ssize_t = yes; then : else @@ -20659,26 +19405,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for time_t" >&5 -echo $ECHO_N "checking for time_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for time_t" >&5 +$as_echo_n "checking for time_t... " >&6; } if test "${ac_cv_type_time_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_time_t=no +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 -typedef time_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (time_t)) + return 0; ; return 0; } @@ -20689,50 +19433,76 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((time_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_time_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_time_t=no + ac_cv_type_time_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_time_t" >&5 -echo "${ECHO_T}$ac_cv_type_time_t" >&6; } -if test $ac_cv_type_time_t = yes; then - : else - + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_time_t" >&5 +$as_echo "$ac_cv_type_time_t" >&6; } +if test $ac_cv_type_time_t = yes; then + : +else + cat >>confdefs.h <<_ACEOF @%:@define time_t long _ACEOF @@ -20741,10 +19511,10 @@ fi -{ echo "$as_me:$LINENO: checking for long long" >&5 -echo $ECHO_N "checking for long long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for long long" >&5 +$as_echo_n "checking for long long... " >&6; } if test "${bash_cv_type_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20771,47 +19541,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_type_long_long='long long' else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_long_long='long' fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_long_long" >&5 -echo "${ECHO_T}$bash_cv_type_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_long_long" >&5 +$as_echo "$bash_cv_type_long_long" >&6; } if test "$bash_cv_type_long_long" = 'long long'; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_LONG_LONG 1 @@ -20820,10 +19578,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for unsigned long long" >&5 -echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for unsigned long long" >&5 +$as_echo_n "checking for unsigned long long... " >&6; } if test "${bash_cv_type_unsigned_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20850,47 +19608,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_type_unsigned_long_long='unsigned long long' else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_unsigned_long_long='unsigned long' fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_unsigned_long_long" >&5 -echo "${ECHO_T}$bash_cv_type_unsigned_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_unsigned_long_long" >&5 +$as_echo "$bash_cv_type_unsigned_long_long" >&6; } if test "$bash_cv_type_unsigned_long_long" = 'unsigned long long'; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_UNSIGNED_LONG_LONG 1 @@ -20899,10 +19645,10 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +$as_echo_n "checking return type of signal handlers... " >&6; } if test "${ac_cv_type_signal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20927,37 +19673,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_signal=int else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_signal=void @@ -20965,8 +19695,8 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +$as_echo "$ac_cv_type_signal" >&6; } cat >>confdefs.h <<_ACEOF @%:@define RETSIGTYPE $ac_cv_type_signal @@ -20974,87 +19704,15 @@ _ACEOF -{ echo "$as_me:$LINENO: checking for char" >&5 -echo $ECHO_N "checking for char... $ECHO_C" >&6; } -if test "${ac_cv_type_char+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 -typedef char ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_char=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_char=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 -echo "${ECHO_T}$ac_cv_type_char" >&6; } - -{ echo "$as_me:$LINENO: checking size of char" >&5 -echo $ECHO_N "checking size of char... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of char" >&5 +$as_echo_n "checking size of char... " >&6; } if test "${ac_cv_sizeof_char+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_char" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -21064,11 +19722,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char))) >= 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21081,34 +19738,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -21118,11 +19759,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21135,37 +19775,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -21179,7 +19803,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -21189,11 +19813,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char))) < 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21206,34 +19829,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -21243,11 +19850,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char))) >= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21260,37 +19866,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -21304,7 +19894,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -21324,11 +19914,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21341,37 +19930,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -21381,11 +19954,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_char=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) +'') if test "$ac_cv_type_char" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char) +$as_echo "$as_me: error: cannot compute sizeof (char) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_char=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -21395,9 +19972,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (char)); } +static unsigned long int ulongval () { return (long int) (sizeof (char)); } @%:@include @%:@include int @@ -21407,20 +19983,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (char))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -21433,128 +20011,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_char=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char) +if test "$ac_cv_type_char" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char) +$as_echo "$as_me: error: cannot compute sizeof (char) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_char=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_char=0 -fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 -echo "${ECHO_T}$ac_cv_sizeof_char" >&6; } -cat >>confdefs.h <<_ACEOF -@%:@define SIZEOF_CHAR $ac_cv_sizeof_char -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 +$as_echo "$ac_cv_sizeof_char" >&6; } -{ echo "$as_me:$LINENO: checking for short" >&5 -echo $ECHO_N "checking for short... $ECHO_C" >&6; } -if test "${ac_cv_type_short+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 -typedef short ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_short=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_short=no -fi +cat >>confdefs.h <<_ACEOF +@%:@define SIZEOF_CHAR $ac_cv_sizeof_char +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 -echo "${ECHO_T}$ac_cv_type_short" >&6; } -{ echo "$as_me:$LINENO: checking size of short" >&5 -echo $ECHO_N "checking size of short... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of short" >&5 +$as_echo_n "checking size of short... " >&6; } if test "${ac_cv_sizeof_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_short" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -21564,11 +20077,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (short))) >= 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21581,34 +20093,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -21618,11 +20114,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21635,37 +20130,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -21679,7 +20158,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -21689,11 +20168,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (short))) < 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21706,34 +20184,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -21743,11 +20205,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (short))) >= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21760,37 +20221,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -21804,7 +20249,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -21824,11 +20269,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -21841,37 +20285,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -21881,11 +20309,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_short=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) +'') if test "$ac_cv_type_short" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (short) +$as_echo "$as_me: error: cannot compute sizeof (short) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_short=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -21895,9 +20327,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (short)); } +static unsigned long int ulongval () { return (long int) (sizeof (short)); } @%:@include @%:@include int @@ -21907,20 +20338,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (short))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (short)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (short)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -21933,128 +20366,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_short=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short) +if test "$ac_cv_type_short" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (short) +$as_echo "$as_me: error: cannot compute sizeof (short) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_short=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_short=0 fi -fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 -echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } -cat >>confdefs.h <<_ACEOF -@%:@define SIZEOF_SHORT $ac_cv_sizeof_short -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 +$as_echo "$ac_cv_sizeof_short" >&6; } -{ echo "$as_me:$LINENO: checking for int" >&5 -echo $ECHO_N "checking for int... $ECHO_C" >&6; } -if test "${ac_cv_type_int+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 -typedef int ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_int=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_int=no -fi +cat >>confdefs.h <<_ACEOF +@%:@define SIZEOF_SHORT $ac_cv_sizeof_short +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 -echo "${ECHO_T}$ac_cv_type_int" >&6; } -{ echo "$as_me:$LINENO: checking size of int" >&5 -echo $ECHO_N "checking size of int... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of int" >&5 +$as_echo_n "checking size of int... " >&6; } if test "${ac_cv_sizeof_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_int" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -22064,11 +20432,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (int))) >= 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22081,34 +20448,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -22118,11 +20469,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22135,37 +20485,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -22179,7 +20513,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -22189,11 +20523,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (int))) < 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22206,34 +20539,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -22243,11 +20560,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22260,37 +20576,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -22304,7 +20604,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -22324,11 +20624,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22341,37 +20640,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -22381,11 +20664,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_int=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) +'') if test "$ac_cv_type_int" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int) +$as_echo "$as_me: error: cannot compute sizeof (int) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_int=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -22395,9 +20682,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (int)); } +static unsigned long int ulongval () { return (long int) (sizeof (int)); } @%:@include @%:@include int @@ -22407,20 +20693,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (int))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -22433,128 +20721,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int) +if test "$ac_cv_type_int" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int) +$as_echo "$as_me: error: cannot compute sizeof (int) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_int=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_int=0 -fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 -echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } -cat >>confdefs.h <<_ACEOF -@%:@define SIZEOF_INT $ac_cv_sizeof_int -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 +$as_echo "$ac_cv_sizeof_int" >&6; } -{ echo "$as_me:$LINENO: checking for long" >&5 -echo $ECHO_N "checking for long... $ECHO_C" >&6; } -if test "${ac_cv_type_long+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 -typedef long ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_long=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_long=no -fi +cat >>confdefs.h <<_ACEOF +@%:@define SIZEOF_INT $ac_cv_sizeof_int +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 -echo "${ECHO_T}$ac_cv_type_long" >&6; } -{ echo "$as_me:$LINENO: checking size of long" >&5 -echo $ECHO_N "checking size of long... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of long" >&5 +$as_echo_n "checking size of long... " >&6; } if test "${ac_cv_sizeof_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_long" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -22564,11 +20787,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long))) >= 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22581,34 +20803,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -22618,11 +20824,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22635,37 +20840,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -22679,7 +20868,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -22689,11 +20878,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long))) < 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22706,34 +20894,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -22743,11 +20915,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long))) >= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22760,37 +20931,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -22804,7 +20959,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -22824,11 +20979,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -22841,37 +20995,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -22881,11 +21019,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_long=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) +'') if test "$ac_cv_type_long" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long) +$as_echo "$as_me: error: cannot compute sizeof (long) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -22895,9 +21037,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (long)); } +static unsigned long int ulongval () { return (long int) (sizeof (long)); } @%:@include @%:@include int @@ -22907,20 +21048,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (long))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -22933,128 +21076,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long) +if test "$ac_cv_type_long" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long) +$as_echo "$as_me: error: cannot compute sizeof (long) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_long=0 fi -fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } -cat >>confdefs.h <<_ACEOF -@%:@define SIZEOF_LONG $ac_cv_sizeof_long -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 +$as_echo "$ac_cv_sizeof_long" >&6; } -{ echo "$as_me:$LINENO: checking for char *" >&5 -echo $ECHO_N "checking for char *... $ECHO_C" >&6; } -if test "${ac_cv_type_char_p+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 -typedef char * ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_char_p=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_char_p=no -fi +cat >>confdefs.h <<_ACEOF +@%:@define SIZEOF_LONG $ac_cv_sizeof_long +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5 -echo "${ECHO_T}$ac_cv_type_char_p" >&6; } -{ echo "$as_me:$LINENO: checking size of char *" >&5 -echo $ECHO_N "checking size of char *... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of char *" >&5 +$as_echo_n "checking size of char *... " >&6; } if test "${ac_cv_sizeof_char_p+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_char_p" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -23064,11 +21142,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char *))) >= 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23081,34 +21158,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -23118,11 +21179,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char *))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23135,37 +21195,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -23179,7 +21223,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -23189,11 +21233,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char *))) < 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23206,34 +21249,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -23243,11 +21270,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char *))) >= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23260,37 +21286,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -23304,7 +21314,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -23324,11 +21334,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (char *))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23341,37 +21350,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -23381,11 +21374,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_char_p=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *) +'') if test "$ac_cv_type_char_p" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char *) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char *) +$as_echo "$as_me: error: cannot compute sizeof (char *) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_char_p=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -23395,9 +21392,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (char *)); } +static unsigned long int ulongval () { return (long int) (sizeof (char *)); } @%:@include @%:@include int @@ -23407,20 +21403,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (char *))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char *)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char *)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -23433,128 +21431,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_char_p=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *) +if test "$ac_cv_type_char_p" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char *) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char *) +$as_echo "$as_me: error: cannot compute sizeof (char *) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_char_p=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_char_p=0 -fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5 -echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; } -cat >>confdefs.h <<_ACEOF -@%:@define SIZEOF_CHAR_P $ac_cv_sizeof_char_p -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5 +$as_echo "$ac_cv_sizeof_char_p" >&6; } -{ echo "$as_me:$LINENO: checking for double" >&5 -echo $ECHO_N "checking for double... $ECHO_C" >&6; } -if test "${ac_cv_type_double+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 -typedef double ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_double=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_double=no -fi +cat >>confdefs.h <<_ACEOF +@%:@define SIZEOF_CHAR_P $ac_cv_sizeof_char_p +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5 -echo "${ECHO_T}$ac_cv_type_double" >&6; } -{ echo "$as_me:$LINENO: checking size of double" >&5 -echo $ECHO_N "checking size of double... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of double" >&5 +$as_echo_n "checking size of double... " >&6; } if test "${ac_cv_sizeof_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_double" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -23564,11 +21497,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (double))) >= 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23581,34 +21513,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -23618,11 +21534,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23635,37 +21550,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -23679,7 +21578,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -23689,11 +21588,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (double))) < 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23706,34 +21604,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -23743,11 +21625,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (double))) >= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23760,37 +21641,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -23804,7 +21669,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -23824,11 +21689,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -23841,37 +21705,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -23881,11 +21729,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_double=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) +'') if test "$ac_cv_type_double" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (double) +$as_echo "$as_me: error: cannot compute sizeof (double) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_double=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -23895,9 +21747,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (double)); } +static unsigned long int ulongval () { return (long int) (sizeof (double)); } @%:@include @%:@include int @@ -23907,20 +21758,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (double))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (double)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (double)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -23933,128 +21786,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_double=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (double) +if test "$ac_cv_type_double" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (double) +$as_echo "$as_me: error: cannot compute sizeof (double) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_double=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_double=0 fi -fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 -echo "${ECHO_T}$ac_cv_sizeof_double" >&6; } -cat >>confdefs.h <<_ACEOF -@%:@define SIZEOF_DOUBLE $ac_cv_sizeof_double -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 +$as_echo "$ac_cv_sizeof_double" >&6; } -{ echo "$as_me:$LINENO: checking for long long" >&5 -echo $ECHO_N "checking for long long... $ECHO_C" >&6; } -if test "${ac_cv_type_long_long+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 -typedef long long ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_long_long=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_long_long=no -fi +cat >>confdefs.h <<_ACEOF +@%:@define SIZEOF_DOUBLE $ac_cv_sizeof_double +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 -echo "${ECHO_T}$ac_cv_type_long_long" >&6; } -{ echo "$as_me:$LINENO: checking size of long long" >&5 -echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of long long" >&5 +$as_echo_n "checking size of long long... " >&6; } if test "${ac_cv_sizeof_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_long_long" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -24064,11 +21852,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long long))) >= 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -24081,34 +21868,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -24118,11 +21889,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -24135,37 +21905,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -24179,7 +21933,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -24189,11 +21943,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long long))) < 0)@:>@; test_array @<:@0@:>@ = 0 ; @@ -24206,34 +21959,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -24243,11 +21980,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long long))) >= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -24260,37 +21996,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -24304,7 +22024,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -24324,11 +22044,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array @<:@1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)@:>@; +static int test_array @<:@1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)@:>@; test_array @<:@0@:>@ = 0 ; @@ -24341,37 +22060,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -24381,11 +22084,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_long_long=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) +'') if test "$ac_cv_type_long_long" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long long) +$as_echo "$as_me: error: cannot compute sizeof (long long) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long_long=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -24395,9 +22102,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (long long)); } +static unsigned long int ulongval () { return (long int) (sizeof (long long)); } @%:@include @%:@include int @@ -24407,20 +22113,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (long long))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long long)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long long)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -24433,68 +22141,73 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long_long=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) +if test "$ac_cv_type_long_long" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long long) +$as_echo "$as_me: error: cannot compute sizeof (long long) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long_long=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_long_long=0 -fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 +$as_echo "$ac_cv_sizeof_long_long" >&6; } + + + cat >>confdefs.h <<_ACEOF @%:@define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long _ACEOF -{ echo "$as_me:$LINENO: checking for u_int" >&5 -echo $ECHO_N "checking for u_int... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for u_int" >&5 +$as_echo_n "checking for u_int... " >&6; } if test "${ac_cv_type_u_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_int=no +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 -typedef u_int ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_int)) + return 0; ; return 0; } @@ -24505,46 +22218,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_int))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_int=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_int=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_int=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 -echo "${ECHO_T}$ac_cv_type_u_int" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 +$as_echo "$ac_cv_type_u_int" >&6; } if test $ac_cv_type_u_int = yes; then : else @@ -24555,26 +22294,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for u_long" >&5 -echo $ECHO_N "checking for u_long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for u_long" >&5 +$as_echo_n "checking for u_long... " >&6; } if test "${ac_cv_type_u_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_long=no +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 -typedef u_long ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_long)) + return 0; ; return 0; } @@ -24585,46 +22322,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_long))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_long=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_long=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_long=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 -echo "${ECHO_T}$ac_cv_type_u_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 +$as_echo "$ac_cv_type_u_long" >&6; } if test $ac_cv_type_u_long = yes; then : else @@ -24638,26 +22401,24 @@ fi if test "$ac_cv_sizeof_short" = 2; then - { echo "$as_me:$LINENO: checking for bits16_t" >&5 -echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits16_t" >&5 +$as_echo_n "checking for bits16_t... " >&6; } if test "${ac_cv_type_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits16_t=no +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 -typedef bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits16_t)) + return 0; ; return 0; } @@ -24668,46 +22429,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 +$as_echo "$ac_cv_type_bits16_t" >&6; } if test $ac_cv_type_bits16_t = yes; then : else @@ -24719,26 +22506,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_char" = 2; then - { echo "$as_me:$LINENO: checking for bits16_t" >&5 -echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits16_t" >&5 +$as_echo_n "checking for bits16_t... " >&6; } if test "${ac_cv_type_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits16_t=no +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 -typedef bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits16_t)) + return 0; ; return 0; } @@ -24749,46 +22534,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits16_t=no + ac_cv_type_bits16_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 +$as_echo "$ac_cv_type_bits16_t" >&6; } if test $ac_cv_type_bits16_t = yes; then : else @@ -24800,26 +22611,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for bits16_t" >&5 -echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits16_t" >&5 +$as_echo_n "checking for bits16_t... " >&6; } if test "${ac_cv_type_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits16_t=no +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 -typedef bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits16_t)) + return 0; ; return 0; } @@ -24830,46 +22639,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 +$as_echo "$ac_cv_type_bits16_t" >&6; } if test $ac_cv_type_bits16_t = yes; then : else @@ -24884,26 +22719,24 @@ fi if test "$ac_cv_sizeof_short" = 2; then - { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 -echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits16_t" >&5 +$as_echo_n "checking for u_bits16_t... " >&6; } if test "${ac_cv_type_u_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits16_t=no +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 -typedef u_bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits16_t)) + return 0; ; return 0; } @@ -24914,46 +22747,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 +$as_echo "$ac_cv_type_u_bits16_t" >&6; } if test $ac_cv_type_u_bits16_t = yes; then : else @@ -24965,26 +22824,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_char" = 2; then - { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 -echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits16_t" >&5 +$as_echo_n "checking for u_bits16_t... " >&6; } if test "${ac_cv_type_u_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits16_t=no +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 -typedef u_bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits16_t)) + return 0; ; return 0; } @@ -24995,46 +22852,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 +$as_echo "$ac_cv_type_u_bits16_t" >&6; } if test $ac_cv_type_u_bits16_t = yes; then : else @@ -25046,26 +22929,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 -echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits16_t" >&5 +$as_echo_n "checking for u_bits16_t... " >&6; } if test "${ac_cv_type_u_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits16_t=no +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 -typedef u_bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits16_t)) + return 0; ; return 0; } @@ -25076,46 +22957,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits16_t=no + ac_cv_type_u_bits16_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 +$as_echo "$ac_cv_type_u_bits16_t" >&6; } if test $ac_cv_type_u_bits16_t = yes; then : else @@ -25130,26 +23037,24 @@ fi if test "$ac_cv_sizeof_int" = 4; then - { echo "$as_me:$LINENO: checking for bits32_t" >&5 -echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits32_t" >&5 +$as_echo_n "checking for bits32_t... " >&6; } if test "${ac_cv_type_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits32_t=no +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 -typedef bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits32_t)) + return 0; ; return 0; } @@ -25160,46 +23065,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits32_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits32_t=yes +fi - ac_cv_type_bits32_t=no +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 +$as_echo "$ac_cv_type_bits32_t" >&6; } if test $ac_cv_type_bits32_t = yes; then : else @@ -25211,26 +23142,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_long" = 4; then - { echo "$as_me:$LINENO: checking for bits32_t" >&5 -echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits32_t" >&5 +$as_echo_n "checking for bits32_t... " >&6; } if test "${ac_cv_type_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits32_t=no +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 -typedef bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits32_t)) + return 0; ; return 0; } @@ -25241,46 +23170,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits32_t=no + ac_cv_type_bits32_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 +$as_echo "$ac_cv_type_bits32_t" >&6; } if test $ac_cv_type_bits32_t = yes; then : else @@ -25292,26 +23247,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for bits32_t" >&5 -echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits32_t" >&5 +$as_echo_n "checking for bits32_t... " >&6; } if test "${ac_cv_type_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits32_t=no +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 -typedef bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits32_t)) + return 0; ; return 0; } @@ -25322,46 +23275,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits32_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 +$as_echo "$ac_cv_type_bits32_t" >&6; } if test $ac_cv_type_bits32_t = yes; then : else @@ -25376,26 +23355,24 @@ fi if test "$ac_cv_sizeof_int" = 4; then - { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 -echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits32_t" >&5 +$as_echo_n "checking for u_bits32_t... " >&6; } if test "${ac_cv_type_u_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits32_t=no +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 -typedef u_bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits32_t)) + return 0; ; return 0; } @@ -25406,46 +23383,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits32_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 +$as_echo "$ac_cv_type_u_bits32_t" >&6; } if test $ac_cv_type_u_bits32_t = yes; then : else @@ -25457,26 +23460,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_long" = 4; then - { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 -echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits32_t" >&5 +$as_echo_n "checking for u_bits32_t... " >&6; } if test "${ac_cv_type_u_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits32_t=no +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 -typedef u_bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits32_t)) + return 0; ; return 0; } @@ -25487,46 +23488,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits32_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 +$as_echo "$ac_cv_type_u_bits32_t" >&6; } if test $ac_cv_type_u_bits32_t = yes; then : else @@ -25538,26 +23565,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 -echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits32_t" >&5 +$as_echo_n "checking for u_bits32_t... " >&6; } if test "${ac_cv_type_u_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits32_t=no +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 -typedef u_bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits32_t)) + return 0; ; return 0; } @@ -25568,46 +23593,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits32_t=no + ac_cv_type_u_bits32_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 +$as_echo "$ac_cv_type_u_bits32_t" >&6; } if test $ac_cv_type_u_bits32_t = yes; then : else @@ -25622,26 +23673,24 @@ fi if test "$ac_cv_sizeof_char_p" = 8; then - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25652,46 +23701,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + ac_cv_type_bits64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -25703,26 +23778,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_double" = 8; then - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25733,46 +23806,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + ac_cv_type_bits64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -25784,26 +23883,24 @@ _ACEOF fi elif test -n "$ac_cv_type_long_long" && test "$ac_cv_sizeof_long_long" = 8; then - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25814,46 +23911,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + ac_cv_type_bits64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -25865,26 +23988,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_long" = 8; then - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25895,46 +24016,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + ac_cv_type_bits64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -25946,26 +24093,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25976,46 +24121,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + ac_cv_type_bits64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -26031,26 +24202,24 @@ fi if test "$ac_cv_sizeof_int" = "$ac_cv_sizeof_char_p"; then - { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +$as_echo_n "checking for ptrdiff_t... " >&6; } if test "${ac_cv_type_ptrdiff_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ptrdiff_t=no +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 -typedef ptrdiff_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (ptrdiff_t)) + return 0; ; return 0; } @@ -26061,46 +24230,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((ptrdiff_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ptrdiff_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ptrdiff_t=no + ac_cv_type_ptrdiff_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +$as_echo "$ac_cv_type_ptrdiff_t" >&6; } if test $ac_cv_type_ptrdiff_t = yes; then : else @@ -26112,26 +24307,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_char_p"; then - { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +$as_echo_n "checking for ptrdiff_t... " >&6; } if test "${ac_cv_type_ptrdiff_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ptrdiff_t=no +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 -typedef ptrdiff_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (ptrdiff_t)) + return 0; ; return 0; } @@ -26142,46 +24335,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((ptrdiff_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ptrdiff_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ptrdiff_t=no + ac_cv_type_ptrdiff_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +$as_echo "$ac_cv_type_ptrdiff_t" >&6; } if test $ac_cv_type_ptrdiff_t = yes; then : else @@ -26193,26 +24412,24 @@ _ACEOF fi elif test "$ac_cv_type_long_long" = yes && test "$ac_cv_sizeof_long_long" = "$ac_cv_sizeof_char_p"; then - { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +$as_echo_n "checking for ptrdiff_t... " >&6; } if test "${ac_cv_type_ptrdiff_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ptrdiff_t=no +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 -typedef ptrdiff_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (ptrdiff_t)) + return 0; ; return 0; } @@ -26223,46 +24440,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((ptrdiff_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ptrdiff_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ptrdiff_t=no + ac_cv_type_ptrdiff_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +$as_echo "$ac_cv_type_ptrdiff_t" >&6; } if test $ac_cv_type_ptrdiff_t = yes; then : else @@ -26274,11 +24517,46 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +$as_echo_n "checking for ptrdiff_t... " >&6; } if test "${ac_cv_type_ptrdiff_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + ac_cv_type_ptrdiff_t=no +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 (sizeof (ptrdiff_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26286,14 +24564,11 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default -typedef ptrdiff_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((ptrdiff_t))) + return 0; ; return 0; } @@ -26304,46 +24579,38 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ptrdiff_t=yes + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ptrdiff_t=no + ac_cv_type_ptrdiff_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +$as_echo "$ac_cv_type_ptrdiff_t" >&6; } if test $ac_cv_type_ptrdiff_t = yes; then : else @@ -26357,10 +24624,10 @@ fi fi -{ echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5 -echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5 +$as_echo_n "checking whether stat file-mode macros are broken... " >&6; } if test "${ac_cv_header_stat_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26372,41 +24639,52 @@ cat >>conftest.$ac_ext <<_ACEOF #include #if defined S_ISBLK && defined S_IFDIR -# if S_ISBLK (S_IFDIR) -You lose. -# endif +extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1]; #endif #if defined S_ISBLK && defined S_IFCHR -# if S_ISBLK (S_IFCHR) -You lose. -# endif +extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1]; #endif #if defined S_ISLNK && defined S_IFREG -# if S_ISLNK (S_IFREG) -You lose. -# endif +extern char c3[S_ISLNK (S_IFREG) ? -1 : 1]; #endif #if defined S_ISSOCK && defined S_IFREG -# if S_ISSOCK (S_IFREG) -You lose. -# endif +extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1]; #endif _ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "You lose" >/dev/null 2>&1; then - ac_cv_header_stat_broken=yes -else +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stat_broken=no +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stat_broken=yes fi -rm -f conftest* +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5 -echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5 +$as_echo "$ac_cv_header_stat_broken" >&6; } if test $ac_cv_header_stat_broken = yes; then cat >>confdefs.h <<\_ACEOF @@ -26416,16 +24694,16 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether @%:@! works in shell scripts" >&5 -echo $ECHO_N "checking whether @%:@! works in shell scripts... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether @%:@! works in shell scripts" >&5 +$as_echo_n "checking whether @%:@! works in shell scripts... " >&6; } if test "${ac_cv_sys_interpreter+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else echo '#! /bin/cat exit 69 ' >conftest chmod u+x conftest -(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null) +(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null 2>&1) if test $? -ne 69; then ac_cv_sys_interpreter=yes else @@ -26433,8 +24711,8 @@ else fi rm -f conftest fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_interpreter" >&5 -echo "${ECHO_T}$ac_cv_sys_interpreter" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_interpreter" >&5 +$as_echo "$ac_cv_sys_interpreter" >&6; } interpval=$ac_cv_sys_interpreter if test $ac_cv_sys_interpreter = yes; then @@ -26445,10 +24723,10 @@ _ACEOF fi if test "$ac_cv_func_lstat" = "no"; then -{ echo "$as_me:$LINENO: checking for lstat" >&5 -echo $ECHO_N "checking for lstat... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for lstat" >&5 +$as_echo_n "checking for lstat... " >&6; } if test "${bash_cv_func_lstat+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26474,47 +24752,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_func_lstat=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_func_lstat=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_lstat" >&5 -echo "${ECHO_T}$bash_cv_func_lstat" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_lstat" >&5 +$as_echo "$bash_cv_func_lstat" >&6; } if test $bash_cv_func_lstat = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_LSTAT 1 @@ -26525,14 +24791,14 @@ fi fi -{ echo "$as_me:$LINENO: checking whether the ctype macros accept non-ascii characters" >&5 -echo $ECHO_N "checking whether the ctype macros accept non-ascii characters... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the ctype macros accept non-ascii characters" >&5 +$as_echo_n "checking whether the ctype macros accept non-ascii characters... " >&6; } if test "${bash_cv_func_ctype_nonascii+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check ctype macros if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check ctype macros if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check ctype macros if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check ctype macros if cross compiling -- defaulting to no" >&2;} bash_cv_func_ctype_nonascii=no else @@ -26580,37 +24846,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_ctype_nonascii=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_func_ctype_nonascii=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_ctype_nonascii" >&5 -echo "${ECHO_T}$bash_cv_func_ctype_nonascii" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_ctype_nonascii" >&5 +$as_echo "$bash_cv_func_ctype_nonascii" >&6; } if test $bash_cv_func_ctype_nonascii = yes; then cat >>confdefs.h <<\_ACEOF @%:@define CTYPE_NON_ASCII 1 @@ -26618,14 +24887,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking if dup2 fails to clear the close-on-exec flag" >&5 -echo $ECHO_N "checking if dup2 fails to clear the close-on-exec flag... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if dup2 fails to clear the close-on-exec flag" >&5 +$as_echo_n "checking if dup2 fails to clear the close-on-exec flag... " >&6; } if test "${bash_cv_dup2_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&2;} bash_cv_dup2_broken=no else cat >conftest.$ac_ext <<_ACEOF @@ -26658,29 +24927,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_dup2_broken=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_dup2_broken=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -26688,8 +24960,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_dup2_broken" >&5 -echo "${ECHO_T}$bash_cv_dup2_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dup2_broken" >&5 +$as_echo "$bash_cv_dup2_broken" >&6; } if test $bash_cv_dup2_broken = yes; then cat >>confdefs.h <<\_ACEOF @%:@define DUP2_BROKEN 1 @@ -26698,14 +24970,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether pgrps need synchronization" >&5 -echo $ECHO_N "checking whether pgrps need synchronization... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether pgrps need synchronization" >&5 +$as_echo_n "checking whether pgrps need synchronization... " >&6; } if test "${bash_cv_pgrp_pipe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&2;} bash_cv_pgrp_pipe=no else cat >conftest.$ac_ext <<_ACEOF @@ -26770,29 +25042,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_pgrp_pipe=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_pgrp_pipe=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -26800,8 +25075,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_pgrp_pipe" >&5 -echo "${ECHO_T}$bash_cv_pgrp_pipe" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_pgrp_pipe" >&5 +$as_echo "$bash_cv_pgrp_pipe" >&6; } if test $bash_cv_pgrp_pipe = yes; then cat >>confdefs.h <<\_ACEOF @%:@define PGRP_PIPE 1 @@ -26810,10 +25085,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for type of signal functions" >&5 -echo $ECHO_N "checking for type of signal functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for type of signal functions" >&5 +$as_echo_n "checking for type of signal functions... " >&6; } if test "${bash_cv_signal_vintage+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -26843,37 +25118,24 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_signal_vintage=posix else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -26901,37 +25163,24 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_signal_vintage=4.2bsd else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -26962,60 +25211,50 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_signal_vintage=svr3 else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_signal_vintage=v7 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5 -echo "${ECHO_T}$bash_cv_signal_vintage" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5 +$as_echo "$bash_cv_signal_vintage" >&6; } if test "$bash_cv_signal_vintage" = posix; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_POSIX_SIGNALS 1 @@ -27034,10 +25273,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for sys_errlist and sys_nerr" >&5 -echo $ECHO_N "checking for sys_errlist and sys_nerr... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys_errlist and sys_nerr" >&5 +$as_echo_n "checking for sys_errlist and sys_nerr... " >&6; } if test "${bash_cv_sys_errlist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27062,47 +25301,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_sys_errlist=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_sys_errlist=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_sys_errlist" >&5 -echo "${ECHO_T}$bash_cv_sys_errlist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_sys_errlist" >&5 +$as_echo "$bash_cv_sys_errlist" >&6; } if test $bash_cv_sys_errlist = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_SYS_ERRLIST 1 @@ -27111,14 +25338,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for sys_siglist in system C library" >&5 -echo $ECHO_N "checking for sys_siglist in system C library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys_siglist in system C library" >&5 +$as_echo_n "checking for sys_siglist in system C library... " >&6; } if test "${bash_cv_sys_siglist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&2;} bash_cv_sys_siglist=no else cat >conftest.$ac_ext <<_ACEOF @@ -27148,37 +25375,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_sys_siglist=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_sys_siglist=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_sys_siglist" >&5 -echo "${ECHO_T}$bash_cv_sys_siglist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_sys_siglist" >&5 +$as_echo "$bash_cv_sys_siglist" >&6; } if test $bash_cv_sys_siglist = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_SYS_SIGLIST 1 @@ -27186,10 +25416,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for _sys_siglist in signal.h or unistd.h" >&5 -echo $ECHO_N "checking for _sys_siglist in signal.h or unistd.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _sys_siglist in signal.h or unistd.h" >&5 +$as_echo_n "checking for _sys_siglist in signal.h or unistd.h... " >&6; } if test "${bash_cv_decl_under_sys_siglist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27217,37 +25447,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_decl_under_sys_siglist=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_under_sys_siglist=no @@ -27255,8 +25469,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_under_sys_siglist" >&5 -echo "${ECHO_T}$bash_cv_decl_under_sys_siglist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_under_sys_siglist" >&5 +$as_echo "$bash_cv_decl_under_sys_siglist" >&6; } if test $bash_cv_decl_under_sys_siglist = yes; then cat >>confdefs.h <<\_ACEOF @%:@define UNDER_SYS_SIGLIST_DECLARED 1 @@ -27265,14 +25479,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for _sys_siglist in system C library" >&5 -echo $ECHO_N "checking for _sys_siglist in system C library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _sys_siglist in system C library" >&5 +$as_echo_n "checking for _sys_siglist in system C library... " >&6; } if test "${bash_cv_under_sys_siglist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&2;} bash_cv_under_sys_siglist=no else cat >conftest.$ac_ext <<_ACEOF @@ -27302,37 +25516,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_under_sys_siglist=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_under_sys_siglist=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_under_sys_siglist" >&5 -echo "${ECHO_T}$bash_cv_under_sys_siglist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_under_sys_siglist" >&5 +$as_echo "$bash_cv_under_sys_siglist" >&6; } if test $bash_cv_under_sys_siglist = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_UNDER_SYS_SIGLIST 1 @@ -27341,10 +25558,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether signal handlers are of type void" >&5 -echo $ECHO_N "checking whether signal handlers are of type void... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether signal handlers are of type void" >&5 +$as_echo_n "checking whether signal handlers are of type void... " >&6; } if test "${bash_cv_void_sighandler+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27375,37 +25592,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_void_sighandler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_void_sighandler=no @@ -27413,8 +25614,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_void_sighandler" >&5 -echo "${ECHO_T}$bash_cv_void_sighandler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_void_sighandler" >&5 +$as_echo "$bash_cv_void_sighandler" >&6; } if test $bash_cv_void_sighandler = yes; then cat >>confdefs.h <<\_ACEOF @%:@define VOID_SIGHANDLER 1 @@ -27424,10 +25625,10 @@ fi -{ echo "$as_me:$LINENO: checking for clock_t" >&5 -echo $ECHO_N "checking for clock_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for clock_t" >&5 +$as_echo_n "checking for clock_t... " >&6; } if test "${bash_cv_type_clock_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27456,8 +25657,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_clock_t" >&5 -echo "${ECHO_T}$bash_cv_type_clock_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_clock_t" >&5 +$as_echo "$bash_cv_type_clock_t" >&6; } if test $bash_cv_type_clock_t = no; then cat >>confdefs.h <<_ACEOF @@ -27468,10 +25669,10 @@ fi -{ echo "$as_me:$LINENO: checking for sigset_t" >&5 -echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sigset_t" >&5 +$as_echo_n "checking for sigset_t... " >&6; } if test "${bash_cv_type_sigset_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27500,8 +25701,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_sigset_t" >&5 -echo "${ECHO_T}$bash_cv_type_sigset_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_sigset_t" >&5 +$as_echo "$bash_cv_type_sigset_t" >&6; } if test $bash_cv_type_sigset_t = no; then cat >>confdefs.h <<_ACEOF @@ -27512,10 +25713,10 @@ fi -{ echo "$as_me:$LINENO: checking for quad_t" >&5 -echo $ECHO_N "checking for quad_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for quad_t" >&5 +$as_echo_n "checking for quad_t... " >&6; } if test "${bash_cv_type_quad_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27544,8 +25745,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_quad_t" >&5 -echo "${ECHO_T}$bash_cv_type_quad_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_quad_t" >&5 +$as_echo "$bash_cv_type_quad_t" >&6; } if test $bash_cv_type_quad_t = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_QUAD_T 1 @@ -27561,10 +25762,10 @@ fi -{ echo "$as_me:$LINENO: checking for intmax_t" >&5 -echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for intmax_t" >&5 +$as_echo_n "checking for intmax_t... " >&6; } if test "${bash_cv_type_intmax_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27593,8 +25794,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_intmax_t" >&5 -echo "${ECHO_T}$bash_cv_type_intmax_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_intmax_t" >&5 +$as_echo "$bash_cv_type_intmax_t" >&6; } if test $bash_cv_type_intmax_t = no; then cat >>confdefs.h <<_ACEOF @@ -27605,10 +25806,10 @@ fi -{ echo "$as_me:$LINENO: checking for uintmax_t" >&5 -echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uintmax_t" >&5 +$as_echo_n "checking for uintmax_t... " >&6; } if test "${bash_cv_type_uintmax_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27637,8 +25838,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_uintmax_t" >&5 -echo "${ECHO_T}$bash_cv_type_uintmax_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_uintmax_t" >&5 +$as_echo "$bash_cv_type_uintmax_t" >&6; } if test $bash_cv_type_uintmax_t = no; then cat >>confdefs.h <<_ACEOF @@ -27650,10 +25851,10 @@ fi if test "$ac_cv_header_sys_socket_h" = "yes"; then -{ echo "$as_me:$LINENO: checking for socklen_t" >&5 -echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for socklen_t" >&5 +$as_echo_n "checking for socklen_t... " >&6; } if test "${bash_cv_type_socklen_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27682,8 +25883,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_socklen_t" >&5 -echo "${ECHO_T}$bash_cv_type_socklen_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_socklen_t" >&5 +$as_echo "$bash_cv_type_socklen_t" >&6; } if test $bash_cv_type_socklen_t = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_SOCKLEN_T 1 @@ -27698,10 +25899,10 @@ _ACEOF fi fi -{ echo "$as_me:$LINENO: checking for size and type of struct rlimit fields" >&5 -echo $ECHO_N "checking for size and type of struct rlimit fields... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for size and type of struct rlimit fields" >&5 +$as_echo_n "checking for size and type of struct rlimit fields... " >&6; } if test "${bash_cv_type_rlimit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27725,43 +25926,27 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_type_rlimit=rlim_t else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&5 -echo "$as_me: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&5 +$as_echo "$as_me: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&2;} bash_cv_type_rlimit=long else cat >conftest.$ac_ext <<_ACEOF @@ -27790,29 +25975,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_type_rlimit=quad_t else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_type_rlimit=long fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -27823,8 +26011,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_rlimit" >&5 -echo "${ECHO_T}$bash_cv_type_rlimit" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_rlimit" >&5 +$as_echo "$bash_cv_type_rlimit" >&6; } if test $bash_cv_type_rlimit = quad_t; then cat >>confdefs.h <<\_ACEOF @%:@define RLIMTYPE quad_t @@ -27839,10 +26027,10 @@ fi -{ echo "$as_me:$LINENO: checking for struct termios.c_line" >&5 -echo $ECHO_N "checking for struct termios.c_line... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct termios.c_line" >&5 +$as_echo_n "checking for struct termios.c_line... " >&6; } if test "${ac_cv_member_struct_termios_c_line+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27871,37 +26059,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_termios_c_line=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -27931,37 +26103,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_termios_c_line=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_termios_c_line=no @@ -27972,8 +26128,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_termios_c_line" >&5 -echo "${ECHO_T}$ac_cv_member_struct_termios_c_line" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_termios_c_line" >&5 +$as_echo "$ac_cv_member_struct_termios_c_line" >&6; } if test $ac_cv_member_struct_termios_c_line = yes; then cat >>confdefs.h <<\_ACEOF @%:@define TERMIOS_LDISC 1 @@ -27983,10 +26139,10 @@ fi -{ echo "$as_me:$LINENO: checking for struct termio.c_line" >&5 -echo $ECHO_N "checking for struct termio.c_line... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct termio.c_line" >&5 +$as_echo_n "checking for struct termio.c_line... " >&6; } if test "${ac_cv_member_struct_termio_c_line+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28015,37 +26171,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_termio_c_line=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28075,37 +26215,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_termio_c_line=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_termio_c_line=no @@ -28116,8 +26240,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_termio_c_line" >&5 -echo "${ECHO_T}$ac_cv_member_struct_termio_c_line" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_termio_c_line" >&5 +$as_echo "$ac_cv_member_struct_termio_c_line" >&6; } if test $ac_cv_member_struct_termio_c_line = yes; then cat >>confdefs.h <<\_ACEOF @%:@define TERMIO_LDISC 1 @@ -28127,10 +26251,10 @@ fi -{ echo "$as_me:$LINENO: checking for struct dirent.d_ino" >&5 -echo $ECHO_N "checking for struct dirent.d_ino... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct dirent.d_ino" >&5 +$as_echo_n "checking for struct dirent.d_ino... " >&6; } if test "${bash_cv_dirent_has_dino+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28175,37 +26299,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_dirent_has_dino=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_dirent_has_dino=no @@ -28214,8 +26322,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_dirent_has_dino" >&5 -echo "${ECHO_T}$bash_cv_dirent_has_dino" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dirent_has_dino" >&5 +$as_echo "$bash_cv_dirent_has_dino" >&6; } if test $bash_cv_dirent_has_dino = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_STRUCT_DIRENT_D_INO 1 @@ -28224,10 +26332,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct dirent.d_fileno" >&5 -echo $ECHO_N "checking for struct dirent.d_fileno... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct dirent.d_fileno" >&5 +$as_echo_n "checking for struct dirent.d_fileno... " >&6; } if test "${bash_cv_dirent_has_d_fileno+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28272,37 +26380,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_dirent_has_d_fileno=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_dirent_has_d_fileno=no @@ -28311,8 +26403,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_fileno" >&5 -echo "${ECHO_T}$bash_cv_dirent_has_d_fileno" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_fileno" >&5 +$as_echo "$bash_cv_dirent_has_d_fileno" >&6; } if test $bash_cv_dirent_has_d_fileno = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_STRUCT_DIRENT_D_FILENO 1 @@ -28321,10 +26413,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct dirent.d_namlen" >&5 -echo $ECHO_N "checking for struct dirent.d_namlen... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct dirent.d_namlen" >&5 +$as_echo_n "checking for struct dirent.d_namlen... " >&6; } if test "${bash_cv_dirent_has_d_namlen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28369,37 +26461,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_dirent_has_d_namlen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_dirent_has_d_namlen=no @@ -28408,8 +26484,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_namlen" >&5 -echo "${ECHO_T}$bash_cv_dirent_has_d_namlen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_namlen" >&5 +$as_echo "$bash_cv_dirent_has_d_namlen" >&6; } if test $bash_cv_dirent_has_d_namlen = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_STRUCT_DIRENT_D_NAMLEN 1 @@ -28417,10 +26493,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct winsize in sys/ioctl.h and termios.h" >&5 -echo $ECHO_N "checking for struct winsize in sys/ioctl.h and termios.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct winsize in sys/ioctl.h and termios.h" >&5 +$as_echo_n "checking for struct winsize in sys/ioctl.h and termios.h... " >&6; } if test "${bash_cv_struct_winsize_header+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28444,37 +26520,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_struct_winsize_header=ioctl_h else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28499,37 +26559,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_struct_winsize_header=termios_h else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_struct_winsize_header=other @@ -28543,28 +26587,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $bash_cv_struct_winsize_header = ioctl_h; then - { echo "$as_me:$LINENO: result: sys/ioctl.h" >&5 -echo "${ECHO_T}sys/ioctl.h" >&6; } + { $as_echo "$as_me:$LINENO: result: sys/ioctl.h" >&5 +$as_echo "sys/ioctl.h" >&6; } cat >>confdefs.h <<\_ACEOF @%:@define STRUCT_WINSIZE_IN_SYS_IOCTL 1 _ACEOF elif test $bash_cv_struct_winsize_header = termios_h; then - { echo "$as_me:$LINENO: result: termios.h" >&5 -echo "${ECHO_T}termios.h" >&6; } + { $as_echo "$as_me:$LINENO: result: termios.h" >&5 +$as_echo "termios.h" >&6; } cat >>confdefs.h <<\_ACEOF @%:@define STRUCT_WINSIZE_IN_TERMIOS 1 _ACEOF else - { echo "$as_me:$LINENO: result: not found" >&5 -echo "${ECHO_T}not found" >&6; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } fi -{ echo "$as_me:$LINENO: checking for struct timeval in sys/time.h and time.h" >&5 -echo $ECHO_N "checking for struct timeval in sys/time.h and time.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct timeval in sys/time.h and time.h" >&5 +$as_echo_n "checking for struct timeval in sys/time.h and time.h... " >&6; } if test "${bash_cv_struct_timeval+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -28603,8 +26647,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_struct_timeval" >&5 -echo "${ECHO_T}$bash_cv_struct_timeval" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_struct_timeval" >&5 +$as_echo "$bash_cv_struct_timeval" >&6; } if test $bash_cv_struct_timeval = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_TIMEVAL 1 @@ -28612,10 +26656,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5 -echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5 +$as_echo_n "checking for struct stat.st_blocks... " >&6; } if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28640,37 +26684,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_stat_st_blocks=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28696,37 +26724,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_stat_st_blocks=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_stat_st_blocks=no @@ -28737,8 +26749,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5 -echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5 +$as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; } if test $ac_cv_member_struct_stat_st_blocks = yes; then cat >>confdefs.h <<_ACEOF @@ -28748,10 +26760,10 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 +$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } if test "${ac_cv_struct_tm+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28765,7 +26777,9 @@ cat >>conftest.$ac_ext <<_ACEOF int main () { -struct tm *tp; tp->tm_sec; +struct tm tm; + int *p = &tm.tm_sec; + return !p; ; return 0; } @@ -28776,37 +26790,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_struct_tm=time.h else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_struct_tm=sys/time.h @@ -28814,8 +26812,8 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 +$as_echo "$ac_cv_struct_tm" >&6; } if test $ac_cv_struct_tm = sys/time.h; then cat >>confdefs.h <<\_ACEOF @@ -28824,10 +26822,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5 -echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5 +$as_echo_n "checking for struct tm.tm_zone... " >&6; } if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28855,37 +26853,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_tm_tm_zone=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28914,37 +26896,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_tm_tm_zone=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_tm_tm_zone=no @@ -28955,8 +26921,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 -echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 +$as_echo "$ac_cv_member_struct_tm_tm_zone" >&6; } if test $ac_cv_member_struct_tm_tm_zone = yes; then cat >>confdefs.h <<_ACEOF @@ -28973,10 +26939,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF else - { echo "$as_me:$LINENO: checking whether tzname is declared" >&5 -echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether tzname is declared" >&5 +$as_echo_n "checking whether tzname is declared... " >&6; } if test "${ac_cv_have_decl_tzname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28990,8 +26956,7 @@ int main () { #ifndef tzname - char *p = (char *) tzname; - return !p; + (void) tzname; #endif ; @@ -29004,37 +26969,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_tzname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_tzname=no @@ -29042,8 +26991,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5 -echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5 +$as_echo "$ac_cv_have_decl_tzname" >&6; } if test $ac_cv_have_decl_tzname = yes; then cat >>confdefs.h <<_ACEOF @@ -29060,10 +27009,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for tzname" >&5 -echo $ECHO_N "checking for tzname... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tzname" >&5 +$as_echo_n "checking for tzname... " >&6; } if test "${ac_cv_var_tzname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -29090,47 +27039,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_var_tzname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_var_tzname=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 -echo "${ECHO_T}$ac_cv_var_tzname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 +$as_echo "$ac_cv_var_tzname" >&6; } if test $ac_cv_var_tzname = yes; then cat >>confdefs.h <<\_ACEOF @@ -29140,10 +27077,10 @@ _ACEOF fi fi -{ echo "$as_me:$LINENO: checking for struct timezone in sys/time.h and time.h" >&5 -echo $ECHO_N "checking for struct timezone in sys/time.h and time.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct timezone in sys/time.h and time.h" >&5 +$as_echo_n "checking for struct timezone in sys/time.h and time.h... " >&6; } if test "${bash_cv_struct_timezone+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -29182,8 +27119,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_struct_timezone" >&5 -echo "${ECHO_T}$bash_cv_struct_timezone" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_struct_timezone" >&5 +$as_echo "$bash_cv_struct_timezone" >&6; } if test $bash_cv_struct_timezone = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_STRUCT_TIMEZONE 1 @@ -29192,10 +27129,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for the existence of strsignal" >&5 -echo $ECHO_N "checking for the existence of strsignal... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for the existence of strsignal" >&5 +$as_echo_n "checking for the existence of strsignal... " >&6; } if test "${bash_cv_have_strsignal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -29219,48 +27156,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_have_strsignal=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_have_strsignal=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_have_strsignal" >&5 -echo "${ECHO_T}$bash_cv_have_strsignal" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_have_strsignal" >&5 +$as_echo "$bash_cv_have_strsignal" >&6; } if test $bash_cv_have_strsignal = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_STRSIGNAL 1 @@ -29268,14 +27193,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking if opendir() opens non-directories" >&5 -echo $ECHO_N "checking if opendir() opens non-directories... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if opendir() opens non-directories" >&5 +$as_echo_n "checking if opendir() opens non-directories... " >&6; } if test "${bash_cv_opendir_not_robust+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&2;} bash_cv_opendir_not_robust=no else @@ -29331,37 +27256,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_opendir_not_robust=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_opendir_not_robust=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_opendir_not_robust" >&5 -echo "${ECHO_T}$bash_cv_opendir_not_robust" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_opendir_not_robust" >&5 +$as_echo "$bash_cv_opendir_not_robust" >&6; } if test $bash_cv_opendir_not_robust = yes; then cat >>confdefs.h <<\_ACEOF @%:@define OPENDIR_NOT_ROBUST 1 @@ -29369,14 +27297,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether ulimit can substitute for getdtablesize" >&5 -echo $ECHO_N "checking whether ulimit can substitute for getdtablesize... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether ulimit can substitute for getdtablesize" >&5 +$as_echo_n "checking whether ulimit can substitute for getdtablesize... " >&6; } if test "${bash_cv_ulimit_maxfds+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&2;} bash_cv_ulimit_maxfds=no else @@ -29400,37 +27328,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_ulimit_maxfds=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_ulimit_maxfds=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_ulimit_maxfds" >&5 -echo "${ECHO_T}$bash_cv_ulimit_maxfds" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_ulimit_maxfds" >&5 +$as_echo "$bash_cv_ulimit_maxfds" >&6; } if test $bash_cv_ulimit_maxfds = yes; then cat >>confdefs.h <<\_ACEOF @%:@define ULIMIT_MAXFDS 1 @@ -29440,119 +27371,6 @@ fi - - -for ac_func in $ac_func_list -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 { as_var=$as_ac_var; eval "test \"\${$as_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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -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 -#endif - -int -main () -{ -return $ac_func (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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 core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&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 - - - @@ -29568,10 +27386,10 @@ done - { echo "$as_me:$LINENO: checking whether fpurge is declared" >&5 -echo $ECHO_N "checking whether fpurge is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether fpurge is declared" >&5 +$as_echo_n "checking whether fpurge is declared... " >&6; } if test "${ac_cv_have_decl_fpurge+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -29585,8 +27403,7 @@ int main () { #ifndef fpurge - char *p = (char *) fpurge; - return !p; + (void) fpurge; #endif ; @@ -29599,37 +27416,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_fpurge=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_fpurge=no @@ -29637,8 +27438,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_fpurge" >&5 -echo "${ECHO_T}$ac_cv_have_decl_fpurge" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fpurge" >&5 +$as_echo "$ac_cv_have_decl_fpurge" >&6; } if test $ac_cv_have_decl_fpurge = yes; then cat >>confdefs.h <<_ACEOF @@ -29656,14 +27457,14 @@ fi -{ echo "$as_me:$LINENO: checking to see if getenv can be redefined" >&5 -echo $ECHO_N "checking to see if getenv can be redefined... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking to see if getenv can be redefined" >&5 +$as_echo_n "checking to see if getenv can be redefined... " >&6; } if test "${bash_cv_getenv_redef+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&5 -echo "$as_me: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&5 +$as_echo "$as_me: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&2;} bash_cv_getenv_redef=yes else @@ -29712,37 +27513,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_getenv_redef=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_getenv_redef=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_getenv_redef" >&5 -echo "${ECHO_T}$bash_cv_getenv_redef" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_getenv_redef" >&5 +$as_echo "$bash_cv_getenv_redef" >&6; } if test $bash_cv_getenv_redef = yes; then cat >>confdefs.h <<\_ACEOF @%:@define CAN_REDEFINE_GETENV 1 @@ -29751,14 +27555,14 @@ _ACEOF fi if test "$ac_cv_func_getcwd" = "yes"; then -{ echo "$as_me:$LINENO: checking if getcwd() will dynamically allocate memory with 0 size" >&5 -echo $ECHO_N "checking if getcwd() will dynamically allocate memory with 0 size... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if getcwd() will dynamically allocate memory with 0 size" >&5 +$as_echo_n "checking if getcwd() will dynamically allocate memory with 0 size... " >&6; } if test "${bash_cv_getcwd_malloc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no" >&2;} bash_cv_getcwd_malloc=no else @@ -29788,37 +27592,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_getcwd_malloc=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_getcwd_malloc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_getcwd_malloc" >&5 -echo "${ECHO_T}$bash_cv_getcwd_malloc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_getcwd_malloc" >&5 +$as_echo "$bash_cv_getcwd_malloc" >&6; } if test $bash_cv_getcwd_malloc = no; then cat >>confdefs.h <<\_ACEOF @%:@define GETCWD_BROKEN 1 @@ -29834,14 +27641,14 @@ fi fi -{ echo "$as_me:$LINENO: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5 -echo $ECHO_N "checking for presence of POSIX-style sigsetjmp/siglongjmp... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5 +$as_echo_n "checking for presence of POSIX-style sigsetjmp/siglongjmp... " >&6; } if test "${bash_cv_func_sigsetjmp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&5 -echo "$as_me: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&5 +$as_echo "$as_me: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&2;} bash_cv_func_sigsetjmp=missing else @@ -29896,37 +27703,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_sigsetjmp=present else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_func_sigsetjmp=missing fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_sigsetjmp" >&5 -echo "${ECHO_T}$bash_cv_func_sigsetjmp" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_sigsetjmp" >&5 +$as_echo "$bash_cv_func_sigsetjmp" >&6; } if test $bash_cv_func_sigsetjmp = present; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_POSIX_SIGSETJMP 1 @@ -29935,14 +27745,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether or not strcoll and strcmp differ" >&5 -echo $ECHO_N "checking whether or not strcoll and strcmp differ... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether or not strcoll and strcmp differ" >&5 +$as_echo_n "checking whether or not strcoll and strcmp differ... " >&6; } if test "${bash_cv_func_strcoll_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&2;} bash_cv_func_strcoll_broken=no else @@ -29995,37 +27805,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_strcoll_broken=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_func_strcoll_broken=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_strcoll_broken" >&5 -echo "${ECHO_T}$bash_cv_func_strcoll_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_strcoll_broken" >&5 +$as_echo "$bash_cv_func_strcoll_broken" >&6; } if test $bash_cv_func_strcoll_broken = yes; then cat >>confdefs.h <<\_ACEOF @%:@define STRCOLL_BROKEN 1 @@ -30039,10 +27852,10 @@ if test "$ac_cv_func_putenv" = "yes"; then -{ echo "$as_me:$LINENO: checking for standard-conformant putenv declaration" >&5 -echo $ECHO_N "checking for standard-conformant putenv declaration... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for standard-conformant putenv declaration" >&5 +$as_echo_n "checking for standard-conformant putenv declaration... " >&6; } if test "${bash_cv_std_putenv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30080,48 +27893,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_std_putenv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_std_putenv=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_std_putenv" >&5 -echo "${ECHO_T}$bash_cv_std_putenv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_std_putenv" >&5 +$as_echo "$bash_cv_std_putenv" >&6; } if test $bash_cv_std_putenv = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_STD_PUTENV 1 @@ -30139,10 +27940,10 @@ if test "$ac_cv_func_unsetenv" = "yes"; then -{ echo "$as_me:$LINENO: checking for standard-conformant unsetenv declaration" >&5 -echo $ECHO_N "checking for standard-conformant unsetenv declaration... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for standard-conformant unsetenv declaration" >&5 +$as_echo_n "checking for standard-conformant unsetenv declaration... " >&6; } if test "${bash_cv_std_unsetenv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30180,48 +27981,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_std_unsetenv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_std_unsetenv=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_std_unsetenv" >&5 -echo "${ECHO_T}$bash_cv_std_unsetenv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_std_unsetenv" >&5 +$as_echo "$bash_cv_std_unsetenv" >&6; } if test $bash_cv_std_unsetenv = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_STD_UNSETENV 1 @@ -30236,14 +28025,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for printf floating point output in hex notation" >&5 -echo $ECHO_N "checking for printf floating point output in hex notation... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for printf floating point output in hex notation" >&5 +$as_echo_n "checking for printf floating point output in hex notation... " >&6; } if test "${bash_cv_printf_a_format+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check printf if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check printf if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check printf if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check printf if cross compiling -- defaulting to no" >&2;} bash_cv_printf_a_format=no else @@ -30274,37 +28063,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_printf_a_format=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_printf_a_format=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_printf_a_format" >&5 -echo "${ECHO_T}$bash_cv_printf_a_format" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_printf_a_format" >&5 +$as_echo "$bash_cv_printf_a_format" >&6; } if test $bash_cv_printf_a_format = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_PRINTF_A_FORMAT 1 @@ -30315,14 +28107,14 @@ fi -{ echo "$as_me:$LINENO: checking if signal handlers must be reinstalled when invoked" >&5 -echo $ECHO_N "checking if signal handlers must be reinstalled when invoked... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if signal handlers must be reinstalled when invoked" >&5 +$as_echo_n "checking if signal handlers must be reinstalled when invoked... " >&6; } if test "${bash_cv_must_reinstall_sighandlers+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&2;} bash_cv_must_reinstall_sighandlers=no else @@ -30383,37 +28175,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_must_reinstall_sighandlers=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_must_reinstall_sighandlers=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_must_reinstall_sighandlers" >&5 -echo "${ECHO_T}$bash_cv_must_reinstall_sighandlers" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_must_reinstall_sighandlers" >&5 +$as_echo "$bash_cv_must_reinstall_sighandlers" >&6; } if test $bash_cv_must_reinstall_sighandlers = yes; then cat >>confdefs.h <<\_ACEOF @%:@define MUST_REINSTALL_SIGHANDLERS 1 @@ -30422,14 +28217,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for presence of necessary job control definitions" >&5 -echo $ECHO_N "checking for presence of necessary job control definitions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for presence of necessary job control definitions" >&5 +$as_echo_n "checking for presence of necessary job control definitions... " >&6; } if test "${bash_cv_job_control_missing+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&5 -echo "$as_me: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&5 +$as_echo "$as_me: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&2;} bash_cv_job_control_missing=missing else @@ -30490,37 +28285,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_job_control_missing=present else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_job_control_missing=missing fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_job_control_missing" >&5 -echo "${ECHO_T}$bash_cv_job_control_missing" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_job_control_missing" >&5 +$as_echo "$bash_cv_job_control_missing" >&6; } if test $bash_cv_job_control_missing = missing; then cat >>confdefs.h <<\_ACEOF @%:@define JOB_CONTROL_MISSING 1 @@ -30528,14 +28326,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for presence of named pipes" >&5 -echo $ECHO_N "checking for presence of named pipes... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for presence of named pipes" >&5 +$as_echo_n "checking for presence of named pipes... " >&6; } if test "${bash_cv_sys_named_pipes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&5 -echo "$as_me: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&5 +$as_echo "$as_me: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&2;} bash_cv_sys_named_pipes=missing else @@ -30590,37 +28388,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_sys_named_pipes=present else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_sys_named_pipes=missing fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_sys_named_pipes" >&5 -echo "${ECHO_T}$bash_cv_sys_named_pipes" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_sys_named_pipes" >&5 +$as_echo "$bash_cv_sys_named_pipes" >&6; } if test $bash_cv_sys_named_pipes = missing; then cat >>confdefs.h <<\_ACEOF @%:@define NAMED_PIPES_MISSING 1 @@ -30629,10 +28430,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether termios.h defines TIOCGWINSZ" >&5 -echo $ECHO_N "checking whether termios.h defines TIOCGWINSZ... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether termios.h defines TIOCGWINSZ" >&5 +$as_echo_n "checking whether termios.h defines TIOCGWINSZ... " >&6; } if test "${ac_cv_sys_tiocgwinsz_in_termios_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30656,14 +28457,14 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5 -echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5 +$as_echo "$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; } if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then - { echo "$as_me:$LINENO: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5 -echo $ECHO_N "checking whether sys/ioctl.h defines TIOCGWINSZ... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5 +$as_echo_n "checking whether sys/ioctl.h defines TIOCGWINSZ... " >&6; } if test "${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30687,8 +28488,8 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5 -echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5 +$as_echo "$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; } if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then @@ -30699,10 +28500,10 @@ _ACEOF fi fi -{ echo "$as_me:$LINENO: checking for TIOCSTAT in sys/ioctl.h" >&5 -echo $ECHO_N "checking for TIOCSTAT in sys/ioctl.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for TIOCSTAT in sys/ioctl.h" >&5 +$as_echo_n "checking for TIOCSTAT in sys/ioctl.h... " >&6; } if test "${bash_cv_tiocstat_in_ioctl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30726,37 +28527,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_tiocstat_in_ioctl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_tiocstat_in_ioctl=no @@ -30765,8 +28550,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_tiocstat_in_ioctl" >&5 -echo "${ECHO_T}$bash_cv_tiocstat_in_ioctl" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_tiocstat_in_ioctl" >&5 +$as_echo "$bash_cv_tiocstat_in_ioctl" >&6; } if test $bash_cv_tiocstat_in_ioctl = yes; then cat >>confdefs.h <<\_ACEOF @%:@define TIOCSTAT_IN_SYS_IOCTL 1 @@ -30774,10 +28559,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for FIONREAD in sys/ioctl.h" >&5 -echo $ECHO_N "checking for FIONREAD in sys/ioctl.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for FIONREAD in sys/ioctl.h" >&5 +$as_echo_n "checking for FIONREAD in sys/ioctl.h... " >&6; } if test "${bash_cv_fionread_in_ioctl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30801,37 +28586,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_fionread_in_ioctl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_fionread_in_ioctl=no @@ -30840,8 +28609,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_fionread_in_ioctl" >&5 -echo "${ECHO_T}$bash_cv_fionread_in_ioctl" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_fionread_in_ioctl" >&5 +$as_echo "$bash_cv_fionread_in_ioctl" >&6; } if test $bash_cv_fionread_in_ioctl = yes; then cat >>confdefs.h <<\_ACEOF @%:@define FIONREAD_IN_SYS_IOCTL 1 @@ -30851,14 +28620,14 @@ fi -{ echo "$as_me:$LINENO: checking whether WCONTINUED flag to waitpid is unavailable or available but broken" >&5 -echo $ECHO_N "checking whether WCONTINUED flag to waitpid is unavailable or available but broken... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether WCONTINUED flag to waitpid is unavailable or available but broken" >&5 +$as_echo_n "checking whether WCONTINUED flag to waitpid is unavailable or available but broken... " >&6; } if test "${bash_cv_wcontinued_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no" >&2;} bash_cv_wcontinued_broken=no else @@ -30895,37 +28664,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_wcontinued_broken=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_wcontinued_broken=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_wcontinued_broken" >&5 -echo "${ECHO_T}$bash_cv_wcontinued_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_wcontinued_broken" >&5 +$as_echo "$bash_cv_wcontinued_broken" >&6; } if test $bash_cv_wcontinued_broken = yes; then cat >>confdefs.h <<\_ACEOF @%:@define WCONTINUED_BROKEN 1 @@ -30934,10 +28706,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for speed_t in sys/types.h" >&5 -echo $ECHO_N "checking for speed_t in sys/types.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for speed_t in sys/types.h" >&5 +$as_echo_n "checking for speed_t in sys/types.h... " >&6; } if test "${bash_cv_speed_t_in_sys_types+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30960,37 +28732,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_speed_t_in_sys_types=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_speed_t_in_sys_types=no @@ -30999,8 +28755,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_speed_t_in_sys_types" >&5 -echo "${ECHO_T}$bash_cv_speed_t_in_sys_types" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_speed_t_in_sys_types" >&5 +$as_echo "$bash_cv_speed_t_in_sys_types" >&6; } if test $bash_cv_speed_t_in_sys_types = yes; then cat >>confdefs.h <<\_ACEOF @%:@define SPEED_T_IN_SYS_TYPES 1 @@ -31008,10 +28764,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether getpw functions are declared in pwd.h" >&5 -echo $ECHO_N "checking whether getpw functions are declared in pwd.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether getpw functions are declared in pwd.h" >&5 +$as_echo_n "checking whether getpw functions are declared in pwd.h... " >&6; } if test "${bash_cv_getpw_declared+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -31037,8 +28793,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_getpw_declared" >&5 -echo "${ECHO_T}$bash_cv_getpw_declared" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_getpw_declared" >&5 +$as_echo "$bash_cv_getpw_declared" >&6; } if test $bash_cv_getpw_declared = yes; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_GETPW_DECLS 1 @@ -31046,14 +28802,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for unusable real-time signals due to large values" >&5 -echo $ECHO_N "checking for unusable real-time signals due to large values... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for unusable real-time signals due to large values" >&5 +$as_echo_n "checking for unusable real-time signals due to large values... " >&6; } if test "${bash_cv_unusable_rtsigs+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&5 -echo "$as_me: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&5 +$as_echo "$as_me: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&2;} bash_cv_unusable_rtsigs=yes else @@ -31089,37 +28845,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_unusable_rtsigs=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_unusable_rtsigs=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_unusable_rtsigs" >&5 -echo "${ECHO_T}$bash_cv_unusable_rtsigs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_unusable_rtsigs" >&5 +$as_echo "$bash_cv_unusable_rtsigs" >&6; } if test $bash_cv_unusable_rtsigs = yes; then cat >>confdefs.h <<\_ACEOF @%:@define UNUSABLE_RT_SIGNALS 1 @@ -31140,10 +28899,10 @@ fi case "$host_os" in -hpux*) { echo "$as_me:$LINENO: checking whether $host_os needs _KERNEL for RLIMIT defines" >&5 -echo $ECHO_N "checking whether $host_os needs _KERNEL for RLIMIT defines... $ECHO_C" >&6; } +hpux*) { $as_echo "$as_me:$LINENO: checking whether $host_os needs _KERNEL for RLIMIT defines" >&5 +$as_echo_n "checking whether $host_os needs _KERNEL for RLIMIT defines... " >&6; } if test "${bash_cv_kernel_rlimit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -31172,37 +28931,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_kernel_rlimit=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -31234,37 +28977,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_kernel_rlimit=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_kernel_rlimit=no @@ -31277,8 +29004,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_kernel_rlimit" >&5 -echo "${ECHO_T}$bash_cv_kernel_rlimit" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_kernel_rlimit" >&5 +$as_echo "$bash_cv_kernel_rlimit" >&6; } if test $bash_cv_kernel_rlimit = yes; then cat >>confdefs.h <<\_ACEOF @%:@define RLIMIT_NEEDS_KERNEL 1 @@ -31296,17 +29023,17 @@ esac if test "X$bash_cv_termcap_lib" = "X"; then _bash_needmsg=yes else -{ echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 -echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 +$as_echo_n "checking which library has the termcap functions... " >&6; } _bash_needmsg= fi if test "${bash_cv_termcap_lib+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - { echo "$as_me:$LINENO: checking for tgetent" >&5 -echo $ECHO_N "checking for tgetent... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent" >&5 +$as_echo_n "checking for tgetent... " >&6; } if test "${ac_cv_func_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -31359,54 +29086,42 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 -echo "${ECHO_T}$ac_cv_func_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 +$as_echo "$ac_cv_func_tgetent" >&6; } if test $ac_cv_func_tgetent = yes; then bash_cv_termcap_lib=libc else - { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 -echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 +$as_echo_n "checking for tgetent in -ltermcap... " >&6; } if test "${ac_cv_lib_termcap_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermcap $LIBS" @@ -31438,55 +29153,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_termcap_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_termcap_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 +$as_echo "$ac_cv_lib_termcap_tgetent" >&6; } if test $ac_cv_lib_termcap_tgetent = yes; then bash_cv_termcap_lib=libtermcap else - { echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 -echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 +$as_echo_n "checking for tgetent in -ltinfo... " >&6; } if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ltinfo $LIBS" @@ -31518,55 +29221,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_tinfo_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_tinfo_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 +$as_echo "$ac_cv_lib_tinfo_tgetent" >&6; } if test $ac_cv_lib_tinfo_tgetent = yes; then bash_cv_termcap_lib=libtinfo else - { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 -echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 +$as_echo_n "checking for tgetent in -lcurses... " >&6; } if test "${ac_cv_lib_curses_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" @@ -31598,55 +29289,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_curses_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_curses_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 +$as_echo "$ac_cv_lib_curses_tgetent" >&6; } if test $ac_cv_lib_curses_tgetent = yes; then bash_cv_termcap_lib=libcurses else - { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 -echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 +$as_echo_n "checking for tgetent in -lncurses... " >&6; } if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lncurses $LIBS" @@ -31678,48 +29357,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_ncurses_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ncurses_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 +$as_echo "$ac_cv_lib_ncurses_tgetent" >&6; } if test $ac_cv_lib_ncurses_tgetent = yes; then bash_cv_termcap_lib=libncurses else @@ -31737,11 +29404,11 @@ fi fi if test "X$_bash_needmsg" = "Xyes"; then -{ echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 -echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 +$as_echo_n "checking which library has the termcap functions... " >&6; } fi -{ echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 -echo "${ECHO_T}using $bash_cv_termcap_lib" >&6; } +{ $as_echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 +$as_echo "using $bash_cv_termcap_lib" >&6; } if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then LDFLAGS="$LDFLAGS -L./lib/termcap" TERMCAP_LIB="./lib/termcap/libtermcap.a" @@ -31767,10 +29434,10 @@ fi -{ echo "$as_me:$LINENO: checking whether /dev/fd is available" >&5 -echo $ECHO_N "checking whether /dev/fd is available... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether /dev/fd is available" >&5 +$as_echo_n "checking whether /dev/fd is available... " >&6; } if test "${bash_cv_dev_fd+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else bash_cv_dev_fd="" if test -d /dev/fd && (exec test -r /dev/fd/0 < /dev/null) ; then @@ -31791,8 +29458,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_dev_fd" >&5 -echo "${ECHO_T}$bash_cv_dev_fd" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dev_fd" >&5 +$as_echo "$bash_cv_dev_fd" >&6; } if test $bash_cv_dev_fd = "standard"; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_DEV_FD 1 @@ -31813,10 +29480,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether /dev/stdin stdout stderr are available" >&5 -echo $ECHO_N "checking whether /dev/stdin stdout stderr are available... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether /dev/stdin stdout stderr are available" >&5 +$as_echo_n "checking whether /dev/stdin stdout stderr are available... " >&6; } if test "${bash_cv_dev_stdin+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -d /dev/fd && (exec test -r /dev/stdin < /dev/null) ; then bash_cv_dev_stdin=present @@ -31828,8 +29495,8 @@ else fi -{ echo "$as_me:$LINENO: result: $bash_cv_dev_stdin" >&5 -echo "${ECHO_T}$bash_cv_dev_stdin" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dev_stdin" >&5 +$as_echo "$bash_cv_dev_stdin" >&6; } if test $bash_cv_dev_stdin = "present"; then cat >>confdefs.h <<\_ACEOF @%:@define HAVE_DEV_STDIN 1 @@ -31837,10 +29504,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for default mail directory" >&5 -echo $ECHO_N "checking for default mail directory... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for default mail directory" >&5 +$as_echo_n "checking for default mail directory... " >&6; } if test "${bash_cv_mail_dir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -d /var/mail; then bash_cv_mail_dir=/var/mail @@ -31856,8 +29523,8 @@ else fi -{ echo "$as_me:$LINENO: result: $bash_cv_mail_dir" >&5 -echo "${ECHO_T}$bash_cv_mail_dir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_mail_dir" >&5 +$as_echo "$bash_cv_mail_dir" >&6; } cat >>confdefs.h <<_ACEOF @%:@define DEFAULT_MAIL_DIRECTORY "$bash_cv_mail_dir" _ACEOF @@ -31962,8 +29629,8 @@ esac # if test "$ac_cv_func_dlopen" = "yes" && test -f ${srcdir}/support/shobj-conf then - { echo "$as_me:$LINENO: checking shared object configuration for loadable builtins" >&5 -echo $ECHO_N "checking shared object configuration for loadable builtins... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking shared object configuration for loadable builtins" >&5 +$as_echo_n "checking shared object configuration for loadable builtins... " >&6; } eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"` @@ -31972,8 +29639,8 @@ echo $ECHO_N "checking shared object configuration for loadable builtins... $ECH - { echo "$as_me:$LINENO: result: $SHOBJ_STATUS" >&5 -echo "${ECHO_T}$SHOBJ_STATUS" >&6; } + { $as_echo "$as_me:$LINENO: result: $SHOBJ_STATUS" >&5 +$as_echo "$SHOBJ_STATUS" >&6; } fi # try to create a directory tree if the source is elsewhere @@ -32065,11 +29732,12 @@ _ACEOF case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -32102,12 +29770,12 @@ echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 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 "$as_me:$LINENO: updating cache $cache_file" >&5 -echo "$as_me: updating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -32123,7 +29791,7 @@ ac_ltlibobjs= for ac_i in : $LIB@&t@OBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`echo "$ac_i" | sed "$ac_script"` + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -32136,11 +29804,12 @@ LTLIBOBJS=$ac_ltlibobjs : ${CONFIG_STATUS=./config.status} +ac_write_fail=0 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 +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -32153,24 +29822,28 @@ ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + + # PATH needs CR @@ -32181,17 +29854,45 @@ 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=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -32207,8 +29908,6 @@ fi # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -32231,7 +29930,7 @@ if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -32244,17 +29943,10 @@ 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) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -32276,7 +29968,7 @@ as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -32327,7 +30019,7 @@ $as_unset CDPATH s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_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 @@ -32355,7 +30047,6 @@ case `echo -n x` in *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -32368,19 +30059,22 @@ if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir -fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -32394,19 +30088,28 @@ else as_mkdir_p=false fi -# Find out whether ``test -x'' works. Don't use a zero-byte file, as -# systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - as_executable_p="test -x" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' else - as_executable_p=: + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' fi -rm -f conf$$.file +as_executable_p=$as_test_x # 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'" @@ -32422,7 +30125,7 @@ exec 6>&1 # values after options handling. ac_log=" This file was extended by bash $as_me 4.0-alpha, which was -generated by GNU Autoconf 2.60. Invocation command line was +generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -32435,7 +30138,7 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q` _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" @@ -32443,7 +30146,7 @@ config_commands="$ac_config_commands" _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. @@ -32451,14 +30154,14 @@ current configuration. Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit - -V, --version print version number, then exit + -V, --version print version number and configuration settings, 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 + --file=FILE[:TEMPLATE] + instantiate the configuration file FILE + --header=FILE[:TEMPLATE] + instantiate the configuration header FILE Configuration files: $config_files @@ -32472,24 +30175,24 @@ $config_commands Report bugs to ." _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ bash config.status 4.0-alpha -configured by $0, generated by GNU Autoconf 2.60, - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.62, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' +test -n "\$AWK" || AWK=awk _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. +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do @@ -32511,30 +30214,36 @@ do -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - echo "$ac_cs_version"; exit ;; + $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift - CONFIG_FILES="$CONFIG_FILES $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - { echo "$as_me: error: ambiguous option: $1 + { $as_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 ;; + $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { echo "$as_me: error: unrecognized option: $1 + -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -32553,27 +30262,29 @@ if $ac_cs_silent; then fi _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - CONFIG_SHELL=$SHELL + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' export CONFIG_SHELL - exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + exec "\$@" fi _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../@%:@@%:@ /;s/...$/ @%:@@%:@/;p;x;p;x' <<_ASBOX @%:@@%:@ Running $as_me. @%:@@%:@ _ASBOX - echo "$ac_log" + $as_echo "$ac_log" } >&5 _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # @@ -32587,7 +30298,7 @@ cat >>$CONFIG_STATUS <<_ACEOF _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets @@ -32611,8 +30322,8 @@ do "examples/loadables/perl/Makefile") CONFIG_FILES="$CONFIG_FILES examples/loadables/perl/Makefile" ;; "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done @@ -32653,257 +30364,143 @@ $debug || (umask 077 && mkdir "$tmp") } || { - echo "$me: cannot create a temporary directory in ." >&2 + $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -# -# Set up the sed scripts for CONFIG_FILES section. -# - -# No need to generate the scripts if there are no CONFIG_FILES. -# This happens for instance when ./config.status config.h +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then -_ACEOF - - - -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SHELL!$SHELL$ac_delim -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim -PACKAGE_NAME!$PACKAGE_NAME$ac_delim -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim -PACKAGE_STRING!$PACKAGE_STRING$ac_delim -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim -exec_prefix!$exec_prefix$ac_delim -prefix!$prefix$ac_delim -program_transform_name!$program_transform_name$ac_delim -bindir!$bindir$ac_delim -sbindir!$sbindir$ac_delim -libexecdir!$libexecdir$ac_delim -datarootdir!$datarootdir$ac_delim -datadir!$datadir$ac_delim -sysconfdir!$sysconfdir$ac_delim -sharedstatedir!$sharedstatedir$ac_delim -localstatedir!$localstatedir$ac_delim -includedir!$includedir$ac_delim -oldincludedir!$oldincludedir$ac_delim -docdir!$docdir$ac_delim -infodir!$infodir$ac_delim -htmldir!$htmldir$ac_delim -dvidir!$dvidir$ac_delim -pdfdir!$pdfdir$ac_delim -psdir!$psdir$ac_delim -libdir!$libdir$ac_delim -localedir!$localedir$ac_delim -mandir!$mandir$ac_delim -DEFS!$DEFS$ac_delim -ECHO_C!$ECHO_C$ac_delim -ECHO_N!$ECHO_N$ac_delim -ECHO_T!$ECHO_T$ac_delim -LIBS!$LIBS$ac_delim -build_alias!$build_alias$ac_delim -host_alias!$host_alias$ac_delim -target_alias!$target_alias$ac_delim -build!$build$ac_delim -build_cpu!$build_cpu$ac_delim -build_vendor!$build_vendor$ac_delim -build_os!$build_os$ac_delim -host!$host$ac_delim -host_cpu!$host_cpu$ac_delim -host_vendor!$host_vendor$ac_delim -host_os!$host_os$ac_delim -EMACS!$EMACS$ac_delim -lispdir!$lispdir$ac_delim -DEBUGGER_START_FILE!$DEBUGGER_START_FILE$ac_delim -TESTSCRIPT!$TESTSCRIPT$ac_delim -PURIFY!$PURIFY$ac_delim -MALLOC_TARGET!$MALLOC_TARGET$ac_delim -MALLOC_SRC!$MALLOC_SRC$ac_delim -MALLOC_LIB!$MALLOC_LIB$ac_delim -MALLOC_LIBRARY!$MALLOC_LIBRARY$ac_delim -MALLOC_LDFLAGS!$MALLOC_LDFLAGS$ac_delim -MALLOC_DEP!$MALLOC_DEP$ac_delim -HELPDIR!$HELPDIR$ac_delim -HELPDIRDEFINE!$HELPDIRDEFINE$ac_delim -HELPINSTALL!$HELPINSTALL$ac_delim -HELPSTRINGS!$HELPSTRINGS$ac_delim -CC!$CC$ac_delim -CFLAGS!$CFLAGS$ac_delim -LDFLAGS!$LDFLAGS$ac_delim -CPPFLAGS!$CPPFLAGS$ac_delim -ac_ct_CC!$ac_ct_CC$ac_delim -EXEEXT!$EXEEXT$ac_delim -OBJEXT!$OBJEXT$ac_delim -CPP!$CPP$ac_delim -GREP!$GREP$ac_delim -EGREP!$EGREP$ac_delim -CROSS_COMPILE!$CROSS_COMPILE$ac_delim -SIGNAMES_H!$SIGNAMES_H$ac_delim -SIGNAMES_O!$SIGNAMES_O$ac_delim -CC_FOR_BUILD!$CC_FOR_BUILD$ac_delim -STATIC_LD!$STATIC_LD$ac_delim -CFLAGS_FOR_BUILD!$CFLAGS_FOR_BUILD$ac_delim -CPPFLAGS_FOR_BUILD!$CPPFLAGS_FOR_BUILD$ac_delim -LDFLAGS_FOR_BUILD!$LDFLAGS_FOR_BUILD$ac_delim -RL_VERSION!$RL_VERSION$ac_delim -RL_MAJOR!$RL_MAJOR$ac_delim -RL_MINOR!$RL_MINOR$ac_delim -READLINE_LIB!$READLINE_LIB$ac_delim -READLINE_DEP!$READLINE_DEP$ac_delim -RL_LIBDIR!$RL_LIBDIR$ac_delim -RL_INCLUDEDIR!$RL_INCLUDEDIR$ac_delim -RL_INCLUDE!$RL_INCLUDE$ac_delim -HISTORY_LIB!$HISTORY_LIB$ac_delim -HISTORY_DEP!$HISTORY_DEP$ac_delim -HIST_LIBDIR!$HIST_LIBDIR$ac_delim -TILDE_LIB!$TILDE_LIB$ac_delim -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim -INSTALL_DATA!$INSTALL_DATA$ac_delim -AR!$AR$ac_delim -RANLIB!$RANLIB$ac_delim -YACC!$YACC$ac_delim -YFLAGS!$YFLAGS$ac_delim -_ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` +ac_cr=' ' +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr fi -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -CEOF$ac_eof +echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SET_MAKE!$SET_MAKE$ac_delim -MAKE_SHELL!$MAKE_SHELL$ac_delim -SIZE!$SIZE$ac_delim -MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim -USE_NLS!$USE_NLS$ac_delim -MSGFMT!$MSGFMT$ac_delim -GMSGFMT!$GMSGFMT$ac_delim -XGETTEXT!$XGETTEXT$ac_delim -MSGMERGE!$MSGMERGE$ac_delim -ALLOCA!$ALLOCA$ac_delim -GLIBC21!$GLIBC21$ac_delim -LIBICONV!$LIBICONV$ac_delim -LTLIBICONV!$LTLIBICONV$ac_delim -INTLBISON!$INTLBISON$ac_delim -BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim -USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim -CATOBJEXT!$CATOBJEXT$ac_delim -DATADIRNAME!$DATADIRNAME$ac_delim -INSTOBJEXT!$INSTOBJEXT$ac_delim -GENCAT!$GENCAT$ac_delim -INTLOBJS!$INTLOBJS$ac_delim -INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim -INTLLIBS!$INTLLIBS$ac_delim -LIBINTL!$LIBINTL$ac_delim -LTLIBINTL!$LTLIBINTL$ac_delim -POSUB!$POSUB$ac_delim -LIB@&t@OBJS!$LIB@&t@OBJS$ac_delim -INTL_DEP!$INTL_DEP$ac_delim -INTL_INC!$INTL_INC$ac_delim -LIBINTL_H!$LIBINTL_H$ac_delim -SIGLIST_O!$SIGLIST_O$ac_delim -TERMCAP_LIB!$TERMCAP_LIB$ac_delim -TERMCAP_DEP!$TERMCAP_DEP$ac_delim -JOBS_O!$JOBS_O$ac_delim -SHOBJ_CC!$SHOBJ_CC$ac_delim -SHOBJ_CFLAGS!$SHOBJ_CFLAGS$ac_delim -SHOBJ_LD!$SHOBJ_LD$ac_delim -SHOBJ_LDFLAGS!$SHOBJ_LDFLAGS$ac_delim -SHOBJ_XLDFLAGS!$SHOBJ_XLDFLAGS$ac_delim -SHOBJ_LIBS!$SHOBJ_LIBS$ac_delim -SHOBJ_STATUS!$SHOBJ_STATUS$ac_delim -PROFILE_FLAGS!$PROFILE_FLAGS$ac_delim -incdir!$incdir$ac_delim -BUILD_DIR!$BUILD_DIR$ac_delim -ARFLAGS!$ARFLAGS$ac_delim -BASHVERS!$BASHVERS$ac_delim -RELSTATUS!$RELSTATUS$ac_delim -DEBUG!$DEBUG$ac_delim -MALLOC_DEBUG!$MALLOC_DEBUG$ac_delim -LOCAL_LIBS!$LOCAL_LIBS$ac_delim -LOCAL_CFLAGS!$LOCAL_CFLAGS$ac_delim -LOCAL_LDFLAGS!$LOCAL_LDFLAGS$ac_delim -LOCAL_DEFS!$LOCAL_DEFS$ac_delim -LTLIBOBJS!$LTLIBOBJS$ac_delim -_ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 54; then + . ./conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then break elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\).*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\).*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi + print line +} -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACAWK _ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -:end -s/|#_!!_#|//g -CEOF$ac_eof +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 +$as_echo "$as_me: error: could not setup config files machinery" >&2;} + { (exit 1); exit 1; }; } _ACEOF - # 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 @@ -32919,19 +30516,133 @@ s/^[^=]*=[ ]*$// }' fi -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + prefix = substr(line, 1, index(line, defundef) - 1) + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #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. + if (defundef == "undef") { + print "/*", line, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 +$as_echo "$as_me: error: could not setup config headers machinery" >&2;} + { (exit 1); exit 1; }; } +fi # test -n "$CONFIG_HEADERS" + -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; @@ -32960,26 +30671,38 @@ echo "$as_me: error: Invalid tag $ac_tag." >&2;} [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac - ac_file_inputs="$ac_file_inputs $ac_f" + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + ac_file_inputs="$ac_file_inputs '$ac_f'" done # 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. */ - configure_input="Generated from "`IFS=: - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin";; + *:-:* | *:-) cat >"$tmp/stdin" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; esac ;; esac @@ -32989,7 +30712,7 @@ $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" | +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -33015,7 +30738,7 @@ echo X"$ac_file" | as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -33024,7 +30747,7 @@ $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" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -33045,17 +30768,17 @@ echo X"$as_dir" | test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -33095,12 +30818,13 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix esac _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= -case `sed -n '/datarootdir/ { +ac_sed_dataroot=' +/datarootdir/ { p q } @@ -33109,13 +30833,14 @@ case `sed -n '/datarootdir/ { /@infodir@/p /@localedir@/p /@mandir@/p -' $ac_file_inputs` in +' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g @@ -33129,15 +30854,16 @@ _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF - sed "$ac_vpsub +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub $extrasub _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s&@configure_input@&$configure_input&;t t +s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t @@ -33147,123 +30873,62 @@ s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t $ac_datarootdir_hack -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && - { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in - -) cat "$tmp/out"; rm -f "$tmp/out";; - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; - esac + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; :H) # # CONFIG_HEADER # -_ACEOF - -# Transform confdefs.h into a sed script `conftest.defines', that -# substitutes the proper values into config.h.in to produce config.h. -rm -f conftest.defines conftest.tail -# First, append a space to every undef/define line, to ease matching. -echo 's/$/ /' >conftest.defines -# Then, protect against being on the right side of a sed subst, or in -# an unquoted here document, in config.status. If some macros were -# called several times there might be several #defines for the same -# symbol, which is useless. But do not sort them, since the last -# AC_DEFINE must be honored. -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where -# NAME is the cpp macro being defined, VALUE is the value it is being given. -# PARAMS is the parameter list in the macro definition--in most cases, it's -# just an empty string. -ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' -ac_dB='\\)[ (].*,\\1define\\2' -ac_dC=' ' -ac_dD=' ,' - -uniq confdefs.h | - sed -n ' - t rset - :rset - s/^[ ]*#[ ]*define[ ][ ]*// - t ok - d - :ok - s/[\\&,]/\\&/g - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p - s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p - ' >>conftest.defines - -# Remove the space that was appended to ease matching. -# Then replace #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. -# (The regexp can be short, since the line contains either #define or #undef.) -echo 's/ $// -s,^[ #]*u.*,/* & */,' >>conftest.defines - -# Break up conftest.defines: -ac_max_sed_lines=50 - -# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" -# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" -# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" -# et cetera. -ac_in='$ac_file_inputs' -ac_out='"$tmp/out1"' -ac_nxt='"$tmp/out2"' - -while : -do - # Write a here document: - cat >>$CONFIG_STATUS <<_ACEOF - # First, check the format of the line: - cat >"\$tmp/defines.sed" <<\\CEOF -/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def -/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def -b -:def -_ACEOF - sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF - sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS - ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in - sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail - grep . conftest.tail >/dev/null || break - rm -f conftest.defines - mv conftest.tail conftest.defines -done -rm -f conftest.defines conftest.tail - -echo "ac_result=$ac_in" >>$CONFIG_STATUS -cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then - echo "/* $configure_input */" >"$tmp/config.h" - cat "$ac_result" >>"$tmp/config.h" - 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;} + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } fi - rm -f "$tmp/out12" ;; - :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 -echo "$as_me: executing $ac_file commands" >&6;} + :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac @@ -33384,6 +31049,11 @@ _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -33405,4 +31075,8 @@ if test "$no_create" != yes; then # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} +fi diff --git a/autom4te.cache/requests b/autom4te.cache/requests index b0d19f21f..4a5e08c95 100644 --- a/autom4te.cache/requests +++ b/autom4te.cache/requests @@ -17,115 +17,50 @@ { '_LT_AC_TAGCONFIG' => 1, 'AM_PROG_F77_C_O' => 1, + 'AC_INIT' => 1, 'm4_pattern_forbid' => 1, + '_AM_COND_IF' => 1, 'AC_CANONICAL_TARGET' => 1, + 'AC_SUBST' => 1, 'AC_CONFIG_LIBOBJ_DIR' => 1, - 'AC_TYPE_OFF_T' => 1, - 'AC_C_VOLATILE' => 1, - 'AC_FUNC_CLOSEDIR_VOID' => 1, - 'AC_REPLACE_FNMATCH' => 1, + 'AC_FC_SRCEXT' => 1, + 'AC_CANONICAL_HOST' => 1, 'AC_PROG_LIBTOOL' => 1, - 'AC_FUNC_STAT' => 1, - 'AC_HEADER_TIME' => 1, - 'AC_FUNC_WAIT3' => 1, - 'AC_STRUCT_TM' => 1, - 'AC_FUNC_LSTAT' => 1, + 'AM_INIT_AUTOMAKE' => 1, + 'AC_CONFIG_SUBDIRS' => 1, 'AM_AUTOMAKE_VERSION' => 1, - 'AC_TYPE_MODE_T' => 1, - 'AC_FUNC_GETMNTENT' => 1, - 'AC_FUNC_STRTOD' => 1, - 'AC_CHECK_HEADERS' => 1, 'LT_CONFIG_LTDL_DIR' => 1, - 'AC_FUNC_STRNLEN' => 1, + 'AC_REQUIRE_AUX_FILE' => 1, + 'AC_CONFIG_LINKS' => 1, 'm4_sinclude' => 1, - 'AC_PROG_CXX' => 1, - 'AC_PATH_X' => 1, - 'AC_FUNC_LSTAT_FOLLOWS_SLASHED_SYMLINK' => 1, - 'AC_PROG_AWK' => 1, + 'LT_SUPPORTED_TAG' => 1, + 'AM_MAINTAINER_MODE' => 1, + 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, '_m4_warn' => 1, - 'AC_HEADER_STDC' => 1, - 'AC_HEADER_MAJOR' => 1, 'AM_PROG_CXX_C_O' => 1, + '_AM_COND_ENDIF' => 1, + 'AM_ENABLE_MULTILIB' => 1, + 'AC_CONFIG_FILES' => 1, + 'include' => 1, 'LT_INIT' => 1, - 'AC_FUNC_ERROR_AT_LINE' => 1, - 'AC_PROG_GCC_TRADITIONAL' => 1, + 'AM_GNU_GETTEXT' => 1, 'AC_LIBSOURCE' => 1, - 'AC_FUNC_MBRTOWC' => 1, - 'AC_STRUCT_ST_BLOCKS' => 1, - 'AC_TYPE_SIGNAL' => 1, 'AM_PROG_FC_C_O' => 1, 'AC_CANONICAL_BUILD' => 1, - 'AC_TYPE_UID_T' => 1, - 'AC_PROG_MAKE_SET' => 1, + 'AC_FC_FREEFORM' => 1, + 'AH_OUTPUT' => 1, '_AM_SUBST_NOTMAKE' => 1, 'AC_CONFIG_AUX_DIR' => 1, 'sinclude' => 1, 'm4_pattern_allow' => 1, - 'AC_DEFINE_TRACE_LITERAL' => 1, - 'AC_FUNC_STRERROR_R' => 1, - 'AC_PROG_CC' => 1, - 'AC_FUNC_FORK' => 1, - 'AC_DECL_SYS_SIGLIST' => 1, - 'AC_FUNC_VPRINTF' => 1, - 'AC_FUNC_STRCOLL' => 1, - 'AC_PROG_YACC' => 1, - 'AC_SUBST_TRACE' => 1, - 'AC_STRUCT_TIMEZONE' => 1, - 'AC_INIT' => 1, - 'AC_FUNC_CHOWN' => 1, - 'AC_SUBST' => 1, - 'AC_FUNC_ALLOCA' => 1, - 'AC_CANONICAL_HOST' => 1, - 'AC_FC_SRCEXT' => 1, - 'AC_FUNC_GETPGRP' => 1, - 'AC_PROG_RANLIB' => 1, - 'AC_FUNC_SETPGRP' => 1, - 'AM_INIT_AUTOMAKE' => 1, - 'AC_CONFIG_SUBDIRS' => 1, - 'AC_FUNC_MMAP' => 1, - 'AC_FUNC_REALLOC' => 1, - 'AC_TYPE_SIZE_T' => 1, - 'AC_CONFIG_LINKS' => 1, - 'AC_REQUIRE_AUX_FILE' => 1, - 'AC_CHECK_TYPES' => 1, - 'LT_SUPPORTED_TAG' => 1, - 'AC_CHECK_MEMBERS' => 1, - 'AM_MAINTAINER_MODE' => 1, - 'AC_FUNC_UTIME_NULL' => 1, - 'AC_FUNC_SELECT_ARGTYPES' => 1, - 'AM_GNU_GETTEXT_INTL_SUBDIR' => 1, - 'AC_HEADER_STAT' => 1, - 'AC_FUNC_STRFTIME' => 1, - 'AC_PROG_CPP' => 1, - 'AC_C_INLINE' => 1, - 'AC_TYPE_PID_T' => 1, - 'AC_PROG_LEX' => 1, - 'AM_ENABLE_MULTILIB' => 1, - 'AC_C_CONST' => 1, - 'AC_CONFIG_FILES' => 1, - 'include' => 1, - 'AC_FUNC_SETVBUF_REVERSED' => 1, - 'AC_PROG_INSTALL' => 1, - 'AM_GNU_GETTEXT' => 1, - 'AC_FUNC_OBSTACK' => 1, - 'AC_CHECK_LIB' => 1, - 'AC_FUNC_MALLOC' => 1, - 'AC_FUNC_GETGROUPS' => 1, - 'AC_FC_FREEFORM' => 1, - 'AC_FUNC_GETLOADAVG' => 1, - 'AH_OUTPUT' => 1, - 'AC_FUNC_FSEEKO' => 1, 'AM_PROG_CC_C_O' => 1, - 'AC_FUNC_MKTIME' => 1, - 'AM_CONDITIONAL' => 1, 'AC_CANONICAL_SYSTEM' => 1, + 'AM_CONDITIONAL' => 1, 'AC_CONFIG_HEADERS' => 1, - 'AC_HEADER_SYS_WAIT' => 1, - 'AC_PROG_LN_S' => 1, - 'AC_FUNC_MEMCMP' => 1, + 'AC_DEFINE_TRACE_LITERAL' => 1, 'm4_include' => 1, - 'AC_HEADER_DIRENT' => 1, - 'AC_CHECK_FUNCS' => 1 + '_AM_COND_ELSE' => 1, + 'AC_SUBST_TRACE' => 1 } ], 'Autom4te::Request' ) ); diff --git a/autom4te.cache/traces.0 b/autom4te.cache/traces.0 index 92add5f0f..44ddc01eb 100644 --- a/autom4te.cache/traces.0 +++ b/autom4te.cache/traces.0 @@ -170,8 +170,8 @@ m4trace:configure.in:51: -1- AC_SUBST([host_os]) m4trace:configure.in:51: -1- AC_SUBST_TRACE([host_os]) m4trace:configure.in:51: -1- m4_pattern_allow([^host_os$]) m4trace:configure.in:101: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... -aclocal.m4:1970: AM_PATH_LISPDIR is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... +aclocal.m4:1947: AM_PATH_LISPDIR is expanded from... configure.in:101: the top level]) m4trace:configure.in:101: -1- AC_SUBST([EMACS]) m4trace:configure.in:101: -1- AC_SUBST_TRACE([EMACS]) @@ -183,25 +183,25 @@ m4trace:configure.in:102: -1- AC_SUBST([DEBUGGER_START_FILE]) m4trace:configure.in:102: -1- AC_SUBST_TRACE([DEBUGGER_START_FILE]) m4trace:configure.in:102: -1- m4_pattern_allow([^DEBUGGER_START_FILE$]) m4trace:configure.in:106: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:106: the top level]) m4trace:configure.in:107: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:107: the top level]) m4trace:configure.in:108: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:108: the top level]) m4trace:configure.in:109: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:109: the top level]) m4trace:configure.in:110: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:110: the top level]) m4trace:configure.in:111: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:111: the top level]) m4trace:configure.in:112: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:112: the top level]) m4trace:configure.in:123: -1- AC_DEFINE_TRACE_LITERAL([USING_BASH_MALLOC]) m4trace:configure.in:123: -1- m4_pattern_allow([^USING_BASH_MALLOC$]) @@ -210,112 +210,112 @@ m4trace:configure.in:133: -1- m4_pattern_allow([^DISABLE_MALLOC_WRAPPERS$]) m4trace:configure.in:143: -1- AC_DEFINE_TRACE_LITERAL([AFS]) m4trace:configure.in:143: -1- m4_pattern_allow([^AFS$]) m4trace:configure.in:194: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:194: the top level]) m4trace:configure.in:210: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:210: the top level]) m4trace:configure.in:211: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:211: the top level]) m4trace:configure.in:212: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:212: the top level]) m4trace:configure.in:213: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:213: the top level]) m4trace:configure.in:214: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:214: the top level]) m4trace:configure.in:215: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:215: the top level]) m4trace:configure.in:216: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:216: the top level]) m4trace:configure.in:217: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:217: the top level]) m4trace:configure.in:218: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:218: the top level]) m4trace:configure.in:219: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:219: the top level]) m4trace:configure.in:220: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:220: the top level]) m4trace:configure.in:221: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:221: the top level]) m4trace:configure.in:222: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:222: the top level]) m4trace:configure.in:223: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:223: the top level]) m4trace:configure.in:224: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:224: the top level]) m4trace:configure.in:225: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:225: the top level]) m4trace:configure.in:226: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:226: the top level]) m4trace:configure.in:227: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:227: the top level]) m4trace:configure.in:228: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:228: the top level]) m4trace:configure.in:229: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:229: the top level]) m4trace:configure.in:230: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:230: the top level]) m4trace:configure.in:231: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:231: the top level]) m4trace:configure.in:232: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:232: the top level]) m4trace:configure.in:233: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:233: the top level]) m4trace:configure.in:234: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:234: the top level]) m4trace:configure.in:235: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:235: the top level]) m4trace:configure.in:236: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:236: the top level]) m4trace:configure.in:237: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:237: the top level]) m4trace:configure.in:238: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:238: the top level]) m4trace:configure.in:239: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:239: the top level]) m4trace:configure.in:240: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:240: the top level]) m4trace:configure.in:241: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:241: the top level]) m4trace:configure.in:244: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:244: the top level]) m4trace:configure.in:245: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:245: the top level]) m4trace:configure.in:246: -2- _m4_warn([obsolete], [The macro `AC_HELP_STRING' is obsolete. -You should run autoupdate.], [autoconf/general.m4:209: AC_HELP_STRING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:209: AC_HELP_STRING is expanded from... configure.in:246: the top level]) m4trace:configure.in:255: -1- AC_DEFINE_TRACE_LITERAL([ALIAS]) m4trace:configure.in:255: -1- m4_pattern_allow([^ALIAS$]) @@ -408,7 +408,6 @@ m4trace:configure.in:370: -1- m4_pattern_allow([^HELPINSTALL$]) m4trace:configure.in:371: -1- AC_SUBST([HELPSTRINGS]) m4trace:configure.in:371: -1- AC_SUBST_TRACE([HELPSTRINGS]) m4trace:configure.in:371: -1- m4_pattern_allow([^HELPSTRINGS$]) -m4trace:configure.in:380: -1- AC_PROG_CC m4trace:configure.in:380: -1- AC_SUBST([CC]) m4trace:configure.in:380: -1- AC_SUBST_TRACE([CC]) m4trace:configure.in:380: -1- m4_pattern_allow([^CC$]) @@ -418,6 +417,9 @@ m4trace:configure.in:380: -1- m4_pattern_allow([^CFLAGS$]) m4trace:configure.in:380: -1- AC_SUBST([LDFLAGS]) m4trace:configure.in:380: -1- AC_SUBST_TRACE([LDFLAGS]) m4trace:configure.in:380: -1- m4_pattern_allow([^LDFLAGS$]) +m4trace:configure.in:380: -1- AC_SUBST([LIBS]) +m4trace:configure.in:380: -1- AC_SUBST_TRACE([LIBS]) +m4trace:configure.in:380: -1- m4_pattern_allow([^LIBS$]) m4trace:configure.in:380: -1- AC_SUBST([CPPFLAGS]) m4trace:configure.in:380: -1- AC_SUBST_TRACE([CPPFLAGS]) m4trace:configure.in:380: -1- m4_pattern_allow([^CPPFLAGS$]) @@ -442,9 +444,9 @@ m4trace:configure.in:380: -1- m4_pattern_allow([^EXEEXT$]) m4trace:configure.in:380: -1- AC_SUBST([OBJEXT], [$ac_cv_objext]) m4trace:configure.in:380: -1- AC_SUBST_TRACE([OBJEXT]) m4trace:configure.in:380: -1- m4_pattern_allow([^OBJEXT$]) -m4trace:configure.in:383: -1- AC_CHECK_LIB([cposix], [strerror], [LIBS="$LIBS -lcposix"]) -m4trace:configure.in:384: -1- AC_HEADER_STDC -m4trace:configure.in:384: -1- AC_PROG_CPP +m4trace:configure.in:384: -1- _m4_warn([obsolete], [The macro `AC_MINIX' is obsolete. +You should run autoupdate.], [../../lib/autoconf/specific.m4:456: AC_MINIX is expanded from... +configure.in:384: the top level]) m4trace:configure.in:384: -1- AC_SUBST([CPP]) m4trace:configure.in:384: -1- AC_SUBST_TRACE([CPP]) m4trace:configure.in:384: -1- m4_pattern_allow([^CPP$]) @@ -457,12 +459,6 @@ m4trace:configure.in:384: -1- m4_pattern_allow([^CPP$]) m4trace:configure.in:384: -1- AC_SUBST([GREP]) m4trace:configure.in:384: -1- AC_SUBST_TRACE([GREP]) m4trace:configure.in:384: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.in:384: -1- AC_SUBST([GREP]) -m4trace:configure.in:384: -1- AC_SUBST_TRACE([GREP]) -m4trace:configure.in:384: -1- m4_pattern_allow([^GREP$]) -m4trace:configure.in:384: -1- AC_SUBST([EGREP]) -m4trace:configure.in:384: -1- AC_SUBST_TRACE([EGREP]) -m4trace:configure.in:384: -1- m4_pattern_allow([^EGREP$]) m4trace:configure.in:384: -1- AC_SUBST([EGREP]) m4trace:configure.in:384: -1- AC_SUBST_TRACE([EGREP]) m4trace:configure.in:384: -1- m4_pattern_allow([^EGREP$]) @@ -470,8 +466,6 @@ m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([STDC_HEADERS]) m4trace:configure.in:384: -1- m4_pattern_allow([^STDC_HEADERS$]) m4trace:configure.in:384: -1- AH_OUTPUT([STDC_HEADERS], [/* Define to 1 if you have the ANSI C header files. */ #undef STDC_HEADERS]) -m4trace:configure.in:384: -1- AC_CHECK_HEADERS([sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \ - inttypes.h stdint.h unistd.h], [], [], [$ac_includes_default]) m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H]) m4trace:configure.in:384: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ @@ -503,6 +497,37 @@ m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_MINIX]) m4trace:configure.in:384: -1- m4_pattern_allow([^_MINIX$]) m4trace:configure.in:384: -1- AH_OUTPUT([_MINIX], [/* Define to 1 if on MINIX. */ #undef _MINIX]) +m4trace:configure.in:384: -1- AH_OUTPUT([__EXTENSIONS__], [/* Enable extensions on AIX 3, Interix. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif +/* Enable threading extensions on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif +]) +m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([__EXTENSIONS__]) +m4trace:configure.in:384: -1- m4_pattern_allow([^__EXTENSIONS__$]) +m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_ALL_SOURCE]) +m4trace:configure.in:384: -1- m4_pattern_allow([^_ALL_SOURCE$]) +m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_GNU_SOURCE]) +m4trace:configure.in:384: -1- m4_pattern_allow([^_GNU_SOURCE$]) +m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_POSIX_PTHREAD_SEMANTICS]) +m4trace:configure.in:384: -1- m4_pattern_allow([^_POSIX_PTHREAD_SEMANTICS$]) +m4trace:configure.in:384: -1- AC_DEFINE_TRACE_LITERAL([_TANDEM_SOURCE]) +m4trace:configure.in:384: -1- m4_pattern_allow([^_TANDEM_SOURCE$]) m4trace:configure.in:386: -1- AC_DEFINE_TRACE_LITERAL([_FILE_OFFSET_BITS]) m4trace:configure.in:386: -1- m4_pattern_allow([^_FILE_OFFSET_BITS$]) m4trace:configure.in:386: -1- AH_OUTPUT([_FILE_OFFSET_BITS], [/* Number of bits in a file offset, on hosts where this is settable. */ @@ -524,7 +549,7 @@ m4trace:configure.in:435: -1- AC_SUBST([CC_FOR_BUILD]) m4trace:configure.in:435: -1- AC_SUBST_TRACE([CC_FOR_BUILD]) m4trace:configure.in:435: -1- m4_pattern_allow([^CC_FOR_BUILD$]) m4trace:configure.in:458: -1- _m4_warn([obsolete], [The macro `ac_cv_prog_gcc' is obsolete. -You should run autoupdate.], [autoconf/c.m4:504: ac_cv_prog_gcc is expanded from... +You should run autoupdate.], [../../lib/autoconf/c.m4:538: ac_cv_prog_gcc is expanded from... configure.in:458: the top level]) m4trace:configure.in:477: -1- AC_SUBST([CFLAGS]) m4trace:configure.in:477: -1- AC_SUBST_TRACE([CFLAGS]) @@ -547,22 +572,11 @@ m4trace:configure.in:483: -1- m4_pattern_allow([^CPPFLAGS_FOR_BUILD$]) m4trace:configure.in:484: -1- AC_SUBST([LDFLAGS_FOR_BUILD]) m4trace:configure.in:484: -1- AC_SUBST_TRACE([LDFLAGS_FOR_BUILD]) m4trace:configure.in:484: -1- m4_pattern_allow([^LDFLAGS_FOR_BUILD$]) -m4trace:configure.in:486: -1- AC_PROG_GCC_TRADITIONAL -m4trace:configure.in:498: -1- AC_CHECK_LIB([termcap], [tgetent], [bash_cv_termcap_lib=libtermcap], [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo, - [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses, - [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses, - bash_cv_termcap_lib=gnutermcap)])])]) -m4trace:configure.in:498: -1- AC_CHECK_LIB([tinfo], [tgetent], [bash_cv_termcap_lib=libtinfo], [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses, - [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses, - bash_cv_termcap_lib=gnutermcap)])]) -m4trace:configure.in:498: -1- AC_CHECK_LIB([curses], [tgetent], [bash_cv_termcap_lib=libcurses], [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses, - bash_cv_termcap_lib=gnutermcap)]) -m4trace:configure.in:498: -1- AC_CHECK_LIB([ncurses], [tgetent], [bash_cv_termcap_lib=libncurses], [bash_cv_termcap_lib=gnutermcap]) m4trace:configure.in:498: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1863: RL_LIB_READLINE_VERSION is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1751: RL_LIB_READLINE_VERSION is expanded from... configure.in:498: the top level]) m4trace:configure.in:498: -1- AC_DEFINE_TRACE_LITERAL([RL_READLINE_VERSION]) m4trace:configure.in:498: -1- m4_pattern_allow([^RL_READLINE_VERSION$]) @@ -618,7 +632,6 @@ m4trace:configure.in:586: -1- m4_pattern_allow([^HIST_LIBDIR$]) m4trace:configure.in:587: -1- AC_SUBST([TILDE_LIB]) m4trace:configure.in:587: -1- AC_SUBST_TRACE([TILDE_LIB]) m4trace:configure.in:587: -1- m4_pattern_allow([^TILDE_LIB$]) -m4trace:configure.in:592: -1- AC_PROG_INSTALL m4trace:configure.in:592: -1- AC_REQUIRE_AUX_FILE([install-sh]) m4trace:configure.in:592: -1- AC_SUBST([INSTALL_PROGRAM]) m4trace:configure.in:592: -1- AC_SUBST_TRACE([INSTALL_PROGRAM]) @@ -632,11 +645,9 @@ m4trace:configure.in:592: -1- m4_pattern_allow([^INSTALL_DATA$]) m4trace:configure.in:593: -1- AC_SUBST([AR]) m4trace:configure.in:593: -1- AC_SUBST_TRACE([AR]) m4trace:configure.in:593: -1- m4_pattern_allow([^AR$]) -m4trace:configure.in:597: -1- AC_PROG_RANLIB m4trace:configure.in:597: -1- AC_SUBST([RANLIB]) m4trace:configure.in:597: -1- AC_SUBST_TRACE([RANLIB]) m4trace:configure.in:597: -1- m4_pattern_allow([^RANLIB$]) -m4trace:configure.in:598: -1- AC_PROG_YACC m4trace:configure.in:598: -1- AC_SUBST([YACC]) m4trace:configure.in:598: -1- AC_SUBST_TRACE([YACC]) m4trace:configure.in:598: -1- m4_pattern_allow([^YACC$]) @@ -646,7 +657,6 @@ m4trace:configure.in:598: -1- m4_pattern_allow([^YACC$]) m4trace:configure.in:598: -1- AC_SUBST([YFLAGS]) m4trace:configure.in:598: -1- AC_SUBST_TRACE([YFLAGS]) m4trace:configure.in:598: -1- m4_pattern_allow([^YFLAGS$]) -m4trace:configure.in:599: -1- AC_PROG_MAKE_SET m4trace:configure.in:599: -1- AC_SUBST([SET_MAKE]) m4trace:configure.in:599: -1- AC_SUBST_TRACE([SET_MAKE]) m4trace:configure.in:599: -1- m4_pattern_allow([^SET_MAKE$]) @@ -658,28 +668,30 @@ m4trace:configure.in:627: -1- AC_SUBST_TRACE([SIZE]) m4trace:configure.in:627: -1- m4_pattern_allow([^SIZE$]) m4trace:configure.in:630: -1- AC_DEFINE_TRACE_LITERAL([_GNU_SOURCE]) m4trace:configure.in:630: -1- m4_pattern_allow([^_GNU_SOURCE$]) -m4trace:configure.in:633: -1- AC_C_CONST m4trace:configure.in:633: -1- AC_DEFINE_TRACE_LITERAL([const]) m4trace:configure.in:633: -1- m4_pattern_allow([^const$]) m4trace:configure.in:633: -1- AH_OUTPUT([const], [/* Define to empty if `const\' does not conform to ANSI C. */ #undef const]) -m4trace:configure.in:634: -1- AC_C_INLINE m4trace:configure.in:634: -1- AH_OUTPUT([inline], [/* 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]) +m4trace:configure.in:635: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most + significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ +#if defined __BIG_ENDIAN__ +# define WORDS_BIGENDIAN 1 +#elif ! defined __LITTLE_ENDIAN__ +# undef WORDS_BIGENDIAN +#endif]) m4trace:configure.in:635: -1- AC_DEFINE_TRACE_LITERAL([WORDS_BIGENDIAN]) m4trace:configure.in:635: -1- m4_pattern_allow([^WORDS_BIGENDIAN$]) -m4trace:configure.in:635: -1- AH_OUTPUT([WORDS_BIGENDIAN], [/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN]) m4trace:configure.in:636: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRINGIZE]) m4trace:configure.in:636: -1- m4_pattern_allow([^HAVE_STRINGIZE$]) m4trace:configure.in:636: -1- AH_OUTPUT([HAVE_STRINGIZE], [/* Define to 1 if cpp supports the ANSI @%:@ stringizing operator. */ #undef HAVE_STRINGIZE]) m4trace:configure.in:637: -1- _m4_warn([obsolete], [The macro `AC_C_LONG_DOUBLE' is obsolete. -You should run autoupdate.], [autoconf/types.m4:465: AC_C_LONG_DOUBLE is expanded from... +You should run autoupdate.], [../../lib/autoconf/types.m4:455: AC_C_LONG_DOUBLE is expanded from... configure.in:637: the top level]) m4trace:configure.in:637: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_DOUBLE_WIDER]) m4trace:configure.in:637: -1- m4_pattern_allow([^HAVE_LONG_DOUBLE_WIDER$]) @@ -725,21 +737,18 @@ m4trace:configure.in:642: -1- AC_SUBST([MSGMERGE]) m4trace:configure.in:642: -1- AC_SUBST_TRACE([MSGMERGE]) m4trace:configure.in:642: -1- m4_pattern_allow([^MSGMERGE$]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_OUTPUT_COMMANDS' is obsolete. -You should run autoupdate.], [autoconf/status.m4:853: AC_OUTPUT_COMMANDS is expanded from... -aclocal.m4:3826: AM_PO_SUBDIRS is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/status.m4:1021: AC_OUTPUT_COMMANDS is expanded from... +aclocal.m4:3652: AM_PO_SUBDIRS is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) -m4trace:configure.in:642: -1- AC_TYPE_OFF_T m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([off_t]) m4trace:configure.in:642: -1- m4_pattern_allow([^off_t$]) m4trace:configure.in:642: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if does not define. */ #undef off_t]) -m4trace:configure.in:642: -1- AC_TYPE_SIZE_T m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([size_t]) m4trace:configure.in:642: -1- m4_pattern_allow([^size_t$]) m4trace:configure.in:642: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if does not define. */ #undef size_t]) -m4trace:configure.in:642: -1- AC_FUNC_ALLOCA m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H]) m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_ALLOCA_H$]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have and it should be used (not on Ultrix). @@ -772,13 +781,10 @@ m4trace:configure.in:642: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C im @%:@undef STACK_DIRECTION]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION]) m4trace:configure.in:642: -1- m4_pattern_allow([^STACK_DIRECTION$]) -m4trace:configure.in:642: -1- AC_FUNC_MMAP -m4trace:configure.in:642: -1- AC_CHECK_HEADERS([stdlib.h unistd.h]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H]) -m4trace:configure.in:642: -1- AC_CHECK_FUNCS([getpagesize]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */ #undef HAVE_GETPAGESIZE]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP]) @@ -789,27 +795,27 @@ m4trace:configure.in:642: -1- AC_SUBST([GLIBC21]) m4trace:configure.in:642: -1- AC_SUBST_TRACE([GLIBC21]) m4trace:configure.in:642: -1- m4_pattern_allow([^GLIBC21$]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2619: gt_INTDIV0 is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2558: gt_INTDIV0 is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([INTDIV0_RAISES_SIGFPE]) m4trace:configure.in:642: -1- m4_pattern_allow([^INTDIV0_RAISES_SIGFPE$]) m4trace:configure.in:642: -1- AH_OUTPUT([INTDIV0_RAISES_SIGFPE], [/* Define if integer division by zero raises signal SIGFPE. */ #undef INTDIV0_RAISES_SIGFPE]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2674: jm_AC_HEADER_INTTYPES_H is expanded from... -aclocal.m4:3977: jm_AC_TYPE_UINTMAX_T is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2660: jm_AC_HEADER_INTTYPES_H is expanded from... +aclocal.m4:3961: jm_AC_TYPE_UINTMAX_T is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H_WITH_UINTMAX]) m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_INTTYPES_H_WITH_UINTMAX$]) @@ -817,14 +823,14 @@ m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_INTTYPES_H_WITH_UINTMAX], [/* Defi declares uintmax_t. */ #undef HAVE_INTTYPES_H_WITH_UINTMAX]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:3945: jm_AC_HEADER_STDINT_H is expanded from... -aclocal.m4:3977: jm_AC_TYPE_UINTMAX_T is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:3931: jm_AC_HEADER_STDINT_H is expanded from... +aclocal.m4:3961: jm_AC_TYPE_UINTMAX_T is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STDINT_H_WITH_UINTMAX]) m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_STDINT_H_WITH_UINTMAX$]) @@ -832,14 +838,14 @@ m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_STDINT_H_WITH_UINTMAX], [/* Define uintmax_t. */ #undef HAVE_STDINT_H_WITH_UINTMAX]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:4000: jm_AC_TYPE_UNSIGNED_LONG_LONG is expanded from... -aclocal.m4:3977: jm_AC_TYPE_UINTMAX_T is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:3988: jm_AC_TYPE_UNSIGNED_LONG_LONG is expanded from... +aclocal.m4:3961: jm_AC_TYPE_UINTMAX_T is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_LONG_LONG]) m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG$]) @@ -855,33 +861,31 @@ m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_UINTMAX_T$]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_UINTMAX_T], [/* Define if you have the \'uintmax_t\' type in or . */ #undef HAVE_UINTMAX_T]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2646: gt_HEADER_INTTYPES_H is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2633: gt_HEADER_INTTYPES_H is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INTTYPES_H]) m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_INTTYPES_H$]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define if exists and doesn\'t clash with . */ #undef HAVE_INTTYPES_H]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2706: gt_INTTYPES_PRI is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2688: gt_INTTYPES_PRI is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([PRI_MACROS_BROKEN]) m4trace:configure.in:642: -1- m4_pattern_allow([^PRI_MACROS_BROKEN$]) m4trace:configure.in:642: -1- AH_OUTPUT([PRI_MACROS_BROKEN], [/* Define if exists and defines unusable PRI* macros. */ #undef PRI_MACROS_BROKEN]) -m4trace:configure.in:642: -1- AC_CHECK_HEADERS([argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ -stdlib.h string.h unistd.h sys/param.h]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the header file. */ #undef HAVE_ARGZ_H]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the header file. */ @@ -902,10 +906,6 @@ m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you #undef HAVE_UNISTD_H]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H]) -m4trace:configure.in:642: -1- AC_CHECK_FUNCS([feof_unlocked fgets_unlocked getc_unlocked getcwd getegid \ -geteuid getgid getuid mempcpy munmap putenv setenv setlocale localeconv stpcpy \ -strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \ -__fsetlocking]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_FEOF_UNLOCKED], [/* Define to 1 if you have the `feof_unlocked\' function. */ #undef HAVE_FEOF_UNLOCKED]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_FGETS_UNLOCKED], [/* Define to 1 if you have the `fgets_unlocked\' function. */ @@ -953,24 +953,24 @@ m4trace:configure.in:642: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if y m4trace:configure.in:642: -1- AH_OUTPUT([HAVE___FSETLOCKING], [/* Define to 1 if you have the `__fsetlocking\' function. */ #undef HAVE___FSETLOCKING]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2519: AM_ICONV_LINK is expanded from... -aclocal.m4:2547: AM_ICONV is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2466: AM_ICONV_LINK is expanded from... +aclocal.m4:2521: AM_ICONV is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2519: AM_ICONV_LINK is expanded from... -aclocal.m4:2547: AM_ICONV is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2466: AM_ICONV_LINK is expanded from... +aclocal.m4:2521: AM_ICONV is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ICONV]) m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_ICONV$]) @@ -983,38 +983,38 @@ m4trace:configure.in:642: -1- AC_SUBST([LTLIBICONV]) m4trace:configure.in:642: -1- AC_SUBST_TRACE([LTLIBICONV]) m4trace:configure.in:642: -1- m4_pattern_allow([^LTLIBICONV$]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:2547: AM_ICONV is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:2521: AM_ICONV is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([ICONV_CONST]) m4trace:configure.in:642: -1- m4_pattern_allow([^ICONV_CONST$]) m4trace:configure.in:642: -1- AH_OUTPUT([ICONV_CONST], [/* Define as const if the declaration of iconv() needs const. */ #undef ICONV_CONST]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:1997: AM_LANGINFO_CODESET is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:1985: AM_LANGINFO_CODESET is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LANGINFO_CODESET]) m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$]) m4trace:configure.in:642: -1- AH_OUTPUT([HAVE_LANGINFO_CODESET], [/* Define if you have and nl_langinfo(CODESET). */ #undef HAVE_LANGINFO_CODESET]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2764: AM_LC_MESSAGES is expanded from... -aclocal.m4:2408: AM_INTL_SUBDIR is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2755: AM_LC_MESSAGES is expanded from... +aclocal.m4:2344: AM_INTL_SUBDIR is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LC_MESSAGES]) m4trace:configure.in:642: -1- m4_pattern_allow([^HAVE_LC_MESSAGES$]) @@ -1027,25 +1027,25 @@ m4trace:configure.in:642: -1- AC_SUBST([USE_NLS]) m4trace:configure.in:642: -1- AC_SUBST_TRACE([USE_NLS]) m4trace:configure.in:642: -1- m4_pattern_allow([^USE_NLS$]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:2338: AM_GNU_GETTEXT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:2056: AM_GNU_GETTEXT is expanded from... configure.in:642: the top level]) m4trace:configure.in:642: -1- AC_DEFINE_TRACE_LITERAL([ENABLE_NLS]) m4trace:configure.in:642: -1- m4_pattern_allow([^ENABLE_NLS$]) @@ -1097,7 +1097,6 @@ m4trace:configure.in:642: -1- m4_pattern_allow([^LTLIBINTL$]) m4trace:configure.in:642: -1- AC_SUBST([POSUB]) m4trace:configure.in:642: -1- AC_SUBST_TRACE([POSUB]) m4trace:configure.in:642: -1- m4_pattern_allow([^POSUB$]) -m4trace:configure.in:645: -1- AC_HEADER_DIRENT m4trace:configure.in:645: -1- AH_OUTPUT([HAVE_DIRENT_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. */ #undef HAVE_DIRENT_H]) @@ -1109,88 +1108,78 @@ m4trace:configure.in:645: -1- AH_OUTPUT([HAVE_SYS_DIR_H], [/* Define to 1 if you #undef HAVE_SYS_DIR_H]) m4trace:configure.in:645: -1- AH_OUTPUT([HAVE_NDIR_H], [/* Define to 1 if you have the header file, and it defines `DIR\'. */ #undef HAVE_NDIR_H]) -m4trace:configure.in:646: -1- AC_HEADER_TIME m4trace:configure.in:646: -1- AC_DEFINE_TRACE_LITERAL([TIME_WITH_SYS_TIME]) m4trace:configure.in:646: -1- m4_pattern_allow([^TIME_WITH_SYS_TIME$]) m4trace:configure.in:646: -1- AH_OUTPUT([TIME_WITH_SYS_TIME], [/* Define to 1 if you can safely include both and . */ #undef TIME_WITH_SYS_TIME]) -m4trace:configure.in:648: -1- AC_CHECK_HEADERS([inttypes.h]) m4trace:configure.in:648: -1- AH_OUTPUT([HAVE_INTTYPES_H], [/* Define to 1 if you have the header file. */ #undef HAVE_INTTYPES_H]) -m4trace:configure.in:652: -1- AC_CHECK_HEADERS([unistd.h stdlib.h stdarg.h varargs.h limits.h string.h \ - memory.h locale.h termcap.h termio.h termios.h dlfcn.h \ - stddef.h stdint.h netdb.h pwd.h grp.h strings.h regex.h]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STDARG_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_STDARG_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STDARG_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_VARARGS_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_VARARGS_H], [/* Define to 1 if you have the header file. */ #undef HAVE_VARARGS_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_LIMITS_H], [/* Define to 1 if you have the header file. */ #undef HAVE_LIMITS_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_STRING_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STRING_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_MEMORY_H], [/* Define to 1 if you have the header file. */ #undef HAVE_MEMORY_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_LOCALE_H], [/* Define to 1 if you have the header file. */ #undef HAVE_LOCALE_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_TERMCAP_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_TERMCAP_H], [/* Define to 1 if you have the header file. */ #undef HAVE_TERMCAP_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_TERMIO_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_TERMIO_H], [/* Define to 1 if you have the header file. */ #undef HAVE_TERMIO_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_TERMIOS_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_TERMIOS_H], [/* Define to 1 if you have the header file. */ #undef HAVE_TERMIOS_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_DLFCN_H], [/* Define to 1 if you have the header file. */ #undef HAVE_DLFCN_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_STDDEF_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STDDEF_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_STDINT_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STDINT_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_NETDB_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_NETDB_H], [/* Define to 1 if you have the header file. */ #undef HAVE_NETDB_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_PWD_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_PWD_H], [/* Define to 1 if you have the header file. */ #undef HAVE_PWD_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_GRP_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_GRP_H], [/* Define to 1 if you have the header file. */ #undef HAVE_GRP_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_STRINGS_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STRINGS_H]) -m4trace:configure.in:652: -1- AH_OUTPUT([HAVE_REGEX_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:650: -1- AH_OUTPUT([HAVE_REGEX_H], [/* Define to 1 if you have the header file. */ #undef HAVE_REGEX_H]) -m4trace:configure.in:655: -1- AC_CHECK_HEADERS([sys/pte.h sys/stream.h sys/select.h sys/file.h \ - sys/resource.h sys/param.h sys/socket.h sys/stat.h \ - sys/time.h sys/times.h sys/types.h sys/wait.h]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_PTE_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_PTE_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_PTE_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_STREAM_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_STREAM_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_STREAM_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_SELECT_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_SELECT_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_SELECT_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_FILE_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_FILE_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_FILE_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_RESOURCE_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_RESOURCE_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_RESOURCE_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_PARAM_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_PARAM_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_SOCKET_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_SOCKET_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_SOCKET_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_STAT_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_STAT_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_TIMES_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_TIMES_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIMES_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_TYPES_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_TYPES_H]) -m4trace:configure.in:655: -1- AH_OUTPUT([HAVE_SYS_WAIT_H], [/* Define to 1 if you have the header file. */ +m4trace:configure.in:653: -1- AH_OUTPUT([HAVE_SYS_WAIT_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_WAIT_H]) -m4trace:configure.in:656: -1- AC_CHECK_HEADERS([netinet/in.h arpa/inet.h]) m4trace:configure.in:656: -1- AH_OUTPUT([HAVE_NETINET_IN_H], [/* Define to 1 if you have the header file. */ #undef HAVE_NETINET_IN_H]) m4trace:configure.in:656: -1- AH_OUTPUT([HAVE_ARPA_INET_H], [/* Define to 1 if you have the header file. */ #undef HAVE_ARPA_INET_H]) -m4trace:configure.in:667: -1- AC_FUNC_ALLOCA m4trace:configure.in:667: -1- AC_DEFINE_TRACE_LITERAL([HAVE_ALLOCA_H]) m4trace:configure.in:667: -1- m4_pattern_allow([^HAVE_ALLOCA_H$]) m4trace:configure.in:667: -1- AH_OUTPUT([HAVE_ALLOCA_H], [/* Define to 1 if you have and it should be used (not on Ultrix). @@ -1223,31 +1212,18 @@ m4trace:configure.in:667: -1- AH_OUTPUT([STACK_DIRECTION], [/* If using the C im @%:@undef STACK_DIRECTION]) m4trace:configure.in:667: -1- AC_DEFINE_TRACE_LITERAL([STACK_DIRECTION]) m4trace:configure.in:667: -1- m4_pattern_allow([^STACK_DIRECTION$]) -m4trace:configure.in:668: -1- AC_FUNC_GETPGRP m4trace:configure.in:668: -1- AC_DEFINE_TRACE_LITERAL([GETPGRP_VOID]) m4trace:configure.in:668: -1- m4_pattern_allow([^GETPGRP_VOID$]) m4trace:configure.in:668: -1- AH_OUTPUT([GETPGRP_VOID], [/* Define to 1 if the `getpgrp\' function requires zero arguments. */ #undef GETPGRP_VOID]) -m4trace:configure.in:669: -1- AC_FUNC_SETVBUF_REVERSED -m4trace:configure.in:669: -1- AC_DEFINE_TRACE_LITERAL([SETVBUF_REVERSED]) -m4trace:configure.in:669: -1- m4_pattern_allow([^SETVBUF_REVERSED$]) -m4trace:configure.in:669: -1- AH_OUTPUT([SETVBUF_REVERSED], [/* Define to 1 if the `setvbuf\' function takes the buffering type as its - second argument and the buffer pointer as the third, as on System V before - release 3. */ -#undef SETVBUF_REVERSED]) -m4trace:configure.in:670: -1- AC_FUNC_VPRINTF -m4trace:configure.in:670: -1- AC_CHECK_FUNCS([vprintf], [ -AC_CHECK_FUNC(_doprnt, - [AC_DEFINE(HAVE_DOPRNT, 1, - [Define to 1 if you don't have `vprintf' but do have - `_doprnt.'])])]) +m4trace:configure.in:669: -1- _m4_warn([obsolete], [The macro `AC_FUNC_SETVBUF_REVERSED' is obsolete. Remove it and all references to SETVBUF_REVERSED.], [../../lib/autoconf/functions.m4:1680: AC_FUNC_SETVBUF_REVERSED is expanded from... +configure.in:669: the top level]) m4trace:configure.in:670: -1- AH_OUTPUT([HAVE_VPRINTF], [/* Define to 1 if you have the `vprintf\' function. */ #undef HAVE_VPRINTF]) m4trace:configure.in:670: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DOPRNT]) m4trace:configure.in:670: -1- m4_pattern_allow([^HAVE_DOPRNT$]) m4trace:configure.in:670: -1- AH_OUTPUT([HAVE_DOPRNT], [/* Define to 1 if you don\'t have `vprintf\' but do have `_doprnt.\' */ #undef HAVE_DOPRNT]) -m4trace:configure.in:671: -1- AC_FUNC_STRCOLL m4trace:configure.in:671: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRCOLL]) m4trace:configure.in:671: -1- m4_pattern_allow([^HAVE_STRCOLL$]) m4trace:configure.in:671: -1- AH_OUTPUT([HAVE_STRCOLL], [/* Define to 1 if you have the `strcoll\' function and it is properly defined. @@ -1259,7 +1235,6 @@ m4trace:configure.in:697: -1- AC_LIBSOURCE([vprint.c]) m4trace:configure.in:697: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS vprint.$ac_objext"]) m4trace:configure.in:697: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) m4trace:configure.in:697: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.in:701: -1- AC_TYPE_SIGNAL m4trace:configure.in:701: -1- AC_DEFINE_TRACE_LITERAL([RETSIGTYPE]) m4trace:configure.in:701: -1- m4_pattern_allow([^RETSIGTYPE$]) m4trace:configure.in:701: -1- AH_OUTPUT([RETSIGTYPE], [/* Define as the return type of signal handlers (`int\' or `void\'). */ @@ -1276,123 +1251,112 @@ m4trace:configure.in:710: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MKFIFO]) m4trace:configure.in:710: -2- m4_pattern_allow([^HAVE_MKFIFO$]) m4trace:configure.in:710: -2- AC_DEFINE_TRACE_LITERAL([MKFIFO_MISSING]) m4trace:configure.in:710: -2- m4_pattern_allow([^MKFIFO_MISSING$]) -m4trace:configure.in:716: -1- AC_CHECK_FUNCS([dup2 eaccess fcntl getdtablesize getgroups gethostname \ - getpagesize getpeername getrlimit getrusage gettimeofday \ - kill killpg lstat readlink sbrk select setdtablesize \ - setitimer tcgetpgrp uname ulimit waitpid]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_DUP2], [/* Define to 1 if you have the `dup2\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_DUP2], [/* Define to 1 if you have the `dup2\' function. */ #undef HAVE_DUP2]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_EACCESS], [/* Define to 1 if you have the `eaccess\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_EACCESS], [/* Define to 1 if you have the `eaccess\' function. */ #undef HAVE_EACCESS]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_FCNTL], [/* Define to 1 if you have the `fcntl\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_FCNTL], [/* Define to 1 if you have the `fcntl\' function. */ #undef HAVE_FCNTL]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_GETDTABLESIZE], [/* Define to 1 if you have the `getdtablesize\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_GETDTABLESIZE], [/* Define to 1 if you have the `getdtablesize\' function. */ #undef HAVE_GETDTABLESIZE]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_GETGROUPS], [/* Define to 1 if you have the `getgroups\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_GETGROUPS], [/* Define to 1 if you have the `getgroups\' function. */ #undef HAVE_GETGROUPS]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_GETHOSTNAME], [/* Define to 1 if you have the `gethostname\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_GETHOSTNAME], [/* Define to 1 if you have the `gethostname\' function. */ #undef HAVE_GETHOSTNAME]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */ #undef HAVE_GETPAGESIZE]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_GETPEERNAME], [/* Define to 1 if you have the `getpeername\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_GETPEERNAME], [/* Define to 1 if you have the `getpeername\' function. */ #undef HAVE_GETPEERNAME]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_GETRLIMIT], [/* Define to 1 if you have the `getrlimit\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_GETRLIMIT], [/* Define to 1 if you have the `getrlimit\' function. */ #undef HAVE_GETRLIMIT]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_GETRUSAGE], [/* Define to 1 if you have the `getrusage\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_GETRUSAGE], [/* Define to 1 if you have the `getrusage\' function. */ #undef HAVE_GETRUSAGE]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_GETTIMEOFDAY], [/* Define to 1 if you have the `gettimeofday\' function. */ #undef HAVE_GETTIMEOFDAY]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_KILL], [/* Define to 1 if you have the `kill\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_KILL], [/* Define to 1 if you have the `kill\' function. */ #undef HAVE_KILL]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_KILLPG], [/* Define to 1 if you have the `killpg\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_KILLPG], [/* Define to 1 if you have the `killpg\' function. */ #undef HAVE_KILLPG]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_LSTAT], [/* Define to 1 if you have the `lstat\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_LSTAT], [/* Define to 1 if you have the `lstat\' function. */ #undef HAVE_LSTAT]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_READLINK], [/* Define to 1 if you have the `readlink\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_READLINK], [/* Define to 1 if you have the `readlink\' function. */ #undef HAVE_READLINK]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_SBRK], [/* Define to 1 if you have the `sbrk\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_SBRK], [/* Define to 1 if you have the `sbrk\' function. */ #undef HAVE_SBRK]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_SELECT], [/* Define to 1 if you have the `select\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_SELECT], [/* Define to 1 if you have the `select\' function. */ #undef HAVE_SELECT]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_SETDTABLESIZE], [/* Define to 1 if you have the `setdtablesize\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_SETDTABLESIZE], [/* Define to 1 if you have the `setdtablesize\' function. */ #undef HAVE_SETDTABLESIZE]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_SETITIMER], [/* Define to 1 if you have the `setitimer\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_SETITIMER], [/* Define to 1 if you have the `setitimer\' function. */ #undef HAVE_SETITIMER]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_TCGETPGRP], [/* Define to 1 if you have the `tcgetpgrp\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_TCGETPGRP], [/* Define to 1 if you have the `tcgetpgrp\' function. */ #undef HAVE_TCGETPGRP]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_UNAME], [/* Define to 1 if you have the `uname\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_UNAME], [/* Define to 1 if you have the `uname\' function. */ #undef HAVE_UNAME]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_ULIMIT], [/* Define to 1 if you have the `ulimit\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_ULIMIT], [/* Define to 1 if you have the `ulimit\' function. */ #undef HAVE_ULIMIT]) -m4trace:configure.in:716: -1- AH_OUTPUT([HAVE_WAITPID], [/* Define to 1 if you have the `waitpid\' function. */ +m4trace:configure.in:713: -1- AH_OUTPUT([HAVE_WAITPID], [/* Define to 1 if you have the `waitpid\' function. */ #undef HAVE_WAITPID]) m4trace:configure.in:717: -1- AC_LIBSOURCE([rename.c]) -m4trace:configure.in:717: -1- AC_CHECK_FUNCS([rename], [], [_AC_LIBOBJ($ac_func)]) m4trace:configure.in:717: -1- AH_OUTPUT([HAVE_RENAME], [/* Define to 1 if you have the `rename\' function. */ #undef HAVE_RENAME]) m4trace:configure.in:717: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $ac_func.$ac_objext"]) m4trace:configure.in:717: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) m4trace:configure.in:717: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.in:724: -1- AC_CHECK_FUNCS([bcopy bzero confstr fnmatch \ - getaddrinfo gethostbyname getservbyname getservent inet_aton \ - memmove pathconf putenv raise regcomp regexec \ - setenv setlinebuf setlocale setvbuf siginterrupt strchr \ - sysconf tcgetattr times ttyname tzset unsetenv]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_BCOPY], [/* Define to 1 if you have the `bcopy\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_BCOPY], [/* Define to 1 if you have the `bcopy\' function. */ #undef HAVE_BCOPY]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_BZERO], [/* Define to 1 if you have the `bzero\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_BZERO], [/* Define to 1 if you have the `bzero\' function. */ #undef HAVE_BZERO]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_CONFSTR], [/* Define to 1 if you have the `confstr\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_CONFSTR], [/* Define to 1 if you have the `confstr\' function. */ #undef HAVE_CONFSTR]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_FNMATCH], [/* Define to 1 if you have the `fnmatch\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_FNMATCH], [/* Define to 1 if you have the `fnmatch\' function. */ #undef HAVE_FNMATCH]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_GETADDRINFO], [/* Define to 1 if you have the `getaddrinfo\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_GETADDRINFO], [/* Define to 1 if you have the `getaddrinfo\' function. */ #undef HAVE_GETADDRINFO]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_GETHOSTBYNAME], [/* Define to 1 if you have the `gethostbyname\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_GETHOSTBYNAME], [/* Define to 1 if you have the `gethostbyname\' function. */ #undef HAVE_GETHOSTBYNAME]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_GETSERVBYNAME], [/* Define to 1 if you have the `getservbyname\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_GETSERVBYNAME], [/* Define to 1 if you have the `getservbyname\' function. */ #undef HAVE_GETSERVBYNAME]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_GETSERVENT], [/* Define to 1 if you have the `getservent\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_GETSERVENT], [/* Define to 1 if you have the `getservent\' function. */ #undef HAVE_GETSERVENT]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_INET_ATON], [/* Define to 1 if you have the `inet_aton\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_INET_ATON], [/* Define to 1 if you have the `inet_aton\' function. */ #undef HAVE_INET_ATON]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_MEMMOVE], [/* Define to 1 if you have the `memmove\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_MEMMOVE], [/* Define to 1 if you have the `memmove\' function. */ #undef HAVE_MEMMOVE]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_PATHCONF], [/* Define to 1 if you have the `pathconf\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_PATHCONF], [/* Define to 1 if you have the `pathconf\' function. */ #undef HAVE_PATHCONF]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the `putenv\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_PUTENV], [/* Define to 1 if you have the `putenv\' function. */ #undef HAVE_PUTENV]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_RAISE], [/* Define to 1 if you have the `raise\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_RAISE], [/* Define to 1 if you have the `raise\' function. */ #undef HAVE_RAISE]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_REGCOMP], [/* Define to 1 if you have the `regcomp\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_REGCOMP], [/* Define to 1 if you have the `regcomp\' function. */ #undef HAVE_REGCOMP]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_REGEXEC], [/* Define to 1 if you have the `regexec\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_REGEXEC], [/* Define to 1 if you have the `regexec\' function. */ #undef HAVE_REGEXEC]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the `setenv\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_SETENV], [/* Define to 1 if you have the `setenv\' function. */ #undef HAVE_SETENV]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_SETLINEBUF], [/* Define to 1 if you have the `setlinebuf\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_SETLINEBUF], [/* Define to 1 if you have the `setlinebuf\' function. */ #undef HAVE_SETLINEBUF]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_SETLOCALE], [/* Define to 1 if you have the `setlocale\' function. */ #undef HAVE_SETLOCALE]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_SETVBUF], [/* Define to 1 if you have the `setvbuf\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_SETVBUF], [/* Define to 1 if you have the `setvbuf\' function. */ #undef HAVE_SETVBUF]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_SIGINTERRUPT], [/* Define to 1 if you have the `siginterrupt\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_SIGINTERRUPT], [/* Define to 1 if you have the `siginterrupt\' function. */ #undef HAVE_SIGINTERRUPT]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_STRCHR], [/* Define to 1 if you have the `strchr\' function. */ #undef HAVE_STRCHR]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_SYSCONF], [/* Define to 1 if you have the `sysconf\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_SYSCONF], [/* Define to 1 if you have the `sysconf\' function. */ #undef HAVE_SYSCONF]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_TCGETATTR], [/* Define to 1 if you have the `tcgetattr\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_TCGETATTR], [/* Define to 1 if you have the `tcgetattr\' function. */ #undef HAVE_TCGETATTR]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_TIMES], [/* Define to 1 if you have the `times\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_TIMES], [/* Define to 1 if you have the `times\' function. */ #undef HAVE_TIMES]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_TTYNAME], [/* Define to 1 if you have the `ttyname\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_TTYNAME], [/* Define to 1 if you have the `ttyname\' function. */ #undef HAVE_TTYNAME]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_TZSET], [/* Define to 1 if you have the `tzset\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_TZSET], [/* Define to 1 if you have the `tzset\' function. */ #undef HAVE_TZSET]) -m4trace:configure.in:724: -1- AH_OUTPUT([HAVE_UNSETENV], [/* Define to 1 if you have the `unsetenv\' function. */ +m4trace:configure.in:720: -1- AH_OUTPUT([HAVE_UNSETENV], [/* Define to 1 if you have the `unsetenv\' function. */ #undef HAVE_UNSETENV]) -m4trace:configure.in:726: -1- AC_CHECK_FUNCS([vsnprintf snprintf vasprintf asprintf]) m4trace:configure.in:726: -1- AH_OUTPUT([HAVE_VSNPRINTF], [/* Define to 1 if you have the `vsnprintf\' function. */ #undef HAVE_VSNPRINTF]) m4trace:configure.in:726: -1- AH_OUTPUT([HAVE_SNPRINTF], [/* Define to 1 if you have the `snprintf\' function. */ @@ -1401,7 +1365,6 @@ m4trace:configure.in:726: -1- AH_OUTPUT([HAVE_VASPRINTF], [/* Define to 1 if you #undef HAVE_VASPRINTF]) m4trace:configure.in:726: -1- AH_OUTPUT([HAVE_ASPRINTF], [/* Define to 1 if you have the `asprintf\' function. */ #undef HAVE_ASPRINTF]) -m4trace:configure.in:727: -1- AC_CHECK_FUNCS([isascii isblank isgraph isprint isspace isxdigit]) m4trace:configure.in:727: -1- AH_OUTPUT([HAVE_ISASCII], [/* Define to 1 if you have the `isascii\' function. */ #undef HAVE_ISASCII]) m4trace:configure.in:727: -1- AH_OUTPUT([HAVE_ISBLANK], [/* Define to 1 if you have the `isblank\' function. */ @@ -1414,7 +1377,6 @@ m4trace:configure.in:727: -1- AH_OUTPUT([HAVE_ISSPACE], [/* Define to 1 if you h #undef HAVE_ISSPACE]) m4trace:configure.in:727: -1- AH_OUTPUT([HAVE_ISXDIGIT], [/* Define to 1 if you have the `isxdigit\' function. */ #undef HAVE_ISXDIGIT]) -m4trace:configure.in:728: -1- AC_CHECK_FUNCS([getpwent getpwnam getpwuid]) m4trace:configure.in:728: -1- AH_OUTPUT([HAVE_GETPWENT], [/* Define to 1 if you have the `getpwent\' function. */ #undef HAVE_GETPWENT]) m4trace:configure.in:728: -1- AH_OUTPUT([HAVE_GETPWNAM], [/* Define to 1 if you have the `getpwnam\' function. */ @@ -1429,7 +1391,6 @@ m4trace:configure.in:729: -1- AC_LIBSOURCE([strftime.c]) m4trace:configure.in:729: -1- AC_LIBSOURCE([strnlen.c]) m4trace:configure.in:729: -1- AC_LIBSOURCE([strpbrk.c]) m4trace:configure.in:729: -1- AC_LIBSOURCE([strstr.c]) -m4trace:configure.in:729: -1- AC_CHECK_FUNCS([getcwd memset strcasecmp strerror strftime strnlen strpbrk strstr], [], [_AC_LIBOBJ($ac_func)]) m4trace:configure.in:729: -1- AH_OUTPUT([HAVE_GETCWD], [/* Define to 1 if you have the `getcwd\' function. */ #undef HAVE_GETCWD]) m4trace:configure.in:729: -1- AH_OUTPUT([HAVE_MEMSET], [/* Define to 1 if you have the `memset\' function. */ @@ -1456,7 +1417,6 @@ m4trace:configure.in:730: -1- AC_LIBSOURCE([strtoll.c]) m4trace:configure.in:730: -1- AC_LIBSOURCE([strtoull.c]) m4trace:configure.in:730: -1- AC_LIBSOURCE([strtoimax.c]) m4trace:configure.in:730: -1- AC_LIBSOURCE([strtoumax.c]) -m4trace:configure.in:730: -1- AC_CHECK_FUNCS([strtod strtol strtoul strtoll strtoull strtoimax strtoumax], [], [_AC_LIBOBJ($ac_func)]) m4trace:configure.in:730: -1- AH_OUTPUT([HAVE_STRTOD], [/* Define to 1 if you have the `strtod\' function. */ #undef HAVE_STRTOD]) m4trace:configure.in:730: -1- AH_OUTPUT([HAVE_STRTOL], [/* Define to 1 if you have the `strtol\' function. */ @@ -1475,7 +1435,6 @@ m4trace:configure.in:730: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $ac_func.$a m4trace:configure.in:730: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) m4trace:configure.in:730: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.in:731: -1- AC_LIBSOURCE([fdprintf.c]) -m4trace:configure.in:731: -1- AC_CHECK_FUNCS([fdprintf], [], [_AC_LIBOBJ($ac_func)]) m4trace:configure.in:731: -1- AH_OUTPUT([HAVE_FDPRINTF], [/* Define to 1 if you have the `fdprintf\' function. */ #undef HAVE_FDPRINTF]) m4trace:configure.in:731: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS $ac_func.$ac_objext"]) @@ -1523,81 +1482,75 @@ m4trace:configure.in:738: -1- AH_OUTPUT([HAVE_DECL_STRSIGNAL], [/* Define to 1 i #undef HAVE_DECL_STRSIGNAL]) m4trace:configure.in:738: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRSIGNAL]) m4trace:configure.in:738: -1- m4_pattern_allow([^HAVE_DECL_STRSIGNAL$]) -m4trace:configure.in:755: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOLD]) -m4trace:configure.in:755: -1- m4_pattern_allow([^HAVE_DECL_STRTOLD$]) -m4trace:configure.in:755: -1- AH_OUTPUT([HAVE_DECL_STRTOLD], [/* Define to 1 if you have the declaration of `strtold\', and to 0 if you +m4trace:configure.in:741: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOLD]) +m4trace:configure.in:741: -1- m4_pattern_allow([^HAVE_DECL_STRTOLD$]) +m4trace:configure.in:741: -1- AH_OUTPUT([HAVE_DECL_STRTOLD], [/* Define to 1 if you have the declaration of `strtold\', and to 0 if you don\'t. */ #undef HAVE_DECL_STRTOLD]) -m4trace:configure.in:755: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:2554: AC_CHECK_DECL is expanded from... -autoconf/general.m4:2574: AC_CHECK_DECLS is expanded from... -configure.in:755: the top level]) -m4trace:configure.in:755: -1- AC_DEFINE_TRACE_LITERAL([STRTOLD_BROKEN]) -m4trace:configure.in:755: -1- m4_pattern_allow([^STRTOLD_BROKEN$]) -m4trace:configure.in:755: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOLD]) -m4trace:configure.in:755: -1- m4_pattern_allow([^HAVE_DECL_STRTOLD$]) +m4trace:configure.in:741: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:2643: AC_CHECK_DECL is expanded from... +../../lib/autoconf/general.m4:2665: AC_CHECK_DECLS is expanded from... +configure.in:741: the top level]) +m4trace:configure.in:741: -1- AC_DEFINE_TRACE_LITERAL([STRTOLD_BROKEN]) +m4trace:configure.in:741: -1- m4_pattern_allow([^STRTOLD_BROKEN$]) +m4trace:configure.in:741: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_STRTOLD]) +m4trace:configure.in:741: -1- m4_pattern_allow([^HAVE_DECL_STRTOLD$]) m4trace:configure.in:758: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:122: BASH_CHECK_DECL is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:100: BASH_CHECK_DECL is expanded from... configure.in:758: the top level]) m4trace:configure.in:759: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:122: BASH_CHECK_DECL is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:100: BASH_CHECK_DECL is expanded from... configure.in:759: the top level]) m4trace:configure.in:760: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:122: BASH_CHECK_DECL is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:100: BASH_CHECK_DECL is expanded from... configure.in:760: the top level]) m4trace:configure.in:761: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:122: BASH_CHECK_DECL is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:100: BASH_CHECK_DECL is expanded from... configure.in:761: the top level]) m4trace:configure.in:762: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:122: BASH_CHECK_DECL is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:100: BASH_CHECK_DECL is expanded from... configure.in:762: the top level]) m4trace:configure.in:763: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:122: BASH_CHECK_DECL is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:100: BASH_CHECK_DECL is expanded from... configure.in:763: the top level]) -m4trace:configure.in:765: -1- AC_FUNC_MKTIME -m4trace:configure.in:765: -1- AC_CHECK_HEADERS([stdlib.h sys/time.h unistd.h]) -m4trace:configure.in:765: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H]) m4trace:configure.in:765: -1- AH_OUTPUT([HAVE_SYS_TIME_H], [/* Define to 1 if you have the header file. */ #undef HAVE_SYS_TIME_H]) m4trace:configure.in:765: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H]) -m4trace:configure.in:765: -1- AC_CHECK_FUNCS([alarm]) m4trace:configure.in:765: -1- AH_OUTPUT([HAVE_ALARM], [/* Define to 1 if you have the `alarm\' function. */ #undef HAVE_ALARM]) m4trace:configure.in:765: -1- AC_LIBSOURCE([mktime.c]) m4trace:configure.in:765: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS mktime.$ac_objext"]) m4trace:configure.in:765: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) m4trace:configure.in:765: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.in:772: -1- AC_CHECK_HEADERS([argz.h errno.h fcntl.h malloc.h stdio_ext.h]) m4trace:configure.in:772: -1- AH_OUTPUT([HAVE_ARGZ_H], [/* Define to 1 if you have the header file. */ #undef HAVE_ARGZ_H]) m4trace:configure.in:772: -1- AH_OUTPUT([HAVE_ERRNO_H], [/* Define to 1 if you have the header file. */ @@ -1608,38 +1561,33 @@ m4trace:configure.in:772: -1- AH_OUTPUT([HAVE_MALLOC_H], [/* Define to 1 if you #undef HAVE_MALLOC_H]) m4trace:configure.in:772: -1- AH_OUTPUT([HAVE_STDIO_EXT_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STDIO_EXT_H]) -m4trace:configure.in:775: -1- AC_FUNC_MMAP -m4trace:configure.in:775: -1- AC_CHECK_HEADERS([stdlib.h unistd.h]) m4trace:configure.in:775: -1- AH_OUTPUT([HAVE_STDLIB_H], [/* Define to 1 if you have the header file. */ #undef HAVE_STDLIB_H]) m4trace:configure.in:775: -1- AH_OUTPUT([HAVE_UNISTD_H], [/* Define to 1 if you have the header file. */ #undef HAVE_UNISTD_H]) -m4trace:configure.in:775: -1- AC_CHECK_FUNCS([getpagesize]) m4trace:configure.in:775: -1- AH_OUTPUT([HAVE_GETPAGESIZE], [/* Define to 1 if you have the `getpagesize\' function. */ #undef HAVE_GETPAGESIZE]) m4trace:configure.in:775: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MMAP]) m4trace:configure.in:775: -1- m4_pattern_allow([^HAVE_MMAP$]) m4trace:configure.in:775: -1- AH_OUTPUT([HAVE_MMAP], [/* Define to 1 if you have a working `mmap\' system call. */ #undef HAVE_MMAP]) -m4trace:configure.in:777: -1- AC_CHECK_FUNCS([__argz_count __argz_next __argz_stringify dcgettext mempcpy \ - munmap stpcpy strcspn strdup]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the `__argz_count\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE___ARGZ_COUNT], [/* Define to 1 if you have the `__argz_count\' function. */ #undef HAVE___ARGZ_COUNT]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the `__argz_next\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE___ARGZ_NEXT], [/* Define to 1 if you have the `__argz_next\' function. */ #undef HAVE___ARGZ_NEXT]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the `__argz_stringify\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE___ARGZ_STRINGIFY], [/* Define to 1 if you have the `__argz_stringify\' function. */ #undef HAVE___ARGZ_STRINGIFY]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the `dcgettext\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE_DCGETTEXT], [/* Define to 1 if you have the `dcgettext\' function. */ #undef HAVE_DCGETTEXT]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_MEMPCPY], [/* Define to 1 if you have the `mempcpy\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE_MEMPCPY], [/* Define to 1 if you have the `mempcpy\' function. */ #undef HAVE_MEMPCPY]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE_MUNMAP], [/* Define to 1 if you have the `munmap\' function. */ #undef HAVE_MUNMAP]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE_STPCPY], [/* Define to 1 if you have the `stpcpy\' function. */ #undef HAVE_STPCPY]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_STRCSPN], [/* Define to 1 if you have the `strcspn\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE_STRCSPN], [/* Define to 1 if you have the `strcspn\' function. */ #undef HAVE_STRCSPN]) -m4trace:configure.in:777: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */ +m4trace:configure.in:776: -1- AH_OUTPUT([HAVE_STRDUP], [/* Define to 1 if you have the `strdup\' function. */ #undef HAVE_STRDUP]) m4trace:configure.in:785: -1- AC_SUBST([INTL_DEP]) m4trace:configure.in:785: -1- AC_SUBST_TRACE([INTL_DEP]) @@ -1650,13 +1598,10 @@ m4trace:configure.in:786: -1- m4_pattern_allow([^INTL_INC$]) m4trace:configure.in:787: -1- AC_SUBST([LIBINTL_H]) m4trace:configure.in:787: -1- AC_SUBST_TRACE([LIBINTL_H]) m4trace:configure.in:787: -1- m4_pattern_allow([^LIBINTL_H$]) -m4trace:configure.in:793: -1- AC_CHECK_HEADERS([wctype.h]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_WCTYPE_H], [/* Define to 1 if you have the header file. */ #undef HAVE_WCTYPE_H]) -m4trace:configure.in:793: -1- AC_CHECK_HEADERS([wchar.h]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_WCHAR_H], [/* Define to 1 if you have the header file. */ #undef HAVE_WCHAR_H]) -m4trace:configure.in:793: -1- AC_CHECK_HEADERS([langinfo.h]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_LANGINFO_H], [/* Define to 1 if you have the header file. */ #undef HAVE_LANGINFO_H]) m4trace:configure.in:793: -2- AC_DEFINE_TRACE_LITERAL([HAVE_MBRLEN]) @@ -1675,14 +1620,12 @@ m4trace:configure.in:793: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCWIDTH]) m4trace:configure.in:793: -2- m4_pattern_allow([^HAVE_WCWIDTH$]) m4trace:configure.in:793: -2- AC_DEFINE_TRACE_LITERAL([HAVE_WCTYPE]) m4trace:configure.in:793: -2- m4_pattern_allow([^HAVE_WCTYPE$]) -m4trace:configure.in:793: -1- AC_FUNC_MBRTOWC m4trace:configure.in:793: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBRTOWC]) m4trace:configure.in:793: -1- m4_pattern_allow([^HAVE_MBRTOWC$]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_MBRTOWC], [/* Define to 1 if mbrtowc and mbstate_t are properly declared. */ #undef HAVE_MBRTOWC]) m4trace:configure.in:793: -1- AC_DEFINE_TRACE_LITERAL([HAVE_MBSTATE_T]) m4trace:configure.in:793: -1- m4_pattern_allow([^HAVE_MBSTATE_T$]) -m4trace:configure.in:793: -1- AC_CHECK_FUNCS([iswlower iswupper towlower towupper iswctype]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_ISWLOWER], [/* Define to 1 if you have the `iswlower\' function. */ #undef HAVE_ISWLOWER]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_ISWUPPER], [/* Define to 1 if you have the `iswupper\' function. */ @@ -1694,62 +1637,59 @@ m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_TOWUPPER], [/* Define to 1 if you m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_ISWCTYPE], [/* Define to 1 if you have the `iswctype\' function. */ #undef HAVE_ISWCTYPE]) m4trace:configure.in:793: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:1744: BASH_CHECK_MULTIBYTE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:1674: BASH_CHECK_MULTIBYTE is expanded from... configure.in:793: the top level]) m4trace:configure.in:793: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LANGINFO_CODESET]) m4trace:configure.in:793: -1- m4_pattern_allow([^HAVE_LANGINFO_CODESET$]) m4trace:configure.in:793: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:1744: BASH_CHECK_MULTIBYTE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:1674: BASH_CHECK_MULTIBYTE is expanded from... configure.in:793: the top level]) m4trace:configure.in:793: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCHAR_T]) m4trace:configure.in:793: -1- m4_pattern_allow([^HAVE_WCHAR_T$]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_WCHAR_T], [/* systems should define this type here */ #undef HAVE_WCHAR_T]) m4trace:configure.in:793: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:1744: BASH_CHECK_MULTIBYTE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:1674: BASH_CHECK_MULTIBYTE is expanded from... configure.in:793: the top level]) m4trace:configure.in:793: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WCTYPE_T]) m4trace:configure.in:793: -1- m4_pattern_allow([^HAVE_WCTYPE_T$]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_WCTYPE_T], [/* systems should define this type here */ #undef HAVE_WCTYPE_T]) m4trace:configure.in:793: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:1744: BASH_CHECK_MULTIBYTE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:1674: BASH_CHECK_MULTIBYTE is expanded from... configure.in:793: the top level]) m4trace:configure.in:793: -1- AC_DEFINE_TRACE_LITERAL([HAVE_WINT_T]) m4trace:configure.in:793: -1- m4_pattern_allow([^HAVE_WINT_T$]) m4trace:configure.in:793: -1- AH_OUTPUT([HAVE_WINT_T], [/* systems should define this type here */ #undef HAVE_WINT_T]) -m4trace:configure.in:797: -1- AC_CHECK_LIB([dl], [dlopen]) m4trace:configure.in:797: -1- AH_OUTPUT([HAVE_LIBDL], [/* Define to 1 if you have the `dl\' library (-ldl). */ #undef HAVE_LIBDL]) m4trace:configure.in:797: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBDL]) m4trace:configure.in:797: -1- m4_pattern_allow([^HAVE_LIBDL$]) -m4trace:configure.in:798: -1- AC_CHECK_FUNCS([dlopen dlclose dlsym]) m4trace:configure.in:798: -1- AH_OUTPUT([HAVE_DLOPEN], [/* Define to 1 if you have the `dlopen\' function. */ #undef HAVE_DLOPEN]) m4trace:configure.in:798: -1- AH_OUTPUT([HAVE_DLCLOSE], [/* Define to 1 if you have the `dlclose\' function. */ #undef HAVE_DLCLOSE]) m4trace:configure.in:798: -1- AH_OUTPUT([HAVE_DLSYM], [/* Define to 1 if you have the `dlsym\' function. */ #undef HAVE_DLSYM]) -m4trace:configure.in:802: -1- AC_DECL_SYS_SIGLIST m4trace:configure.in:802: -1- _m4_warn([obsolete], [The macro `AC_DECL_SYS_SIGLIST' is obsolete. -You should run autoupdate.], [autoconf/specific.m4:70: AC_DECL_SYS_SIGLIST is expanded from... +You should run autoupdate.], [../../lib/autoconf/specific.m4:62: AC_DECL_SYS_SIGLIST is expanded from... configure.in:802: the top level]) m4trace:configure.in:802: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SYS_SIGLIST]) m4trace:configure.in:802: -1- m4_pattern_allow([^HAVE_DECL_SYS_SIGLIST$]) @@ -1759,11 +1699,11 @@ m4trace:configure.in:802: -1- AH_OUTPUT([HAVE_DECL_SYS_SIGLIST], [/* Define to 1 m4trace:configure.in:802: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_SYS_SIGLIST]) m4trace:configure.in:802: -1- m4_pattern_allow([^HAVE_DECL_SYS_SIGLIST$]) m4trace:configure.in:806: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:562: BASH_FUNC_INET_ATON is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:548: BASH_FUNC_INET_ATON is expanded from... configure.in:806: the top level]) m4trace:configure.in:806: -1- AC_DEFINE_TRACE_LITERAL([HAVE_INET_ATON]) m4trace:configure.in:806: -1- m4_pattern_allow([^HAVE_INET_ATON$]) @@ -1771,26 +1711,22 @@ m4trace:configure.in:806: -1- AC_LIBSOURCE([inet_aton.c]) m4trace:configure.in:806: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS inet_aton.$ac_objext"]) m4trace:configure.in:806: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) m4trace:configure.in:806: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.in:812: -1- AC_CHECK_LIB([sun], [getpwent]) m4trace:configure.in:812: -1- AH_OUTPUT([HAVE_LIBSUN], [/* Define to 1 if you have the `sun\' library (-lsun). */ #undef HAVE_LIBSUN]) m4trace:configure.in:812: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSUN]) m4trace:configure.in:812: -1- m4_pattern_allow([^HAVE_LIBSUN$]) -m4trace:configure.in:817: -1- AC_CHECK_LIB([socket], [getpeername], [bash_cv_have_socklib=yes], [bash_cv_have_socklib=no], [-lnsl]) -m4trace:configure.in:817: -1- AC_CHECK_LIB([nsl], [t_open], [bash_cv_have_libnsl=yes], [bash_cv_have_libnsl=no]) m4trace:configure.in:817: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LIBSOCKET]) m4trace:configure.in:817: -1- m4_pattern_allow([^HAVE_LIBSOCKET$]) m4trace:configure.in:817: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPEERNAME]) m4trace:configure.in:817: -1- m4_pattern_allow([^HAVE_GETPEERNAME$]) m4trace:configure.in:821: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:737: BASH_FUNC_GETHOSTBYNAME is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:717: BASH_FUNC_GETHOSTBYNAME is expanded from... configure.in:821: the top level]) m4trace:configure.in:821: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETHOSTBYNAME]) m4trace:configure.in:821: -1- m4_pattern_allow([^HAVE_GETHOSTBYNAME$]) -m4trace:configure.in:825: -1- AC_TYPE_UID_T m4trace:configure.in:825: -1- AC_DEFINE_TRACE_LITERAL([uid_t]) m4trace:configure.in:825: -1- m4_pattern_allow([^uid_t$]) m4trace:configure.in:825: -1- AH_OUTPUT([uid_t], [/* Define to `int\' if doesn\'t define. */ @@ -1804,17 +1740,14 @@ m4trace:configure.in:825: -1- m4_pattern_allow([^GETGROUPS_T$]) m4trace:configure.in:825: -1- AH_OUTPUT([GETGROUPS_T], [/* Define to the type of elements in the array set by `getgroups\'. Usually this is either `int\' or `gid_t\'. */ #undef GETGROUPS_T]) -m4trace:configure.in:826: -1- AC_TYPE_OFF_T m4trace:configure.in:826: -1- AC_DEFINE_TRACE_LITERAL([off_t]) m4trace:configure.in:826: -1- m4_pattern_allow([^off_t$]) m4trace:configure.in:826: -1- AH_OUTPUT([off_t], [/* Define to `long int\' if does not define. */ #undef off_t]) -m4trace:configure.in:827: -1- AC_TYPE_MODE_T m4trace:configure.in:827: -1- AC_DEFINE_TRACE_LITERAL([mode_t]) m4trace:configure.in:827: -1- m4_pattern_allow([^mode_t$]) m4trace:configure.in:827: -1- AH_OUTPUT([mode_t], [/* Define to `int\' if does not define. */ #undef mode_t]) -m4trace:configure.in:828: -1- AC_TYPE_UID_T m4trace:configure.in:828: -1- AC_DEFINE_TRACE_LITERAL([uid_t]) m4trace:configure.in:828: -1- m4_pattern_allow([^uid_t$]) m4trace:configure.in:828: -1- AH_OUTPUT([uid_t], [/* Define to `int\' if doesn\'t define. */ @@ -1823,12 +1756,10 @@ m4trace:configure.in:828: -1- AC_DEFINE_TRACE_LITERAL([gid_t]) m4trace:configure.in:828: -1- m4_pattern_allow([^gid_t$]) m4trace:configure.in:828: -1- AH_OUTPUT([gid_t], [/* Define to `int\' if doesn\'t define. */ #undef gid_t]) -m4trace:configure.in:829: -1- AC_TYPE_PID_T m4trace:configure.in:829: -1- AC_DEFINE_TRACE_LITERAL([pid_t]) m4trace:configure.in:829: -1- m4_pattern_allow([^pid_t$]) m4trace:configure.in:829: -1- AH_OUTPUT([pid_t], [/* Define to `int\' if does not define. */ #undef pid_t]) -m4trace:configure.in:830: -1- AC_TYPE_SIZE_T m4trace:configure.in:830: -1- AC_DEFINE_TRACE_LITERAL([size_t]) m4trace:configure.in:830: -1- m4_pattern_allow([^size_t$]) m4trace:configure.in:830: -1- AH_OUTPUT([size_t], [/* Define to `unsigned int\' if does not define. */ @@ -1842,24 +1773,23 @@ m4trace:configure.in:832: -1- m4_pattern_allow([^time_t$]) m4trace:configure.in:832: -1- AH_OUTPUT([time_t], [/* Define to `long\' if does not define. */ #undef time_t]) m4trace:configure.in:834: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:481: BASH_TYPE_LONG_LONG is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:469: BASH_TYPE_LONG_LONG is expanded from... configure.in:834: the top level]) m4trace:configure.in:834: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LONG_LONG]) m4trace:configure.in:834: -1- m4_pattern_allow([^HAVE_LONG_LONG$]) m4trace:configure.in:835: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:496: BASH_TYPE_UNSIGNED_LONG_LONG is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:483: BASH_TYPE_UNSIGNED_LONG_LONG is expanded from... configure.in:835: the top level]) m4trace:configure.in:835: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNSIGNED_LONG_LONG]) m4trace:configure.in:835: -1- m4_pattern_allow([^HAVE_UNSIGNED_LONG_LONG$]) -m4trace:configure.in:837: -1- AC_TYPE_SIGNAL m4trace:configure.in:837: -1- AC_DEFINE_TRACE_LITERAL([RETSIGTYPE]) m4trace:configure.in:837: -1- m4_pattern_allow([^RETSIGTYPE$]) m4trace:configure.in:837: -1- AH_OUTPUT([RETSIGTYPE], [/* Define as the return type of signal handlers (`int\' or `void\'). */ @@ -1984,7 +1914,6 @@ m4trace:configure.in:856: -1- AC_DEFINE_TRACE_LITERAL([ptrdiff_t]) m4trace:configure.in:856: -1- m4_pattern_allow([^ptrdiff_t$]) m4trace:configure.in:856: -1- AH_OUTPUT([ptrdiff_t], [/* Define to `int\' if does not define. */ #undef ptrdiff_t]) -m4trace:configure.in:859: -1- AC_HEADER_STAT m4trace:configure.in:859: -1- AC_DEFINE_TRACE_LITERAL([STAT_MACROS_BROKEN]) m4trace:configure.in:859: -1- m4_pattern_allow([^STAT_MACROS_BROKEN$]) m4trace:configure.in:859: -1- AH_OUTPUT([STAT_MACROS_BROKEN], [/* Define to 1 if the `S_IS*\' macros in do not work properly. */ @@ -1992,64 +1921,64 @@ m4trace:configure.in:859: -1- AH_OUTPUT([STAT_MACROS_BROKEN], [/* Define to 1 if m4trace:configure.in:864: -1- AC_DEFINE_TRACE_LITERAL([HAVE_HASH_BANG_EXEC]) m4trace:configure.in:864: -1- m4_pattern_allow([^HAVE_HASH_BANG_EXEC$]) m4trace:configure.in:869: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:546: BASH_FUNC_LSTAT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:534: BASH_FUNC_LSTAT is expanded from... configure.in:869: the top level]) m4trace:configure.in:869: -1- AC_DEFINE_TRACE_LITERAL([HAVE_LSTAT]) m4trace:configure.in:869: -1- m4_pattern_allow([^HAVE_LSTAT$]) m4trace:configure.in:873: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1907: BASH_FUNC_CTYPE_NONASCII is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1865: BASH_FUNC_CTYPE_NONASCII is expanded from... configure.in:873: the top level]) m4trace:configure.in:873: -1- AC_DEFINE_TRACE_LITERAL([CTYPE_NON_ASCII]) m4trace:configure.in:873: -1- m4_pattern_allow([^CTYPE_NON_ASCII$]) m4trace:configure.in:874: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:294: BASH_FUNC_DUP2_CLOEXEC_CHECK is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:267: BASH_FUNC_DUP2_CLOEXEC_CHECK is expanded from... configure.in:874: the top level]) m4trace:configure.in:874: -1- AC_DEFINE_TRACE_LITERAL([DUP2_BROKEN]) m4trace:configure.in:874: -1- m4_pattern_allow([^DUP2_BROKEN$]) m4trace:configure.in:875: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1280: BASH_SYS_PGRP_SYNC is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1220: BASH_SYS_PGRP_SYNC is expanded from... configure.in:875: the top level]) m4trace:configure.in:875: -1- AC_DEFINE_TRACE_LITERAL([PGRP_PIPE]) m4trace:configure.in:875: -1- m4_pattern_allow([^PGRP_PIPE$]) m4trace:configure.in:876: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1217: BASH_SYS_SIGNAL_VINTAGE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1180: BASH_SYS_SIGNAL_VINTAGE is expanded from... configure.in:876: the top level]) m4trace:configure.in:876: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:2418: AC_LINK_IFELSE is expanded from... -autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1217: BASH_SYS_SIGNAL_VINTAGE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:2517: AC_LINK_IFELSE is expanded from... +../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1180: BASH_SYS_SIGNAL_VINTAGE is expanded from... configure.in:876: the top level]) m4trace:configure.in:876: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:2418: AC_LINK_IFELSE is expanded from... -autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:2418: AC_LINK_IFELSE is expanded from... -autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1217: BASH_SYS_SIGNAL_VINTAGE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:2517: AC_LINK_IFELSE is expanded from... +../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:2517: AC_LINK_IFELSE is expanded from... +../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1180: BASH_SYS_SIGNAL_VINTAGE is expanded from... configure.in:876: the top level]) m4trace:configure.in:876: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_SIGNALS]) m4trace:configure.in:876: -1- m4_pattern_allow([^HAVE_POSIX_SIGNALS$]) @@ -2058,43 +1987,43 @@ m4trace:configure.in:876: -1- m4_pattern_allow([^HAVE_BSD_SIGNALS$]) m4trace:configure.in:876: -1- AC_DEFINE_TRACE_LITERAL([HAVE_USG_SIGHOLD]) m4trace:configure.in:876: -1- m4_pattern_allow([^HAVE_USG_SIGHOLD$]) m4trace:configure.in:879: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:262: BASH_SYS_ERRLIST is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:250: BASH_SYS_ERRLIST is expanded from... configure.in:879: the top level]) m4trace:configure.in:879: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_ERRLIST]) m4trace:configure.in:879: -1- m4_pattern_allow([^HAVE_SYS_ERRLIST$]) m4trace:configure.in:880: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:233: BASH_SYS_SIGLIST is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:208: BASH_SYS_SIGLIST is expanded from... configure.in:880: the top level]) m4trace:configure.in:880: -1- AC_DEFINE_TRACE_LITERAL([HAVE_SYS_SIGLIST]) m4trace:configure.in:880: -1- m4_pattern_allow([^HAVE_SYS_SIGLIST$]) m4trace:configure.in:881: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:179: BASH_DECL_UNDER_SYS_SIGLIST is expanded from... -aclocal.m4:206: BASH_UNDER_SYS_SIGLIST is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:164: BASH_DECL_UNDER_SYS_SIGLIST is expanded from... +aclocal.m4:181: BASH_UNDER_SYS_SIGLIST is expanded from... configure.in:881: the top level]) m4trace:configure.in:881: -1- AC_DEFINE_TRACE_LITERAL([UNDER_SYS_SIGLIST_DECLARED]) m4trace:configure.in:881: -1- m4_pattern_allow([^UNDER_SYS_SIGLIST_DECLARED$]) m4trace:configure.in:881: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:206: BASH_UNDER_SYS_SIGLIST is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:181: BASH_UNDER_SYS_SIGLIST is expanded from... configure.in:881: the top level]) m4trace:configure.in:881: -1- AC_DEFINE_TRACE_LITERAL([HAVE_UNDER_SYS_SIGLIST]) m4trace:configure.in:881: -1- m4_pattern_allow([^HAVE_UNDER_SYS_SIGLIST$]) m4trace:configure.in:884: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:380: BASH_TYPE_SIGHANDLER is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:363: BASH_TYPE_SIGHANDLER is expanded from... configure.in:884: the top level]) m4trace:configure.in:884: -1- AC_DEFINE_TRACE_LITERAL([VOID_SIGHANDLER]) m4trace:configure.in:884: -1- m4_pattern_allow([^VOID_SIGHANDLER$]) @@ -2115,19 +2044,19 @@ m4trace:configure.in:891: -1- m4_pattern_allow([^HAVE_SOCKLEN_T$]) m4trace:configure.in:891: -1- AC_DEFINE_TRACE_LITERAL([socklen_t]) m4trace:configure.in:891: -1- m4_pattern_allow([^socklen_t$]) m4trace:configure.in:893: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:532: BASH_TYPE_RLIMIT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:504: BASH_TYPE_RLIMIT is expanded from... configure.in:893: the top level]) m4trace:configure.in:893: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:2377: AC_COMPILE_IFELSE is expanded from... -autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:532: BASH_TYPE_RLIMIT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:2461: AC_COMPILE_IFELSE is expanded from... +../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:504: BASH_TYPE_RLIMIT is expanded from... configure.in:893: the top level]) m4trace:configure.in:893: -1- AC_DEFINE_TRACE_LITERAL([RLIMTYPE]) m4trace:configure.in:893: -1- m4_pattern_allow([^RLIMTYPE$]) @@ -2138,43 +2067,43 @@ m4trace:configure.in:896: -2- m4_pattern_allow([^TERMIOS_LDISC$]) m4trace:configure.in:897: -2- AC_DEFINE_TRACE_LITERAL([TERMIO_LDISC]) m4trace:configure.in:897: -2- m4_pattern_allow([^TERMIO_LDISC$]) m4trace:configure.in:898: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1058: BASH_STRUCT_DIRENT_D_INO is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1027: BASH_STRUCT_DIRENT_D_INO is expanded from... configure.in:898: the top level]) m4trace:configure.in:898: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_INO]) m4trace:configure.in:898: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_INO$]) m4trace:configure.in:899: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1091: BASH_STRUCT_DIRENT_D_FILENO is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1060: BASH_STRUCT_DIRENT_D_FILENO is expanded from... configure.in:899: the top level]) m4trace:configure.in:899: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_FILENO]) m4trace:configure.in:899: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_FILENO$]) m4trace:configure.in:900: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1124: BASH_STRUCT_DIRENT_D_NAMLEN is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1093: BASH_STRUCT_DIRENT_D_NAMLEN is expanded from... configure.in:900: the top level]) m4trace:configure.in:900: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_DIRENT_D_NAMLEN]) m4trace:configure.in:900: -1- m4_pattern_allow([^HAVE_STRUCT_DIRENT_D_NAMLEN$]) m4trace:configure.in:901: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1177: BASH_STRUCT_WINSIZE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1158: BASH_STRUCT_WINSIZE is expanded from... configure.in:901: the top level]) m4trace:configure.in:901: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:2377: AC_COMPILE_IFELSE is expanded from... -autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1177: BASH_STRUCT_WINSIZE is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:2461: AC_COMPILE_IFELSE is expanded from... +../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1158: BASH_STRUCT_WINSIZE is expanded from... configure.in:901: the top level]) m4trace:configure.in:901: -1- AC_DEFINE_TRACE_LITERAL([STRUCT_WINSIZE_IN_SYS_IOCTL]) m4trace:configure.in:901: -1- m4_pattern_allow([^STRUCT_WINSIZE_IN_SYS_IOCTL$]) @@ -2182,20 +2111,14 @@ m4trace:configure.in:901: -1- AC_DEFINE_TRACE_LITERAL([STRUCT_WINSIZE_IN_TERMIOS m4trace:configure.in:901: -1- m4_pattern_allow([^STRUCT_WINSIZE_IN_TERMIOS$]) m4trace:configure.in:902: -1- AC_DEFINE_TRACE_LITERAL([HAVE_TIMEVAL]) m4trace:configure.in:902: -1- m4_pattern_allow([^HAVE_TIMEVAL$]) -m4trace:configure.in:903: -1- AC_CHECK_MEMBERS([struct stat.st_blocks]) m4trace:configure.in:903: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_STAT_ST_BLOCKS]) m4trace:configure.in:903: -1- m4_pattern_allow([^HAVE_STRUCT_STAT_ST_BLOCKS$]) m4trace:configure.in:903: -1- AH_OUTPUT([HAVE_STRUCT_STAT_ST_BLOCKS], [/* Define to 1 if `st_blocks\' is member of `struct stat\'. */ #undef HAVE_STRUCT_STAT_ST_BLOCKS]) -m4trace:configure.in:904: -1- AC_STRUCT_TM m4trace:configure.in:904: -1- AC_DEFINE_TRACE_LITERAL([TM_IN_SYS_TIME]) m4trace:configure.in:904: -1- m4_pattern_allow([^TM_IN_SYS_TIME$]) m4trace:configure.in:904: -1- AH_OUTPUT([TM_IN_SYS_TIME], [/* Define to 1 if your declares `struct tm\'. */ #undef TM_IN_SYS_TIME]) -m4trace:configure.in:905: -1- AC_STRUCT_TIMEZONE -m4trace:configure.in:905: -1- AC_CHECK_MEMBERS([struct tm.tm_zone], [], [], [#include -#include <$ac_cv_struct_tm> -]) m4trace:configure.in:905: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TM_TM_ZONE]) m4trace:configure.in:905: -1- m4_pattern_allow([^HAVE_STRUCT_TM_TM_ZONE$]) m4trace:configure.in:905: -1- AH_OUTPUT([HAVE_STRUCT_TM_TM_ZONE], [/* Define to 1 if `tm_zone\' is member of `struct tm\'. */ @@ -2220,32 +2143,31 @@ m4trace:configure.in:905: -1- AH_OUTPUT([HAVE_TZNAME], [/* Define to 1 if you do m4trace:configure.in:906: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRUCT_TIMEZONE]) m4trace:configure.in:906: -1- m4_pattern_allow([^HAVE_STRUCT_TIMEZONE$]) m4trace:configure.in:909: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:307: BASH_FUNC_STRSIGNAL is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:296: BASH_FUNC_STRSIGNAL is expanded from... configure.in:909: the top level]) m4trace:configure.in:909: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STRSIGNAL]) m4trace:configure.in:909: -1- m4_pattern_allow([^HAVE_STRSIGNAL$]) m4trace:configure.in:910: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:360: BASH_FUNC_OPENDIR_CHECK is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:310: BASH_FUNC_OPENDIR_CHECK is expanded from... configure.in:910: the top level]) m4trace:configure.in:910: -1- AC_DEFINE_TRACE_LITERAL([OPENDIR_NOT_ROBUST]) m4trace:configure.in:910: -1- m4_pattern_allow([^OPENDIR_NOT_ROBUST$]) m4trace:configure.in:911: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:685: BASH_FUNC_ULIMIT_MAXFDS is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:668: BASH_FUNC_ULIMIT_MAXFDS is expanded from... configure.in:911: the top level]) m4trace:configure.in:911: -1- AC_DEFINE_TRACE_LITERAL([ULIMIT_MAXFDS]) m4trace:configure.in:911: -1- m4_pattern_allow([^ULIMIT_MAXFDS$]) m4trace:configure.in:912: -1- AH_OUTPUT([HAVE_FPURGE], [/* Define to 1 if you have the `fpurge\' function. */ #undef HAVE_FPURGE]) -m4trace:configure.in:912: -1- AC_CHECK_FUNCS([$ac_func_list]) m4trace:configure.in:912: -1- AH_OUTPUT([HAVE___FPURGE], [/* Define to 1 if you have the `__fpurge\' function. */ #undef HAVE___FPURGE]) m4trace:configure.in:912: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE]) @@ -2256,18 +2178,18 @@ m4trace:configure.in:912: -1- AH_OUTPUT([HAVE_DECL_FPURGE], [/* Define to 1 if y m4trace:configure.in:912: -1- AC_DEFINE_TRACE_LITERAL([HAVE_DECL_FPURGE]) m4trace:configure.in:912: -1- m4_pattern_allow([^HAVE_DECL_FPURGE$]) m4trace:configure.in:913: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:606: BASH_FUNC_GETENV is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:564: BASH_FUNC_GETENV is expanded from... configure.in:913: the top level]) m4trace:configure.in:913: -1- AC_DEFINE_TRACE_LITERAL([CAN_REDEFINE_GETENV]) m4trace:configure.in:913: -1- m4_pattern_allow([^CAN_REDEFINE_GETENV$]) m4trace:configure.in:915: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:711: BASH_FUNC_GETCWD is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:687: BASH_FUNC_GETCWD is expanded from... configure.in:915: the top level]) m4trace:configure.in:915: -1- AC_DEFINE_TRACE_LITERAL([GETCWD_BROKEN]) m4trace:configure.in:915: -1- m4_pattern_allow([^GETCWD_BROKEN$]) @@ -2276,72 +2198,72 @@ m4trace:configure.in:915: -1- AC_SUBST([LIB@&t@OBJS], ["$LIB@&t@OBJS getcwd.$ac_ m4trace:configure.in:915: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) m4trace:configure.in:915: -1- m4_pattern_allow([^LIB@&t@OBJS$]) m4trace:configure.in:917: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:812: BASH_FUNC_POSIX_SETJMP is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:763: BASH_FUNC_POSIX_SETJMP is expanded from... configure.in:917: the top level]) m4trace:configure.in:917: -1- AC_DEFINE_TRACE_LITERAL([HAVE_POSIX_SIGSETJMP]) m4trace:configure.in:917: -1- m4_pattern_allow([^HAVE_POSIX_SIGSETJMP$]) m4trace:configure.in:918: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:861: BASH_FUNC_STRCOLL is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:814: BASH_FUNC_STRCOLL is expanded from... configure.in:918: the top level]) m4trace:configure.in:918: -1- AC_DEFINE_TRACE_LITERAL([STRCOLL_BROKEN]) m4trace:configure.in:918: -1- m4_pattern_allow([^STRCOLL_BROKEN$]) m4trace:configure.in:924: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:636: BASH_FUNC_STD_PUTENV is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:609: BASH_FUNC_STD_PUTENV is expanded from... configure.in:924: the top level]) m4trace:configure.in:924: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV]) m4trace:configure.in:924: -1- m4_pattern_allow([^HAVE_STD_PUTENV$]) m4trace:configure.in:926: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_PUTENV]) m4trace:configure.in:926: -1- m4_pattern_allow([^HAVE_STD_PUTENV$]) m4trace:configure.in:929: -1- _m4_warn([obsolete], [The macro `AC_TRY_LINK' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2426: AC_TRY_LINK is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -autoconf/general.m4:1935: AC_CACHE_CHECK is expanded from... -aclocal.m4:666: BASH_FUNC_STD_UNSETENV is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2526: AC_TRY_LINK is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +../../lib/autoconf/general.m4:1993: AC_CACHE_CHECK is expanded from... +aclocal.m4:639: BASH_FUNC_STD_UNSETENV is expanded from... configure.in:929: the top level]) m4trace:configure.in:929: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV]) m4trace:configure.in:929: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$]) m4trace:configure.in:931: -1- AC_DEFINE_TRACE_LITERAL([HAVE_STD_UNSETENV]) m4trace:configure.in:931: -1- m4_pattern_allow([^HAVE_STD_UNSETENV$]) m4trace:configure.in:934: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:887: BASH_FUNC_PRINTF_A_FORMAT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:863: BASH_FUNC_PRINTF_A_FORMAT is expanded from... configure.in:934: the top level]) m4trace:configure.in:934: -1- AC_DEFINE_TRACE_LITERAL([HAVE_PRINTF_A_FORMAT]) m4trace:configure.in:934: -1- m4_pattern_allow([^HAVE_PRINTF_A_FORMAT$]) m4trace:configure.in:937: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1338: BASH_SYS_REINSTALL_SIGHANDLERS is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1282: BASH_SYS_REINSTALL_SIGHANDLERS is expanded from... configure.in:937: the top level]) m4trace:configure.in:937: -1- AC_DEFINE_TRACE_LITERAL([MUST_REINSTALL_SIGHANDLERS]) m4trace:configure.in:937: -1- m4_pattern_allow([^MUST_REINSTALL_SIGHANDLERS$]) m4trace:configure.in:938: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1396: BASH_SYS_JOB_CONTROL_MISSING is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1341: BASH_SYS_JOB_CONTROL_MISSING is expanded from... configure.in:938: the top level]) m4trace:configure.in:938: -1- AC_DEFINE_TRACE_LITERAL([JOB_CONTROL_MISSING]) m4trace:configure.in:938: -1- m4_pattern_allow([^JOB_CONTROL_MISSING$]) m4trace:configure.in:939: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1448: BASH_SYS_NAMED_PIPES is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1400: BASH_SYS_NAMED_PIPES is expanded from... configure.in:939: the top level]) m4trace:configure.in:939: -1- AC_DEFINE_TRACE_LITERAL([NAMED_PIPES_MISSING]) m4trace:configure.in:939: -1- m4_pattern_allow([^NAMED_PIPES_MISSING$]) @@ -2350,44 +2272,44 @@ m4trace:configure.in:942: -1- m4_pattern_allow([^GWINSZ_IN_SYS_IOCTL$]) m4trace:configure.in:942: -1- AH_OUTPUT([GWINSZ_IN_SYS_IOCTL], [/* Define to 1 if `TIOCGWINSZ\' requires . */ #undef GWINSZ_IN_SYS_IOCTL]) m4trace:configure.in:943: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1491: BASH_HAVE_TIOCSTAT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1481: BASH_HAVE_TIOCSTAT is expanded from... configure.in:943: the top level]) m4trace:configure.in:943: -1- AC_DEFINE_TRACE_LITERAL([TIOCSTAT_IN_SYS_IOCTL]) m4trace:configure.in:943: -1- m4_pattern_allow([^TIOCSTAT_IN_SYS_IOCTL$]) m4trace:configure.in:944: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1503: BASH_HAVE_FIONREAD is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1493: BASH_HAVE_FIONREAD is expanded from... configure.in:944: the top level]) m4trace:configure.in:944: -1- AC_DEFINE_TRACE_LITERAL([FIONREAD_IN_SYS_IOCTL]) m4trace:configure.in:944: -1- m4_pattern_allow([^FIONREAD_IN_SYS_IOCTL$]) m4trace:configure.in:946: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1940: BASH_CHECK_WCONTINUED is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1909: BASH_CHECK_WCONTINUED is expanded from... configure.in:946: the top level]) m4trace:configure.in:946: -1- AC_DEFINE_TRACE_LITERAL([WCONTINUED_BROKEN]) m4trace:configure.in:946: -1- m4_pattern_allow([^WCONTINUED_BROKEN$]) m4trace:configure.in:949: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1520: BASH_CHECK_SPEED_T is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1511: BASH_CHECK_SPEED_T is expanded from... configure.in:949: the top level]) m4trace:configure.in:949: -1- AC_DEFINE_TRACE_LITERAL([SPEED_T_IN_SYS_TYPES]) m4trace:configure.in:949: -1- m4_pattern_allow([^SPEED_T_IN_SYS_TYPES$]) m4trace:configure.in:950: -1- AC_DEFINE_TRACE_LITERAL([HAVE_GETPW_DECLS]) m4trace:configure.in:950: -1- m4_pattern_allow([^HAVE_GETPW_DECLS$]) m4trace:configure.in:951: -1- _m4_warn([obsolete], [The macro `AC_TRY_RUN' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2490: AC_TRY_RUN is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1667: BASH_CHECK_RTSIGS is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2591: AC_TRY_RUN is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1638: BASH_CHECK_RTSIGS is expanded from... configure.in:951: the top level]) m4trace:configure.in:951: -1- AC_DEFINE_TRACE_LITERAL([UNUSABLE_RT_SIGNALS]) m4trace:configure.in:951: -1- m4_pattern_allow([^UNUSABLE_RT_SIGNALS$]) @@ -2395,32 +2317,22 @@ m4trace:configure.in:952: -1- AC_SUBST([SIGLIST_O]) m4trace:configure.in:952: -1- AC_SUBST_TRACE([SIGLIST_O]) m4trace:configure.in:952: -1- m4_pattern_allow([^SIGLIST_O$]) m4trace:configure.in:956: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1616: BASH_CHECK_KERNEL_RLIMIT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1590: BASH_CHECK_KERNEL_RLIMIT is expanded from... configure.in:956: the top level]) m4trace:configure.in:956: -1- _m4_warn([obsolete], [The macro `AC_TRY_COMPILE' is obsolete. -You should run autoupdate.], [autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:2377: AC_COMPILE_IFELSE is expanded from... -autoconf/general.m4:2384: AC_TRY_COMPILE is expanded from... -../../lib/m4sugar/m4sh.m4:519: AS_IF is expanded from... -autoconf/general.m4:1922: AC_CACHE_VAL is expanded from... -aclocal.m4:1616: BASH_CHECK_KERNEL_RLIMIT is expanded from... +You should run autoupdate.], [../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:2461: AC_COMPILE_IFELSE is expanded from... +../../lib/autoconf/general.m4:2469: AC_TRY_COMPILE is expanded from... +../../lib/m4sugar/m4sh.m4:508: AS_IF is expanded from... +../../lib/autoconf/general.m4:1973: AC_CACHE_VAL is expanded from... +aclocal.m4:1590: BASH_CHECK_KERNEL_RLIMIT is expanded from... configure.in:956: the top level]) m4trace:configure.in:956: -1- AC_DEFINE_TRACE_LITERAL([RLIMIT_NEEDS_KERNEL]) m4trace:configure.in:956: -1- m4_pattern_allow([^RLIMIT_NEEDS_KERNEL$]) -m4trace:configure.in:964: -1- AC_CHECK_LIB([termcap], [tgetent], [bash_cv_termcap_lib=libtermcap], [AC_CHECK_LIB(tinfo, tgetent, bash_cv_termcap_lib=libtinfo, - [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses, - [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses, - bash_cv_termcap_lib=gnutermcap)])])]) -m4trace:configure.in:964: -1- AC_CHECK_LIB([tinfo], [tgetent], [bash_cv_termcap_lib=libtinfo], [AC_CHECK_LIB(curses, tgetent, bash_cv_termcap_lib=libcurses, - [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses, - bash_cv_termcap_lib=gnutermcap)])]) -m4trace:configure.in:964: -1- AC_CHECK_LIB([curses], [tgetent], [bash_cv_termcap_lib=libcurses], [AC_CHECK_LIB(ncurses, tgetent, bash_cv_termcap_lib=libncurses, - bash_cv_termcap_lib=gnutermcap)]) -m4trace:configure.in:964: -1- AC_CHECK_LIB([ncurses], [tgetent], [bash_cv_termcap_lib=libncurses], [bash_cv_termcap_lib=gnutermcap]) m4trace:configure.in:966: -1- AC_SUBST([TERMCAP_LIB]) m4trace:configure.in:966: -1- AC_SUBST_TRACE([TERMCAP_LIB]) m4trace:configure.in:966: -1- m4_pattern_allow([^TERMCAP_LIB$]) @@ -2532,25 +2444,26 @@ m4trace:configure.in:1125: -1- m4_pattern_allow([^LOCAL_LDFLAGS$]) m4trace:configure.in:1126: -1- AC_SUBST([LOCAL_DEFS]) m4trace:configure.in:1126: -1- AC_SUBST_TRACE([LOCAL_DEFS]) m4trace:configure.in:1126: -1- m4_pattern_allow([^LOCAL_DEFS$]) -m4trace:configure.in:1139: -1- AC_CONFIG_FILES([Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile \ +m4trace:configure.in:1131: -1- AC_CONFIG_FILES([Makefile builtins/Makefile lib/readline/Makefile lib/glob/Makefile \ lib/intl/Makefile \ lib/malloc/Makefile lib/sh/Makefile lib/termcap/Makefile \ lib/tilde/Makefile doc/Makefile support/Makefile po/Makefile.in \ examples/loadables/Makefile examples/loadables/perl/Makefile]) -m4trace:configure.in:1139: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. +m4trace:configure.in:1131: -1- _m4_warn([obsolete], [AC_OUTPUT should be used without arguments. You should run autoupdate.], []) -m4trace:configure.in:1139: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) -m4trace:configure.in:1139: -1- m4_pattern_allow([^LIB@&t@OBJS$]) -m4trace:configure.in:1139: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([LTLIBOBJS]) -m4trace:configure.in:1139: -1- m4_pattern_allow([^LTLIBOBJS$]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([top_builddir]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([srcdir]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([abs_srcdir]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([top_srcdir]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([abs_top_srcdir]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([builddir]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([abs_builddir]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([abs_top_builddir]) -m4trace:configure.in:1139: -1- AC_SUBST_TRACE([INSTALL]) +m4trace:configure.in:1131: -1- AC_SUBST([LIB@&t@OBJS], [$ac_libobjs]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([LIB@&t@OBJS]) +m4trace:configure.in:1131: -1- m4_pattern_allow([^LIB@&t@OBJS$]) +m4trace:configure.in:1131: -1- AC_SUBST([LTLIBOBJS], [$ac_ltlibobjs]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([LTLIBOBJS]) +m4trace:configure.in:1131: -1- m4_pattern_allow([^LTLIBOBJS$]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([top_builddir]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([top_build_prefix]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([srcdir]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([abs_srcdir]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([top_srcdir]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([abs_top_srcdir]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([builddir]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([abs_builddir]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([abs_top_builddir]) +m4trace:configure.in:1131: -1- AC_SUBST_TRACE([INSTALL]) diff --git a/builtins/help.def b/builtins/help.def index 83376ca80..fc466d732 100644 --- a/builtins/help.def +++ b/builtins/help.def @@ -74,6 +74,9 @@ $END extern int errno; #endif +extern const char * const bash_copyright; +extern const char * const bash_license; + static void show_builtin_command_help __P((void)); static int open_helpfile __P((char *)); static void show_desc __P((char *, int)); @@ -314,9 +317,9 @@ show_manpage (name, i) printf ("%*s", BASE_INDENT, " "); show_shell_version (0); printf ("%*s", BASE_INDENT, " "); - printf (_("Copyright (C) 2008 Free Software Foundation, Inc.\n")); + printf ("%s\n", _(bash_copyright)); printf ("%*s", BASE_INDENT, " "); - printf (_("License: GNU General Public License, version 2\n")); + printf ("%s\n", _(bash_license)); fflush (stdout); if (usefile) diff --git a/builtins/shopt.def b/builtins/shopt.def index 72cc9b059..6163f4090 100644 --- a/builtins/shopt.def +++ b/builtins/shopt.def @@ -141,6 +141,7 @@ static struct { { "cmdhist", &command_oriented_history, (shopt_set_func_t *)NULL }, #endif { "compat31", &shopt_compat31, set_compatibility_level }, + { "compat32", &shopt_compat32, set_compatibility_level }, { "dirspell", &dircomplete_spelling, (shopt_set_func_t *)NULL }, { "dotglob", &glob_dot_filenames, (shopt_set_func_t *)NULL }, { "execfail", &no_exit_on_failed_exec, (shopt_set_func_t *)NULL }, diff --git a/configure b/configure index bf73f0976..2c872892e 100755 --- a/configure +++ b/configure @@ -1,31 +1,35 @@ #! /bin/sh # From configure.in for Bash 4.0, version 4.005. # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.60 for bash 4.0-alpha. +# Generated by GNU Autoconf 2.62 for bash 4.0-alpha. # # Report bugs to . # # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -# 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +# 2002, 2003, 2004, 2005, 2006, 2007, 2008 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 +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + + # PATH needs CR @@ -36,17 +40,45 @@ 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=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -62,8 +94,6 @@ fi # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -86,7 +116,7 @@ if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -99,17 +129,10 @@ 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) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -131,7 +154,7 @@ as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -157,7 +180,7 @@ else as_have_required=no fi - if test $as_have_required = yes && (eval ": + if test $as_have_required = yes && (eval ": (as_func_return () { (exit \$1) } @@ -218,7 +241,7 @@ test \$exitcode = 0) || { (exit 1); exit 1; } else as_candidate_shells= as_save_IFS=$IFS; IFS=$PATH_SEPARATOR -for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH +for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. @@ -236,19 +259,20 @@ IFS=$as_save_IFS # Try only shells that exist, to save several forks. if { test -f "$as_shell" || test -f "$as_shell.exe"; } && { ("$as_shell") 2> /dev/null <<\_ASEOF -# 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + : _ASEOF @@ -256,19 +280,20 @@ _ASEOF CONFIG_SHELL=$as_shell as_have_required=yes if { "$as_shell" 2> /dev/null <<\_ASEOF -# 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + : (as_func_return () { @@ -338,10 +363,10 @@ fi if test "x$CONFIG_SHELL" != x; then for as_var in BASH_ENV ENV - do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var - done - export CONFIG_SHELL - exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} + do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var + done + export CONFIG_SHELL + exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"} fi @@ -410,9 +435,10 @@ fi test \$exitcode = 0") || { echo No shell found that supports shell functions. - echo Please tell autoconf@gnu.org about your system, - echo including any error possibly output before this - echo message + echo Please tell bug-autoconf@gnu.org about your system, + echo including any error possibly output before this message. + echo This can help us improve future autoconf versions. + echo Configuration will now proceed without shell functions. } @@ -448,7 +474,7 @@ test \$exitcode = 0") || { s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_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 @@ -476,7 +502,6 @@ case `echo -n x` in *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -489,19 +514,22 @@ if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir -fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -515,19 +543,28 @@ else as_mkdir_p=false fi -# Find out whether ``test -x'' works. Don't use a zero-byte file, as -# systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - as_executable_p="test -x" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' else - as_executable_p=: + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' fi -rm -f conf$$.file +as_executable_p=$as_test_x # 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'" @@ -568,39 +605,40 @@ ac_unique_file="shell.h" # Factoring default headers for most tests. ac_includes_default="\ #include -#if HAVE_SYS_TYPES_H +#ifdef HAVE_SYS_TYPES_H # include #endif -#if HAVE_SYS_STAT_H +#ifdef HAVE_SYS_STAT_H # include #endif -#if STDC_HEADERS +#ifdef STDC_HEADERS # include # include #else -# if HAVE_STDLIB_H +# ifdef HAVE_STDLIB_H # include # endif #endif -#if HAVE_STRING_H -# if !STDC_HEADERS && HAVE_MEMORY_H +#ifdef HAVE_STRING_H +# if !defined STDC_HEADERS && defined HAVE_MEMORY_H # include # endif # include #endif -#if HAVE_STRINGS_H +#ifdef HAVE_STRINGS_H # include #endif -#if HAVE_INTTYPES_H +#ifdef HAVE_INTTYPES_H # include #endif -#if HAVE_STDINT_H +#ifdef HAVE_STDINT_H # include #endif -#if HAVE_UNISTD_H +#ifdef HAVE_UNISTD_H # include #endif" +ac_header_list= ac_func_list= ac_subst_vars='SHELL PATH_SEPARATOR @@ -754,6 +792,60 @@ LOCAL_LDFLAGS LOCAL_DEFS LTLIBOBJS' ac_subst_files='' +ac_user_opts=' +enable_option_checking +with_lispdir +with_afs +with_bash_malloc +with_curses +with_gnu_malloc +with_installed_readline +with_purecov +with_purify +enable_minimal_config +enable_alias +enable_arith_for_command +enable_array_variables +enable_bang_history +enable_brace_expansion +enable_casemod_attributes +enable_casemod_expansions +enable_command_timing +enable_cond_command +enable_cond_regexp +enable_coprocesses +enable_debugger +enable_directory_stack +enable_disabled_builtins +enable_dparen_arithmetic +enable_extended_glob +enable_help_builtin +enable_history +enable_job_control +enable_multibyte +enable_net_redirections +enable_process_substitution +enable_progcomp +enable_prompt_string_decoding +enable_readline +enable_restricted +enable_select +enable_separate_helpfiles +enable_single_help_strings +enable_strict_posix_default +enable_usg_echo_default +enable_xpg_echo_default +enable_mem_scramble +enable_profiling +enable_static_link +enable_largefile +enable_nls +with_gnu_ld +enable_rpath +with_libiconv_prefix +with_included_gettext +with_libintl_prefix +' ac_precious_vars='build_alias host_alias target_alias @@ -761,6 +853,7 @@ DEBUGGER_START_FILE CC CFLAGS LDFLAGS +LIBS CPPFLAGS CPP YACC @@ -770,6 +863,8 @@ YFLAGS' # Initialize some variables set by options. ac_init_help= ac_init_version=false +ac_unrecognized_opts= +ac_unrecognized_sep= # The variables have the same names as the options, with # dashes changed to underlines. cache_file=/dev/null @@ -868,13 +963,21 @@ do datarootdir=$ac_optarg ;; -disable-* | --disable-*) - ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - eval enable_$ac_feature=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=no ;; -docdir | --docdir | --docdi | --doc | --do) ac_prev=docdir ;; @@ -887,13 +990,21 @@ do dvidir=$ac_optarg ;; -enable-* | --enable-*) - ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid feature name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_feature=`echo $ac_feature | sed 's/-/_/g'` - eval enable_$ac_feature=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"enable_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval enable_$ac_useropt=\$ac_optarg ;; -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \ @@ -1084,22 +1195,38 @@ do ac_init_version=: ;; -with-* | --with-*) - ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package| sed 's/-/_/g'` - eval with_$ac_package=\$ac_optarg ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=\$ac_optarg ;; -without-* | --without-*) - ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'` + ac_useropt=`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 + expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null && + { $as_echo "$as_me: error: invalid package name: $ac_useropt" >&2 { (exit 1); exit 1; }; } - ac_package=`echo $ac_package | sed 's/-/_/g'` - eval with_$ac_package=no ;; + ac_useropt_orig=$ac_useropt + ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'` + case $ac_user_opts in + *" +"with_$ac_useropt" +"*) ;; + *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig" + ac_unrecognized_sep=', ';; + esac + eval with_$ac_useropt=no ;; --x) # Obsolete; use --with-x. @@ -1119,7 +1246,7 @@ do | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*) x_libraries=$ac_optarg ;; - -*) { echo "$as_me: error: unrecognized option: $ac_option + -*) { $as_echo "$as_me: error: unrecognized option: $ac_option Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -1128,16 +1255,16 @@ Try \`$0 --help' for more information." >&2 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 + { $as_echo "$as_me: error: invalid variable name: $ac_envvar" >&2 { (exit 1); exit 1; }; } 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 + $as_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 + $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option} ;; @@ -1146,22 +1273,38 @@ 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 + { $as_echo "$as_me: error: missing argument to $ac_option" >&2 { (exit 1); exit 1; }; } fi -# Be sure to have absolute directory names. +if test -n "$ac_unrecognized_opts"; then + case $enable_option_checking in + no) ;; + fatal) { $as_echo "$as_me: error: Unrecognized options: $ac_unrecognized_opts" >&2 + { (exit 1); exit 1; }; } ;; + *) $as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2 ;; + esac +fi + +# Check all directory arguments for consistency. for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \ datadir sysconfdir sharedstatedir localstatedir includedir \ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \ libdir localedir mandir do eval ac_val=\$$ac_var + # Remove trailing slashes. + case $ac_val in + */ ) + ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'` + eval $ac_var=\$ac_val;; + esac + # Be sure to have absolute directory names. case $ac_val in [\\/$]* | ?:[\\/]* ) continue;; NONE | '' ) case $ac_var in *prefix ) continue;; esac;; esac - { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 + { $as_echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2 { (exit 1); exit 1; }; } done @@ -1176,7 +1319,7 @@ target=$target_alias 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. + $as_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 @@ -1192,10 +1335,10 @@ test "$silent" = yes && exec 6>/dev/null ac_pwd=`pwd` && test -n "$ac_pwd" && ac_ls_di=`ls -di .` && ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` || - { echo "$as_me: error: Working directory cannot be determined" >&2 + { $as_echo "$as_me: error: Working directory cannot be determined" >&2 { (exit 1); exit 1; }; } test "X$ac_ls_di" = "X$ac_pwd_ls_di" || - { echo "$as_me: error: pwd does not report name of working directory" >&2 + { $as_echo "$as_me: error: pwd does not report name of working directory" >&2 { (exit 1); exit 1; }; } @@ -1203,12 +1346,12 @@ test "X$ac_ls_di" = "X$ac_pwd_ls_di" || if test -z "$srcdir"; then ac_srcdir_defaulted=yes # Try the directory containing this script, then the parent directory. - ac_confdir=`$as_dirname -- "$0" || -$as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ - X"$0" : 'X\(//\)[^/]' \| \ - X"$0" : 'X\(//\)$' \| \ - X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X"$0" | + ac_confdir=`$as_dirname -- "$as_myself" || +$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \ + X"$as_myself" : 'X\(//\)[^/]' \| \ + X"$as_myself" : 'X\(//\)$' \| \ + X"$as_myself" : 'X\(/\)' \| . 2>/dev/null || +$as_echo X"$as_myself" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -1235,12 +1378,12 @@ else fi if test ! -r "$srcdir/$ac_unique_file"; then test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .." - { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 + { $as_echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2 { (exit 1); exit 1; }; } fi ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work" ac_abs_confdir=`( - cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2 + cd "$srcdir" && test -r "./$ac_unique_file" || { $as_echo "$as_me: error: $ac_msg" >&2 { (exit 1); exit 1; }; } pwd)` # When building in place, set srcdir=. @@ -1289,9 +1432,9 @@ Configuration: Installation directories: --prefix=PREFIX install architecture-independent files in PREFIX - [$ac_default_prefix] + [$ac_default_prefix] --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX - [PREFIX] + [PREFIX] By default, \`make install' will install all the files in \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify @@ -1301,25 +1444,25 @@ 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] - --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] - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] - --datadir=DIR read-only architecture-independent data [DATAROOTDIR] - --infodir=DIR info documentation [DATAROOTDIR/info] - --localedir=DIR locale-dependent data [DATAROOTDIR/locale] - --mandir=DIR man documentation [DATAROOTDIR/man] - --docdir=DIR documentation root [DATAROOTDIR/doc/bash] - --htmldir=DIR html documentation [DOCDIR] - --dvidir=DIR dvi documentation [DOCDIR] - --pdfdir=DIR pdf documentation [DOCDIR] - --psdir=DIR ps documentation [DOCDIR] + --bindir=DIR user executables [EPREFIX/bin] + --sbindir=DIR system admin executables [EPREFIX/sbin] + --libexecdir=DIR program executables [EPREFIX/libexec] + --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] + --datarootdir=DIR read-only arch.-independent data root [PREFIX/share] + --datadir=DIR read-only architecture-independent data [DATAROOTDIR] + --infodir=DIR info documentation [DATAROOTDIR/info] + --localedir=DIR locale-dependent data [DATAROOTDIR/locale] + --mandir=DIR man documentation [DATAROOTDIR/man] + --docdir=DIR documentation root [DATAROOTDIR/doc/bash] + --htmldir=DIR html documentation [DOCDIR] + --dvidir=DIR dvi documentation [DOCDIR] + --pdfdir=DIR pdf documentation [DOCDIR] + --psdir=DIR ps documentation [DOCDIR] _ACEOF cat <<\_ACEOF @@ -1337,6 +1480,7 @@ if test -n "$ac_init_help"; then cat <<\_ACEOF Optional Features: + --disable-option-checking ignore unrecognized --enable/--with options --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no) --enable-FEATURE[=ARG] include FEATURE [ARG=yes] --enable-minimal-config a minimal sh-like configuration @@ -1428,6 +1572,7 @@ Some influential environment variables: CFLAGS C compiler flags LDFLAGS linker flags, e.g. -L if you have libraries in a nonstandard directory + LIBS libraries to pass to the linker, e.g. -l CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I if you have headers in a nonstandard directory CPP C preprocessor @@ -1448,15 +1593,17 @@ fi if test "$ac_init_help" = "recursive"; then # If there are subdirs, report their specific --help. for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue - test -d "$ac_dir" || continue + test -d "$ac_dir" || + { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } || + continue ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -1492,7 +1639,7 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix echo && $SHELL "$ac_srcdir/configure" --help=recursive else - echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 + $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2 fi || ac_status=$? cd "$ac_pwd" || { ac_status=$?; break; } done @@ -1502,10 +1649,10 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF bash configure 4.0-alpha -generated by GNU Autoconf 2.60 +generated by GNU Autoconf 2.62 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001, -2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. +2002, 2003, 2004, 2005, 2006, 2007, 2008 Free Software Foundation, Inc. This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. _ACEOF @@ -1516,7 +1663,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by bash $as_me 4.0-alpha, which was -generated by GNU Autoconf 2.60. Invocation command line was +generated by GNU Autoconf 2.62. Invocation command line was $ $0 $@ @@ -1552,7 +1699,7 @@ for as_dir in $PATH do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. - echo "PATH: $as_dir" + $as_echo "PATH: $as_dir" done IFS=$as_save_IFS @@ -1587,7 +1734,7 @@ do | -silent | --silent | --silen | --sile | --sil) continue ;; *\'*) - ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; + ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;; esac case $ac_pass in 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;; @@ -1639,11 +1786,12 @@ _ASBOX case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -1673,9 +1821,9 @@ _ASBOX do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo @@ -1690,9 +1838,9 @@ _ASBOX do eval ac_val=\$$ac_var case $ac_val in - *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; + *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;; esac - echo "$ac_var='\''$ac_val'\''" + $as_echo "$ac_var='\''$ac_val'\''" done | sort echo fi @@ -1708,8 +1856,8 @@ _ASBOX echo fi test "$ac_signal" != 0 && - echo "$as_me: caught signal $ac_signal" - echo "$as_me: exit $exit_status" + $as_echo "$as_me: caught signal $ac_signal" + $as_echo "$as_me: exit $exit_status" } >&5 rm -f core *.core core.conftest.* && rm -f -r conftest* confdefs* conf$$* $ac_clean_files && @@ -1751,21 +1899,24 @@ _ACEOF # Let the site file select an alternate cache file if it wants to. -# Prefer explicitly selected file to automatically selected ones. +# Prefer an explicitly selected file to automatically selected ones. +ac_site_file1=NONE +ac_site_file2=NONE if test -n "$CONFIG_SITE"; then - set x "$CONFIG_SITE" + ac_site_file1=$CONFIG_SITE elif test "x$prefix" != xNONE; then - set x "$prefix/share/config.site" "$prefix/etc/config.site" + ac_site_file1=$prefix/share/config.site + ac_site_file2=$prefix/etc/config.site else - set x "$ac_default_prefix/share/config.site" \ - "$ac_default_prefix/etc/config.site" + ac_site_file1=$ac_default_prefix/share/config.site + ac_site_file2=$ac_default_prefix/etc/config.site fi -shift -for ac_site_file +for ac_site_file in "$ac_site_file1" "$ac_site_file2" do + test "x$ac_site_file" = xNONE && continue 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;} + { $as_echo "$as_me:$LINENO: loading site script $ac_site_file" >&5 +$as_echo "$as_me: loading site script $ac_site_file" >&6;} sed 's/^/| /' "$ac_site_file" >&5 . "$ac_site_file" fi @@ -1775,19 +1926,22 @@ 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;} + { $as_echo "$as_me:$LINENO: loading cache $cache_file" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: creating cache $cache_file" >&5 +$as_echo "$as_me: creating cache $cache_file" >&6;} >$cache_file fi +ac_header_list="$ac_header_list sys/time.h" +ac_header_list="$ac_header_list unistd.h" +ac_func_list="$ac_func_list alarm" ac_func_list="$ac_func_list fpurge" ac_func_list="$ac_func_list __fpurge" # Check that the precious variables saved in the cache have kept the same @@ -1800,29 +1954,38 @@ for ac_var in $ac_precious_vars; do 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;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5 +$as_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=: + # differences in whitespace do not lead to failure. + ac_old_val_w=`echo x $ac_old_val` + ac_new_val_w=`echo x $ac_new_val` + if test "$ac_old_val_w" != "$ac_new_val_w"; then + { $as_echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5 +$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} + ac_cache_corrupted=: + else + { $as_echo "$as_me:$LINENO: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5 +$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;} + eval $ac_var=\$ac_old_val + fi + { $as_echo "$as_me:$LINENO: former value: \`$ac_old_val'" >&5 +$as_echo "$as_me: former value: \`$ac_old_val'" >&2;} + { $as_echo "$as_me:$LINENO: current value: \`$ac_new_val'" >&5 +$as_echo "$as_me: current value: \`$ac_new_val'" >&2;} 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=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in @@ -1832,10 +1995,10 @@ echo "$as_me: current value: $ac_new_val" >&2;} 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;} + { $as_echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5 +$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;} + { { $as_echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5 +$as_echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; } fi @@ -1891,8 +2054,8 @@ for ac_dir in ./support "$srcdir"/./support; do fi done if test -z "$ac_aux_dir"; then - { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&5 -echo "$as_me: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&5 +$as_echo "$as_me: error: cannot find install-sh or install.sh in ./support \"$srcdir\"/./support" >&2;} { (exit 1); exit 1; }; } fi @@ -1918,34 +2081,34 @@ esac # Make sure we can run config.sub. $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 || - { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 -echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5 +$as_echo "$as_me: error: cannot run $SHELL $ac_aux_dir/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; } +{ $as_echo "$as_me:$LINENO: checking build system type" >&5 +$as_echo_n "checking build system type... " >&6; } if test "${ac_cv_build+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_build_alias=$build_alias test "x$ac_build_alias" = x && ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"` test "x$ac_build_alias" = x && - { { 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;} + { { $as_echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5 +$as_echo "$as_me: error: cannot guess build type; you must specify one" >&2;} { (exit 1); exit 1; }; } ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_build" >&5 +$as_echo "$ac_cv_build" >&6; } case $ac_cv_build in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 -echo "$as_me: error: invalid value of canonical build" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical build" >&5 +$as_echo "$as_me: error: invalid value of canonical build" >&2;} { (exit 1); exit 1; }; };; esac build=$ac_cv_build @@ -1962,27 +2125,27 @@ IFS=$ac_save_IFS case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac -{ echo "$as_me:$LINENO: checking host system type" >&5 -echo $ECHO_N "checking host system type... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking host system type" >&5 +$as_echo_n "checking host system type... " >&6; } if test "${ac_cv_host+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "x$host_alias" = x; then ac_cv_host=$ac_cv_build else ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` || - { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 -echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} + { { $as_echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5 +$as_echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;} { (exit 1); exit 1; }; } fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_host" >&5 -echo "${ECHO_T}$ac_cv_host" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_host" >&5 +$as_echo "$ac_cv_host" >&6; } case $ac_cv_host in *-*-*) ;; -*) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 -echo "$as_me: error: invalid value of canonical host" >&2;} +*) { { $as_echo "$as_me:$LINENO: error: invalid value of canonical host" >&5 +$as_echo "$as_me: error: invalid value of canonical host" >&2;} { (exit 1); exit 1; }; };; esac host=$ac_cv_host @@ -2045,10 +2208,10 @@ esac # Check whether --with-lispdir was given. if test "${with_lispdir+set}" = set; then withval=$with_lispdir; lispdir="$withval" - { echo "$as_me:$LINENO: checking where .elc files should go" >&5 -echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $lispdir" >&5 -echo "${ECHO_T}$lispdir" >&6; } + { $as_echo "$as_me:$LINENO: checking where .elc files should go" >&5 +$as_echo_n "checking where .elc files should go... " >&6; } + { $as_echo "$as_me:$LINENO: result: $lispdir" >&5 +$as_echo "$lispdir" >&6; } else # If set to t, that means we are running in a shell under Emacs. @@ -2058,10 +2221,10 @@ else 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_EMACS+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$EMACS"; then ac_cv_prog_EMACS="$EMACS" # Let the user override the test. @@ -2072,9 +2235,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_EMACS="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2085,11 +2248,11 @@ fi fi EMACS=$ac_cv_prog_EMACS if test -n "$EMACS"; then - { echo "$as_me:$LINENO: result: $EMACS" >&5 -echo "${ECHO_T}$EMACS" >&6; } + { $as_echo "$as_me:$LINENO: result: $EMACS" >&5 +$as_echo "$EMACS" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2099,10 +2262,10 @@ test -n "$EMACS" || EMACS="no" if test $EMACS != "no"; then if test x${lispdir+set} != xset; then - { echo "$as_me:$LINENO: checking where .elc files should go" >&5 -echo $ECHO_N "checking where .elc files should go... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking where .elc files should go" >&5 +$as_echo_n "checking where .elc files should go... " >&6; } if test "${am_cv_lispdir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else am_cv_lispdir=`$EMACS -batch -q -eval '(while load-path (princ (concat (car load-path) "\n")) (setq load-path (cdr load-path)))' | sed -n -e 's,/$,,' -e '/.*\/lib\/\(x\?emacs\/site-lisp\)$/{s,,${libdir}/\1,;p;q;}' -e '/.*\/share\/\(x\?emacs\/site-lisp\)$/{s,,${datadir}/\1,;p;q;}'` if test -z "$am_cv_lispdir"; then @@ -2110,8 +2273,8 @@ else fi fi -{ echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5 -echo "${ECHO_T}$am_cv_lispdir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_lispdir" >&5 +$as_echo "$am_cv_lispdir" >&6; } lispdir="$am_cv_lispdir" fi fi @@ -2656,10 +2819,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2670,9 +2833,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2683,11 +2846,11 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2696,10 +2859,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2710,9 +2873,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2723,11 +2886,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_CC" = x; then @@ -2735,10 +2898,10 @@ fi else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2753,10 +2916,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2767,9 +2930,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2780,11 +2943,11 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2793,10 +2956,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2808,13 +2971,13 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2837,11 +3000,11 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2852,10 +3015,10 @@ if test -z "$CC"; then 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$CC"; then ac_cv_prog_CC="$CC" # Let the user override the test. @@ -2866,9 +3029,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2879,11 +3042,11 @@ fi fi CC=$ac_cv_prog_CC if test -n "$CC"; then - { echo "$as_me:$LINENO: result: $CC" >&5 -echo "${ECHO_T}$CC" >&6; } + { $as_echo "$as_me:$LINENO: result: $CC" >&5 +$as_echo "$CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2896,10 +3059,10 @@ if test -z "$CC"; then 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_CC"; then ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test. @@ -2910,9 +3073,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -2923,11 +3086,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_CC" >&5 +$as_echo "$ac_ct_CC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -2939,10 +3102,10 @@ done else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -2954,44 +3117,48 @@ fi fi -test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH +test -z "$CC" && { { $as_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 +$as_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` +$as_echo "$as_me:$LINENO: checking for C compiler version" >&5 +set X $ac_compile +ac_compiler=$2 { (ac_try="$ac_compiler --version >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler --version >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -v >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -v >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } { (ac_try="$ac_compiler -V >&5" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compiler -V >&5") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } cat >conftest.$ac_ext <<_ACEOF @@ -3010,27 +3177,22 @@ main () } _ACEOF ac_clean_files_save=$ac_clean_files -ac_clean_files="$ac_clean_files a.out a.exe b.out" +ac_clean_files="$ac_clean_files a.out a.out.dSYM 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[^ ]*//'` -# -# List of possible output files, starting from the most likely. -# The algorithm is not robust to junk in `.', hence go to wildcards (a.*) -# only as a last resort. b.out is created by i960 compilers. -ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out' -# -# The IRIX 6 linker writes into existing files which may not be -# executable, retaining their permissions. Remove them first so a -# subsequent execution test works. +{ $as_echo "$as_me:$LINENO: checking for C compiler default output file name" >&5 +$as_echo_n "checking for C compiler default output file name... " >&6; } +ac_link_default=`$as_echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'` + +# The possible output files: +ac_files="a.out conftest.exe conftest a.exe a_out.exe b.out conftest.*" + ac_rmfiles= for ac_file in $ac_files do case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; * ) ac_rmfiles="$ac_rmfiles $ac_file";; esac done @@ -3041,21 +3203,22 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link_default") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then # Autoconf-2.13 could set the ac_cv_exeext variable to `no'. # So ignore a value of `no', otherwise this would lead to `EXEEXT = no' # in a Makefile. We should not override ac_cv_exeext if it was cached, # so that the user can short-circuit this test for compilers unknown to # Autoconf. -for ac_file in $ac_files +for ac_file in $ac_files '' do test -f "$ac_file" || continue case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; [ab].out ) # We found the default executable, but exeext='' is most @@ -3079,24 +3242,28 @@ done test "$ac_cv_exeext" = no && ac_cv_exeext= else - echo "$as_me: failed program was:" >&5 + ac_file='' +fi + +{ $as_echo "$as_me:$LINENO: result: $ac_file" >&5 +$as_echo "$ac_file" >&6; } +if test -z "$ac_file"; then + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 -{ { echo "$as_me:$LINENO: error: C compiler cannot create executables +{ { $as_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 +$as_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 that 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; } +{ $as_echo "$as_me:$LINENO: checking whether the C compiler works" >&5 +$as_echo_n "checking whether the C compiler works... " >&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 @@ -3105,49 +3272,51 @@ if test "$cross_compiling" != yes; then *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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. + { { $as_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. +$as_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; } +{ $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } -rm -f a.out a.exe conftest$ac_cv_exeext b.out +rm -f -r a.out a.out.dSYM a.exe conftest$ac_cv_exeext b.out ac_clean_files=$ac_clean_files_save # Check that 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; } +{ $as_echo "$as_me:$LINENO: checking whether we are cross compiling" >&5 +$as_echo_n "checking whether we are cross compiling... " >&6; } +{ $as_echo "$as_me:$LINENO: result: $cross_compiling" >&5 +$as_echo "$cross_compiling" >&6; } -{ echo "$as_me:$LINENO: checking for suffix of executables" >&5 -echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for suffix of executables" >&5 +$as_echo_n "checking for suffix of executables... " >&6; } if { (ac_try="$ac_link" case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 @@ -3156,31 +3325,31 @@ eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 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 | *.map | *.inf | *.o | *.obj ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM | *.o | *.obj ) ;; *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'` break;; * ) break;; esac done else - { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link + { { $as_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 +$as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking for suffix of object files" >&5 +$as_echo_n "checking for suffix of object files... " >&6; } if test "${ac_cv_objext+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3203,40 +3372,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_compile") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; then for ac_file in conftest.o conftest.obj conftest.*; do test -f "$ac_file" || continue; case $ac_file in - *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;; + *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.dSYM ) ;; *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'` break;; esac done else - echo "$as_me: failed program was:" >&5 + $as_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 +{ { $as_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 +$as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_objext" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5 +$as_echo_n "checking whether we are using the GNU C compiler... " >&6; } if test "${ac_cv_c_compiler_gnu+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -3262,37 +3432,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_compiler_gnu=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_compiler_gnu=no @@ -3302,15 +3456,19 @@ rm -f core 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` +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5 +$as_echo "$ac_cv_c_compiler_gnu" >&6; } +if test $ac_compiler_gnu = yes; then + GCC=yes +else + GCC= +fi ac_test_CFLAGS=${CFLAGS+set} ac_save_CFLAGS=$CFLAGS -{ echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 -echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5 +$as_echo_n "checking whether $CC accepts -g... " >&6; } if test "${ac_cv_prog_cc_g+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_save_c_werror_flag=$ac_c_werror_flag ac_c_werror_flag=yes @@ -3337,37 +3495,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 CFLAGS="" @@ -3392,37 +3534,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_c_werror_flag=$ac_save_c_werror_flag @@ -3448,37 +3574,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_g=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3493,8 +3603,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext ac_c_werror_flag=$ac_save_c_werror_flag fi -{ echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5 +$as_echo "$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 @@ -3510,10 +3620,10 @@ else CFLAGS= fi fi -{ echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 -echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5 +$as_echo_n "checking for $CC option to accept ISO C89... " >&6; } if test "${ac_cv_prog_cc_c89+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_prog_cc_c89=no ac_save_CC=$CC @@ -3584,37 +3694,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_prog_cc_c89=$ac_arg else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -3630,15 +3724,15 @@ fi # AC_CACHE_VAL case "x$ac_cv_prog_cc_c89" in x) - { echo "$as_me:$LINENO: result: none needed" >&5 -echo "${ECHO_T}none needed" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: none needed" >&5 +$as_echo "none needed" >&6; } ;; xno) - { echo "$as_me:$LINENO: result: unsupported" >&5 -echo "${ECHO_T}unsupported" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: unsupported" >&5 +$as_echo "unsupported" >&6; } ;; *) CC="$CC $ac_cv_prog_cc_c89" - { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 -echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;; + { $as_echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5 +$as_echo "$ac_cv_prog_cc_c89" >&6; } ;; esac @@ -3651,10 +3745,10 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - { echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 -echo $ECHO_N "checking for strerror in -lcposix... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for strerror in -lcposix" >&5 +$as_echo_n "checking for strerror in -lcposix... " >&6; } if test "${ac_cv_lib_cposix_strerror+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcposix $LIBS" @@ -3686,48 +3780,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_cposix_strerror=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_cposix_strerror=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 -echo "${ECHO_T}$ac_cv_lib_cposix_strerror" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_cposix_strerror" >&5 +$as_echo "$ac_cv_lib_cposix_strerror" >&6; } if test $ac_cv_lib_cposix_strerror = yes; then LIBS="$LIBS -lcposix" fi @@ -3739,15 +3821,15 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5 +$as_echo_n "checking how to run the C preprocessor... " >&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 + $as_echo_n "(cached) " >&6 else # Double quotes because CPP needs to be expanded for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp" @@ -3779,27 +3861,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -3823,28 +3899,22 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -3869,8 +3939,8 @@ fi else ac_cv_prog_CPP=$CPP fi -{ echo "$as_me:$LINENO: result: $CPP" >&5 -echo "${ECHO_T}$CPP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $CPP" >&5 +$as_echo "$CPP" >&6; } ac_preproc_ok=false for ac_c_preproc_warn_flag in '' yes do @@ -3898,27 +3968,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Broken: fails on valid input. @@ -3942,28 +4006,22 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then # Broken: success on invalid input. continue else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 # Passes both tests. @@ -3979,9 +4037,9 @@ rm -f conftest.err conftest.$ac_ext if $ac_preproc_ok; then : else - { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check + { { $as_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 +$as_echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check See \`config.log' for more details." >&2;} { (exit 1); exit 1; }; } fi @@ -3993,42 +4051,37 @@ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $ ac_compiler_gnu=$ac_cv_c_compiler_gnu -{ echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 -echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; } -if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else - # Extract the first word of "grep ggrep" to use in msg output -if test -z "$GREP"; then -set dummy grep ggrep; ac_prog_name=$2 +{ $as_echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5 +$as_echo_n "checking for grep that handles long lines and -e... " >&6; } if test "${ac_cv_path_GREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + if test -z "$GREP"; then ac_path_GREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in grep ggrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue - # Check for GNU ac_path_GREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue +# Check for GNU ac_path_GREP and select it if it is found. # Check for GNU $ac_path_GREP case `"$ac_path_GREP" --version 2>&1` in *GNU*) ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'GREP' >> "conftest.nl" + $as_echo 'GREP' >> "conftest.nl" "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -4043,74 +4096,60 @@ case `"$ac_path_GREP" --version 2>&1` in rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_GREP_found && break 3 + $ac_path_GREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -GREP="$ac_cv_path_GREP" -if test -z "$GREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_GREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable grep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_GREP=$GREP fi - fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 -echo "${ECHO_T}$ac_cv_path_GREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5 +$as_echo "$ac_cv_path_GREP" >&6; } GREP="$ac_cv_path_GREP" -{ echo "$as_me:$LINENO: checking for egrep" >&5 -echo $ECHO_N "checking for egrep... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for egrep" >&5 +$as_echo_n "checking for egrep... " >&6; } if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if echo a | $GREP -E '(a|b)' >/dev/null 2>&1 then ac_cv_path_EGREP="$GREP -E" else - # Extract the first word of "egrep" to use in msg output -if test -z "$EGREP"; then -set dummy egrep; ac_prog_name=$2 -if test "${ac_cv_path_EGREP+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + if test -z "$EGREP"; then ac_path_EGREP_found=false -# Loop through the user's path and test for each of PROGNAME-LIST -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR + # Loop through the user's path and test for each of PROGNAME-LIST + as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_prog in egrep; do - for ac_exec_ext in '' $ac_executable_extensions; do - ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" - { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue - # Check for GNU ac_path_EGREP and select it if it is found. + for ac_exec_ext in '' $ac_executable_extensions; do + ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext" + { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue +# Check for GNU ac_path_EGREP and select it if it is found. # Check for GNU $ac_path_EGREP case `"$ac_path_EGREP" --version 2>&1` in *GNU*) ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;; *) ac_count=0 - echo $ECHO_N "0123456789$ECHO_C" >"conftest.in" + $as_echo_n 0123456789 >"conftest.in" while : do cat "conftest.in" "conftest.in" >"conftest.tmp" mv "conftest.tmp" "conftest.in" cp "conftest.in" "conftest.nl" - echo 'EGREP' >> "conftest.nl" + $as_echo 'EGREP' >> "conftest.nl" "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break ac_count=`expr $ac_count + 1` @@ -4125,40 +4164,31 @@ case `"$ac_path_EGREP" --version 2>&1` in rm -f conftest.in conftest.tmp conftest.nl conftest.out;; esac - - $ac_path_EGREP_found && break 3 + $ac_path_EGREP_found && break 3 + done done done - -done IFS=$as_save_IFS - - -fi - -EGREP="$ac_cv_path_EGREP" -if test -z "$EGREP"; then - { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 -echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} + if test -z "$ac_cv_path_EGREP"; then + { { $as_echo "$as_me:$LINENO: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5 +$as_echo "$as_me: error: no acceptable egrep could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;} { (exit 1); exit 1; }; } -fi - + fi else ac_cv_path_EGREP=$EGREP fi - fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 -echo "${ECHO_T}$ac_cv_path_EGREP" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5 +$as_echo "$ac_cv_path_EGREP" >&6; } EGREP="$ac_cv_path_EGREP" -{ echo "$as_me:$LINENO: checking for ANSI C header files" >&5 -echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ANSI C header files" >&5 +$as_echo_n "checking for ANSI C header files... " >&6; } if test "${ac_cv_header_stdc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4185,37 +4215,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stdc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_stdc=no @@ -4307,37 +4321,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_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 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_header_stdc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5 +$as_echo "$ac_cv_header_stdc" >&6; } if test $ac_cv_header_stdc = yes; then cat >>confdefs.h <<\_ACEOF @@ -4359,11 +4376,11 @@ fi 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; } +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -4381,37 +4398,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -4419,12 +4420,14 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -4432,18 +4435,19 @@ fi done + + if test "${ac_cv_header_minix_config_h+set}" = set; then + { $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 +$as_echo_n "checking for minix/config.h... " >&6; } if test "${ac_cv_header_minix_config_h+set}" = set; then - { echo "$as_me:$LINENO: checking for minix/config.h" >&5 -echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } -if test "${ac_cv_header_minix_config_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 +$as_echo "$ac_cv_header_minix_config_h" >&6; } else # Is the header compilable? -{ echo "$as_me:$LINENO: checking minix/config.h usability" >&5 -echo $ECHO_N "checking minix/config.h usability... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking minix/config.h usability" >&5 +$as_echo_n "checking minix/config.h usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4459,49 +4463,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$ac_header_compiler" >&6; } # Is the header present? -{ echo "$as_me:$LINENO: checking minix/config.h presence" >&5 -echo $ECHO_N "checking minix/config.h presence... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking minix/config.h presence" >&5 +$as_echo_n "checking minix/config.h presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4515,58 +4503,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 -echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 -echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: minix/config.h: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the compiler's result" >&5 +$as_echo "$as_me: WARNING: minix/config.h: proceeding with the compiler's result" >&2;} ac_header_preproc=yes ;; no:yes:* ) - { echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 -echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 -echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 -echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 -echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 -echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} - { echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 -echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: minix/config.h: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: minix/config.h: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: minix/config.h: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: minix/config.h: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: minix/config.h: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: minix/config.h: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: minix/config.h: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -4575,15 +4557,15 @@ _ASBOX ) | sed "s/^/$as_me: WARNING: /" >&2 ;; esac -{ echo "$as_me:$LINENO: checking for minix/config.h" >&5 -echo $ECHO_N "checking for minix/config.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for minix/config.h" >&5 +$as_echo_n "checking for minix/config.h... " >&6; } if test "${ac_cv_header_minix_config_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_header_minix_config_h=$ac_header_preproc fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 -echo "${ECHO_T}$ac_cv_header_minix_config_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_minix_config_h" >&5 +$as_echo "$ac_cv_header_minix_config_h" >&6; } fi if test $ac_cv_header_minix_config_h = yes; then @@ -4593,7 +4575,7 @@ else fi -if test "$MINIX" = yes; then + if test "$MINIX" = yes; then cat >>confdefs.h <<\_ACEOF #define _POSIX_SOURCE 1 @@ -4609,20 +4591,96 @@ cat >>confdefs.h <<\_ACEOF #define _MINIX 1 _ACEOF -fi + fi -# Check whether --enable-largefile was given. -if test "${enable_largefile+set}" = set; then + + { $as_echo "$as_me:$LINENO: checking whether it is safe to define __EXTENSIONS__" >&5 +$as_echo_n "checking whether it is safe to define __EXTENSIONS__... " >&6; } +if test "${ac_cv_safe_to_define___extensions__+set}" = set; then + $as_echo_n "(cached) " >&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 __EXTENSIONS__ 1 + $ac_includes_default +int +main () +{ + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_safe_to_define___extensions__=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_safe_to_define___extensions__=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_safe_to_define___extensions__" >&5 +$as_echo "$ac_cv_safe_to_define___extensions__" >&6; } + test $ac_cv_safe_to_define___extensions__ = yes && + cat >>confdefs.h <<\_ACEOF +#define __EXTENSIONS__ 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define _ALL_SOURCE 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define _GNU_SOURCE 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define _POSIX_PTHREAD_SEMANTICS 1 +_ACEOF + + cat >>confdefs.h <<\_ACEOF +#define _TANDEM_SOURCE 1 +_ACEOF + + + +# Check whether --enable-largefile was given. +if test "${enable_largefile+set}" = set; then enableval=$enable_largefile; fi if test "$enable_largefile" != no; then - { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 -echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5 +$as_echo_n "checking for special C compiler options needed for large files... " >&6; } if test "${ac_cv_sys_largefile_CC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_sys_largefile_CC=no if test "$GCC" != yes; then @@ -4659,37 +4717,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4703,37 +4745,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_sys_largefile_CC=' -n32'; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4746,19 +4772,18 @@ rm -f core conftest.err conftest.$ac_objext rm -f conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 -echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5 +$as_echo "$ac_cv_sys_largefile_CC" >&6; } if test "$ac_cv_sys_largefile_CC" != no; then CC=$CC$ac_cv_sys_largefile_CC fi - { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 -echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5 +$as_echo_n "checking for _FILE_OFFSET_BITS value needed for large files... " >&6; } if test "${ac_cv_sys_file_offset_bits+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else while :; do - ac_cv_sys_file_offset_bits=no cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4788,37 +4813,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_sys_file_offset_bits=no; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -4855,63 +4864,49 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_sys_file_offset_bits=64; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_sys_file_offset_bits=unknown break done fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 -echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; } -if test "$ac_cv_sys_file_offset_bits" != no; then - +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5 +$as_echo "$ac_cv_sys_file_offset_bits" >&6; } +case $ac_cv_sys_file_offset_bits in #( + no | unknown) ;; + *) cat >>confdefs.h <<_ACEOF #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits _ACEOF - -fi -rm -f conftest* - { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 -echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; } +;; +esac +rm -rf conftest* + if test $ac_cv_sys_file_offset_bits = unknown; then + { $as_echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5 +$as_echo_n "checking for _LARGE_FILES value needed for large files... " >&6; } if test "${ac_cv_sys_large_files+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else while :; do - ac_cv_sys_large_files=no cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -4941,37 +4936,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - break + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_sys_large_files=no; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -5008,56 +4987,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_sys_large_files=1; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + ac_cv_sys_large_files=unknown break done fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 -echo "${ECHO_T}$ac_cv_sys_large_files" >&6; } -if test "$ac_cv_sys_large_files" != no; then - +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5 +$as_echo "$ac_cv_sys_large_files" >&6; } +case $ac_cv_sys_large_files in #( + no | unknown) ;; + *) cat >>confdefs.h <<_ACEOF #define _LARGE_FILES $ac_cv_sys_large_files _ACEOF - -fi -rm -f conftest* +;; +esac +rm -rf conftest* + fi fi @@ -5148,10 +5114,10 @@ test -z "$CFLAGS_FOR_BUILD" && CFLAGS_FOR_BUILD="-g" 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; } + { $as_echo "$as_me:$LINENO: checking whether $CC needs -traditional" >&5 +$as_echo_n "checking whether $CC needs -traditional... " >&6; } if test "${ac_cv_prog_gcc_traditional+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_pattern="Autoconf.*'x'" cat >conftest.$ac_ext <<_ACEOF @@ -5190,8 +5156,8 @@ 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_prog_gcc_traditional" >&5 +$as_echo "$ac_cv_prog_gcc_traditional" >&6; } if test $ac_cv_prog_gcc_traditional = yes; then CC="$CC -traditional" fi @@ -5209,17 +5175,17 @@ then if test "X$bash_cv_termcap_lib" = "X"; then _bash_needmsg=yes else -{ echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 -echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 +$as_echo_n "checking which library has the termcap functions... " >&6; } _bash_needmsg= fi if test "${bash_cv_termcap_lib+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - { echo "$as_me:$LINENO: checking for tgetent" >&5 -echo $ECHO_N "checking for tgetent... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent" >&5 +$as_echo_n "checking for tgetent... " >&6; } if test "${ac_cv_func_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -5272,54 +5238,42 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 -echo "${ECHO_T}$ac_cv_func_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 +$as_echo "$ac_cv_func_tgetent" >&6; } if test $ac_cv_func_tgetent = yes; then bash_cv_termcap_lib=libc else - { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 -echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 +$as_echo_n "checking for tgetent in -ltermcap... " >&6; } if test "${ac_cv_lib_termcap_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermcap $LIBS" @@ -5351,55 +5305,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_termcap_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_termcap_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 +$as_echo "$ac_cv_lib_termcap_tgetent" >&6; } if test $ac_cv_lib_termcap_tgetent = yes; then bash_cv_termcap_lib=libtermcap else - { echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 -echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 +$as_echo_n "checking for tgetent in -ltinfo... " >&6; } if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ltinfo $LIBS" @@ -5431,55 +5373,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_tinfo_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_tinfo_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 +$as_echo "$ac_cv_lib_tinfo_tgetent" >&6; } if test $ac_cv_lib_tinfo_tgetent = yes; then bash_cv_termcap_lib=libtinfo else - { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 -echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 +$as_echo_n "checking for tgetent in -lcurses... " >&6; } if test "${ac_cv_lib_curses_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" @@ -5511,55 +5441,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_curses_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_curses_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 +$as_echo "$ac_cv_lib_curses_tgetent" >&6; } if test $ac_cv_lib_curses_tgetent = yes; then bash_cv_termcap_lib=libcurses else - { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 -echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 +$as_echo_n "checking for tgetent in -lncurses... " >&6; } if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lncurses $LIBS" @@ -5591,48 +5509,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_ncurses_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ncurses_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 +$as_echo "$ac_cv_lib_ncurses_tgetent" >&6; } if test $ac_cv_lib_ncurses_tgetent = yes; then bash_cv_termcap_lib=libncurses else @@ -5650,11 +5556,11 @@ fi fi if test "X$_bash_needmsg" = "Xyes"; then -{ echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 -echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 +$as_echo_n "checking which library has the termcap functions... " >&6; } fi -{ echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 -echo "${ECHO_T}using $bash_cv_termcap_lib" >&6; } +{ $as_echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 +$as_echo "using $bash_cv_termcap_lib" >&6; } if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then LDFLAGS="$LDFLAGS -L./lib/termcap" TERMCAP_LIB="./lib/termcap/libtermcap.a" @@ -5679,8 +5585,8 @@ fi -{ echo "$as_me:$LINENO: checking version of installed readline library" >&5 -echo $ECHO_N "checking version of installed readline library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking version of installed readline library" >&5 +$as_echo_n "checking version of installed readline library... " >&6; } # What a pain in the ass this is. @@ -5705,7 +5611,7 @@ CFLAGS="$CFLAGS -I${ac_cv_rl_includedir}" LDFLAGS="$LDFLAGS -L${ac_cv_rl_libdir}" if test "${ac_cv_rl_version+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_rl_version='4.2' @@ -5743,29 +5649,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_rl_version=`cat conftest.rlv` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_rl_version='0.0' fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -5807,15 +5716,15 @@ RL_VERSION="0x${_RL_MAJOR}${_RL_MINOR}" # Readline versions greater than 4.2 have these defines in readline.h if test $ac_cv_rl_version = '0.0' ; then - { echo "$as_me:$LINENO: WARNING: Could not test version of installed readline library." >&5 -echo "$as_me: WARNING: Could not test version of installed readline library." >&2;} + { $as_echo "$as_me:$LINENO: WARNING: Could not test version of installed readline library." >&5 +$as_echo "$as_me: WARNING: Could not test version of installed readline library." >&2;} elif test $RL_MAJOR -gt 4 || { test $RL_MAJOR = 4 && test $RL_MINOR -gt 2 ; } ; then # set these for use by the caller RL_PREFIX=$ac_cv_rl_prefix RL_LIBDIR=$ac_cv_rl_libdir RL_INCLUDEDIR=$ac_cv_rl_includedir - { echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 -echo "${ECHO_T}$ac_cv_rl_version" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 +$as_echo "$ac_cv_rl_version" >&6; } else @@ -5843,8 +5752,8 @@ RL_PREFIX=$ac_cv_rl_prefix RL_LIBDIR=$ac_cv_rl_libdir RL_INCLUDEDIR=$ac_cv_rl_includedir -{ echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 -echo "${ECHO_T}$ac_cv_rl_version" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_rl_version" >&5 +$as_echo "$ac_cv_rl_version" >&6; } fi @@ -5852,10 +5761,10 @@ fi case "$ac_cv_rl_version" in 5*|6*|7*|8*|9*) ;; *) opt_with_installed_readline=no - { echo "$as_me:$LINENO: WARNING: installed readline library is too old to be linked with bash" >&5 -echo "$as_me: WARNING: installed readline library is too old to be linked with bash" >&2;} - { echo "$as_me:$LINENO: WARNING: using private bash version" >&5 -echo "$as_me: WARNING: using private bash version" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: installed readline library is too old to be linked with bash" >&5 +$as_echo "$as_me: WARNING: installed readline library is too old to be linked with bash" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: using private bash version" >&5 +$as_echo "$as_me: WARNING: using private bash version" >&2;} ;; esac fi @@ -5963,11 +5872,12 @@ fi # 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; } +# Reject install programs that cannot install multiple files. +{ $as_echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5 +$as_echo_n "checking for a BSD-compatible install... " >&6; } if test -z "$INSTALL"; then if test "${ac_cv_path_install+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -5986,7 +5896,7 @@ case $as_dir/ in # by default. for ac_prog in ginstall scoinst install; do for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$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. @@ -5996,17 +5906,29 @@ case $as_dir/ in # 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 + rm -rf conftest.one conftest.two conftest.dir + echo one > conftest.one + echo two > conftest.two + mkdir conftest.dir + if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" && + test -s conftest.one && test -s conftest.two && + test -s conftest.dir/conftest.one && + test -s conftest.dir/conftest.two + then + ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c" + break 3 + fi fi fi done done ;; esac + done IFS=$as_save_IFS +rm -rf conftest.one conftest.two conftest.dir fi if test "${ac_cv_path_install+set}" = set; then @@ -6019,8 +5941,8 @@ fi INSTALL=$ac_install_sh fi fi -{ echo "$as_me:$LINENO: result: $INSTALL" >&5 -echo "${ECHO_T}$INSTALL" >&6; } +{ $as_echo "$as_me:$LINENO: result: $INSTALL" >&5 +$as_echo "$INSTALL" >&6; } # Use test -z because SunOS4 sh mishandles braces in ${var-val}. # It thinks the first close brace ends the variable substitution. @@ -6032,10 +5954,10 @@ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644' # 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_AR+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$AR"; then ac_cv_prog_AR="$AR" # Let the user override the test. @@ -6046,9 +5968,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_AR="" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6060,11 +5982,11 @@ fi fi AR=$ac_cv_prog_AR if test -n "$AR"; then - { echo "$as_me:$LINENO: result: $AR" >&5 -echo "${ECHO_T}$AR" >&6; } + { $as_echo "$as_me:$LINENO: result: $AR" >&5 +$as_echo "$AR" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6072,10 +5994,10 @@ test -n "$ARFLAGS" || ARFLAGS="cr" 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$RANLIB"; then ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test. @@ -6086,9 +6008,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6099,11 +6021,11 @@ fi fi RANLIB=$ac_cv_prog_RANLIB if test -n "$RANLIB"; then - { echo "$as_me:$LINENO: result: $RANLIB" >&5 -echo "${ECHO_T}$RANLIB" >&6; } + { $as_echo "$as_me:$LINENO: result: $RANLIB" >&5 +$as_echo "$RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6112,10 +6034,10 @@ 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$ac_ct_RANLIB"; then ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test. @@ -6126,9 +6048,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$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 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6139,11 +6061,11 @@ 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; } + { $as_echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5 +$as_echo "$ac_ct_RANLIB" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi if test "x$ac_ct_RANLIB" = x; then @@ -6151,10 +6073,10 @@ fi else case $cross_compiling:$ac_tool_warned in yes:) -{ echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools +{ $as_echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&5 -echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools +$as_echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools whose name does not start with the host triplet. If you think this configuration is useful to you, please write to autoconf@gnu.org." >&2;} ac_tool_warned=yes ;; @@ -6169,10 +6091,10 @@ for ac_prog in 'bison -y' byacc 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_YACC+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$YACC"; then ac_cv_prog_YACC="$YACC" # Let the user override the test. @@ -6183,9 +6105,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_YACC="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -6196,11 +6118,11 @@ fi fi YACC=$ac_cv_prog_YACC if test -n "$YACC"; then - { echo "$as_me:$LINENO: result: $YACC" >&5 -echo "${ECHO_T}$YACC" >&6; } + { $as_echo "$as_me:$LINENO: result: $YACC" >&5 +$as_echo "$YACC" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -6208,11 +6130,12 @@ fi done test -n "$YACC" || YACC="yacc" -{ echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 -echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; } -set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` +{ $as_echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5 +$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; } +set x ${MAKE-make} +ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'` if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.make <<\_ACEOF SHELL = /bin/sh @@ -6229,12 +6152,12 @@ esac rm -f conftest.make fi if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } SET_MAKE= else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } SET_MAKE="MAKE=${MAKE-make}" fi @@ -6271,10 +6194,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF -{ 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; } +{ $as_echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5 +$as_echo_n "checking for an ANSI C-conforming const... " >&6; } if test "${ac_cv_c_const+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6290,10 +6213,10 @@ main () #ifndef __cplusplus /* Ultrix mips cc rejects this. */ typedef int charset[2]; - const charset x; + const charset cs; /* SunOS 4.1.1 cc rejects this. */ - char const *const *ccp; - char **p; + char const *const *pcpcc; + char **ppc; /* NEC SVR4.0.2 mips cc rejects this. */ struct point {int x, y;}; static struct point const zero = {0,0}; @@ -6302,11 +6225,11 @@ main () an arm of an if-expression whose if-part is not a constant expression */ const char *g = "string"; - ccp = &g + (g ? g-g : 0); + pcpcc = &g + (g ? g-g : 0); /* HPUX 7.0 cc rejects these. */ - ++ccp; - p = (char**) ccp; - ccp = (char const *const *) p; + ++pcpcc; + ppc = (char**) pcpcc; + pcpcc = (char const *const *) ppc; { /* SCO 3.2v4 cc rejects this. */ char *t; char const *s = 0 ? (char *) 0 : (char const *) 0; @@ -6333,7 +6256,7 @@ main () const int foo = 10; if (!foo) return 0; } - return !x[0] && !zero.x; + return !cs[0] && !zero.x; #endif ; @@ -6346,37 +6269,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_const=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_const=no @@ -6384,20 +6291,20 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5 +$as_echo "$ac_cv_c_const" >&6; } if test $ac_cv_c_const = no; then cat >>confdefs.h <<\_ACEOF -#define const +#define const /**/ _ACEOF fi -{ echo "$as_me:$LINENO: checking for inline" >&5 -echo $ECHO_N "checking for inline... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for inline" >&5 +$as_echo_n "checking for inline... " >&6; } if test "${ac_cv_c_inline+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_c_inline=no for ac_kw in inline __inline__ __inline; do @@ -6420,37 +6327,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_inline=$ac_kw else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -6461,8 +6352,8 @@ rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5 +$as_echo "$ac_cv_c_inline" >&6; } case $ac_cv_c_inline in @@ -6480,31 +6371,25 @@ _ACEOF ;; esac -{ echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 -echo $ECHO_N "checking whether byte ordering is bigendian... $ECHO_C" >&6; } + + { $as_echo "$as_me:$LINENO: checking whether byte ordering is bigendian" >&5 +$as_echo_n "checking whether byte ordering is bigendian... " >&6; } if test "${ac_cv_c_bigendian+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - # See if sys/param.h defines the BYTE_ORDER macro. -cat >conftest.$ac_ext <<_ACEOF + ac_cv_c_bigendian=unknown + # See if __BIG_ENDIAN__ or __LITTLE_ENDIAN__ is defined. + 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 () -{ -#if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN - bogus endian macros -#endif +#if ! (defined __BIG_ENDIAN__ || defined __LITTLE_ENDIAN__) + neither is defined; + #endif + typedef int dummy; - ; - return 0; -} _ACEOF rm -f conftest.$ac_objext if { (ac_try="$ac_compile" @@ -6512,50 +6397,85 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_bigendian=universal +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + if test $ac_cv_c_bigendian = unknown; then + # See if sys/param.h defines the BYTE_ORDER macro. + 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 () +{ +#if ! (defined BYTE_ORDER && defined BIG_ENDIAN \ + && defined LITTLE_ENDIAN && BYTE_ORDER && BIG_ENDIAN \ + && LITTLE_ENDIAN) + bogus endian macros + #endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then # It does; now see whether it defined to BIG_ENDIAN or not. -cat >conftest.$ac_ext <<_ACEOF + 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 BYTE_ORDER != BIG_ENDIAN - not big endian -#endif + not big endian + #endif ; return 0; @@ -6567,37 +6487,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_bigendian=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_bigendian=no @@ -6605,29 +6509,31 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - # It does not; compile a test program. -if test "$cross_compiling" = yes; then - # try to guess the endianness by grepping values into an object file - ac_cv_c_bigendian=unknown - cat >conftest.$ac_ext <<_ACEOF + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # See if defines _LITTLE_ENDIAN or _BIG_ENDIAN (e.g., Solaris). + cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ -short int ascii_mm[] = { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; -short int ascii_ii[] = { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; -void _ascii () { char *s = (char *) ascii_mm; s = (char *) ascii_ii; } -short int ebcdic_ii[] = { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; -short int ebcdic_mm[] = { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; -void _ebcdic () { char *s = (char *) ebcdic_mm; s = (char *) ebcdic_ii; } +#include + int main () { - _ascii (); _ebcdic (); +#if ! (defined _LITTLE_ENDIAN || defined _BIG_ENDIAN) + bogus endian macros + #endif + ; return 0; } @@ -6638,47 +6544,139 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + # It does; now see whether it defined to _BIG_ENDIAN or not. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +#include + +int +main () +{ +#ifndef _BIG_ENDIAN + not big endian + #endif + + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + ac_cv_c_bigendian=yes +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_c_bigendian=no +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext + fi + if test $ac_cv_c_bigendian = unknown; then + # Compile a test program. + if test "$cross_compiling" = yes; then + # Try to guess by grepping values from an object file. + cat >conftest.$ac_ext <<_ACEOF +/* confdefs.h. */ +_ACEOF +cat confdefs.h >>conftest.$ac_ext +cat >>conftest.$ac_ext <<_ACEOF +/* end confdefs.h. */ +short int ascii_mm[] = + { 0x4249, 0x4765, 0x6E44, 0x6961, 0x6E53, 0x7953, 0 }; + short int ascii_ii[] = + { 0x694C, 0x5454, 0x656C, 0x6E45, 0x6944, 0x6E61, 0 }; + int use_ascii (int i) { + return ascii_mm[i] + ascii_ii[i]; + } + short int ebcdic_ii[] = + { 0x89D3, 0xE3E3, 0x8593, 0x95C5, 0x89C4, 0x9581, 0 }; + short int ebcdic_mm[] = + { 0xC2C9, 0xC785, 0x95C4, 0x8981, 0x95E2, 0xA8E2, 0 }; + int use_ebcdic (int i) { + return ebcdic_mm[i] + ebcdic_ii[i]; + } + extern int foo; + +int +main () +{ +return use_ascii (foo) == use_ebcdic (foo); + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - if grep BIGenDianSyS conftest.$ac_objext >/dev/null ; then - ac_cv_c_bigendian=yes -fi -if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then - if test "$ac_cv_c_bigendian" = unknown; then - ac_cv_c_bigendian=no - else - # finding both strings is unlikely to happen, but who knows? - ac_cv_c_bigendian=unknown - fi -fi + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + if grep BIGenDianSyS conftest.$ac_objext >/dev/null; then + ac_cv_c_bigendian=yes + fi + if grep LiTTleEnDian conftest.$ac_objext >/dev/null ; then + if test "$ac_cv_c_bigendian" = unknown; then + ac_cv_c_bigendian=no + else + # finding both strings is unlikely to happen, but who knows? + ac_cv_c_bigendian=unknown + fi + fi else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -6697,14 +6695,14 @@ int main () { - /* Are we little or big endian? From Harbison&Steele. */ - union - { - long int l; - char c[sizeof (long int)]; - } u; - u.l = 1; - return u.c[sizeof (long int) - 1] == 1; + /* Are we little or big endian? From Harbison&Steele. */ + union + { + long int l; + char c[sizeof (long int)]; + } u; + u.l = 1; + return u.c[sizeof (long int) - 1] == 1; ; return 0; @@ -6716,60 +6714,62 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_bigendian=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_bigendian=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi + fi fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 -echo "${ECHO_T}$ac_cv_c_bigendian" >&6; } -case $ac_cv_c_bigendian in - yes) - -cat >>confdefs.h <<\_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_bigendian" >&5 +$as_echo "$ac_cv_c_bigendian" >&6; } + case $ac_cv_c_bigendian in #( + yes) + cat >>confdefs.h <<\_ACEOF #define WORDS_BIGENDIAN 1 _ACEOF - ;; - no) - ;; - *) - { { echo "$as_me:$LINENO: error: unknown endianness -presetting ac_cv_c_bigendian=no (or yes) will help" >&5 -echo "$as_me: error: unknown endianness -presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} +;; #( + no) + ;; #( + universal) + ;; #( + *) + { { $as_echo "$as_me:$LINENO: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&5 +$as_echo "$as_me: error: unknown endianness + presetting ac_cv_c_bigendian=no (or yes) will help" >&2;} { (exit 1); exit 1; }; } ;; -esac + esac -{ echo "$as_me:$LINENO: checking for preprocessor stringizing operator" >&5 -echo $ECHO_N "checking for preprocessor stringizing operator... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for preprocessor stringizing operator" >&5 +$as_echo_n "checking for preprocessor stringizing operator... " >&6; } if test "${ac_cv_c_stringize+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6790,8 +6790,8 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_stringize" >&5 -echo "${ECHO_T}$ac_cv_c_stringize" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stringize" >&5 +$as_echo "$ac_cv_c_stringize" >&6; } if test $ac_cv_c_stringize = yes; then cat >>confdefs.h <<\_ACEOF @@ -6802,10 +6802,10 @@ fi - { echo "$as_me:$LINENO: checking for long double with more range or precision than double" >&5 -echo $ECHO_N "checking for long double with more range or precision than double... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for long double with more range or precision than double" >&5 +$as_echo_n "checking for long double with more range or precision than double... " >&6; } if test "${ac_cv_type_long_double_wider+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6847,37 +6847,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_long_double_wider=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_long_double_wider=no @@ -6885,8 +6869,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long_double_wider" >&5 -echo "${ECHO_T}$ac_cv_type_long_double_wider" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_long_double_wider" >&5 +$as_echo "$ac_cv_type_long_double_wider" >&6; } if test $ac_cv_type_long_double_wider = yes; then cat >>confdefs.h <<\_ACEOF @@ -6904,11 +6888,11 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for function prototypes" >&5 -echo $ECHO_N "checking for function prototypes... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for function prototypes" >&5 +$as_echo_n "checking for function prototypes... " >&6; } if test "$ac_cv_prog_cc_c89" != no; then - { echo "$as_me:$LINENO: result: yes" >&5 -echo "${ECHO_T}yes" >&6; } + { $as_echo "$as_me:$LINENO: result: yes" >&5 +$as_echo "yes" >&6; } cat >>confdefs.h <<\_ACEOF #define PROTOTYPES 1 @@ -6920,15 +6904,15 @@ cat >>confdefs.h <<\_ACEOF _ACEOF else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi -{ echo "$as_me:$LINENO: checking whether char is unsigned" >&5 -echo $ECHO_N "checking whether char is unsigned... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether char is unsigned" >&5 +$as_echo_n "checking whether char is unsigned... " >&6; } if test "${ac_cv_c_char_unsigned+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -6953,37 +6937,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_c_char_unsigned=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_c_char_unsigned=yes @@ -6991,8 +6959,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_char_unsigned" >&5 -echo "${ECHO_T}$ac_cv_c_char_unsigned" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_char_unsigned" >&5 +$as_echo "$ac_cv_c_char_unsigned" >&6; } if test $ac_cv_c_char_unsigned = yes && test "$GCC" != yes; then cat >>confdefs.h <<\_ACEOF #define __CHAR_UNSIGNED__ 1 @@ -7015,8 +6983,8 @@ fi - { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 -echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +$as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then enableval=$enable_nls; USE_NLS=$enableval @@ -7024,8 +6992,8 @@ else USE_NLS=yes fi - { echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6; } + { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } @@ -7062,10 +7030,10 @@ rm -f conf$$.file # Extract the first word of "msgfmt", so it can be a program name with args. set dummy msgfmt; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGFMT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case "$MSGFMT" in [\\/]* | ?:[\\/]*) @@ -7093,19 +7061,19 @@ esac fi MSGFMT="$ac_cv_path_MSGFMT" if test "$MSGFMT" != ":"; then - { echo "$as_me:$LINENO: result: $MSGFMT" >&5 -echo "${ECHO_T}$MSGFMT" >&6; } + { $as_echo "$as_me:$LINENO: result: $MSGFMT" >&5 +$as_echo "$MSGFMT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi # Extract the first word of "gmsgfmt", so it can be a program name with args. set dummy gmsgfmt; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_GMSGFMT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case $GMSGFMT in [\\/]* | ?:[\\/]*) @@ -7118,9 +7086,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_path_GMSGFMT="$as_dir/$ac_word$ac_exec_ext" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -7133,11 +7101,11 @@ esac fi GMSGFMT=$ac_cv_path_GMSGFMT if test -n "$GMSGFMT"; then - { echo "$as_me:$LINENO: result: $GMSGFMT" >&5 -echo "${ECHO_T}$GMSGFMT" >&6; } + { $as_echo "$as_me:$LINENO: result: $GMSGFMT" >&5 +$as_echo "$GMSGFMT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7173,10 +7141,10 @@ rm -f conf$$.file # Extract the first word of "xgettext", so it can be a program name with args. set dummy xgettext; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_XGETTEXT+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case "$XGETTEXT" in [\\/]* | ?:[\\/]*) @@ -7204,11 +7172,11 @@ esac fi XGETTEXT="$ac_cv_path_XGETTEXT" if test "$XGETTEXT" != ":"; then - { echo "$as_me:$LINENO: result: $XGETTEXT" >&5 -echo "${ECHO_T}$XGETTEXT" >&6; } + { $as_echo "$as_me:$LINENO: result: $XGETTEXT" >&5 +$as_echo "$XGETTEXT" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi rm -f messages.po @@ -7244,10 +7212,10 @@ rm -f conf$$.file # Extract the first word of "msgmerge", so it can be a program name with args. set dummy msgmerge; ac_word=$2 -{ echo "$as_me:$LINENO: checking for $ac_word" >&5 -echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_path_MSGMERGE+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else case "$MSGMERGE" in [\\/]* | ?:[\\/]*) @@ -7274,11 +7242,11 @@ esac fi MSGMERGE="$ac_cv_path_MSGMERGE" if test "$MSGMERGE" != ":"; then - { echo "$as_me:$LINENO: result: $MSGMERGE" >&5 -echo "${ECHO_T}$MSGMERGE" >&6; } + { $as_echo "$as_me:$LINENO: result: $MSGMERGE" >&5 +$as_echo "$MSGMERGE" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -7288,8 +7256,8 @@ fi : ; else GMSGFMT=`echo "$GMSGFMT" | sed -e 's,^.*/,,'` - { echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 -echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } + { $as_echo "$as_me:$LINENO: result: found $GMSGFMT program is not GNU msgfmt; ignore it" >&5 +$as_echo "found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } GMSGFMT=":" fi fi @@ -7299,8 +7267,8 @@ echo "${ECHO_T}found $GMSGFMT program is not GNU msgfmt; ignore it" >&6; } (if $XGETTEXT --omit-header --copyright-holder= --msgid-bugs-address= /dev/null 2>&1 >/dev/null | grep usage >/dev/null; then exit 1; else exit 0; fi); then : ; else - { echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 -echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } + { $as_echo "$as_me:$LINENO: result: found xgettext program is not GNU xgettext; ignore it" >&5 +$as_echo "found xgettext program is not GNU xgettext; ignore it" >&6; } XGETTEXT=":" fi rm -f messages.po @@ -7309,26 +7277,24 @@ echo "${ECHO_T}found xgettext program is not GNU xgettext; ignore it" >&6; } ac_config_commands="$ac_config_commands default-1" -{ echo "$as_me:$LINENO: checking for off_t" >&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for off_t" >&5 +$as_echo_n "checking for off_t... " >&6; } if test "${ac_cv_type_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_off_t=no +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 -typedef off_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (off_t)) + return 0; ; return 0; } @@ -7339,46 +7305,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((off_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_off_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_off_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_off_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +$as_echo "$ac_cv_type_off_t" >&6; } if test $ac_cv_type_off_t = yes; then : else @@ -7389,26 +7381,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 +$as_echo_n "checking for size_t... " >&6; } if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_size_t=no +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 -typedef size_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (size_t)) + return 0; ; return 0; } @@ -7419,46 +7409,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((size_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_size_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_size_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_size_t=no + fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +$as_echo "$ac_cv_type_size_t" >&6; } if test $ac_cv_type_size_t = yes; then : else @@ -7471,10 +7487,10 @@ fi # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5 +$as_echo_n "checking for working alloca.h... " >&6; } if test "${ac_cv_working_alloca_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7498,47 +7514,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_working_alloca_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_working_alloca_h=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +$as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then cat >>confdefs.h <<\_ACEOF @@ -7547,10 +7551,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for alloca" >&5 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for alloca" >&5 +$as_echo_n "checking for alloca... " >&6; } if test "${ac_cv_func_alloca_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7565,7 +7569,7 @@ cat >>conftest.$ac_ext <<_ACEOF # include # define alloca _alloca # else -# if HAVE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX @@ -7594,47 +7598,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_alloca_works=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_alloca_works=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +$as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then @@ -7655,10 +7647,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF -{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } if test "${ac_cv_os_cray+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7682,15 +7674,15 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -echo "${ECHO_T}$ac_cv_os_cray" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +$as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; 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; } + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -7743,49 +7735,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func @@ -7797,10 +7779,10 @@ fi done fi -{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +$as_echo_n "checking stack direction for C alloca... " >&6; } if test "${ac_cv_c_stack_direction+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_c_stack_direction=0 @@ -7838,36 +7820,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +$as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF #define STACK_DIRECTION $ac_cv_c_stack_direction @@ -7880,20 +7865,21 @@ fi for ac_header in stdlib.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7909,49 +7895,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -7965,58 +7935,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -8025,21 +7989,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -8049,11 +8015,11 @@ done for ac_func in getpagesize 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8106,60 +8072,50 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for working mmap" >&5 -echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working mmap" >&5 +$as_echo_n "checking for working mmap... " >&6; } if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_mmap_fixed_mapped=no @@ -8199,21 +8155,21 @@ $ac_includes_default #include #include -#if !STDC_HEADERS && !HAVE_STDLIB_H +#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H char *malloc (); #endif /* This mess was copied from the GNU getpagesize.h. */ -#if !HAVE_GETPAGESIZE +#ifndef HAVE_GETPAGESIZE /* Assume that all systems that can run configure have sys/param.h. */ -# if !HAVE_SYS_PARAM_H +# ifndef HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ -# if HAVE_SYS_PARAM_H +# ifdef HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE @@ -8303,36 +8259,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_mmap_fixed_mapped=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_mmap_fixed_mapped=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 -echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } if test $ac_cv_func_mmap_fixed_mapped = yes; then cat >>confdefs.h <<\_ACEOF @@ -8343,10 +8302,10 @@ fi rm -f conftest.mmap - { echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5 -echo $ECHO_N "checking whether we are using the GNU C Library 2.1 or newer... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether we are using the GNU C Library 2.1 or newer" >&5 +$as_echo_n "checking whether we are using the GNU C Library 2.1 or newer... " >&6; } if test "${ac_cv_gnu_library_2_1+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8374,18 +8333,18 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5 -echo "${ECHO_T}$ac_cv_gnu_library_2_1" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_gnu_library_2_1" >&5 +$as_echo "$ac_cv_gnu_library_2_1" >&6; } GLIBC21="$ac_cv_gnu_library_2_1" - { echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5 -echo $ECHO_N "checking whether integer division by zero raises SIGFPE... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether integer division by zero raises SIGFPE" >&5 +$as_echo_n "checking whether integer division by zero raises SIGFPE... " >&6; } if test "${gt_cv_int_divbyzero_sigfpe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then @@ -8449,37 +8408,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then gt_cv_int_divbyzero_sigfpe=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) gt_cv_int_divbyzero_sigfpe=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5 -echo "${ECHO_T}$gt_cv_int_divbyzero_sigfpe" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_int_divbyzero_sigfpe" >&5 +$as_echo "$gt_cv_int_divbyzero_sigfpe" >&6; } case "$gt_cv_int_divbyzero_sigfpe" in *yes) value=1;; *) value=0;; @@ -8491,10 +8453,10 @@ _ACEOF - { echo "$as_me:$LINENO: checking for inttypes.h" >&5 -echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for inttypes.h" >&5 +$as_echo_n "checking for inttypes.h... " >&6; } if test "${jm_ac_cv_header_inttypes_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8518,37 +8480,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then jm_ac_cv_header_inttypes_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 jm_ac_cv_header_inttypes_h=no @@ -8556,8 +8502,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5 -echo "${ECHO_T}$jm_ac_cv_header_inttypes_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $jm_ac_cv_header_inttypes_h" >&5 +$as_echo "$jm_ac_cv_header_inttypes_h" >&6; } if test $jm_ac_cv_header_inttypes_h = yes; then cat >>confdefs.h <<_ACEOF @@ -8567,10 +8513,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for stdint.h" >&5 -echo $ECHO_N "checking for stdint.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for stdint.h" >&5 +$as_echo_n "checking for stdint.h... " >&6; } if test "${jm_ac_cv_header_stdint_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8594,37 +8540,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then jm_ac_cv_header_stdint_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 jm_ac_cv_header_stdint_h=no @@ -8632,8 +8562,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5 -echo "${ECHO_T}$jm_ac_cv_header_stdint_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $jm_ac_cv_header_stdint_h" >&5 +$as_echo "$jm_ac_cv_header_stdint_h" >&6; } if test $jm_ac_cv_header_stdint_h = yes; then cat >>confdefs.h <<_ACEOF @@ -8643,10 +8573,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for unsigned long long" >&5 -echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for unsigned long long" >&5 +$as_echo_n "checking for unsigned long long... " >&6; } if test "${ac_cv_type_unsigned_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -8670,47 +8600,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_type_unsigned_long_long=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_unsigned_long_long=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 -echo "${ECHO_T}$ac_cv_type_unsigned_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_unsigned_long_long" >&5 +$as_echo "$ac_cv_type_unsigned_long_long" >&6; } if test $ac_cv_type_unsigned_long_long = yes; then cat >>confdefs.h <<\_ACEOF @@ -8741,10 +8659,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for inttypes.h" >&5 -echo $ECHO_N "checking for inttypes.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for inttypes.h" >&5 +$as_echo_n "checking for inttypes.h... " >&6; } if test "${gt_cv_header_inttypes_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -8769,37 +8687,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then gt_cv_header_inttypes_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_header_inttypes_h=no @@ -8808,8 +8710,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5 -echo "${ECHO_T}$gt_cv_header_inttypes_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_header_inttypes_h" >&5 +$as_echo "$gt_cv_header_inttypes_h" >&6; } if test $gt_cv_header_inttypes_h = yes; then cat >>confdefs.h <<_ACEOF @@ -8821,10 +8723,10 @@ _ACEOF if test $gt_cv_header_inttypes_h = yes; then - { echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5 -echo $ECHO_N "checking whether the inttypes.h PRIxNN macros are broken... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether the inttypes.h PRIxNN macros are broken" >&5 +$as_echo_n "checking whether the inttypes.h PRIxNN macros are broken... " >&6; } if test "${gt_cv_inttypes_pri_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -8852,37 +8754,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then gt_cv_inttypes_pri_broken=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_inttypes_pri_broken=yes @@ -8891,8 +8777,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5 -echo "${ECHO_T}$gt_cv_inttypes_pri_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_inttypes_pri_broken" >&5 +$as_echo "$gt_cv_inttypes_pri_broken" >&6; } fi if test "$gt_cv_inttypes_pri_broken" = yes; then @@ -8942,8 +8828,8 @@ 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 GCC" >&5 -echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ld used by GCC" >&5 +$as_echo_n "checking for ld used by GCC... " >&6; } case $host in *-*-mingw*) # gcc leaves a trailing carriage return which upsets mingw @@ -8972,14 +8858,14 @@ echo $ECHO_N "checking for ld used by GCC... $ECHO_C" >&6; } ;; 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; } + { $as_echo "$as_me:$LINENO: checking for GNU ld" >&5 +$as_echo_n "checking for GNU ld... " >&6; } else - { echo "$as_me:$LINENO: checking for non-GNU ld" >&5 -echo $ECHO_N "checking for non-GNU ld... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for non-GNU ld" >&5 +$as_echo_n "checking for non-GNU ld... " >&6; } fi if test "${acl_cv_path_LD+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -z "$LD"; then IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}" @@ -9005,19 +8891,19 @@ fi LD="$acl_cv_path_LD" if test -n "$LD"; then - { echo "$as_me:$LINENO: result: $LD" >&5 -echo "${ECHO_T}$LD" >&6; } + { $as_echo "$as_me:$LINENO: result: $LD" >&5 +$as_echo "$LD" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "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;} +test -z "$LD" && { { $as_echo "$as_me:$LINENO: error: no acceptable ld found in \$PATH" >&5 +$as_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; } +{ $as_echo "$as_me:$LINENO: checking if the linker ($LD) is GNU ld" >&5 +$as_echo_n "checking if the linker ($LD) is GNU ld... " >&6; } if test "${acl_cv_prog_gnu_ld+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # I'd rather use --version here, but apparently some GNU ld's only accept -v. if $LD -v 2>&1 &5; then @@ -9026,16 +8912,16 @@ else acl_cv_prog_gnu_ld=no fi fi -{ echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 -echo "${ECHO_T}$acl_cv_prog_gnu_ld" >&6; } +{ $as_echo "$as_me:$LINENO: result: $acl_cv_prog_gnu_ld" >&5 +$as_echo "$acl_cv_prog_gnu_ld" >&6; } with_gnu_ld=$acl_cv_prog_gnu_ld - { echo "$as_me:$LINENO: checking for shared library run path origin" >&5 -echo $ECHO_N "checking for shared library run path origin... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for shared library run path origin" >&5 +$as_echo_n "checking for shared library run path origin... " >&6; } if test "${acl_cv_rpath+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \ @@ -9045,8 +8931,8 @@ else acl_cv_rpath=done fi -{ echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 -echo "${ECHO_T}$acl_cv_rpath" >&6; } +{ $as_echo "$as_me:$LINENO: result: $acl_cv_rpath" >&5 +$as_echo "$acl_cv_rpath" >&6; } wl="$acl_cv_wl" libext="$acl_cv_libext" shlibext="$acl_cv_shlibext" @@ -9460,20 +9346,21 @@ fi for ac_header in argz.h limits.h locale.h nl_types.h malloc.h stddef.h \ stdlib.h string.h unistd.h sys/param.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9489,49 +9376,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -9545,58 +9416,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -9605,21 +9470,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -9654,11 +9521,11 @@ geteuid getgid getuid mempcpy munmap putenv setenv setlocale localeconv stpcpy \ strcasecmp strdup strtoul tsearch __argz_count __argz_stringify __argz_next \ __fsetlocking 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -9711,51 +9578,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -9792,10 +9649,10 @@ done done - { echo "$as_me:$LINENO: checking for iconv" >&5 -echo $ECHO_N "checking for iconv... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for iconv" >&5 +$as_echo_n "checking for iconv... " >&6; } if test "${am_cv_func_iconv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else am_cv_func_iconv="no, consider installing GNU libiconv" @@ -9824,43 +9681,31 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_func_iconv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test "$am_cv_func_iconv" != yes; then am_save_LIBS="$LIBS" @@ -9889,51 +9734,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_lib_iconv=yes am_cv_func_iconv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS="$am_save_LIBS" fi fi -{ echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 -echo "${ECHO_T}$am_cv_func_iconv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_func_iconv" >&5 +$as_echo "$am_cv_func_iconv" >&6; } if test "$am_cv_func_iconv" = yes; then cat >>confdefs.h <<\_ACEOF @@ -9942,10 +9775,10 @@ _ACEOF fi if test "$am_cv_lib_iconv" = yes; then - { echo "$as_me:$LINENO: checking how to link with libiconv" >&5 -echo $ECHO_N "checking how to link with libiconv... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $LIBICONV" >&5 -echo "${ECHO_T}$LIBICONV" >&6; } + { $as_echo "$as_me:$LINENO: checking how to link with libiconv" >&5 +$as_echo_n "checking how to link with libiconv... " >&6; } + { $as_echo "$as_me:$LINENO: result: $LIBICONV" >&5 +$as_echo "$LIBICONV" >&6; } else CPPFLAGS="$am_save_CPPFLAGS" LIBICONV= @@ -9955,10 +9788,10 @@ echo "${ECHO_T}$LIBICONV" >&6; } if test "$am_cv_func_iconv" = yes; then - { echo "$as_me:$LINENO: checking for iconv declaration" >&5 -echo $ECHO_N "checking for iconv declaration... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for iconv declaration" >&5 +$as_echo_n "checking for iconv declaration... " >&6; } if test "${am_cv_proto_iconv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -9994,37 +9827,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then am_cv_proto_iconv_arg1="" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_proto_iconv_arg1="const" @@ -10035,9 +9852,9 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi am_cv_proto_iconv=`echo "$am_cv_proto_iconv" | tr -s ' ' | sed -e 's/( /(/'` - { echo "$as_me:$LINENO: result: ${ac_t:- + { $as_echo "$as_me:$LINENO: result: ${ac_t:- }$am_cv_proto_iconv" >&5 -echo "${ECHO_T}${ac_t:- +$as_echo "${ac_t:- }$am_cv_proto_iconv" >&6; } cat >>confdefs.h <<_ACEOF @@ -10047,10 +9864,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 -echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 +$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } if test "${am_cv_langinfo_codeset+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -10073,48 +9890,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_langinfo_codeset=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_langinfo_codeset=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 -echo "${ECHO_T}$am_cv_langinfo_codeset" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_langinfo_codeset" >&5 +$as_echo "$am_cv_langinfo_codeset" >&6; } if test $am_cv_langinfo_codeset = yes; then cat >>confdefs.h <<\_ACEOF @@ -10125,10 +9930,10 @@ _ACEOF if test $ac_cv_header_locale_h = yes; then - { echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 -echo $ECHO_N "checking for LC_MESSAGES... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for LC_MESSAGES" >&5 +$as_echo_n "checking for LC_MESSAGES... " >&6; } if test "${am_cv_val_LC_MESSAGES+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -10151,47 +9956,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then am_cv_val_LC_MESSAGES=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 am_cv_val_LC_MESSAGES=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 -echo "${ECHO_T}$am_cv_val_LC_MESSAGES" >&6; } +{ $as_echo "$as_me:$LINENO: result: $am_cv_val_LC_MESSAGES" >&5 +$as_echo "$am_cv_val_LC_MESSAGES" >&6; } if test $am_cv_val_LC_MESSAGES = yes; then cat >>confdefs.h <<\_ACEOF @@ -10206,10 +9999,10 @@ _ACEOF 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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } if test "${ac_cv_prog_INTLBISON+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -n "$INTLBISON"; then ac_cv_prog_INTLBISON="$INTLBISON" # Let the user override the test. @@ -10220,9 +10013,9 @@ do IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do - if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then + if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then ac_cv_prog_INTLBISON="$ac_prog" - echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 + $as_echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi done @@ -10233,11 +10026,11 @@ fi fi INTLBISON=$ac_cv_prog_INTLBISON if test -n "$INTLBISON"; then - { echo "$as_me:$LINENO: result: $INTLBISON" >&5 -echo "${ECHO_T}$INTLBISON" >&6; } + { $as_echo "$as_me:$LINENO: result: $INTLBISON" >&5 +$as_echo "$INTLBISON" >&6; } else - { echo "$as_me:$LINENO: result: no" >&5 -echo "${ECHO_T}no" >&6; } + { $as_echo "$as_me:$LINENO: result: no" >&5 +$as_echo "no" >&6; } fi @@ -10247,8 +10040,8 @@ done if test -z "$INTLBISON"; then ac_verc_fail=yes else - { echo "$as_me:$LINENO: checking version of bison" >&5 -echo $ECHO_N "checking version of bison... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking version of bison" >&5 +$as_echo_n "checking version of bison... " >&6; } ac_prog_version=`$INTLBISON --version 2>&1 | sed -n 's/^.*GNU Bison.* \([0-9]*\.[0-9.]*\).*$/\1/p'` case $ac_prog_version in '') ac_prog_version="v. ?.??, bad"; ac_verc_fail=yes;; @@ -10256,8 +10049,8 @@ echo $ECHO_N "checking version of bison... $ECHO_C" >&6; } ac_prog_version="$ac_prog_version, ok"; ac_verc_fail=no;; *) ac_prog_version="$ac_prog_version, bad"; ac_verc_fail=yes;; esac - { echo "$as_me:$LINENO: result: $ac_prog_version" >&5 -echo "${ECHO_T}$ac_prog_version" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_prog_version" >&5 +$as_echo "$ac_prog_version" >&6; } fi if test $ac_verc_fail = yes; then INTLBISON=: @@ -10278,8 +10071,8 @@ echo "${ECHO_T}$ac_prog_version" >&6; } - { echo "$as_me:$LINENO: checking whether NLS is requested" >&5 -echo $ECHO_N "checking whether NLS is requested... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether NLS is requested" >&5 +$as_echo_n "checking whether NLS is requested... " >&6; } # Check whether --enable-nls was given. if test "${enable_nls+set}" = set; then enableval=$enable_nls; USE_NLS=$enableval @@ -10287,8 +10080,8 @@ else USE_NLS=yes fi - { echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6; } + { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } @@ -10303,8 +10096,8 @@ echo "${ECHO_T}$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then gt_use_preinstalled_gnugettext=no - { echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 -echo $ECHO_N "checking whether included gettext is requested... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether included gettext is requested" >&5 +$as_echo_n "checking whether included gettext is requested... " >&6; } # Check whether --with-included-gettext was given. if test "${with_included_gettext+set}" = set; then @@ -10313,8 +10106,8 @@ else nls_cv_force_use_gnu_gettext=no fi - { echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 -echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } + { $as_echo "$as_me:$LINENO: result: $nls_cv_force_use_gnu_gettext" >&5 +$as_echo "$nls_cv_force_use_gnu_gettext" >&6; } nls_cv_use_gnu_gettext="$nls_cv_force_use_gnu_gettext" if test "$nls_cv_force_use_gnu_gettext" != "yes"; then @@ -10324,10 +10117,10 @@ echo "${ECHO_T}$nls_cv_force_use_gnu_gettext" >&6; } - { echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 -echo $ECHO_N "checking for GNU gettext in libc... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for GNU gettext in libc" >&5 +$as_echo_n "checking for GNU gettext in libc... " >&6; } if test "${gt_cv_func_gnugettext2_libc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -10353,47 +10146,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then gt_cv_func_gnugettext2_libc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_gnugettext2_libc=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libc" >&5 -echo "${ECHO_T}$gt_cv_func_gnugettext2_libc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libc" >&5 +$as_echo "$gt_cv_func_gnugettext2_libc" >&6; } if test "$gt_cv_func_gnugettext2_libc" != "yes"; then @@ -10775,10 +10556,10 @@ fi done fi - { echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 -echo $ECHO_N "checking for GNU gettext in libintl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for GNU gettext in libintl" >&5 +$as_echo_n "checking for GNU gettext in libintl... " >&6; } if test "${gt_cv_func_gnugettext2_libintl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else gt_save_CPPFLAGS="$CPPFLAGS" CPPFLAGS="$CPPFLAGS $INCINTL" @@ -10812,43 +10593,31 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then gt_cv_func_gnugettext2_libintl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 gt_cv_func_gnugettext2_libintl=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext if test "$gt_cv_func_gnugettext2_libintl" != yes && test -n "$LIBICONV"; then LIBS="$LIBS $LIBICONV" @@ -10880,53 +10649,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then LIBINTL="$LIBINTL $LIBICONV" LTLIBINTL="$LTLIBINTL $LTLIBICONV" gt_cv_func_gnugettext2_libintl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi CPPFLAGS="$gt_save_CPPFLAGS" LIBS="$gt_save_LIBS" fi -{ echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libintl" >&5 -echo "${ECHO_T}$gt_cv_func_gnugettext2_libintl" >&6; } +{ $as_echo "$as_me:$LINENO: result: $gt_cv_func_gnugettext2_libintl" >&5 +$as_echo "$gt_cv_func_gnugettext2_libintl" >&6; } fi if test "$gt_cv_func_gnugettext2_libc" = "yes" \ @@ -10972,13 +10729,13 @@ _ACEOF fi fi - { echo "$as_me:$LINENO: checking whether to use NLS" >&5 -echo $ECHO_N "checking whether to use NLS... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $USE_NLS" >&5 -echo "${ECHO_T}$USE_NLS" >&6; } + { $as_echo "$as_me:$LINENO: checking whether to use NLS" >&5 +$as_echo_n "checking whether to use NLS... " >&6; } + { $as_echo "$as_me:$LINENO: result: $USE_NLS" >&5 +$as_echo "$USE_NLS" >&6; } if test "$USE_NLS" = "yes"; then - { echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 -echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking where the gettext function comes from" >&5 +$as_echo_n "checking where the gettext function comes from... " >&6; } if test "$gt_use_preinstalled_gnugettext" = "yes"; then if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then gt_source="external libintl" @@ -10988,18 +10745,18 @@ echo $ECHO_N "checking where the gettext function comes from... $ECHO_C" >&6; } else gt_source="included intl directory" fi - { echo "$as_me:$LINENO: result: $gt_source" >&5 -echo "${ECHO_T}$gt_source" >&6; } + { $as_echo "$as_me:$LINENO: result: $gt_source" >&5 +$as_echo "$gt_source" >&6; } fi if test "$USE_NLS" = "yes"; then if test "$gt_use_preinstalled_gnugettext" = "yes"; then if test "$gt_cv_func_gnugettext2_libintl" = "yes"; then - { echo "$as_me:$LINENO: checking how to link with libintl" >&5 -echo $ECHO_N "checking how to link with libintl... $ECHO_C" >&6; } - { echo "$as_me:$LINENO: result: $LIBINTL" >&5 -echo "${ECHO_T}$LIBINTL" >&6; } + { $as_echo "$as_me:$LINENO: checking how to link with libintl" >&5 +$as_echo_n "checking how to link with libintl... " >&6; } + { $as_echo "$as_me:$LINENO: result: $LIBINTL" >&5 +$as_echo "$LIBINTL" >&6; } for element in $INCINTL; do haveit= @@ -11085,11 +10842,11 @@ _ACEOF 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; } + as_ac_Header=`$as_echo "ac_cv_header_dirent_$ac_hdr" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_hdr that defines DIR" >&5 +$as_echo_n "checking for $ac_hdr that defines DIR... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -11115,37 +10872,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then eval "$as_ac_Header=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_Header=no" @@ -11153,12 +10894,14 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_Header'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_hdr" | $as_tr_cpp` 1 _ACEOF ac_header_dirent=$ac_hdr; break @@ -11167,10 +10910,10 @@ 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; } + { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } if test "${ac_cv_search_opendir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF @@ -11208,43 +10951,31 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_search_opendir=$ac_res else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_opendir+set}" = set; then break @@ -11258,8 +10989,8 @@ fi rm conftest.$ac_ext 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -11267,10 +10998,10 @@ if test "$ac_res" != no; then fi else - { echo "$as_me:$LINENO: checking for library containing opendir" >&5 -echo $ECHO_N "checking for library containing opendir... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for library containing opendir" >&5 +$as_echo_n "checking for library containing opendir... " >&6; } if test "${ac_cv_search_opendir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_func_search_save_LIBS=$LIBS cat >conftest.$ac_ext <<_ACEOF @@ -11308,43 +11039,31 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_search_opendir=$ac_res else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext if test "${ac_cv_search_opendir+set}" = set; then break @@ -11358,8 +11077,8 @@ fi rm conftest.$ac_ext 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_search_opendir" >&5 +$as_echo "$ac_cv_search_opendir" >&6; } ac_res=$ac_cv_search_opendir if test "$ac_res" != no; then test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" @@ -11368,10 +11087,10 @@ fi 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; } +{ $as_echo "$as_me:$LINENO: checking whether time.h and sys/time.h may both be included" >&5 +$as_echo_n "checking whether time.h and sys/time.h may both be included... " >&6; } if test "${ac_cv_header_time+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -11398,37 +11117,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_time=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_time=no @@ -11436,8 +11139,8 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_time" >&5 +$as_echo "$ac_cv_header_time" >&6; } if test $ac_cv_header_time = yes; then cat >>confdefs.h <<\_ACEOF @@ -11451,20 +11154,21 @@ fi for ac_header in inttypes.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11480,49 +11184,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11536,58 +11224,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -11596,21 +11278,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -11642,20 +11326,21 @@ for ac_header in unistd.h stdlib.h stdarg.h varargs.h limits.h string.h \ memory.h locale.h termcap.h termio.h termios.h dlfcn.h \ stddef.h stdint.h netdb.h pwd.h grp.h strings.h regex.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11671,49 +11356,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11727,58 +11396,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -11787,21 +11450,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -11824,20 +11489,21 @@ for ac_header in sys/pte.h sys/stream.h sys/select.h sys/file.h \ sys/resource.h sys/param.h sys/socket.h sys/stat.h \ sys/time.h sys/times.h sys/types.h sys/wait.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11853,49 +11519,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -11909,58 +11559,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -11969,21 +11613,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -11994,20 +11640,21 @@ done for ac_header in netinet/in.h arpa/inet.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12023,49 +11670,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -12079,58 +11710,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -12139,21 +11764,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -12161,10 +11788,10 @@ fi done -{ echo "$as_me:$LINENO: checking for sys/ptem.h" >&5 -echo $ECHO_N "checking for sys/ptem.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys/ptem.h" >&5 +$as_echo_n "checking for sys/ptem.h... " >&6; } if test "${ac_cv_header_sys_ptem_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12186,37 +11813,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_sys_ptem_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_header_sys_ptem_h=no @@ -12224,17 +11835,17 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_sys_ptem_h" >&5 -echo "${ECHO_T}$ac_cv_header_sys_ptem_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_sys_ptem_h" >&5 +$as_echo "$ac_cv_header_sys_ptem_h" >&6; } # The Ultrix 4.2 mips builtin alloca declared by alloca.h only works # for constant arguments. Useless! -{ echo "$as_me:$LINENO: checking for working alloca.h" >&5 -echo $ECHO_N "checking for working alloca.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working alloca.h" >&5 +$as_echo_n "checking for working alloca.h... " >&6; } if test "${ac_cv_working_alloca_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12258,47 +11869,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_working_alloca_h=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_working_alloca_h=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 -echo "${ECHO_T}$ac_cv_working_alloca_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_working_alloca_h" >&5 +$as_echo "$ac_cv_working_alloca_h" >&6; } if test $ac_cv_working_alloca_h = yes; then cat >>confdefs.h <<\_ACEOF @@ -12307,10 +11906,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for alloca" >&5 -echo $ECHO_N "checking for alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for alloca" >&5 +$as_echo_n "checking for alloca... " >&6; } if test "${ac_cv_func_alloca_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12325,7 +11924,7 @@ cat >>conftest.$ac_ext <<_ACEOF # include # define alloca _alloca # else -# if HAVE_ALLOCA_H +# ifdef HAVE_ALLOCA_H # include # else # ifdef _AIX @@ -12354,47 +11953,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_alloca_works=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_alloca_works=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 -echo "${ECHO_T}$ac_cv_func_alloca_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_alloca_works" >&5 +$as_echo "$ac_cv_func_alloca_works" >&6; } if test $ac_cv_func_alloca_works = yes; then @@ -12415,10 +12002,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF -{ echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 -echo $ECHO_N "checking whether \`alloca.c' needs Cray hooks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether \`alloca.c' needs Cray hooks" >&5 +$as_echo_n "checking whether \`alloca.c' needs Cray hooks... " >&6; } if test "${ac_cv_os_cray+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12442,15 +12029,15 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 -echo "${ECHO_T}$ac_cv_os_cray" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_os_cray" >&5 +$as_echo "$ac_cv_os_cray" >&6; } if test $ac_cv_os_cray = yes; then for ac_func in _getb67 GETB67 getb67; 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; } + as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -12503,49 +12090,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF #define CRAY_STACKSEG_END $ac_func @@ -12557,10 +12134,10 @@ fi done fi -{ echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 -echo $ECHO_N "checking stack direction for C alloca... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking stack direction for C alloca" >&5 +$as_echo_n "checking stack direction for C alloca... " >&6; } if test "${ac_cv_c_stack_direction+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_c_stack_direction=0 @@ -12598,36 +12175,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_c_stack_direction=1 else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_c_stack_direction=-1 fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 -echo "${ECHO_T}$ac_cv_c_stack_direction" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_c_stack_direction" >&5 +$as_echo "$ac_cv_c_stack_direction" >&6; } cat >>confdefs.h <<_ACEOF #define STACK_DIRECTION $ac_cv_c_stack_direction @@ -12636,10 +12216,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 -echo $ECHO_N "checking whether getpgrp requires zero arguments... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether getpgrp requires zero arguments" >&5 +$as_echo_n "checking whether getpgrp requires zero arguments... " >&6; } if test "${ac_cv_func_getpgrp_void+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else # Use it with a single arg. cat >conftest.$ac_ext <<_ACEOF @@ -12663,37 +12243,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_func_getpgrp_void=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_getpgrp_void=yes @@ -12702,8 +12266,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 -echo "${ECHO_T}$ac_cv_func_getpgrp_void" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_getpgrp_void" >&5 +$as_echo "$ac_cv_func_getpgrp_void" >&6; } if test $ac_cv_func_getpgrp_void = yes; then cat >>confdefs.h <<\_ACEOF @@ -12712,26 +12276,63 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether setvbuf arguments are reversed" >&5 -echo $ECHO_N "checking whether setvbuf arguments are reversed... $ECHO_C" >&6; } if test "${ac_cv_func_setvbuf_reversed+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_cv_func_setvbuf_reversed=no - cat >conftest.$ac_ext <<_ACEOF +fi + + + +for ac_func in vprintf +do +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } +if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then + $as_echo_n "(cached) " >&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 -# if PROTOTYPES - int (setvbuf) (FILE *, int, char *, size_t); -# endif +/* 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 GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +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 +#endif + int main () { -char buf; return setvbuf (stdout, _IOLBF, &buf, 1); +return $ac_func (); ; return 0; } @@ -12742,286 +12343,47 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - cat >conftest.$ac_ext <<_ACEOF -/* confdefs.h. */ -_ACEOF -cat confdefs.h >>conftest.$ac_ext -cat >>conftest.$ac_ext <<_ACEOF -/* end confdefs.h. */ -#include -# if PROTOTYPES - int (setvbuf) (FILE *, int, char *, size_t); -# endif -int -main () -{ -char buf; return setvbuf (stdout, &buf, _IOLBF, 1); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - # It compiles and links either way, so it must not be declared - # with a prototype and most likely this is a K&R C compiler. - # Try running it. - if test "$cross_compiling" = yes; then - : # Assume setvbuf is not reversed when cross-compiling. -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 () -{ -/* This call has the arguments reversed. - A reversed system may check and see that the address of buf - is not _IOLBF, _IONBF, or _IOFBF, and return nonzero. */ - char buf; - if (setvbuf (stdout, _IOLBF, &buf, 1) != 0) - return 1; - putchar ('\r'); - return 0; /* Non-reversed systems SEGV here. */ - ; - return 0; -} -_ACEOF -rm -f conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_link") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); } && { ac_try='./conftest$ac_exeext' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_func_setvbuf_reversed=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 - -fi -rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext -fi - - - ac_cv_func_setvbuf_reversed=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - -fi - -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - -fi - -rm -f core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_setvbuf_reversed" >&5 -echo "${ECHO_T}$ac_cv_func_setvbuf_reversed" >&6; } -if test $ac_cv_func_setvbuf_reversed = yes; then - -cat >>confdefs.h <<\_ACEOF -#define SETVBUF_REVERSED 1 -_ACEOF - -fi - - -for ac_func in vprintf -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 { as_var=$as_ac_var; eval "test \"\${$as_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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -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 -#endif - -int -main () -{ -return $ac_func (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF -{ echo "$as_me:$LINENO: checking for _doprnt" >&5 -echo $ECHO_N "checking for _doprnt... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _doprnt" >&5 +$as_echo_n "checking for _doprnt... " >&6; } if test "${ac_cv_func__doprnt+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13074,47 +12436,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func__doprnt=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func__doprnt=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 -echo "${ECHO_T}$ac_cv_func__doprnt" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func__doprnt" >&5 +$as_echo "$ac_cv_func__doprnt" >&6; } if test $ac_cv_func__doprnt = yes; then cat >>confdefs.h <<\_ACEOF @@ -13127,10 +12477,10 @@ fi done -{ echo "$as_me:$LINENO: checking for working strcoll" >&5 -echo $ECHO_N "checking for working strcoll... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working strcoll" >&5 +$as_echo_n "checking for working strcoll... " >&6; } if test "${ac_cv_func_strcoll_works+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_strcoll_works=no @@ -13158,36 +12508,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_strcoll_works=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_strcoll_works=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 -echo "${ECHO_T}$ac_cv_func_strcoll_works" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_strcoll_works" >&5 +$as_echo "$ac_cv_func_strcoll_works" >&6; } if test $ac_cv_func_strcoll_works = yes; then cat >>confdefs.h <<\_ACEOF @@ -13209,8 +12562,8 @@ if test "$ac_cv_func_alloca_works" = "no" && test "$opt_bash_malloc" = "no"; the fi if test "$ac_cv_func_vprintf" = no; then - { echo "$as_me:$LINENO: checking for declaration of vprintf in stdio.h" >&5 -echo $ECHO_N "checking for declaration of vprintf in stdio.h... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for declaration of vprintf in stdio.h" >&5 +$as_echo_n "checking for declaration of vprintf in stdio.h... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -13226,8 +12579,8 @@ if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | fi rm -f conftest* - { echo "$as_me:$LINENO: result: $ac_cv_func_vprintf" >&5 -echo "${ECHO_T}$ac_cv_func_vprintf" >&6; } + { $as_echo "$as_me:$LINENO: result: $ac_cv_func_vprintf" >&5 +$as_echo "$ac_cv_func_vprintf" >&6; } if test $ac_cv_func_vprintf = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_VPRINTF 1 @@ -13245,10 +12598,10 @@ esac fi -{ echo "$as_me:$LINENO: checking return type of signal handlers" >&5 -echo $ECHO_N "checking return type of signal handlers... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +$as_echo_n "checking return type of signal handlers... " >&6; } if test "${ac_cv_type_signal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13273,37 +12626,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_signal=int else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_signal=void @@ -13311,8 +12648,8 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +$as_echo "$ac_cv_type_signal" >&6; } cat >>confdefs.h <<_ACEOF #define RETSIGTYPE $ac_cv_type_signal @@ -13320,10 +12657,10 @@ _ACEOF -{ echo "$as_me:$LINENO: checking for __setostype" >&5 -echo $ECHO_N "checking for __setostype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for __setostype" >&5 +$as_echo_n "checking for __setostype... " >&6; } if test "${ac_cv_func___setostype+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13376,47 +12713,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func___setostype=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func___setostype=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func___setostype" >&5 -echo "${ECHO_T}$ac_cv_func___setostype" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func___setostype" >&5 +$as_echo "$ac_cv_func___setostype" >&6; } if test $ac_cv_func___setostype = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_SETOSTYPE 1 @@ -13424,10 +12749,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wait3" >&5 -echo $ECHO_N "checking for wait3... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wait3" >&5 +$as_echo_n "checking for wait3... " >&6; } if test "${ac_cv_func_wait3+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13480,47 +12805,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wait3=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wait3=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wait3" >&5 -echo "${ECHO_T}$ac_cv_func_wait3" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wait3" >&5 +$as_echo "$ac_cv_func_wait3" >&6; } if test $ac_cv_func_wait3 = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_WAIT3 1 @@ -13528,10 +12841,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for isinf" >&5 -echo $ECHO_N "checking for isinf... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for isinf" >&5 +$as_echo_n "checking for isinf... " >&6; } if test "${ac_cv_func_isinf+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13584,47 +12897,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_isinf=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_isinf=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_isinf" >&5 -echo "${ECHO_T}$ac_cv_func_isinf" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_isinf" >&5 +$as_echo "$ac_cv_func_isinf" >&6; } if test $ac_cv_func_isinf = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_ISINF_IN_LIBC 1 @@ -13632,10 +12933,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for isnan" >&5 -echo $ECHO_N "checking for isnan... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for isnan" >&5 +$as_echo_n "checking for isnan... " >&6; } if test "${ac_cv_func_isnan+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13688,47 +12989,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_isnan=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_isnan=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_isnan" >&5 -echo "${ECHO_T}$ac_cv_func_isnan" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_isnan" >&5 +$as_echo "$ac_cv_func_isnan" >&6; } if test $ac_cv_func_isnan = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_ISNAN_IN_LIBC 1 @@ -13737,10 +13026,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for mkfifo" >&5 -echo $ECHO_N "checking for mkfifo... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mkfifo" >&5 +$as_echo_n "checking for mkfifo... " >&6; } if test "${ac_cv_func_mkfifo+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13793,47 +13082,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mkfifo=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mkfifo=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mkfifo" >&5 -echo "${ECHO_T}$ac_cv_func_mkfifo" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mkfifo" >&5 +$as_echo "$ac_cv_func_mkfifo" >&6; } if test $ac_cv_func_mkfifo = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_MKFIFO 1 @@ -13875,11 +13152,11 @@ for ac_func in dup2 eaccess fcntl getdtablesize getgroups gethostname \ kill killpg lstat readlink sbrk select setdtablesize \ setitimer tcgetpgrp uname ulimit waitpid 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -13932,51 +13209,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -13985,11 +13252,11 @@ done for ac_func in rename 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14042,51 +13309,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -14134,11 +13391,11 @@ for ac_func in bcopy bzero confstr fnmatch \ setenv setlinebuf setlocale setvbuf siginterrupt strchr \ sysconf tcgetattr times ttyname tzset unsetenv 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14191,51 +13448,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -14248,11 +13495,11 @@ done for ac_func in vsnprintf snprintf vasprintf asprintf 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14305,51 +13552,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -14363,11 +13600,11 @@ done for ac_func in isascii isblank isgraph isprint isspace isxdigit 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14420,51 +13657,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -14475,11 +13702,11 @@ done for ac_func in getpwent getpwnam getpwuid 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14532,51 +13759,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -14592,11 +13809,11 @@ done for ac_func in getcwd memset strcasecmp strerror strftime strnlen strpbrk 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14649,51 +13866,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -14716,11 +13923,11 @@ done for ac_func in strtod strtol strtoul strtoll strtoull strtoimax strtoumax 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14773,51 +13980,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -14834,11 +14031,11 @@ done for ac_func in fdprintf 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14891,51 +14088,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF else @@ -14950,10 +14137,10 @@ done -{ echo "$as_me:$LINENO: checking whether confstr is declared" >&5 -echo $ECHO_N "checking whether confstr is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether confstr is declared" >&5 +$as_echo_n "checking whether confstr is declared... " >&6; } if test "${ac_cv_have_decl_confstr+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -14966,8 +14153,7 @@ int main () { #ifndef confstr - char *p = (char *) confstr; - return !p; + (void) confstr; #endif ; @@ -14980,37 +14166,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_confstr=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_confstr=no @@ -15018,8 +14188,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_confstr" >&5 -echo "${ECHO_T}$ac_cv_have_decl_confstr" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_confstr" >&5 +$as_echo "$ac_cv_have_decl_confstr" >&6; } if test $ac_cv_have_decl_confstr = yes; then cat >>confdefs.h <<_ACEOF @@ -15036,10 +14206,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether printf is declared" >&5 -echo $ECHO_N "checking whether printf is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether printf is declared" >&5 +$as_echo_n "checking whether printf is declared... " >&6; } if test "${ac_cv_have_decl_printf+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15052,8 +14222,7 @@ int main () { #ifndef printf - char *p = (char *) printf; - return !p; + (void) printf; #endif ; @@ -15066,37 +14235,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_printf=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_printf=no @@ -15104,8 +14257,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_printf" >&5 -echo "${ECHO_T}$ac_cv_have_decl_printf" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_printf" >&5 +$as_echo "$ac_cv_have_decl_printf" >&6; } if test $ac_cv_have_decl_printf = yes; then cat >>confdefs.h <<_ACEOF @@ -15122,10 +14275,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether sbrk is declared" >&5 -echo $ECHO_N "checking whether sbrk is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether sbrk is declared" >&5 +$as_echo_n "checking whether sbrk is declared... " >&6; } if test "${ac_cv_have_decl_sbrk+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15138,8 +14291,7 @@ int main () { #ifndef sbrk - char *p = (char *) sbrk; - return !p; + (void) sbrk; #endif ; @@ -15152,37 +14304,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_sbrk=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_sbrk=no @@ -15190,8 +14326,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5 -echo "${ECHO_T}$ac_cv_have_decl_sbrk" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_sbrk" >&5 +$as_echo "$ac_cv_have_decl_sbrk" >&6; } if test $ac_cv_have_decl_sbrk = yes; then cat >>confdefs.h <<_ACEOF @@ -15208,10 +14344,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether setregid is declared" >&5 -echo $ECHO_N "checking whether setregid is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether setregid is declared" >&5 +$as_echo_n "checking whether setregid is declared... " >&6; } if test "${ac_cv_have_decl_setregid+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15224,8 +14360,7 @@ int main () { #ifndef setregid - char *p = (char *) setregid; - return !p; + (void) setregid; #endif ; @@ -15238,37 +14373,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_setregid=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_setregid=no @@ -15276,8 +14395,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_setregid" >&5 -echo "${ECHO_T}$ac_cv_have_decl_setregid" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_setregid" >&5 +$as_echo "$ac_cv_have_decl_setregid" >&6; } if test $ac_cv_have_decl_setregid = yes; then cat >>confdefs.h <<_ACEOF @@ -15294,10 +14413,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether strcpy is declared" >&5 -echo $ECHO_N "checking whether strcpy is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether strcpy is declared" >&5 +$as_echo_n "checking whether strcpy is declared... " >&6; } if test "${ac_cv_have_decl_strcpy+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15310,8 +14429,7 @@ int main () { #ifndef strcpy - char *p = (char *) strcpy; - return !p; + (void) strcpy; #endif ; @@ -15324,37 +14442,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_strcpy=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_strcpy=no @@ -15362,8 +14464,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_strcpy" >&5 -echo "${ECHO_T}$ac_cv_have_decl_strcpy" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strcpy" >&5 +$as_echo "$ac_cv_have_decl_strcpy" >&6; } if test $ac_cv_have_decl_strcpy = yes; then cat >>confdefs.h <<_ACEOF @@ -15380,10 +14482,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether strsignal is declared" >&5 -echo $ECHO_N "checking whether strsignal is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether strsignal is declared" >&5 +$as_echo_n "checking whether strsignal is declared... " >&6; } if test "${ac_cv_have_decl_strsignal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15396,8 +14498,7 @@ int main () { #ifndef strsignal - char *p = (char *) strsignal; - return !p; + (void) strsignal; #endif ; @@ -15410,37 +14511,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_strsignal=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_strsignal=no @@ -15448,8 +14533,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsignal" >&5 -echo "${ECHO_T}$ac_cv_have_decl_strsignal" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strsignal" >&5 +$as_echo "$ac_cv_have_decl_strsignal" >&6; } if test $ac_cv_have_decl_strsignal = yes; then cat >>confdefs.h <<_ACEOF @@ -15467,10 +14552,10 @@ fi -{ echo "$as_me:$LINENO: checking whether strtold is declared" >&5 -echo $ECHO_N "checking whether strtold is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether strtold is declared" >&5 +$as_echo_n "checking whether strtold is declared... " >&6; } if test "${ac_cv_have_decl_strtold+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15483,8 +14568,7 @@ int main () { #ifndef strtold - char *p = (char *) strtold; - return !p; + (void) strtold; #endif ; @@ -15497,37 +14581,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_strtold=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_strtold=no @@ -15535,8 +14603,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtold" >&5 -echo "${ECHO_T}$ac_cv_have_decl_strtold" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_strtold" >&5 +$as_echo "$ac_cv_have_decl_strtold" >&6; } if test $ac_cv_have_decl_strtold = yes; then cat >>confdefs.h <<_ACEOF @@ -15544,10 +14612,10 @@ cat >>confdefs.h <<_ACEOF _ACEOF - { echo "$as_me:$LINENO: checking for broken strtold" >&5 -echo $ECHO_N "checking for broken strtold... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for broken strtold" >&5 +$as_echo_n "checking for broken strtold... " >&6; } if test "${bash_cv_strtold_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15570,37 +14638,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_strtold_broken=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_strtold_broken=yes @@ -15611,8 +14663,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi - { echo "$as_me:$LINENO: result: $bash_cv_strtold_broken" >&5 -echo "${ECHO_T}$bash_cv_strtold_broken" >&6; } + { $as_echo "$as_me:$LINENO: result: $bash_cv_strtold_broken" >&5 +$as_echo "$bash_cv_strtold_broken" >&6; } if test "$bash_cv_strtold_broken" = "yes" ; then cat >>confdefs.h <<\_ACEOF #define STRTOLD_BROKEN 1 @@ -15634,10 +14686,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoimax" >&5 -echo $ECHO_N "checking for declaration of strtoimax... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoimax" >&5 +$as_echo_n "checking for declaration of strtoimax... " >&6; } if test "${bash_cv_decl_strtoimax+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15667,47 +14719,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoimax=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoimax=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoimax" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoimax" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoimax" >&5 +$as_echo "$bash_cv_decl_strtoimax" >&6; } bash_tr_func=HAVE_DECL_`echo strtoimax | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoimax = yes; then cat >>confdefs.h <<_ACEOF @@ -15724,10 +14764,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtol" >&5 -echo $ECHO_N "checking for declaration of strtol... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtol" >&5 +$as_echo_n "checking for declaration of strtol... " >&6; } if test "${bash_cv_decl_strtol+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15757,47 +14797,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtol=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtol=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtol" >&5 -echo "${ECHO_T}$bash_cv_decl_strtol" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtol" >&5 +$as_echo "$bash_cv_decl_strtol" >&6; } bash_tr_func=HAVE_DECL_`echo strtol | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtol = yes; then cat >>confdefs.h <<_ACEOF @@ -15814,10 +14842,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoll" >&5 -echo $ECHO_N "checking for declaration of strtoll... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoll" >&5 +$as_echo_n "checking for declaration of strtoll... " >&6; } if test "${bash_cv_decl_strtoll+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15847,47 +14875,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoll=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoll=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoll" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoll" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoll" >&5 +$as_echo "$bash_cv_decl_strtoll" >&6; } bash_tr_func=HAVE_DECL_`echo strtoll | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoll = yes; then cat >>confdefs.h <<_ACEOF @@ -15904,10 +14920,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoul" >&5 -echo $ECHO_N "checking for declaration of strtoul... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoul" >&5 +$as_echo_n "checking for declaration of strtoul... " >&6; } if test "${bash_cv_decl_strtoul+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -15937,47 +14953,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoul=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoul=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoul" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoul" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoul" >&5 +$as_echo "$bash_cv_decl_strtoul" >&6; } bash_tr_func=HAVE_DECL_`echo strtoul | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoul = yes; then cat >>confdefs.h <<_ACEOF @@ -15994,10 +14998,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoull" >&5 -echo $ECHO_N "checking for declaration of strtoull... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoull" >&5 +$as_echo_n "checking for declaration of strtoull... " >&6; } if test "${bash_cv_decl_strtoull+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -16027,47 +15031,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoull=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoull=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoull" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoull" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoull" >&5 +$as_echo "$bash_cv_decl_strtoull" >&6; } bash_tr_func=HAVE_DECL_`echo strtoull | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoull = yes; then cat >>confdefs.h <<_ACEOF @@ -16084,10 +15076,10 @@ fi -{ echo "$as_me:$LINENO: checking for declaration of strtoumax" >&5 -echo $ECHO_N "checking for declaration of strtoumax... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for declaration of strtoumax" >&5 +$as_echo_n "checking for declaration of strtoumax... " >&6; } if test "${bash_cv_decl_strtoumax+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -16117,47 +15109,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_decl_strtoumax=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_strtoumax=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_strtoumax" >&5 -echo "${ECHO_T}$bash_cv_decl_strtoumax" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_strtoumax" >&5 +$as_echo "$bash_cv_decl_strtoumax" >&6; } bash_tr_func=HAVE_DECL_`echo strtoumax | tr 'abcdefghijklmnopqrstuvwxyz' 'ABCDEFGHIJKLMNOPQRSTUVWXYZ'` if test $bash_cv_decl_strtoumax = yes; then cat >>confdefs.h <<_ACEOF @@ -16175,22 +15155,24 @@ fi -for ac_header in stdlib.h sys/time.h unistd.h + +for ac_header in $ac_header_list do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16206,49 +15188,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16262,58 +15228,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -16322,21 +15282,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -16344,13 +15306,20 @@ fi done -for ac_func in alarm + + + + + + + +for ac_func in $ac_func_list 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -16403,60 +15372,66 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for working mktime" >&5 -echo $ECHO_N "checking for working mktime... $ECHO_C" >&6; } + + + + + + + + + + + + + + + + +{ $as_echo "$as_me:$LINENO: checking for working mktime" >&5 +$as_echo_n "checking for working mktime... " >&6; } if test "${ac_cv_func_working_mktime+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_working_mktime=no @@ -16468,26 +15443,25 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ /* Test program from Paul Eggert and Tony Leneis. */ -#if TIME_WITH_SYS_TIME +#ifdef TIME_WITH_SYS_TIME # include # include #else -# if HAVE_SYS_TIME_H +# ifdef HAVE_SYS_TIME_H # include # else # include # endif #endif -#if HAVE_STDLIB_H -# include -#endif +#include +#include -#if HAVE_UNISTD_H +#ifdef HAVE_UNISTD_H # include #endif -#if !HAVE_ALARM +#ifndef HAVE_ALARM # define alarm(X) /* empty */ #endif @@ -16588,6 +15562,36 @@ bigtime_test (j) return 1; } +static int +year_2050_test () +{ + /* The correct answer for 2050-02-01 00:00:00 in Pacific time, + ignoring leap seconds. */ + unsigned long int answer = 2527315200UL; + + struct tm tm; + time_t t; + tm.tm_year = 2050 - 1900; + tm.tm_mon = 2 - 1; + tm.tm_mday = 1; + tm.tm_hour = tm.tm_min = tm.tm_sec = 0; + tm.tm_isdst = -1; + + /* Use the portable POSIX.1 specification "TZ=PST8PDT,M4.1.0,M10.5.0" + instead of "TZ=America/Vancouver" in order to detect the bug even + on systems that don't support the Olson extension, or don't have the + full zoneinfo tables installed. */ + putenv ("TZ=PST8PDT,M4.1.0,M10.5.0"); + + t = mktime (&tm); + + /* Check that the result is either a failure, or close enough + to the correct answer that we can assume the discrepancy is + due to leap seconds. */ + return (t == (time_t) -1 + || (0 < t && answer - 120 <= t && t <= answer + 120)); +} + int main () { @@ -16599,12 +15603,15 @@ main () isn't worth using anyway. */ alarm (60); - for (time_t_max = 1; 0 < time_t_max; time_t_max *= 2) - continue; - time_t_max--; - if ((time_t) -1 < 0) - for (time_t_min = -1; (time_t) (time_t_min * 2) < 0; time_t_min *= 2) - continue; + for (;;) + { + t = (time_t_max << 1) + 1; + if (t <= time_t_max) + break; + time_t_max = t; + } + time_t_min = - ((time_t) ~ (time_t) 0 == (time_t) -1) - time_t_max; + delta = time_t_max / 997; /* a suitable prime number */ for (i = 0; i < N_STRINGS; i++) { @@ -16619,13 +15626,15 @@ main () && mktime_test ((time_t) (60 * 60 * 24)))) return 1; - for (j = 1; 0 < j; j *= 2) + for (j = 1; ; j <<= 1) if (! bigtime_test (j)) return 1; - if (! bigtime_test (j - 1)) + else if (INT_MAX / 2 < j) + break; + if (! bigtime_test (INT_MAX)) return 1; } - return ! (irix_6_4_bug () && spring_forward_gap ()); + return ! (irix_6_4_bug () && spring_forward_gap () && year_2050_test ()); } _ACEOF rm -f conftest$ac_exeext @@ -16634,36 +15643,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_working_mktime=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_working_mktime=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 -echo "${ECHO_T}$ac_cv_func_working_mktime" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_working_mktime" >&5 +$as_echo "$ac_cv_func_working_mktime" >&6; } if test $ac_cv_func_working_mktime = no; then case " $LIBOBJS " in *" mktime.$ac_objext "* ) ;; @@ -16682,20 +15694,21 @@ fi for ac_header in argz.h errno.h fcntl.h malloc.h stdio_ext.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16711,49 +15724,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16767,58 +15764,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -16827,21 +15818,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -16853,20 +15846,21 @@ done for ac_header in stdlib.h unistd.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16882,49 +15876,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -16938,58 +15916,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -16998,21 +15970,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -17022,11 +15996,11 @@ done for ac_func in getpagesize 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -17079,60 +16053,50 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for working mmap" >&5 -echo $ECHO_N "checking for working mmap... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for working mmap" >&5 +$as_echo_n "checking for working mmap... " >&6; } if test "${ac_cv_func_mmap_fixed_mapped+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_func_mmap_fixed_mapped=no @@ -17172,21 +16136,21 @@ $ac_includes_default #include #include -#if !STDC_HEADERS && !HAVE_STDLIB_H +#if !defined STDC_HEADERS && !defined HAVE_STDLIB_H char *malloc (); #endif /* This mess was copied from the GNU getpagesize.h. */ -#if !HAVE_GETPAGESIZE +#ifndef HAVE_GETPAGESIZE /* Assume that all systems that can run configure have sys/param.h. */ -# if !HAVE_SYS_PARAM_H +# ifndef HAVE_SYS_PARAM_H # define HAVE_SYS_PARAM_H 1 # endif # ifdef _SC_PAGESIZE # define getpagesize() sysconf(_SC_PAGESIZE) # else /* no _SC_PAGESIZE */ -# if HAVE_SYS_PARAM_H +# ifdef HAVE_SYS_PARAM_H # include # ifdef EXEC_PAGESIZE # define getpagesize() EXEC_PAGESIZE @@ -17276,36 +16240,39 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_func_mmap_fixed_mapped=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_func_mmap_fixed_mapped=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 -echo "${ECHO_T}$ac_cv_func_mmap_fixed_mapped" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mmap_fixed_mapped" >&5 +$as_echo "$ac_cv_func_mmap_fixed_mapped" >&6; } if test $ac_cv_func_mmap_fixed_mapped = yes; then cat >>confdefs.h <<\_ACEOF @@ -17327,11 +16294,11 @@ rm -f conftest.mmap for ac_func in __argz_count __argz_next __argz_stringify dcgettext mempcpy \ munmap stpcpy strcspn strdup 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -17384,51 +16351,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -17450,20 +16407,21 @@ fi for ac_header in wctype.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17479,49 +16437,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17535,58 +16477,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -17595,21 +16531,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -17619,20 +16557,21 @@ done for ac_header in wchar.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17648,49 +16587,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17704,58 +16627,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -17764,21 +16681,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -17788,20 +16707,21 @@ done for ac_header in langinfo.h do -as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` +as_ac_Header=`$as_echo "ac_cv_header_$ac_header" | $as_tr_sh` if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - { echo "$as_me:$LINENO: checking for $ac_header" >&5 -echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header usability" >&5 +$as_echo_n "checking $ac_header usability... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17817,49 +16737,33 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_header_compiler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_header_compiler=no fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -{ echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 -echo "${ECHO_T}$ac_header_compiler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_compiler" >&5 +$as_echo "$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; } +{ $as_echo "$as_me:$LINENO: checking $ac_header presence" >&5 +$as_echo_n "checking $ac_header presence... " >&6; } cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -17873,58 +16777,52 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } >/dev/null && { + test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" || + test ! -s conftest.err + }; then ac_header_preproc=yes else - echo "$as_me: failed program was:" >&5 + $as_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; } +{ $as_echo "$as_me:$LINENO: result: $ac_header_preproc" >&5 +$as_echo "$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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5 +$as_echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5 +$as_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;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5 +$as_echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5 +$as_echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5 +$as_echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5 +$as_echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5 +$as_echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5 +$as_echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;} ( cat <<\_ASBOX ## ------------------------------- ## ## Report this to bug-bash@gnu.org ## @@ -17933,21 +16831,23 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking for $ac_header" >&5 +$as_echo_n "checking for $ac_header... " >&6; } if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else eval "$as_ac_Header=\$ac_header_preproc" fi -ac_res=`eval echo '${'$as_ac_Header'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } +ac_res=`eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } fi -if test `eval echo '${'$as_ac_Header'}'` = yes; then +if test `eval 'as_val=${'$as_ac_Header'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_header" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_header" | $as_tr_cpp` 1 _ACEOF fi @@ -17955,10 +16855,10 @@ fi done -{ echo "$as_me:$LINENO: checking for mbrlen" >&5 -echo $ECHO_N "checking for mbrlen... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mbrlen" >&5 +$as_echo_n "checking for mbrlen... " >&6; } if test "${ac_cv_func_mbrlen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18011,47 +16911,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mbrlen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mbrlen=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mbrlen" >&5 -echo "${ECHO_T}$ac_cv_func_mbrlen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbrlen" >&5 +$as_echo "$ac_cv_func_mbrlen" >&6; } if test $ac_cv_func_mbrlen = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_MBRLEN 1 @@ -18059,10 +16947,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for mbscmp" >&5 -echo $ECHO_N "checking for mbscmp... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mbscmp" >&5 +$as_echo_n "checking for mbscmp... " >&6; } if test "${ac_cv_func_mbscmp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18115,47 +17003,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mbscmp=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mbscmp=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mbscmp" >&5 -echo "${ECHO_T}$ac_cv_func_mbscmp" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbscmp" >&5 +$as_echo "$ac_cv_func_mbscmp" >&6; } if test $ac_cv_func_mbscmp = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_MBSCMP 1 @@ -18163,10 +17039,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for mbsrtowcs" >&5 -echo $ECHO_N "checking for mbsrtowcs... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mbsrtowcs" >&5 +$as_echo_n "checking for mbsrtowcs... " >&6; } if test "${ac_cv_func_mbsrtowcs+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18219,47 +17095,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mbsrtowcs=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mbsrtowcs=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mbsrtowcs" >&5 -echo "${ECHO_T}$ac_cv_func_mbsrtowcs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbsrtowcs" >&5 +$as_echo "$ac_cv_func_mbsrtowcs" >&6; } if test $ac_cv_func_mbsrtowcs = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_MBSRTOWCS 1 @@ -18268,10 +17132,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wcrtomb" >&5 -echo $ECHO_N "checking for wcrtomb... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wcrtomb" >&5 +$as_echo_n "checking for wcrtomb... " >&6; } if test "${ac_cv_func_wcrtomb+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18324,47 +17188,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wcrtomb=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wcrtomb=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wcrtomb" >&5 -echo "${ECHO_T}$ac_cv_func_wcrtomb" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wcrtomb" >&5 +$as_echo "$ac_cv_func_wcrtomb" >&6; } if test $ac_cv_func_wcrtomb = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_WCRTOMB 1 @@ -18372,10 +17224,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wcscoll" >&5 -echo $ECHO_N "checking for wcscoll... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wcscoll" >&5 +$as_echo_n "checking for wcscoll... " >&6; } if test "${ac_cv_func_wcscoll+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18428,47 +17280,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wcscoll=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wcscoll=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wcscoll" >&5 -echo "${ECHO_T}$ac_cv_func_wcscoll" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wcscoll" >&5 +$as_echo "$ac_cv_func_wcscoll" >&6; } if test $ac_cv_func_wcscoll = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_WCSCOLL 1 @@ -18476,10 +17316,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wcsdup" >&5 -echo $ECHO_N "checking for wcsdup... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wcsdup" >&5 +$as_echo_n "checking for wcsdup... " >&6; } if test "${ac_cv_func_wcsdup+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18532,47 +17372,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wcsdup=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wcsdup=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wcsdup" >&5 -echo "${ECHO_T}$ac_cv_func_wcsdup" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wcsdup" >&5 +$as_echo "$ac_cv_func_wcsdup" >&6; } if test $ac_cv_func_wcsdup = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_WCSDUP 1 @@ -18580,10 +17408,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wcwidth" >&5 -echo $ECHO_N "checking for wcwidth... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wcwidth" >&5 +$as_echo_n "checking for wcwidth... " >&6; } if test "${ac_cv_func_wcwidth+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18636,47 +17464,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wcwidth=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wcwidth=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wcwidth" >&5 -echo "${ECHO_T}$ac_cv_func_wcwidth" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wcwidth" >&5 +$as_echo "$ac_cv_func_wcwidth" >&6; } if test $ac_cv_func_wcwidth = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_WCWIDTH 1 @@ -18684,10 +17500,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wctype" >&5 -echo $ECHO_N "checking for wctype... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wctype" >&5 +$as_echo_n "checking for wctype... " >&6; } if test "${ac_cv_func_wctype+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18740,47 +17556,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_wctype=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_wctype=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_wctype" >&5 -echo "${ECHO_T}$ac_cv_func_wctype" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_wctype" >&5 +$as_echo "$ac_cv_func_wctype" >&6; } if test $ac_cv_func_wctype = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_WCTYPE 1 @@ -18790,10 +17594,10 @@ fi - { echo "$as_me:$LINENO: checking whether mbrtowc and mbstate_t are properly declared" >&5 -echo $ECHO_N "checking whether mbrtowc and mbstate_t are properly declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether mbrtowc and mbstate_t are properly declared" >&5 +$as_echo_n "checking whether mbrtowc and mbstate_t are properly declared... " >&6; } if test "${ac_cv_func_mbrtowc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18820,47 +17624,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_mbrtowc=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_mbrtowc=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5 -echo "${ECHO_T}$ac_cv_func_mbrtowc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_mbrtowc" >&5 +$as_echo "$ac_cv_func_mbrtowc" >&6; } if test $ac_cv_func_mbrtowc = yes; then cat >>confdefs.h <<\_ACEOF @@ -18883,11 +17675,11 @@ fi for ac_func in iswlower iswupper towlower towupper iswctype 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -18940,61 +17732,51 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi done -{ echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 -echo $ECHO_N "checking for nl_langinfo and CODESET... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for nl_langinfo and CODESET" >&5 +$as_echo_n "checking for nl_langinfo and CODESET... " >&6; } if test "${bash_cv_langinfo_codeset+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19017,47 +17799,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_langinfo_codeset=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_langinfo_codeset=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_langinfo_codeset" >&5 -echo "${ECHO_T}$bash_cv_langinfo_codeset" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_langinfo_codeset" >&5 +$as_echo "$bash_cv_langinfo_codeset" >&6; } if test $bash_cv_langinfo_codeset = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LANGINFO_CODESET 1 @@ -19065,10 +17835,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wchar_t in wchar.h" >&5 -echo $ECHO_N "checking for wchar_t in wchar.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wchar_t in wchar.h" >&5 +$as_echo_n "checking for wchar_t in wchar.h... " >&6; } if test "${bash_cv_type_wchar_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19095,37 +17865,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_type_wchar_t=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_wchar_t=no @@ -19133,8 +17887,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_wchar_t" >&5 -echo "${ECHO_T}$bash_cv_type_wchar_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_wchar_t" >&5 +$as_echo "$bash_cv_type_wchar_t" >&6; } if test $bash_cv_type_wchar_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -19143,10 +17897,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wctype_t in wctype.h" >&5 -echo $ECHO_N "checking for wctype_t in wctype.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wctype_t in wctype.h" >&5 +$as_echo_n "checking for wctype_t in wctype.h... " >&6; } if test "${bash_cv_type_wctype_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19172,37 +17926,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_type_wctype_t=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_wctype_t=no @@ -19210,8 +17948,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_wctype_t" >&5 -echo "${ECHO_T}$bash_cv_type_wctype_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_wctype_t" >&5 +$as_echo "$bash_cv_type_wctype_t" >&6; } if test $bash_cv_type_wctype_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -19220,10 +17958,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for wint_t in wctype.h" >&5 -echo $ECHO_N "checking for wint_t in wctype.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for wint_t in wctype.h" >&5 +$as_echo_n "checking for wint_t in wctype.h... " >&6; } if test "${bash_cv_type_wint_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19249,37 +17987,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_type_wint_t=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_wint_t=no @@ -19287,8 +18009,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_wint_t" >&5 -echo "${ECHO_T}$bash_cv_type_wint_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_wint_t" >&5 +$as_echo "$bash_cv_type_wint_t" >&6; } if test $bash_cv_type_wint_t = yes; then cat >>confdefs.h <<\_ACEOF @@ -19301,10 +18023,10 @@ fi if test "$opt_static_link" != yes; then -{ echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 -echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5 +$as_echo_n "checking for dlopen in -ldl... " >&6; } if test "${ac_cv_lib_dl_dlopen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ldl $LIBS" @@ -19336,48 +18058,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_dl_dlopen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_dl_dlopen=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5 +$as_echo "$ac_cv_lib_dl_dlopen" >&6; } if test $ac_cv_lib_dl_dlopen = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBDL 1 @@ -19392,11 +18102,11 @@ fi for ac_func in dlopen dlclose dlsym 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; } +as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` +{ $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 +$as_echo_n "checking for $ac_func... " >&6; } if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19449,51 +18159,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then eval "$as_ac_var=yes" else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 eval "$as_ac_var=no" fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&6; } -if test `eval echo '${'$as_ac_var'}'` = yes; then +ac_res=`eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` + { $as_echo "$as_me:$LINENO: result: $ac_res" >&5 +$as_echo "$ac_res" >&6; } +if test `eval 'as_val=${'$as_ac_var'} + $as_echo "$as_val"'` = yes; then cat >>confdefs.h <<_ACEOF -#define `echo "HAVE_$ac_func" | $as_tr_cpp` 1 +#define `$as_echo "HAVE_$ac_func" | $as_tr_cpp` 1 _ACEOF fi @@ -19501,10 +18201,10 @@ done fi -{ echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 -echo $ECHO_N "checking whether sys_siglist is declared... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether sys_siglist is declared" >&5 +$as_echo_n "checking whether sys_siglist is declared... " >&6; } if test "${ac_cv_have_decl_sys_siglist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19514,7 +18214,7 @@ cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ #include /* NetBSD declares sys_siglist in unistd.h. */ -#if HAVE_UNISTD_H +#ifdef HAVE_UNISTD_H # include #endif @@ -19523,8 +18223,7 @@ int main () { #ifndef sys_siglist - char *p = (char *) sys_siglist; - return !p; + (void) sys_siglist; #endif ; @@ -19537,37 +18236,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_sys_siglist=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_sys_siglist=no @@ -19575,8 +18258,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 -echo "${ECHO_T}$ac_cv_have_decl_sys_siglist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_sys_siglist" >&5 +$as_echo "$ac_cv_have_decl_sys_siglist" >&6; } if test $ac_cv_have_decl_sys_siglist = yes; then cat >>confdefs.h <<_ACEOF @@ -19597,10 +18280,10 @@ fi if test "$ac_cv_func_inet_aton" != 'yes'; then -{ echo "$as_me:$LINENO: checking for inet_aton" >&5 -echo $ECHO_N "checking for inet_aton... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for inet_aton" >&5 +$as_echo_n "checking for inet_aton... " >&6; } if test "${bash_cv_func_inet_aton+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -19627,47 +18310,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_func_inet_aton=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_func_inet_aton=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_inet_aton" >&5 -echo "${ECHO_T}$bash_cv_func_inet_aton" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_inet_aton" >&5 +$as_echo "$bash_cv_func_inet_aton" >&6; } if test $bash_cv_func_inet_aton = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_INET_ATON 1 @@ -19686,10 +18357,10 @@ fi case "$host_os" in irix4*) -{ echo "$as_me:$LINENO: checking for getpwent in -lsun" >&5 -echo $ECHO_N "checking for getpwent in -lsun... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for getpwent in -lsun" >&5 +$as_echo_n "checking for getpwent in -lsun... " >&6; } if test "${ac_cv_lib_sun_getpwent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsun $LIBS" @@ -19721,48 +18392,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_sun_getpwent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_sun_getpwent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwent" >&5 -echo "${ECHO_T}$ac_cv_lib_sun_getpwent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_sun_getpwent" >&5 +$as_echo "$ac_cv_lib_sun_getpwent" >&6; } if test $ac_cv_lib_sun_getpwent = yes; then cat >>confdefs.h <<_ACEOF #define HAVE_LIBSUN 1 @@ -19779,17 +18438,17 @@ if test "$ac_cv_func_getpeername" = no; then if test "X$bash_cv_have_socklib" = "X"; then _bash_needmsg= else -{ echo "$as_me:$LINENO: checking for socket library" >&5 -echo $ECHO_N "checking for socket library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for socket library" >&5 +$as_echo_n "checking for socket library... " >&6; } _bash_needmsg=yes fi if test "${bash_cv_have_socklib+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - { echo "$as_me:$LINENO: checking for getpeername in -lsocket" >&5 -echo $ECHO_N "checking for getpeername in -lsocket... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for getpeername in -lsocket" >&5 +$as_echo_n "checking for getpeername in -lsocket... " >&6; } if test "${ac_cv_lib_socket_getpeername+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lsocket -lnsl $LIBS" @@ -19821,48 +18480,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_socket_getpeername=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_socket_getpeername=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_socket_getpeername" >&5 -echo "${ECHO_T}$ac_cv_lib_socket_getpeername" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_socket_getpeername" >&5 +$as_echo "$ac_cv_lib_socket_getpeername" >&6; } if test $ac_cv_lib_socket_getpeername = yes; then bash_cv_have_socklib=yes else @@ -19872,8 +18519,8 @@ fi fi if test "X$_bash_needmsg" = Xyes; then - { echo "$as_me:$LINENO: result: $bash_cv_have_socklib" >&5 -echo "${ECHO_T}$bash_cv_have_socklib" >&6; } + { $as_echo "$as_me:$LINENO: result: $bash_cv_have_socklib" >&5 +$as_echo "$bash_cv_have_socklib" >&6; } _bash_needmsg= fi if test $bash_cv_have_socklib = yes; then @@ -19881,17 +18528,17 @@ if test $bash_cv_have_socklib = yes; then if test "X$bash_cv_have_libnsl" = "X"; then _bash_needmsg= else - { echo "$as_me:$LINENO: checking for libnsl" >&5 -echo $ECHO_N "checking for libnsl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for libnsl" >&5 +$as_echo_n "checking for libnsl... " >&6; } _bash_needmsg=yes fi if test "${bash_cv_have_libnsl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - { echo "$as_me:$LINENO: checking for t_open in -lnsl" >&5 -echo $ECHO_N "checking for t_open in -lnsl... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for t_open in -lnsl" >&5 +$as_echo_n "checking for t_open in -lnsl... " >&6; } if test "${ac_cv_lib_nsl_t_open+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lnsl $LIBS" @@ -19923,48 +18570,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_nsl_t_open=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_nsl_t_open=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_t_open" >&5 -echo "${ECHO_T}$ac_cv_lib_nsl_t_open" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_t_open" >&5 +$as_echo "$ac_cv_lib_nsl_t_open" >&6; } if test $ac_cv_lib_nsl_t_open = yes; then bash_cv_have_libnsl=yes else @@ -19974,8 +18609,8 @@ fi fi if test "X$_bash_needmsg" = Xyes; then - { echo "$as_me:$LINENO: result: $bash_cv_have_libnsl" >&5 -echo "${ECHO_T}$bash_cv_have_libnsl" >&6; } + { $as_echo "$as_me:$LINENO: result: $bash_cv_have_libnsl" >&5 +$as_echo "$bash_cv_have_libnsl" >&6; } _bash_needmsg= fi if test $bash_cv_have_libnsl = yes; then @@ -19998,12 +18633,12 @@ if test "$ac_cv_func_gethostbyname" = no; then if test "X$bash_cv_have_gethostbyname" = "X"; then _bash_needmsg=yes else -{ echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 -echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 +$as_echo_n "checking for gethostbyname in socket library... " >&6; } _bash_needmsg= fi if test "${bash_cv_have_gethostbyname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20028,53 +18663,41 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_have_gethostbyname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_have_gethostbyname=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi if test "X$_bash_needmsg" = Xyes; then - { echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 -echo $ECHO_N "checking for gethostbyname in socket library... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for gethostbyname in socket library" >&5 +$as_echo_n "checking for gethostbyname in socket library... " >&6; } fi -{ echo "$as_me:$LINENO: result: $bash_cv_have_gethostbyname" >&5 -echo "${ECHO_T}$bash_cv_have_gethostbyname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_have_gethostbyname" >&5 +$as_echo "$bash_cv_have_gethostbyname" >&6; } if test "$bash_cv_have_gethostbyname" = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_GETHOSTBYNAME 1 @@ -20084,10 +18707,10 @@ fi fi -{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 -echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 +$as_echo_n "checking for uid_t in sys/types.h... " >&6; } if test "${ac_cv_type_uid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20107,8 +18730,8 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 -echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 +$as_echo "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then cat >>confdefs.h <<\_ACEOF @@ -20122,10 +18745,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking type of array argument to getgroups" >&5 -echo $ECHO_N "checking type of array argument to getgroups... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking type of array argument to getgroups" >&5 +$as_echo_n "checking type of array argument to getgroups... " >&6; } if test "${ac_cv_type_getgroups+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then ac_cv_type_getgroups=cross @@ -20166,29 +18789,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_type_getgroups=gid_t else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) ac_cv_type_getgroups=int fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -20213,34 +18839,32 @@ rm -f conftest* fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_getgroups" >&5 -echo "${ECHO_T}$ac_cv_type_getgroups" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_getgroups" >&5 +$as_echo "$ac_cv_type_getgroups" >&6; } cat >>confdefs.h <<_ACEOF #define GETGROUPS_T $ac_cv_type_getgroups _ACEOF -{ echo "$as_me:$LINENO: checking for off_t" >&5 -echo $ECHO_N "checking for off_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for off_t" >&5 +$as_echo_n "checking for off_t... " >&6; } if test "${ac_cv_type_off_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_off_t=no +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 -typedef off_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (off_t)) + return 0; ; return 0; } @@ -20251,46 +18875,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((off_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_off_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_off_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_off_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 -echo "${ECHO_T}$ac_cv_type_off_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5 +$as_echo "$ac_cv_type_off_t" >&6; } if test $ac_cv_type_off_t = yes; then : else @@ -20301,26 +18951,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for mode_t" >&5 -echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for mode_t" >&5 +$as_echo_n "checking for mode_t... " >&6; } if test "${ac_cv_type_mode_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_mode_t=no +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 -typedef mode_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (mode_t)) + return 0; ; return 0; } @@ -20331,46 +18979,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((mode_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_mode_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_mode_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_mode_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 -echo "${ECHO_T}$ac_cv_type_mode_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5 +$as_echo "$ac_cv_type_mode_t" >&6; } if test $ac_cv_type_mode_t = yes; then : else @@ -20381,10 +19055,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 -echo $ECHO_N "checking for uid_t in sys/types.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uid_t in sys/types.h" >&5 +$as_echo_n "checking for uid_t in sys/types.h... " >&6; } if test "${ac_cv_type_uid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20404,8 +19078,8 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 -echo "${ECHO_T}$ac_cv_type_uid_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_uid_t" >&5 +$as_echo "$ac_cv_type_uid_t" >&6; } if test $ac_cv_type_uid_t = no; then cat >>confdefs.h <<\_ACEOF @@ -20419,26 +19093,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for pid_t" >&5 -echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for pid_t" >&5 +$as_echo_n "checking for pid_t... " >&6; } if test "${ac_cv_type_pid_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_pid_t=no +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 -typedef pid_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (pid_t)) + return 0; ; return 0; } @@ -20449,46 +19121,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((pid_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_pid_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_pid_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_pid_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 -echo "${ECHO_T}$ac_cv_type_pid_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5 +$as_echo "$ac_cv_type_pid_t" >&6; } if test $ac_cv_type_pid_t = yes; then : else @@ -20499,26 +19197,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for size_t" >&5 -echo $ECHO_N "checking for size_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for size_t" >&5 +$as_echo_n "checking for size_t... " >&6; } if test "${ac_cv_type_size_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_size_t=no +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 -typedef size_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (size_t)) + return 0; ; return 0; } @@ -20529,46 +19225,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((size_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_size_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_size_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_size_t=no + fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5 +$as_echo "$ac_cv_type_size_t" >&6; } if test $ac_cv_type_size_t = yes; then : else @@ -20579,26 +19301,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for ssize_t" >&5 -echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for ssize_t" >&5 +$as_echo_n "checking for ssize_t... " >&6; } if test "${ac_cv_type_ssize_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ssize_t=no +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 -typedef ssize_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (ssize_t)) + return 0; ; return 0; } @@ -20609,46 +19329,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((ssize_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ssize_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_ssize_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ssize_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 -echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5 +$as_echo "$ac_cv_type_ssize_t" >&6; } if test $ac_cv_type_ssize_t = yes; then : else @@ -20659,26 +19405,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for time_t" >&5 -echo $ECHO_N "checking for time_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for time_t" >&5 +$as_echo_n "checking for time_t... " >&6; } if test "${ac_cv_type_time_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_time_t=no +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 -typedef time_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (time_t)) + return 0; ; return 0; } @@ -20689,48 +19433,74 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((time_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_time_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_time_t=no + ac_cv_type_time_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_time_t" >&5 -echo "${ECHO_T}$ac_cv_type_time_t" >&6; } -if test $ac_cv_type_time_t = yes; then - : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_time_t" >&5 +$as_echo "$ac_cv_type_time_t" >&6; } +if test $ac_cv_type_time_t = yes; then + : else cat >>confdefs.h <<_ACEOF @@ -20741,10 +19511,10 @@ fi -{ echo "$as_me:$LINENO: checking for long long" >&5 -echo $ECHO_N "checking for long long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for long long" >&5 +$as_echo_n "checking for long long... " >&6; } if test "${bash_cv_type_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20771,47 +19541,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_type_long_long='long long' else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_long_long='long' fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_long_long" >&5 -echo "${ECHO_T}$bash_cv_type_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_long_long" >&5 +$as_echo "$bash_cv_type_long_long" >&6; } if test "$bash_cv_type_long_long" = 'long long'; then cat >>confdefs.h <<\_ACEOF #define HAVE_LONG_LONG 1 @@ -20820,10 +19578,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for unsigned long long" >&5 -echo $ECHO_N "checking for unsigned long long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for unsigned long long" >&5 +$as_echo_n "checking for unsigned long long... " >&6; } if test "${bash_cv_type_unsigned_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20850,47 +19608,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_type_unsigned_long_long='unsigned long long' else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_type_unsigned_long_long='unsigned long' fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_unsigned_long_long" >&5 -echo "${ECHO_T}$bash_cv_type_unsigned_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_unsigned_long_long" >&5 +$as_echo "$bash_cv_type_unsigned_long_long" >&6; } if test "$bash_cv_type_unsigned_long_long" = 'unsigned long long'; then cat >>confdefs.h <<\_ACEOF #define HAVE_UNSIGNED_LONG_LONG 1 @@ -20899,10 +19645,10 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking return type of signal handlers" >&5 +$as_echo_n "checking return type of signal handlers... " >&6; } if test "${ac_cv_type_signal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -20927,37 +19673,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_type_signal=int else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_type_signal=void @@ -20965,8 +19695,8 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_signal" >&5 +$as_echo "$ac_cv_type_signal" >&6; } cat >>confdefs.h <<_ACEOF #define RETSIGTYPE $ac_cv_type_signal @@ -20974,87 +19704,15 @@ _ACEOF -{ echo "$as_me:$LINENO: checking for char" >&5 -echo $ECHO_N "checking for char... $ECHO_C" >&6; } -if test "${ac_cv_type_char+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 -typedef char ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_char=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_char=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_char" >&5 -echo "${ECHO_T}$ac_cv_type_char" >&6; } - -{ echo "$as_me:$LINENO: checking size of char" >&5 -echo $ECHO_N "checking size of char... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of char" >&5 +$as_echo_n "checking size of char... " >&6; } if test "${ac_cv_sizeof_char+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_char" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -21064,11 +19722,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= 0)]; test_array [0] = 0 ; @@ -21081,34 +19738,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -21118,11 +19759,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; test_array [0] = 0 ; @@ -21135,37 +19775,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -21179,7 +19803,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -21189,11 +19813,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) < 0)]; test_array [0] = 0 ; @@ -21206,34 +19829,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -21243,11 +19850,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) >= $ac_mid)]; test_array [0] = 0 ; @@ -21260,37 +19866,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -21304,7 +19894,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -21324,11 +19914,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char))) <= $ac_mid)]; test_array [0] = 0 ; @@ -21341,37 +19930,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -21381,11 +19954,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_char=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char) +'') if test "$ac_cv_type_char" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char) +$as_echo "$as_me: error: cannot compute sizeof (char) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_char=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -21395,9 +19972,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (char)); } +static unsigned long int ulongval () { return (long int) (sizeof (char)); } #include #include int @@ -21407,20 +19983,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (char))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -21433,128 +20011,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_char=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char) +if test "$ac_cv_type_char" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char) +$as_echo "$as_me: error: cannot compute sizeof (char) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_char=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_char=0 fi -fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 -echo "${ECHO_T}$ac_cv_sizeof_char" >&6; } -cat >>confdefs.h <<_ACEOF -#define SIZEOF_CHAR $ac_cv_sizeof_char -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char" >&5 +$as_echo "$ac_cv_sizeof_char" >&6; } -{ echo "$as_me:$LINENO: checking for short" >&5 -echo $ECHO_N "checking for short... $ECHO_C" >&6; } -if test "${ac_cv_type_short+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 -typedef short ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_short=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_short=no -fi +cat >>confdefs.h <<_ACEOF +#define SIZEOF_CHAR $ac_cv_sizeof_char +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_short" >&5 -echo "${ECHO_T}$ac_cv_type_short" >&6; } -{ echo "$as_me:$LINENO: checking size of short" >&5 -echo $ECHO_N "checking size of short... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of short" >&5 +$as_echo_n "checking size of short... " >&6; } if test "${ac_cv_sizeof_short+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_short" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -21564,11 +20077,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= 0)]; test_array [0] = 0 ; @@ -21581,34 +20093,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -21618,11 +20114,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)]; test_array [0] = 0 ; @@ -21635,37 +20130,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -21679,7 +20158,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -21689,11 +20168,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) < 0)]; test_array [0] = 0 ; @@ -21706,34 +20184,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -21743,11 +20205,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) >= $ac_mid)]; test_array [0] = 0 ; @@ -21760,37 +20221,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -21804,7 +20249,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -21824,11 +20269,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (short))) <= $ac_mid)]; test_array [0] = 0 ; @@ -21841,37 +20285,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -21881,11 +20309,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_short=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (short) +'') if test "$ac_cv_type_short" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (short) +$as_echo "$as_me: error: cannot compute sizeof (short) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_short=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -21895,9 +20327,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef short ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (short)); } +static unsigned long int ulongval () { return (long int) (sizeof (short)); } #include #include int @@ -21907,20 +20338,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (short))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (short)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (short)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -21933,128 +20366,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_short=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (short) +if test "$ac_cv_type_short" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (short) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (short) +$as_echo "$as_me: error: cannot compute sizeof (short) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_short=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_short=0 -fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 -echo "${ECHO_T}$ac_cv_sizeof_short" >&6; } -cat >>confdefs.h <<_ACEOF -#define SIZEOF_SHORT $ac_cv_sizeof_short -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_short" >&5 +$as_echo "$ac_cv_sizeof_short" >&6; } -{ echo "$as_me:$LINENO: checking for int" >&5 -echo $ECHO_N "checking for int... $ECHO_C" >&6; } -if test "${ac_cv_type_int+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 -typedef int ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_int=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_int=no -fi +cat >>confdefs.h <<_ACEOF +#define SIZEOF_SHORT $ac_cv_sizeof_short +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_int" >&5 -echo "${ECHO_T}$ac_cv_type_int" >&6; } -{ echo "$as_me:$LINENO: checking size of int" >&5 -echo $ECHO_N "checking size of int... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of int" >&5 +$as_echo_n "checking size of int... " >&6; } if test "${ac_cv_sizeof_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_int" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -22064,11 +20432,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= 0)]; test_array [0] = 0 ; @@ -22081,34 +20448,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -22118,11 +20469,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; test_array [0] = 0 ; @@ -22135,37 +20485,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -22179,7 +20513,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -22189,11 +20523,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) < 0)]; test_array [0] = 0 ; @@ -22206,34 +20539,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -22243,11 +20560,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) >= $ac_mid)]; test_array [0] = 0 ; @@ -22260,37 +20576,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -22304,7 +20604,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -22324,11 +20624,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (int))) <= $ac_mid)]; test_array [0] = 0 ; @@ -22341,37 +20640,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -22381,11 +20664,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_int=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (int) +'') if test "$ac_cv_type_int" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int) +$as_echo "$as_me: error: cannot compute sizeof (int) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_int=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -22395,9 +20682,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef int ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (int)); } +static unsigned long int ulongval () { return (long int) (sizeof (int)); } #include #include int @@ -22407,20 +20693,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (int))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (int)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -22433,128 +20721,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_int=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (int) +if test "$ac_cv_type_int" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (int) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (int) +$as_echo "$as_me: error: cannot compute sizeof (int) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_int=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_int=0 fi -fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 -echo "${ECHO_T}$ac_cv_sizeof_int" >&6; } -cat >>confdefs.h <<_ACEOF -#define SIZEOF_INT $ac_cv_sizeof_int -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_int" >&5 +$as_echo "$ac_cv_sizeof_int" >&6; } -{ echo "$as_me:$LINENO: checking for long" >&5 -echo $ECHO_N "checking for long... $ECHO_C" >&6; } -if test "${ac_cv_type_long+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 -typedef long ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_long=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_long=no -fi +cat >>confdefs.h <<_ACEOF +#define SIZEOF_INT $ac_cv_sizeof_int +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long" >&5 -echo "${ECHO_T}$ac_cv_type_long" >&6; } -{ echo "$as_me:$LINENO: checking size of long" >&5 -echo $ECHO_N "checking size of long... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of long" >&5 +$as_echo_n "checking size of long... " >&6; } if test "${ac_cv_sizeof_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_long" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -22564,11 +20787,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= 0)]; test_array [0] = 0 ; @@ -22581,34 +20803,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -22618,11 +20824,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -22635,37 +20840,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -22679,7 +20868,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -22689,11 +20878,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) < 0)]; test_array [0] = 0 ; @@ -22706,34 +20894,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -22743,11 +20915,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) >= $ac_mid)]; test_array [0] = 0 ; @@ -22760,37 +20931,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -22804,7 +20959,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -22824,11 +20979,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -22841,37 +20995,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -22881,11 +21019,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_long=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long) +'') if test "$ac_cv_type_long" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long) +$as_echo "$as_me: error: cannot compute sizeof (long) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -22895,9 +21037,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (long)); } +static unsigned long int ulongval () { return (long int) (sizeof (long)); } #include #include int @@ -22907,20 +21048,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (long))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -22933,128 +21076,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long) +if test "$ac_cv_type_long" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long) +$as_echo "$as_me: error: cannot compute sizeof (long) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_long=0 -fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_long" >&6; } -cat >>confdefs.h <<_ACEOF -#define SIZEOF_LONG $ac_cv_sizeof_long -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long" >&5 +$as_echo "$ac_cv_sizeof_long" >&6; } -{ echo "$as_me:$LINENO: checking for char *" >&5 -echo $ECHO_N "checking for char *... $ECHO_C" >&6; } -if test "${ac_cv_type_char_p+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 -typedef char * ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_char_p=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_char_p=no -fi +cat >>confdefs.h <<_ACEOF +#define SIZEOF_LONG $ac_cv_sizeof_long +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_char_p" >&5 -echo "${ECHO_T}$ac_cv_type_char_p" >&6; } -{ echo "$as_me:$LINENO: checking size of char *" >&5 -echo $ECHO_N "checking size of char *... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of char *" >&5 +$as_echo_n "checking size of char *... " >&6; } if test "${ac_cv_sizeof_char_p+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_char_p" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -23064,11 +21142,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) >= 0)]; test_array [0] = 0 ; @@ -23081,34 +21158,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -23118,11 +21179,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= $ac_mid)]; test_array [0] = 0 ; @@ -23135,37 +21195,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -23179,7 +21223,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -23189,11 +21233,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) < 0)]; test_array [0] = 0 ; @@ -23206,34 +21249,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -23243,11 +21270,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) >= $ac_mid)]; test_array [0] = 0 ; @@ -23260,37 +21286,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -23304,7 +21314,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -23324,11 +21334,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (char *))) <= $ac_mid)]; test_array [0] = 0 ; @@ -23341,37 +21350,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -23381,11 +21374,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_char_p=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (char *) +'') if test "$ac_cv_type_char_p" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char *) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char *) +$as_echo "$as_me: error: cannot compute sizeof (char *) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_char_p=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -23395,9 +21392,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef char * ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (char *)); } +static unsigned long int ulongval () { return (long int) (sizeof (char *)); } #include #include int @@ -23407,20 +21403,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (char *))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char *)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (char *)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -23433,128 +21431,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_char_p=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (char *) +if test "$ac_cv_type_char_p" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (char *) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (char *) +$as_echo "$as_me: error: cannot compute sizeof (char *) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_char_p=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_char_p=0 fi -fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5 -echo "${ECHO_T}$ac_cv_sizeof_char_p" >&6; } -cat >>confdefs.h <<_ACEOF -#define SIZEOF_CHAR_P $ac_cv_sizeof_char_p -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_char_p" >&5 +$as_echo "$ac_cv_sizeof_char_p" >&6; } -{ echo "$as_me:$LINENO: checking for double" >&5 -echo $ECHO_N "checking for double... $ECHO_C" >&6; } -if test "${ac_cv_type_double+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 -typedef double ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_double=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_double=no -fi +cat >>confdefs.h <<_ACEOF +#define SIZEOF_CHAR_P $ac_cv_sizeof_char_p +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_double" >&5 -echo "${ECHO_T}$ac_cv_type_double" >&6; } -{ echo "$as_me:$LINENO: checking size of double" >&5 -echo $ECHO_N "checking size of double... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of double" >&5 +$as_echo_n "checking size of double... " >&6; } if test "${ac_cv_sizeof_double+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_double" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -23564,11 +21497,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= 0)]; test_array [0] = 0 ; @@ -23581,34 +21513,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -23618,11 +21534,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)]; test_array [0] = 0 ; @@ -23635,37 +21550,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -23679,7 +21578,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -23689,11 +21588,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (double))) < 0)]; test_array [0] = 0 ; @@ -23706,34 +21604,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -23743,11 +21625,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (double))) >= $ac_mid)]; test_array [0] = 0 ; @@ -23760,37 +21641,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -23804,7 +21669,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -23824,11 +21689,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (double))) <= $ac_mid)]; test_array [0] = 0 ; @@ -23841,37 +21705,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -23881,11 +21729,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_double=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (double) +'') if test "$ac_cv_type_double" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (double) +$as_echo "$as_me: error: cannot compute sizeof (double) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_double=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -23895,9 +21747,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef double ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (double)); } +static unsigned long int ulongval () { return (long int) (sizeof (double)); } #include #include int @@ -23907,20 +21758,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (double))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (double)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (double)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -23933,128 +21786,63 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_double=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (double) +if test "$ac_cv_type_double" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (double) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (double) +$as_echo "$as_me: error: cannot compute sizeof (double) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_double=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_double=0 -fi fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 -echo "${ECHO_T}$ac_cv_sizeof_double" >&6; } -cat >>confdefs.h <<_ACEOF -#define SIZEOF_DOUBLE $ac_cv_sizeof_double -_ACEOF +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_double" >&5 +$as_echo "$ac_cv_sizeof_double" >&6; } -{ echo "$as_me:$LINENO: checking for long long" >&5 -echo $ECHO_N "checking for long long... $ECHO_C" >&6; } -if test "${ac_cv_type_long_long+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 -typedef long long ac__type_new_; -int -main () -{ -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext -if { (ac_try="$ac_compile" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_long_long=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_long_long=no -fi +cat >>confdefs.h <<_ACEOF +#define SIZEOF_DOUBLE $ac_cv_sizeof_double +_ACEOF -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5 -echo "${ECHO_T}$ac_cv_type_long_long" >&6; } -{ echo "$as_me:$LINENO: checking size of long long" >&5 -echo $ECHO_N "checking size of long long... $ECHO_C" >&6; } +# The cast to long int works around a bug in the HP C Compiler +# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects +# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. +# This bug is HP SR number 8606223364. +{ $as_echo "$as_me:$LINENO: checking size of long long" >&5 +$as_echo_n "checking size of long long... " >&6; } if test "${ac_cv_sizeof_long_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - if test "$ac_cv_type_long_long" = yes; then - # The cast to long int works around a bug in the HP C Compiler - # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects - # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'. - # This bug is HP SR number 8606223364. if test "$cross_compiling" = yes; then # Depending upon the size, compute the lo and hi bounds. cat >conftest.$ac_ext <<_ACEOF @@ -24064,11 +21852,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= 0)]; test_array [0] = 0 ; @@ -24081,34 +21868,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=0 ac_mid=0 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -24118,11 +21889,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -24135,37 +21905,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr $ac_mid + 1` @@ -24179,7 +21933,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -24189,11 +21943,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) < 0)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) < 0)]; test_array [0] = 0 ; @@ -24206,34 +21959,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=-1 ac_mid=-1 while :; do cat >conftest.$ac_ext <<_ACEOF @@ -24243,11 +21980,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) >= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) >= $ac_mid)]; test_array [0] = 0 ; @@ -24260,37 +21996,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_lo=$ac_mid; break else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_hi=`expr '(' $ac_mid ')' - 1` @@ -24304,7 +22024,7 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo= ac_hi= @@ -24324,11 +22044,10 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; int main () { -static int test_array [1 - 2 * !(((long int) (sizeof (ac__type_sizeof_))) <= $ac_mid)]; +static int test_array [1 - 2 * !(((long int) (sizeof (long long))) <= $ac_mid)]; test_array [0] = 0 ; @@ -24341,37 +22060,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_hi=$ac_mid else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_lo=`expr '(' $ac_mid ')' + 1` @@ -24381,11 +22084,15 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext done case $ac_lo in ?*) ac_cv_sizeof_long_long=$ac_lo;; -'') { { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) +'') if test "$ac_cv_type_long_long" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long long) +$as_echo "$as_me: error: cannot compute sizeof (long long) See \`config.log' for more details." >&2;} - { (exit 77); exit 77; }; } ;; + { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long_long=0 + fi ;; esac else cat >conftest.$ac_ext <<_ACEOF @@ -24395,9 +22102,8 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default - typedef long long ac__type_sizeof_; -static long int longval () { return (long int) (sizeof (ac__type_sizeof_)); } -static unsigned long int ulongval () { return (long int) (sizeof (ac__type_sizeof_)); } +static long int longval () { return (long int) (sizeof (long long)); } +static unsigned long int ulongval () { return (long int) (sizeof (long long)); } #include #include int @@ -24407,20 +22113,22 @@ main () FILE *f = fopen ("conftest.val", "w"); if (! f) return 1; - if (((long int) (sizeof (ac__type_sizeof_))) < 0) + if (((long int) (sizeof (long long))) < 0) { long int i = longval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long long)))) return 1; - fprintf (f, "%ld\n", i); + fprintf (f, "%ld", i); } else { unsigned long int i = ulongval (); - if (i != ((long int) (sizeof (ac__type_sizeof_)))) + if (i != ((long int) (sizeof (long long)))) return 1; - fprintf (f, "%lu\n", i); + fprintf (f, "%lu", i); } + /* Do not output a trailing newline, as this causes \r\n confusion + on some platforms. */ return ferror (f) || fclose (f) != 0; ; @@ -24433,68 +22141,73 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then ac_cv_sizeof_long_long=`cat conftest.val` else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) -{ { echo "$as_me:$LINENO: error: cannot compute sizeof (long long) +if test "$ac_cv_type_long_long" = yes; then + { { $as_echo "$as_me:$LINENO: error: cannot compute sizeof (long long) See \`config.log' for more details." >&5 -echo "$as_me: error: cannot compute sizeof (long long) +$as_echo "$as_me: error: cannot compute sizeof (long long) See \`config.log' for more details." >&2;} { (exit 77); exit 77; }; } + else + ac_cv_sizeof_long_long=0 + fi fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi rm -f conftest.val -else - ac_cv_sizeof_long_long=0 fi -fi -{ echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 -echo "${ECHO_T}$ac_cv_sizeof_long_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sizeof_long_long" >&5 +$as_echo "$ac_cv_sizeof_long_long" >&6; } + + + cat >>confdefs.h <<_ACEOF #define SIZEOF_LONG_LONG $ac_cv_sizeof_long_long _ACEOF -{ echo "$as_me:$LINENO: checking for u_int" >&5 -echo $ECHO_N "checking for u_int... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for u_int" >&5 +$as_echo_n "checking for u_int... " >&6; } if test "${ac_cv_type_u_int+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_int=no +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 -typedef u_int ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_int)) + return 0; ; return 0; } @@ -24505,46 +22218,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_int))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_int=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_int=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_int=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 -echo "${ECHO_T}$ac_cv_type_u_int" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_int" >&5 +$as_echo "$ac_cv_type_u_int" >&6; } if test $ac_cv_type_u_int = yes; then : else @@ -24555,26 +22294,24 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for u_long" >&5 -echo $ECHO_N "checking for u_long... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for u_long" >&5 +$as_echo_n "checking for u_long... " >&6; } if test "${ac_cv_type_u_long+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_long=no +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 -typedef u_long ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_long)) + return 0; ; return 0; } @@ -24585,46 +22322,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_long))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_long=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_long=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_long=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 -echo "${ECHO_T}$ac_cv_type_u_long" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_long" >&5 +$as_echo "$ac_cv_type_u_long" >&6; } if test $ac_cv_type_u_long = yes; then : else @@ -24638,26 +22401,24 @@ fi if test "$ac_cv_sizeof_short" = 2; then - { echo "$as_me:$LINENO: checking for bits16_t" >&5 -echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits16_t" >&5 +$as_echo_n "checking for bits16_t... " >&6; } if test "${ac_cv_type_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits16_t=no +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 -typedef bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits16_t)) + return 0; ; return 0; } @@ -24668,46 +22429,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 +$as_echo "$ac_cv_type_bits16_t" >&6; } if test $ac_cv_type_bits16_t = yes; then : else @@ -24719,26 +22506,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_char" = 2; then - { echo "$as_me:$LINENO: checking for bits16_t" >&5 -echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits16_t" >&5 +$as_echo_n "checking for bits16_t... " >&6; } if test "${ac_cv_type_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits16_t=no +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 -typedef bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits16_t)) + return 0; ; return 0; } @@ -24749,46 +22534,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 +$as_echo "$ac_cv_type_bits16_t" >&6; } if test $ac_cv_type_bits16_t = yes; then : else @@ -24800,26 +22611,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for bits16_t" >&5 -echo $ECHO_N "checking for bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits16_t" >&5 +$as_echo_n "checking for bits16_t... " >&6; } if test "${ac_cv_type_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits16_t=no +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 -typedef bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits16_t)) + return 0; ; return 0; } @@ -24830,46 +22639,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits16_t" >&5 +$as_echo "$ac_cv_type_bits16_t" >&6; } if test $ac_cv_type_bits16_t = yes; then : else @@ -24884,26 +22719,24 @@ fi if test "$ac_cv_sizeof_short" = 2; then - { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 -echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits16_t" >&5 +$as_echo_n "checking for u_bits16_t... " >&6; } if test "${ac_cv_type_u_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits16_t=no +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 -typedef u_bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits16_t)) + return 0; ; return 0; } @@ -24914,46 +22747,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 +$as_echo "$ac_cv_type_u_bits16_t" >&6; } if test $ac_cv_type_u_bits16_t = yes; then : else @@ -24965,26 +22824,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_char" = 2; then - { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 -echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits16_t" >&5 +$as_echo_n "checking for u_bits16_t... " >&6; } if test "${ac_cv_type_u_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits16_t=no +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 -typedef u_bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits16_t)) + return 0; ; return 0; } @@ -24995,46 +22852,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits16_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits16_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits16_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 +$as_echo "$ac_cv_type_u_bits16_t" >&6; } if test $ac_cv_type_u_bits16_t = yes; then : else @@ -25046,26 +22929,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for u_bits16_t" >&5 -echo $ECHO_N "checking for u_bits16_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits16_t" >&5 +$as_echo_n "checking for u_bits16_t... " >&6; } if test "${ac_cv_type_u_bits16_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits16_t=no +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 -typedef u_bits16_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits16_t)) + return 0; ; return 0; } @@ -25076,65 +22957,18 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits16_t=yes -else - echo "$as_me: failed program was:" >&5 -sed 's/^/| /' conftest.$ac_ext >&5 - - ac_cv_type_u_bits16_t=no -fi - -rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext -fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits16_t" >&6; } -if test $ac_cv_type_u_bits16_t = yes; then - : -else - -cat >>confdefs.h <<_ACEOF -#define u_bits16_t unsigned short -_ACEOF - -fi - -fi - - -if test "$ac_cv_sizeof_int" = 4; then - { echo "$as_me:$LINENO: checking for bits32_t" >&5 -echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } -if test "${ac_cv_type_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 -else + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -25142,14 +22976,11 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default -typedef bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((u_bits16_t))) + return 0; ; return 0; } @@ -25160,77 +22991,70 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits32_t=yes + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits16_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits32_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } -if test $ac_cv_type_bits32_t = yes; then +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits16_t" >&5 +$as_echo "$ac_cv_type_u_bits16_t" >&6; } +if test $ac_cv_type_u_bits16_t = yes; then : else cat >>confdefs.h <<_ACEOF -#define bits32_t int +#define u_bits16_t unsigned short _ACEOF fi -elif test "$ac_cv_sizeof_long" = 4; then - { echo "$as_me:$LINENO: checking for bits32_t" >&5 -echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } +fi + + +if test "$ac_cv_sizeof_int" = 4; then + { $as_echo "$as_me:$LINENO: checking for bits32_t" >&5 +$as_echo_n "checking for bits32_t... " >&6; } if test "${ac_cv_type_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits32_t=no +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 -typedef bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits32_t)) + return 0; ; return 0; } @@ -25241,46 +23065,177 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; } && - { ac_try='test -s conftest.$ac_objext' - { (case "(($ac_try" in + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 +$as_echo "$ac_cv_type_bits32_t" >&6; } +if test $ac_cv_type_bits32_t = yes; then + : +else + +cat >>confdefs.h <<_ACEOF +#define bits32_t int +_ACEOF + +fi + +elif test "$ac_cv_sizeof_long" = 4; then + { $as_echo "$as_me:$LINENO: checking for bits32_t" >&5 +$as_echo_n "checking for bits32_t... " >&6; } +if test "${ac_cv_type_bits32_t+set}" = set; then + $as_echo_n "(cached) " >&6 +else + ac_cv_type_bits32_t=no +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 (sizeof (bits32_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits32_t=no + ac_cv_type_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 +$as_echo "$ac_cv_type_bits32_t" >&6; } if test $ac_cv_type_bits32_t = yes; then : else @@ -25292,26 +23247,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for bits32_t" >&5 -echo $ECHO_N "checking for bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits32_t" >&5 +$as_echo_n "checking for bits32_t... " >&6; } if test "${ac_cv_type_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits32_t=no +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 -typedef bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits32_t)) + return 0; ; return 0; } @@ -25322,46 +23275,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits32_t=no + ac_cv_type_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits32_t" >&5 +$as_echo "$ac_cv_type_bits32_t" >&6; } if test $ac_cv_type_bits32_t = yes; then : else @@ -25376,26 +23355,24 @@ fi if test "$ac_cv_sizeof_int" = 4; then - { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 -echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits32_t" >&5 +$as_echo_n "checking for u_bits32_t... " >&6; } if test "${ac_cv_type_u_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits32_t=no +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 -typedef u_bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits32_t)) + return 0; ; return 0; } @@ -25406,46 +23383,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits32_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 +$as_echo "$ac_cv_type_u_bits32_t" >&6; } if test $ac_cv_type_u_bits32_t = yes; then : else @@ -25457,26 +23460,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_long" = 4; then - { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 -echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits32_t" >&5 +$as_echo_n "checking for u_bits32_t... " >&6; } if test "${ac_cv_type_u_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits32_t=no +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 -typedef u_bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits32_t)) + return 0; ; return 0; } @@ -25487,46 +23488,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits32_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 +$as_echo "$ac_cv_type_u_bits32_t" >&6; } if test $ac_cv_type_u_bits32_t = yes; then : else @@ -25538,26 +23565,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for u_bits32_t" >&5 -echo $ECHO_N "checking for u_bits32_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for u_bits32_t" >&5 +$as_echo_n "checking for u_bits32_t... " >&6; } if test "${ac_cv_type_u_bits32_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_u_bits32_t=no +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 -typedef u_bits32_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (u_bits32_t)) + return 0; ; return 0; } @@ -25568,46 +23593,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((u_bits32_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_u_bits32_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_u_bits32_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_u_bits32_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 -echo "${ECHO_T}$ac_cv_type_u_bits32_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_u_bits32_t" >&5 +$as_echo "$ac_cv_type_u_bits32_t" >&6; } if test $ac_cv_type_u_bits32_t = yes; then : else @@ -25622,26 +23673,24 @@ fi if test "$ac_cv_sizeof_char_p" = 8; then - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25652,46 +23701,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits64_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -25703,26 +23778,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_double" = 8; then - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25733,46 +23806,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits64_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -25784,26 +23883,58 @@ _ACEOF fi elif test -n "$ac_cv_type_long_long" && test "$ac_cv_sizeof_long_long" = 8; then - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) +if (sizeof (bits64_t)) + return 0; + ; return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; ; return 0; } @@ -25814,46 +23945,38 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits64_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -25865,26 +23988,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_long" = 8; then - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25895,46 +24016,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + ac_cv_type_bits64_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -25946,26 +24093,24 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for bits64_t" >&5 -echo $ECHO_N "checking for bits64_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for bits64_t" >&5 +$as_echo_n "checking for bits64_t... " >&6; } if test "${ac_cv_type_bits64_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_bits64_t=no +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 -typedef bits64_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (bits64_t)) + return 0; ; return 0; } @@ -25976,46 +24121,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((bits64_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_bits64_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_bits64_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_bits64_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 -echo "${ECHO_T}$ac_cv_type_bits64_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_bits64_t" >&5 +$as_echo "$ac_cv_type_bits64_t" >&6; } if test $ac_cv_type_bits64_t = yes; then : else @@ -26031,26 +24202,24 @@ fi if test "$ac_cv_sizeof_int" = "$ac_cv_sizeof_char_p"; then - { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +$as_echo_n "checking for ptrdiff_t... " >&6; } if test "${ac_cv_type_ptrdiff_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ptrdiff_t=no +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 -typedef ptrdiff_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (ptrdiff_t)) + return 0; ; return 0; } @@ -26061,46 +24230,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((ptrdiff_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ptrdiff_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_ptrdiff_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ptrdiff_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +$as_echo "$ac_cv_type_ptrdiff_t" >&6; } if test $ac_cv_type_ptrdiff_t = yes; then : else @@ -26112,26 +24307,24 @@ _ACEOF fi elif test "$ac_cv_sizeof_long" = "$ac_cv_sizeof_char_p"; then - { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +$as_echo_n "checking for ptrdiff_t... " >&6; } if test "${ac_cv_type_ptrdiff_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ptrdiff_t=no +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 -typedef ptrdiff_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (ptrdiff_t)) + return 0; ; return 0; } @@ -26142,46 +24335,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((ptrdiff_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ptrdiff_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_type_ptrdiff_t=yes +fi + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ptrdiff_t=no + fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +$as_echo "$ac_cv_type_ptrdiff_t" >&6; } if test $ac_cv_type_ptrdiff_t = yes; then : else @@ -26193,26 +24412,24 @@ _ACEOF fi elif test "$ac_cv_type_long_long" = yes && test "$ac_cv_sizeof_long_long" = "$ac_cv_sizeof_char_p"; then - { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +$as_echo_n "checking for ptrdiff_t... " >&6; } if test "${ac_cv_type_ptrdiff_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - cat >conftest.$ac_ext <<_ACEOF + ac_cv_type_ptrdiff_t=no +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 -typedef ptrdiff_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof (ptrdiff_t)) + return 0; ; return 0; } @@ -26223,46 +24440,72 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + 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 (sizeof ((ptrdiff_t))) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ptrdiff_t=yes + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ptrdiff_t=no + ac_cv_type_ptrdiff_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +$as_echo "$ac_cv_type_ptrdiff_t" >&6; } if test $ac_cv_type_ptrdiff_t = yes; then : else @@ -26274,11 +24517,46 @@ _ACEOF fi else - { echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 -echo $ECHO_N "checking for ptrdiff_t... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for ptrdiff_t" >&5 +$as_echo_n "checking for ptrdiff_t... " >&6; } if test "${ac_cv_type_ptrdiff_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else + ac_cv_type_ptrdiff_t=no +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 (sizeof (ptrdiff_t)) + return 0; + ; + return 0; +} +_ACEOF +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ _ACEOF @@ -26286,14 +24564,11 @@ cat confdefs.h >>conftest.$ac_ext cat >>conftest.$ac_ext <<_ACEOF /* end confdefs.h. */ $ac_includes_default -typedef ptrdiff_t ac__type_new_; int main () { -if ((ac__type_new_ *) 0) - return 0; -if (sizeof (ac__type_new_)) - return 0; +if (sizeof ((ptrdiff_t))) + return 0; ; return 0; } @@ -26304,46 +24579,38 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then - ac_cv_type_ptrdiff_t=yes + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then + : else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 - ac_cv_type_ptrdiff_t=no + ac_cv_type_ptrdiff_t=yes fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + fi -{ echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 -echo "${ECHO_T}$ac_cv_type_ptrdiff_t" >&6; } + +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext +fi +{ $as_echo "$as_me:$LINENO: result: $ac_cv_type_ptrdiff_t" >&5 +$as_echo "$ac_cv_type_ptrdiff_t" >&6; } if test $ac_cv_type_ptrdiff_t = yes; then : else @@ -26357,10 +24624,10 @@ fi fi -{ echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5 -echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5 +$as_echo_n "checking whether stat file-mode macros are broken... " >&6; } if test "${ac_cv_header_stat_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26372,41 +24639,52 @@ cat >>conftest.$ac_ext <<_ACEOF #include #if defined S_ISBLK && defined S_IFDIR -# if S_ISBLK (S_IFDIR) -You lose. -# endif +extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1]; #endif #if defined S_ISBLK && defined S_IFCHR -# if S_ISBLK (S_IFCHR) -You lose. -# endif +extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1]; #endif #if defined S_ISLNK && defined S_IFREG -# if S_ISLNK (S_IFREG) -You lose. -# endif +extern char c3[S_ISLNK (S_IFREG) ? -1 : 1]; #endif #if defined S_ISSOCK && defined S_IFREG -# if S_ISSOCK (S_IFREG) -You lose. -# endif +extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1]; #endif _ACEOF -if (eval "$ac_cpp conftest.$ac_ext") 2>&5 | - $EGREP "You lose" >/dev/null 2>&1; then - ac_cv_header_stat_broken=yes -else +rm -f conftest.$ac_objext +if { (ac_try="$ac_compile" +case "(($ac_try" in + *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; + *) ac_try_echo=$ac_try;; +esac +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 + ac_status=$? + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_header_stat_broken=no +else + $as_echo "$as_me: failed program was:" >&5 +sed 's/^/| /' conftest.$ac_ext >&5 + + ac_cv_header_stat_broken=yes fi -rm -f conftest* +rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5 -echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5 +$as_echo "$ac_cv_header_stat_broken" >&6; } if test $ac_cv_header_stat_broken = yes; then cat >>confdefs.h <<\_ACEOF @@ -26416,16 +24694,16 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether #! works in shell scripts" >&5 -echo $ECHO_N "checking whether #! works in shell scripts... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether #! works in shell scripts" >&5 +$as_echo_n "checking whether #! works in shell scripts... " >&6; } if test "${ac_cv_sys_interpreter+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else echo '#! /bin/cat exit 69 ' >conftest chmod u+x conftest -(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null) +(SHELL=/bin/sh; export SHELL; ./conftest >/dev/null 2>&1) if test $? -ne 69; then ac_cv_sys_interpreter=yes else @@ -26433,8 +24711,8 @@ else fi rm -f conftest fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_interpreter" >&5 -echo "${ECHO_T}$ac_cv_sys_interpreter" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_interpreter" >&5 +$as_echo "$ac_cv_sys_interpreter" >&6; } interpval=$ac_cv_sys_interpreter if test $ac_cv_sys_interpreter = yes; then @@ -26445,10 +24723,10 @@ _ACEOF fi if test "$ac_cv_func_lstat" = "no"; then -{ echo "$as_me:$LINENO: checking for lstat" >&5 -echo $ECHO_N "checking for lstat... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for lstat" >&5 +$as_echo_n "checking for lstat... " >&6; } if test "${bash_cv_func_lstat+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -26474,47 +24752,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_func_lstat=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_func_lstat=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_lstat" >&5 -echo "${ECHO_T}$bash_cv_func_lstat" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_lstat" >&5 +$as_echo "$bash_cv_func_lstat" >&6; } if test $bash_cv_func_lstat = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_LSTAT 1 @@ -26525,14 +24791,14 @@ fi fi -{ echo "$as_me:$LINENO: checking whether the ctype macros accept non-ascii characters" >&5 -echo $ECHO_N "checking whether the ctype macros accept non-ascii characters... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether the ctype macros accept non-ascii characters" >&5 +$as_echo_n "checking whether the ctype macros accept non-ascii characters... " >&6; } if test "${bash_cv_func_ctype_nonascii+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check ctype macros if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check ctype macros if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check ctype macros if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check ctype macros if cross compiling -- defaulting to no" >&2;} bash_cv_func_ctype_nonascii=no else @@ -26580,37 +24846,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_ctype_nonascii=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_func_ctype_nonascii=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_ctype_nonascii" >&5 -echo "${ECHO_T}$bash_cv_func_ctype_nonascii" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_ctype_nonascii" >&5 +$as_echo "$bash_cv_func_ctype_nonascii" >&6; } if test $bash_cv_func_ctype_nonascii = yes; then cat >>confdefs.h <<\_ACEOF #define CTYPE_NON_ASCII 1 @@ -26618,14 +24887,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking if dup2 fails to clear the close-on-exec flag" >&5 -echo $ECHO_N "checking if dup2 fails to clear the close-on-exec flag... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if dup2 fails to clear the close-on-exec flag" >&5 +$as_echo_n "checking if dup2 fails to clear the close-on-exec flag... " >&6; } if test "${bash_cv_dup2_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check dup2 if cross compiling -- defaulting to no" >&2;} bash_cv_dup2_broken=no else cat >conftest.$ac_ext <<_ACEOF @@ -26658,29 +24927,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_dup2_broken=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_dup2_broken=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -26688,8 +24960,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_dup2_broken" >&5 -echo "${ECHO_T}$bash_cv_dup2_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dup2_broken" >&5 +$as_echo "$bash_cv_dup2_broken" >&6; } if test $bash_cv_dup2_broken = yes; then cat >>confdefs.h <<\_ACEOF #define DUP2_BROKEN 1 @@ -26698,14 +24970,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether pgrps need synchronization" >&5 -echo $ECHO_N "checking whether pgrps need synchronization... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether pgrps need synchronization" >&5 +$as_echo_n "checking whether pgrps need synchronization... " >&6; } if test "${bash_cv_pgrp_pipe+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check pgrp synchronization if cross compiling -- defaulting to no" >&2;} bash_cv_pgrp_pipe=no else cat >conftest.$ac_ext <<_ACEOF @@ -26770,29 +25042,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_pgrp_pipe=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_pgrp_pipe=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -26800,8 +25075,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_pgrp_pipe" >&5 -echo "${ECHO_T}$bash_cv_pgrp_pipe" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_pgrp_pipe" >&5 +$as_echo "$bash_cv_pgrp_pipe" >&6; } if test $bash_cv_pgrp_pipe = yes; then cat >>confdefs.h <<\_ACEOF #define PGRP_PIPE 1 @@ -26810,10 +25085,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for type of signal functions" >&5 -echo $ECHO_N "checking for type of signal functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for type of signal functions" >&5 +$as_echo_n "checking for type of signal functions... " >&6; } if test "${bash_cv_signal_vintage+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -26843,37 +25118,24 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_signal_vintage=posix else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -26901,37 +25163,24 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_signal_vintage=4.2bsd else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 @@ -26962,60 +25211,50 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_signal_vintage=svr3 else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_signal_vintage=v7 fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5 -echo "${ECHO_T}$bash_cv_signal_vintage" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_signal_vintage" >&5 +$as_echo "$bash_cv_signal_vintage" >&6; } if test "$bash_cv_signal_vintage" = posix; then cat >>confdefs.h <<\_ACEOF #define HAVE_POSIX_SIGNALS 1 @@ -27034,10 +25273,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for sys_errlist and sys_nerr" >&5 -echo $ECHO_N "checking for sys_errlist and sys_nerr... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys_errlist and sys_nerr" >&5 +$as_echo_n "checking for sys_errlist and sys_nerr... " >&6; } if test "${bash_cv_sys_errlist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27062,47 +25301,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_sys_errlist=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_sys_errlist=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_sys_errlist" >&5 -echo "${ECHO_T}$bash_cv_sys_errlist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_sys_errlist" >&5 +$as_echo "$bash_cv_sys_errlist" >&6; } if test $bash_cv_sys_errlist = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_SYS_ERRLIST 1 @@ -27111,14 +25338,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for sys_siglist in system C library" >&5 -echo $ECHO_N "checking for sys_siglist in system C library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sys_siglist in system C library" >&5 +$as_echo_n "checking for sys_siglist in system C library... " >&6; } if test "${bash_cv_sys_siglist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check for sys_siglist if cross compiling -- defaulting to no" >&2;} bash_cv_sys_siglist=no else cat >conftest.$ac_ext <<_ACEOF @@ -27148,37 +25375,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_sys_siglist=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_sys_siglist=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_sys_siglist" >&5 -echo "${ECHO_T}$bash_cv_sys_siglist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_sys_siglist" >&5 +$as_echo "$bash_cv_sys_siglist" >&6; } if test $bash_cv_sys_siglist = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_SYS_SIGLIST 1 @@ -27186,10 +25416,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for _sys_siglist in signal.h or unistd.h" >&5 -echo $ECHO_N "checking for _sys_siglist in signal.h or unistd.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _sys_siglist in signal.h or unistd.h" >&5 +$as_echo_n "checking for _sys_siglist in signal.h or unistd.h... " >&6; } if test "${bash_cv_decl_under_sys_siglist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27217,37 +25447,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_decl_under_sys_siglist=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_decl_under_sys_siglist=no @@ -27255,8 +25469,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_decl_under_sys_siglist" >&5 -echo "${ECHO_T}$bash_cv_decl_under_sys_siglist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_decl_under_sys_siglist" >&5 +$as_echo "$bash_cv_decl_under_sys_siglist" >&6; } if test $bash_cv_decl_under_sys_siglist = yes; then cat >>confdefs.h <<\_ACEOF #define UNDER_SYS_SIGLIST_DECLARED 1 @@ -27265,14 +25479,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for _sys_siglist in system C library" >&5 -echo $ECHO_N "checking for _sys_siglist in system C library... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for _sys_siglist in system C library" >&5 +$as_echo_n "checking for _sys_siglist in system C library... " >&6; } if test "${bash_cv_under_sys_siglist+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check for _sys_siglist if cross compiling -- defaulting to no" >&2;} bash_cv_under_sys_siglist=no else cat >conftest.$ac_ext <<_ACEOF @@ -27302,37 +25516,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_under_sys_siglist=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_under_sys_siglist=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_under_sys_siglist" >&5 -echo "${ECHO_T}$bash_cv_under_sys_siglist" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_under_sys_siglist" >&5 +$as_echo "$bash_cv_under_sys_siglist" >&6; } if test $bash_cv_under_sys_siglist = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_UNDER_SYS_SIGLIST 1 @@ -27341,10 +25558,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether signal handlers are of type void" >&5 -echo $ECHO_N "checking whether signal handlers are of type void... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether signal handlers are of type void" >&5 +$as_echo_n "checking whether signal handlers are of type void... " >&6; } if test "${bash_cv_void_sighandler+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27375,37 +25592,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_void_sighandler=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_void_sighandler=no @@ -27413,8 +25614,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_void_sighandler" >&5 -echo "${ECHO_T}$bash_cv_void_sighandler" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_void_sighandler" >&5 +$as_echo "$bash_cv_void_sighandler" >&6; } if test $bash_cv_void_sighandler = yes; then cat >>confdefs.h <<\_ACEOF #define VOID_SIGHANDLER 1 @@ -27424,10 +25625,10 @@ fi -{ echo "$as_me:$LINENO: checking for clock_t" >&5 -echo $ECHO_N "checking for clock_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for clock_t" >&5 +$as_echo_n "checking for clock_t... " >&6; } if test "${bash_cv_type_clock_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27456,8 +25657,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_clock_t" >&5 -echo "${ECHO_T}$bash_cv_type_clock_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_clock_t" >&5 +$as_echo "$bash_cv_type_clock_t" >&6; } if test $bash_cv_type_clock_t = no; then cat >>confdefs.h <<_ACEOF @@ -27468,10 +25669,10 @@ fi -{ echo "$as_me:$LINENO: checking for sigset_t" >&5 -echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for sigset_t" >&5 +$as_echo_n "checking for sigset_t... " >&6; } if test "${bash_cv_type_sigset_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27500,8 +25701,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_sigset_t" >&5 -echo "${ECHO_T}$bash_cv_type_sigset_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_sigset_t" >&5 +$as_echo "$bash_cv_type_sigset_t" >&6; } if test $bash_cv_type_sigset_t = no; then cat >>confdefs.h <<_ACEOF @@ -27512,10 +25713,10 @@ fi -{ echo "$as_me:$LINENO: checking for quad_t" >&5 -echo $ECHO_N "checking for quad_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for quad_t" >&5 +$as_echo_n "checking for quad_t... " >&6; } if test "${bash_cv_type_quad_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27544,8 +25745,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_quad_t" >&5 -echo "${ECHO_T}$bash_cv_type_quad_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_quad_t" >&5 +$as_echo "$bash_cv_type_quad_t" >&6; } if test $bash_cv_type_quad_t = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_QUAD_T 1 @@ -27561,10 +25762,10 @@ fi -{ echo "$as_me:$LINENO: checking for intmax_t" >&5 -echo $ECHO_N "checking for intmax_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for intmax_t" >&5 +$as_echo_n "checking for intmax_t... " >&6; } if test "${bash_cv_type_intmax_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27593,8 +25794,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_intmax_t" >&5 -echo "${ECHO_T}$bash_cv_type_intmax_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_intmax_t" >&5 +$as_echo "$bash_cv_type_intmax_t" >&6; } if test $bash_cv_type_intmax_t = no; then cat >>confdefs.h <<_ACEOF @@ -27605,10 +25806,10 @@ fi -{ echo "$as_me:$LINENO: checking for uintmax_t" >&5 -echo $ECHO_N "checking for uintmax_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for uintmax_t" >&5 +$as_echo_n "checking for uintmax_t... " >&6; } if test "${bash_cv_type_uintmax_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27637,8 +25838,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_uintmax_t" >&5 -echo "${ECHO_T}$bash_cv_type_uintmax_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_uintmax_t" >&5 +$as_echo "$bash_cv_type_uintmax_t" >&6; } if test $bash_cv_type_uintmax_t = no; then cat >>confdefs.h <<_ACEOF @@ -27650,10 +25851,10 @@ fi if test "$ac_cv_header_sys_socket_h" = "yes"; then -{ echo "$as_me:$LINENO: checking for socklen_t" >&5 -echo $ECHO_N "checking for socklen_t... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for socklen_t" >&5 +$as_echo_n "checking for socklen_t... " >&6; } if test "${bash_cv_type_socklen_t+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27682,8 +25883,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_socklen_t" >&5 -echo "${ECHO_T}$bash_cv_type_socklen_t" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_socklen_t" >&5 +$as_echo "$bash_cv_type_socklen_t" >&6; } if test $bash_cv_type_socklen_t = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_SOCKLEN_T 1 @@ -27698,10 +25899,10 @@ _ACEOF fi fi -{ echo "$as_me:$LINENO: checking for size and type of struct rlimit fields" >&5 -echo $ECHO_N "checking for size and type of struct rlimit fields... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for size and type of struct rlimit fields" >&5 +$as_echo_n "checking for size and type of struct rlimit fields... " >&6; } if test "${bash_cv_type_rlimit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27725,43 +25926,27 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_type_rlimit=rlim_t else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&5 -echo "$as_me: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&5 +$as_echo "$as_me: WARNING: cannot check quad_t if cross compiling -- defaulting to long" >&2;} bash_cv_type_rlimit=long else cat >conftest.$ac_ext <<_ACEOF @@ -27790,29 +25975,32 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_type_rlimit=quad_t else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_type_rlimit=long fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi @@ -27823,8 +26011,8 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_type_rlimit" >&5 -echo "${ECHO_T}$bash_cv_type_rlimit" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_type_rlimit" >&5 +$as_echo "$bash_cv_type_rlimit" >&6; } if test $bash_cv_type_rlimit = quad_t; then cat >>confdefs.h <<\_ACEOF #define RLIMTYPE quad_t @@ -27839,10 +26027,10 @@ fi -{ echo "$as_me:$LINENO: checking for struct termios.c_line" >&5 -echo $ECHO_N "checking for struct termios.c_line... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct termios.c_line" >&5 +$as_echo_n "checking for struct termios.c_line... " >&6; } if test "${ac_cv_member_struct_termios_c_line+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -27871,37 +26059,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_termios_c_line=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -27931,37 +26103,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_termios_c_line=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_termios_c_line=no @@ -27972,8 +26128,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_termios_c_line" >&5 -echo "${ECHO_T}$ac_cv_member_struct_termios_c_line" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_termios_c_line" >&5 +$as_echo "$ac_cv_member_struct_termios_c_line" >&6; } if test $ac_cv_member_struct_termios_c_line = yes; then cat >>confdefs.h <<\_ACEOF #define TERMIOS_LDISC 1 @@ -27983,10 +26139,10 @@ fi -{ echo "$as_me:$LINENO: checking for struct termio.c_line" >&5 -echo $ECHO_N "checking for struct termio.c_line... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct termio.c_line" >&5 +$as_echo_n "checking for struct termio.c_line... " >&6; } if test "${ac_cv_member_struct_termio_c_line+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28015,37 +26171,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_termio_c_line=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28075,37 +26215,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_termio_c_line=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_termio_c_line=no @@ -28116,8 +26240,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_termio_c_line" >&5 -echo "${ECHO_T}$ac_cv_member_struct_termio_c_line" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_termio_c_line" >&5 +$as_echo "$ac_cv_member_struct_termio_c_line" >&6; } if test $ac_cv_member_struct_termio_c_line = yes; then cat >>confdefs.h <<\_ACEOF #define TERMIO_LDISC 1 @@ -28127,10 +26251,10 @@ fi -{ echo "$as_me:$LINENO: checking for struct dirent.d_ino" >&5 -echo $ECHO_N "checking for struct dirent.d_ino... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct dirent.d_ino" >&5 +$as_echo_n "checking for struct dirent.d_ino... " >&6; } if test "${bash_cv_dirent_has_dino+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28175,37 +26299,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_dirent_has_dino=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_dirent_has_dino=no @@ -28214,8 +26322,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_dirent_has_dino" >&5 -echo "${ECHO_T}$bash_cv_dirent_has_dino" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dirent_has_dino" >&5 +$as_echo "$bash_cv_dirent_has_dino" >&6; } if test $bash_cv_dirent_has_dino = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_STRUCT_DIRENT_D_INO 1 @@ -28224,10 +26332,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct dirent.d_fileno" >&5 -echo $ECHO_N "checking for struct dirent.d_fileno... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct dirent.d_fileno" >&5 +$as_echo_n "checking for struct dirent.d_fileno... " >&6; } if test "${bash_cv_dirent_has_d_fileno+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28272,37 +26380,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_dirent_has_d_fileno=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_dirent_has_d_fileno=no @@ -28311,8 +26403,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_fileno" >&5 -echo "${ECHO_T}$bash_cv_dirent_has_d_fileno" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_fileno" >&5 +$as_echo "$bash_cv_dirent_has_d_fileno" >&6; } if test $bash_cv_dirent_has_d_fileno = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_STRUCT_DIRENT_D_FILENO 1 @@ -28321,10 +26413,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct dirent.d_namlen" >&5 -echo $ECHO_N "checking for struct dirent.d_namlen... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct dirent.d_namlen" >&5 +$as_echo_n "checking for struct dirent.d_namlen... " >&6; } if test "${bash_cv_dirent_has_d_namlen+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28369,37 +26461,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_dirent_has_d_namlen=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_dirent_has_d_namlen=no @@ -28408,8 +26484,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_namlen" >&5 -echo "${ECHO_T}$bash_cv_dirent_has_d_namlen" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dirent_has_d_namlen" >&5 +$as_echo "$bash_cv_dirent_has_d_namlen" >&6; } if test $bash_cv_dirent_has_d_namlen = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_STRUCT_DIRENT_D_NAMLEN 1 @@ -28417,10 +26493,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct winsize in sys/ioctl.h and termios.h" >&5 -echo $ECHO_N "checking for struct winsize in sys/ioctl.h and termios.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct winsize in sys/ioctl.h and termios.h" >&5 +$as_echo_n "checking for struct winsize in sys/ioctl.h and termios.h... " >&6; } if test "${bash_cv_struct_winsize_header+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28444,37 +26520,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_compile") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_struct_winsize_header=ioctl_h else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28499,37 +26559,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_struct_winsize_header=termios_h else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_struct_winsize_header=other @@ -28543,28 +26587,28 @@ rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi if test $bash_cv_struct_winsize_header = ioctl_h; then - { echo "$as_me:$LINENO: result: sys/ioctl.h" >&5 -echo "${ECHO_T}sys/ioctl.h" >&6; } + { $as_echo "$as_me:$LINENO: result: sys/ioctl.h" >&5 +$as_echo "sys/ioctl.h" >&6; } cat >>confdefs.h <<\_ACEOF #define STRUCT_WINSIZE_IN_SYS_IOCTL 1 _ACEOF elif test $bash_cv_struct_winsize_header = termios_h; then - { echo "$as_me:$LINENO: result: termios.h" >&5 -echo "${ECHO_T}termios.h" >&6; } + { $as_echo "$as_me:$LINENO: result: termios.h" >&5 +$as_echo "termios.h" >&6; } cat >>confdefs.h <<\_ACEOF #define STRUCT_WINSIZE_IN_TERMIOS 1 _ACEOF else - { echo "$as_me:$LINENO: result: not found" >&5 -echo "${ECHO_T}not found" >&6; } + { $as_echo "$as_me:$LINENO: result: not found" >&5 +$as_echo "not found" >&6; } fi -{ echo "$as_me:$LINENO: checking for struct timeval in sys/time.h and time.h" >&5 -echo $ECHO_N "checking for struct timeval in sys/time.h and time.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct timeval in sys/time.h and time.h" >&5 +$as_echo_n "checking for struct timeval in sys/time.h and time.h... " >&6; } if test "${bash_cv_struct_timeval+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -28603,8 +26647,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_struct_timeval" >&5 -echo "${ECHO_T}$bash_cv_struct_timeval" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_struct_timeval" >&5 +$as_echo "$bash_cv_struct_timeval" >&6; } if test $bash_cv_struct_timeval = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_TIMEVAL 1 @@ -28612,10 +26656,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5 -echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5 +$as_echo_n "checking for struct stat.st_blocks... " >&6; } if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28640,37 +26684,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_stat_st_blocks=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28696,37 +26724,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_stat_st_blocks=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_stat_st_blocks=no @@ -28737,8 +26749,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5 -echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5 +$as_echo "$ac_cv_member_struct_stat_st_blocks" >&6; } if test $ac_cv_member_struct_stat_st_blocks = yes; then cat >>confdefs.h <<_ACEOF @@ -28748,10 +26760,10 @@ _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; } +{ $as_echo "$as_me:$LINENO: checking whether struct tm is in sys/time.h or time.h" >&5 +$as_echo_n "checking whether struct tm is in sys/time.h or time.h... " >&6; } if test "${ac_cv_struct_tm+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28765,7 +26777,9 @@ cat >>conftest.$ac_ext <<_ACEOF int main () { -struct tm *tp; tp->tm_sec; +struct tm tm; + int *p = &tm.tm_sec; + return !p; ; return 0; } @@ -28776,37 +26790,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_struct_tm=time.h else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_struct_tm=sys/time.h @@ -28814,8 +26812,8 @@ fi rm -f core 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; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_struct_tm" >&5 +$as_echo "$ac_cv_struct_tm" >&6; } if test $ac_cv_struct_tm = sys/time.h; then cat >>confdefs.h <<\_ACEOF @@ -28824,10 +26822,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5 -echo $ECHO_N "checking for struct tm.tm_zone... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct tm.tm_zone" >&5 +$as_echo_n "checking for struct tm.tm_zone... " >&6; } if test "${ac_cv_member_struct_tm_tm_zone+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28855,37 +26853,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_tm_tm_zone=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -28914,37 +26896,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_member_struct_tm_tm_zone=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_member_struct_tm_tm_zone=no @@ -28955,8 +26921,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 -echo "${ECHO_T}$ac_cv_member_struct_tm_tm_zone" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_member_struct_tm_tm_zone" >&5 +$as_echo "$ac_cv_member_struct_tm_tm_zone" >&6; } if test $ac_cv_member_struct_tm_tm_zone = yes; then cat >>confdefs.h <<_ACEOF @@ -28973,10 +26939,10 @@ cat >>confdefs.h <<\_ACEOF _ACEOF else - { echo "$as_me:$LINENO: checking whether tzname is declared" >&5 -echo $ECHO_N "checking whether tzname is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether tzname is declared" >&5 +$as_echo_n "checking whether tzname is declared... " >&6; } if test "${ac_cv_have_decl_tzname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -28990,8 +26956,7 @@ int main () { #ifndef tzname - char *p = (char *) tzname; - return !p; + (void) tzname; #endif ; @@ -29004,37 +26969,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_tzname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_tzname=no @@ -29042,8 +26991,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5 -echo "${ECHO_T}$ac_cv_have_decl_tzname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_tzname" >&5 +$as_echo "$ac_cv_have_decl_tzname" >&6; } if test $ac_cv_have_decl_tzname = yes; then cat >>confdefs.h <<_ACEOF @@ -29060,10 +27009,10 @@ _ACEOF fi - { echo "$as_me:$LINENO: checking for tzname" >&5 -echo $ECHO_N "checking for tzname... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tzname" >&5 +$as_echo_n "checking for tzname... " >&6; } if test "${ac_cv_var_tzname+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -29090,47 +27039,35 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_var_tzname=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_var_tzname=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 -echo "${ECHO_T}$ac_cv_var_tzname" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_var_tzname" >&5 +$as_echo "$ac_cv_var_tzname" >&6; } if test $ac_cv_var_tzname = yes; then cat >>confdefs.h <<\_ACEOF @@ -29140,10 +27077,10 @@ _ACEOF fi fi -{ echo "$as_me:$LINENO: checking for struct timezone in sys/time.h and time.h" >&5 -echo $ECHO_N "checking for struct timezone in sys/time.h and time.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for struct timezone in sys/time.h and time.h" >&5 +$as_echo_n "checking for struct timezone in sys/time.h and time.h... " >&6; } if test "${bash_cv_struct_timezone+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF @@ -29182,8 +27119,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_struct_timezone" >&5 -echo "${ECHO_T}$bash_cv_struct_timezone" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_struct_timezone" >&5 +$as_echo "$bash_cv_struct_timezone" >&6; } if test $bash_cv_struct_timezone = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_STRUCT_TIMEZONE 1 @@ -29192,10 +27129,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for the existence of strsignal" >&5 -echo $ECHO_N "checking for the existence of strsignal... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for the existence of strsignal" >&5 +$as_echo_n "checking for the existence of strsignal... " >&6; } if test "${bash_cv_have_strsignal+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -29219,48 +27156,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_have_strsignal=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_have_strsignal=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_have_strsignal" >&5 -echo "${ECHO_T}$bash_cv_have_strsignal" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_have_strsignal" >&5 +$as_echo "$bash_cv_have_strsignal" >&6; } if test $bash_cv_have_strsignal = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_STRSIGNAL 1 @@ -29268,14 +27193,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking if opendir() opens non-directories" >&5 -echo $ECHO_N "checking if opendir() opens non-directories... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if opendir() opens non-directories" >&5 +$as_echo_n "checking if opendir() opens non-directories... " >&6; } if test "${bash_cv_opendir_not_robust+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check opendir if cross compiling -- defaulting to no" >&2;} bash_cv_opendir_not_robust=no else @@ -29331,37 +27256,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_opendir_not_robust=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_opendir_not_robust=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_opendir_not_robust" >&5 -echo "${ECHO_T}$bash_cv_opendir_not_robust" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_opendir_not_robust" >&5 +$as_echo "$bash_cv_opendir_not_robust" >&6; } if test $bash_cv_opendir_not_robust = yes; then cat >>confdefs.h <<\_ACEOF #define OPENDIR_NOT_ROBUST 1 @@ -29369,14 +27297,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether ulimit can substitute for getdtablesize" >&5 -echo $ECHO_N "checking whether ulimit can substitute for getdtablesize... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether ulimit can substitute for getdtablesize" >&5 +$as_echo_n "checking whether ulimit can substitute for getdtablesize... " >&6; } if test "${bash_cv_ulimit_maxfds+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check ulimit if cross compiling -- defaulting to no" >&2;} bash_cv_ulimit_maxfds=no else @@ -29400,37 +27328,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_ulimit_maxfds=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_ulimit_maxfds=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_ulimit_maxfds" >&5 -echo "${ECHO_T}$bash_cv_ulimit_maxfds" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_ulimit_maxfds" >&5 +$as_echo "$bash_cv_ulimit_maxfds" >&6; } if test $bash_cv_ulimit_maxfds = yes; then cat >>confdefs.h <<\_ACEOF #define ULIMIT_MAXFDS 1 @@ -29442,119 +27373,6 @@ fi -for ac_func in $ac_func_list -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 { as_var=$as_ac_var; eval "test \"\${$as_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 GCC internal prototype to avoid an error. - Use char because int might match the return type of a GCC - builtin and then its argument prototype would still apply. */ -#ifdef __cplusplus -extern "C" -#endif -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 -#endif - -int -main () -{ -return $ac_func (); - ; - return 0; -} -_ACEOF -rm -f conftest.$ac_objext conftest$ac_exeext -if { (ac_try="$ac_link" -case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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 core conftest.err conftest.$ac_objext \ - conftest$ac_exeext conftest.$ac_ext -fi -ac_res=`eval echo '${'$as_ac_var'}'` - { echo "$as_me:$LINENO: result: $ac_res" >&5 -echo "${ECHO_T}$ac_res" >&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 - - - - - @@ -29568,10 +27386,10 @@ done - { echo "$as_me:$LINENO: checking whether fpurge is declared" >&5 -echo $ECHO_N "checking whether fpurge is declared... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether fpurge is declared" >&5 +$as_echo_n "checking whether fpurge is declared... " >&6; } if test "${ac_cv_have_decl_fpurge+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -29585,8 +27403,7 @@ int main () { #ifndef fpurge - char *p = (char *) fpurge; - return !p; + (void) fpurge; #endif ; @@ -29599,37 +27416,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then ac_cv_have_decl_fpurge=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_have_decl_fpurge=no @@ -29637,8 +27438,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_have_decl_fpurge" >&5 -echo "${ECHO_T}$ac_cv_have_decl_fpurge" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_have_decl_fpurge" >&5 +$as_echo "$ac_cv_have_decl_fpurge" >&6; } if test $ac_cv_have_decl_fpurge = yes; then cat >>confdefs.h <<_ACEOF @@ -29656,14 +27457,14 @@ fi -{ echo "$as_me:$LINENO: checking to see if getenv can be redefined" >&5 -echo $ECHO_N "checking to see if getenv can be redefined... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking to see if getenv can be redefined" >&5 +$as_echo_n "checking to see if getenv can be redefined... " >&6; } if test "${bash_cv_getenv_redef+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&5 -echo "$as_me: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&5 +$as_echo "$as_me: WARNING: cannot check getenv redefinition if cross compiling -- defaulting to yes" >&2;} bash_cv_getenv_redef=yes else @@ -29712,37 +27513,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_getenv_redef=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_getenv_redef=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_getenv_redef" >&5 -echo "${ECHO_T}$bash_cv_getenv_redef" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_getenv_redef" >&5 +$as_echo "$bash_cv_getenv_redef" >&6; } if test $bash_cv_getenv_redef = yes; then cat >>confdefs.h <<\_ACEOF #define CAN_REDEFINE_GETENV 1 @@ -29751,14 +27555,14 @@ _ACEOF fi if test "$ac_cv_func_getcwd" = "yes"; then -{ echo "$as_me:$LINENO: checking if getcwd() will dynamically allocate memory with 0 size" >&5 -echo $ECHO_N "checking if getcwd() will dynamically allocate memory with 0 size... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if getcwd() will dynamically allocate memory with 0 size" >&5 +$as_echo_n "checking if getcwd() will dynamically allocate memory with 0 size... " >&6; } if test "${bash_cv_getcwd_malloc+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check whether getcwd allocates memory when cross-compiling -- defaulting to no" >&2;} bash_cv_getcwd_malloc=no else @@ -29788,37 +27592,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_getcwd_malloc=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_getcwd_malloc=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_getcwd_malloc" >&5 -echo "${ECHO_T}$bash_cv_getcwd_malloc" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_getcwd_malloc" >&5 +$as_echo "$bash_cv_getcwd_malloc" >&6; } if test $bash_cv_getcwd_malloc = no; then cat >>confdefs.h <<\_ACEOF #define GETCWD_BROKEN 1 @@ -29834,14 +27641,14 @@ fi fi -{ echo "$as_me:$LINENO: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5 -echo $ECHO_N "checking for presence of POSIX-style sigsetjmp/siglongjmp... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for presence of POSIX-style sigsetjmp/siglongjmp" >&5 +$as_echo_n "checking for presence of POSIX-style sigsetjmp/siglongjmp... " >&6; } if test "${bash_cv_func_sigsetjmp+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&5 -echo "$as_me: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&5 +$as_echo "$as_me: WARNING: cannot check for sigsetjmp/siglongjmp if cross-compiling -- defaulting to missing" >&2;} bash_cv_func_sigsetjmp=missing else @@ -29896,37 +27703,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_sigsetjmp=present else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_func_sigsetjmp=missing fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_sigsetjmp" >&5 -echo "${ECHO_T}$bash_cv_func_sigsetjmp" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_sigsetjmp" >&5 +$as_echo "$bash_cv_func_sigsetjmp" >&6; } if test $bash_cv_func_sigsetjmp = present; then cat >>confdefs.h <<\_ACEOF #define HAVE_POSIX_SIGSETJMP 1 @@ -29935,14 +27745,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether or not strcoll and strcmp differ" >&5 -echo $ECHO_N "checking whether or not strcoll and strcmp differ... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether or not strcoll and strcmp differ" >&5 +$as_echo_n "checking whether or not strcoll and strcmp differ... " >&6; } if test "${bash_cv_func_strcoll_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check strcoll if cross compiling -- defaulting to no" >&2;} bash_cv_func_strcoll_broken=no else @@ -29995,37 +27805,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_func_strcoll_broken=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_func_strcoll_broken=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_func_strcoll_broken" >&5 -echo "${ECHO_T}$bash_cv_func_strcoll_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_func_strcoll_broken" >&5 +$as_echo "$bash_cv_func_strcoll_broken" >&6; } if test $bash_cv_func_strcoll_broken = yes; then cat >>confdefs.h <<\_ACEOF #define STRCOLL_BROKEN 1 @@ -30039,10 +27852,10 @@ if test "$ac_cv_func_putenv" = "yes"; then -{ echo "$as_me:$LINENO: checking for standard-conformant putenv declaration" >&5 -echo $ECHO_N "checking for standard-conformant putenv declaration... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for standard-conformant putenv declaration" >&5 +$as_echo_n "checking for standard-conformant putenv declaration... " >&6; } if test "${bash_cv_std_putenv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30080,48 +27893,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_std_putenv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_std_putenv=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_std_putenv" >&5 -echo "${ECHO_T}$bash_cv_std_putenv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_std_putenv" >&5 +$as_echo "$bash_cv_std_putenv" >&6; } if test $bash_cv_std_putenv = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_STD_PUTENV 1 @@ -30139,10 +27940,10 @@ if test "$ac_cv_func_unsetenv" = "yes"; then -{ echo "$as_me:$LINENO: checking for standard-conformant unsetenv declaration" >&5 -echo $ECHO_N "checking for standard-conformant unsetenv declaration... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for standard-conformant unsetenv declaration" >&5 +$as_echo_n "checking for standard-conformant unsetenv declaration... " >&6; } if test "${bash_cv_std_unsetenv+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30180,48 +27981,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 + (eval "$ac_link") 2>conftest.er1 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + grep -v '^ *+' conftest.er1 >conftest.err + rm -f conftest.er1 + cat conftest.err >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then bash_cv_std_unsetenv=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_std_unsetenv=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_std_unsetenv" >&5 -echo "${ECHO_T}$bash_cv_std_unsetenv" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_std_unsetenv" >&5 +$as_echo "$bash_cv_std_unsetenv" >&6; } if test $bash_cv_std_unsetenv = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_STD_UNSETENV 1 @@ -30236,14 +28025,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for printf floating point output in hex notation" >&5 -echo $ECHO_N "checking for printf floating point output in hex notation... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for printf floating point output in hex notation" >&5 +$as_echo_n "checking for printf floating point output in hex notation... " >&6; } if test "${bash_cv_printf_a_format+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check printf if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check printf if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check printf if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check printf if cross compiling -- defaulting to no" >&2;} bash_cv_printf_a_format=no else @@ -30274,37 +28063,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_printf_a_format=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_printf_a_format=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_printf_a_format" >&5 -echo "${ECHO_T}$bash_cv_printf_a_format" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_printf_a_format" >&5 +$as_echo "$bash_cv_printf_a_format" >&6; } if test $bash_cv_printf_a_format = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_PRINTF_A_FORMAT 1 @@ -30315,14 +28107,14 @@ fi -{ echo "$as_me:$LINENO: checking if signal handlers must be reinstalled when invoked" >&5 -echo $ECHO_N "checking if signal handlers must be reinstalled when invoked... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking if signal handlers must be reinstalled when invoked" >&5 +$as_echo_n "checking if signal handlers must be reinstalled when invoked... " >&6; } if test "${bash_cv_must_reinstall_sighandlers+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check signal handling if cross compiling -- defaulting to no" >&2;} bash_cv_must_reinstall_sighandlers=no else @@ -30383,37 +28175,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_must_reinstall_sighandlers=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_must_reinstall_sighandlers=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_must_reinstall_sighandlers" >&5 -echo "${ECHO_T}$bash_cv_must_reinstall_sighandlers" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_must_reinstall_sighandlers" >&5 +$as_echo "$bash_cv_must_reinstall_sighandlers" >&6; } if test $bash_cv_must_reinstall_sighandlers = yes; then cat >>confdefs.h <<\_ACEOF #define MUST_REINSTALL_SIGHANDLERS 1 @@ -30422,14 +28217,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for presence of necessary job control definitions" >&5 -echo $ECHO_N "checking for presence of necessary job control definitions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for presence of necessary job control definitions" >&5 +$as_echo_n "checking for presence of necessary job control definitions... " >&6; } if test "${bash_cv_job_control_missing+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&5 -echo "$as_me: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&5 +$as_echo "$as_me: WARNING: cannot check job control if cross-compiling -- defaulting to missing" >&2;} bash_cv_job_control_missing=missing else @@ -30490,37 +28285,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_job_control_missing=present else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_job_control_missing=missing fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_job_control_missing" >&5 -echo "${ECHO_T}$bash_cv_job_control_missing" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_job_control_missing" >&5 +$as_echo "$bash_cv_job_control_missing" >&6; } if test $bash_cv_job_control_missing = missing; then cat >>confdefs.h <<\_ACEOF #define JOB_CONTROL_MISSING 1 @@ -30528,14 +28326,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for presence of named pipes" >&5 -echo $ECHO_N "checking for presence of named pipes... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for presence of named pipes" >&5 +$as_echo_n "checking for presence of named pipes... " >&6; } if test "${bash_cv_sys_named_pipes+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&5 -echo "$as_me: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&5 +$as_echo "$as_me: WARNING: cannot check for named pipes if cross-compiling -- defaulting to missing" >&2;} bash_cv_sys_named_pipes=missing else @@ -30590,37 +28388,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_sys_named_pipes=present else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_sys_named_pipes=missing fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_sys_named_pipes" >&5 -echo "${ECHO_T}$bash_cv_sys_named_pipes" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_sys_named_pipes" >&5 +$as_echo "$bash_cv_sys_named_pipes" >&6; } if test $bash_cv_sys_named_pipes = missing; then cat >>confdefs.h <<\_ACEOF #define NAMED_PIPES_MISSING 1 @@ -30629,10 +28430,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether termios.h defines TIOCGWINSZ" >&5 -echo $ECHO_N "checking whether termios.h defines TIOCGWINSZ... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether termios.h defines TIOCGWINSZ" >&5 +$as_echo_n "checking whether termios.h defines TIOCGWINSZ... " >&6; } if test "${ac_cv_sys_tiocgwinsz_in_termios_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30656,14 +28457,14 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5 -echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_termios_h" >&5 +$as_echo "$ac_cv_sys_tiocgwinsz_in_termios_h" >&6; } if test $ac_cv_sys_tiocgwinsz_in_termios_h != yes; then - { echo "$as_me:$LINENO: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5 -echo $ECHO_N "checking whether sys/ioctl.h defines TIOCGWINSZ... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking whether sys/ioctl.h defines TIOCGWINSZ" >&5 +$as_echo_n "checking whether sys/ioctl.h defines TIOCGWINSZ... " >&6; } if test "${ac_cv_sys_tiocgwinsz_in_sys_ioctl_h+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30687,8 +28488,8 @@ fi rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5 -echo "${ECHO_T}$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&5 +$as_echo "$ac_cv_sys_tiocgwinsz_in_sys_ioctl_h" >&6; } if test $ac_cv_sys_tiocgwinsz_in_sys_ioctl_h = yes; then @@ -30699,10 +28500,10 @@ _ACEOF fi fi -{ echo "$as_me:$LINENO: checking for TIOCSTAT in sys/ioctl.h" >&5 -echo $ECHO_N "checking for TIOCSTAT in sys/ioctl.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for TIOCSTAT in sys/ioctl.h" >&5 +$as_echo_n "checking for TIOCSTAT in sys/ioctl.h... " >&6; } if test "${bash_cv_tiocstat_in_ioctl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30726,37 +28527,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_tiocstat_in_ioctl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_tiocstat_in_ioctl=no @@ -30765,8 +28550,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_tiocstat_in_ioctl" >&5 -echo "${ECHO_T}$bash_cv_tiocstat_in_ioctl" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_tiocstat_in_ioctl" >&5 +$as_echo "$bash_cv_tiocstat_in_ioctl" >&6; } if test $bash_cv_tiocstat_in_ioctl = yes; then cat >>confdefs.h <<\_ACEOF #define TIOCSTAT_IN_SYS_IOCTL 1 @@ -30774,10 +28559,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for FIONREAD in sys/ioctl.h" >&5 -echo $ECHO_N "checking for FIONREAD in sys/ioctl.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for FIONREAD in sys/ioctl.h" >&5 +$as_echo_n "checking for FIONREAD in sys/ioctl.h... " >&6; } if test "${bash_cv_fionread_in_ioctl+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30801,37 +28586,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_fionread_in_ioctl=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_fionread_in_ioctl=no @@ -30840,8 +28609,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_fionread_in_ioctl" >&5 -echo "${ECHO_T}$bash_cv_fionread_in_ioctl" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_fionread_in_ioctl" >&5 +$as_echo "$bash_cv_fionread_in_ioctl" >&6; } if test $bash_cv_fionread_in_ioctl = yes; then cat >>confdefs.h <<\_ACEOF #define FIONREAD_IN_SYS_IOCTL 1 @@ -30851,14 +28620,14 @@ fi -{ echo "$as_me:$LINENO: checking whether WCONTINUED flag to waitpid is unavailable or available but broken" >&5 -echo $ECHO_N "checking whether WCONTINUED flag to waitpid is unavailable or available but broken... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether WCONTINUED flag to waitpid is unavailable or available but broken" >&5 +$as_echo_n "checking whether WCONTINUED flag to waitpid is unavailable or available but broken... " >&6; } if test "${bash_cv_wcontinued_broken+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no" >&5 -echo "$as_me: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no" >&5 +$as_echo "$as_me: WARNING: cannot check WCONTINUED if cross compiling -- defaulting to no" >&2;} bash_cv_wcontinued_broken=no else @@ -30895,37 +28664,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_wcontinued_broken=no else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_wcontinued_broken=yes fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_wcontinued_broken" >&5 -echo "${ECHO_T}$bash_cv_wcontinued_broken" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_wcontinued_broken" >&5 +$as_echo "$bash_cv_wcontinued_broken" >&6; } if test $bash_cv_wcontinued_broken = yes; then cat >>confdefs.h <<\_ACEOF #define WCONTINUED_BROKEN 1 @@ -30934,10 +28706,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for speed_t in sys/types.h" >&5 -echo $ECHO_N "checking for speed_t in sys/types.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for speed_t in sys/types.h" >&5 +$as_echo_n "checking for speed_t in sys/types.h... " >&6; } if test "${bash_cv_speed_t_in_sys_types+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -30960,37 +28732,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_speed_t_in_sys_types=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_speed_t_in_sys_types=no @@ -30999,8 +28755,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_speed_t_in_sys_types" >&5 -echo "${ECHO_T}$bash_cv_speed_t_in_sys_types" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_speed_t_in_sys_types" >&5 +$as_echo "$bash_cv_speed_t_in_sys_types" >&6; } if test $bash_cv_speed_t_in_sys_types = yes; then cat >>confdefs.h <<\_ACEOF #define SPEED_T_IN_SYS_TYPES 1 @@ -31008,10 +28764,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether getpw functions are declared in pwd.h" >&5 -echo $ECHO_N "checking whether getpw functions are declared in pwd.h... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether getpw functions are declared in pwd.h" >&5 +$as_echo_n "checking whether getpw functions are declared in pwd.h... " >&6; } if test "${bash_cv_getpw_declared+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -31037,8 +28793,8 @@ rm -f conftest* fi -{ echo "$as_me:$LINENO: result: $bash_cv_getpw_declared" >&5 -echo "${ECHO_T}$bash_cv_getpw_declared" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_getpw_declared" >&5 +$as_echo "$bash_cv_getpw_declared" >&6; } if test $bash_cv_getpw_declared = yes; then cat >>confdefs.h <<\_ACEOF #define HAVE_GETPW_DECLS 1 @@ -31046,14 +28802,14 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for unusable real-time signals due to large values" >&5 -echo $ECHO_N "checking for unusable real-time signals due to large values... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for unusable real-time signals due to large values" >&5 +$as_echo_n "checking for unusable real-time signals due to large values... " >&6; } if test "${bash_cv_unusable_rtsigs+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test "$cross_compiling" = yes; then - { echo "$as_me:$LINENO: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&5 -echo "$as_me: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&5 +$as_echo "$as_me: WARNING: cannot check real-time signals if cross compiling -- defaulting to yes" >&2;} bash_cv_unusable_rtsigs=yes else @@ -31089,37 +28845,40 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_link") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); } && { ac_try='./conftest$ac_exeext' { (case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&5 (eval "$ac_try") 2>&5 ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then bash_cv_unusable_rtsigs=yes else - echo "$as_me: program exited with status $ac_status" >&5 -echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: program exited with status $ac_status" >&5 +$as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ( exit $ac_status ) bash_cv_unusable_rtsigs=no fi +rm -rf conftest.dSYM rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_unusable_rtsigs" >&5 -echo "${ECHO_T}$bash_cv_unusable_rtsigs" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_unusable_rtsigs" >&5 +$as_echo "$bash_cv_unusable_rtsigs" >&6; } if test $bash_cv_unusable_rtsigs = yes; then cat >>confdefs.h <<\_ACEOF #define UNUSABLE_RT_SIGNALS 1 @@ -31140,10 +28899,10 @@ fi case "$host_os" in -hpux*) { echo "$as_me:$LINENO: checking whether $host_os needs _KERNEL for RLIMIT defines" >&5 -echo $ECHO_N "checking whether $host_os needs _KERNEL for RLIMIT defines... $ECHO_C" >&6; } +hpux*) { $as_echo "$as_me:$LINENO: checking whether $host_os needs _KERNEL for RLIMIT defines" >&5 +$as_echo_n "checking whether $host_os needs _KERNEL for RLIMIT defines... " >&6; } if test "${bash_cv_kernel_rlimit+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -31172,37 +28931,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_kernel_rlimit=no else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 cat >conftest.$ac_ext <<_ACEOF @@ -31234,37 +28977,21 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest.$ac_objext; then bash_cv_kernel_rlimit=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 bash_cv_kernel_rlimit=no @@ -31277,8 +29004,8 @@ fi rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $bash_cv_kernel_rlimit" >&5 -echo "${ECHO_T}$bash_cv_kernel_rlimit" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_kernel_rlimit" >&5 +$as_echo "$bash_cv_kernel_rlimit" >&6; } if test $bash_cv_kernel_rlimit = yes; then cat >>confdefs.h <<\_ACEOF #define RLIMIT_NEEDS_KERNEL 1 @@ -31296,17 +29023,17 @@ esac if test "X$bash_cv_termcap_lib" = "X"; then _bash_needmsg=yes else -{ echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 -echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 +$as_echo_n "checking which library has the termcap functions... " >&6; } _bash_needmsg= fi if test "${bash_cv_termcap_lib+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else - { echo "$as_me:$LINENO: checking for tgetent" >&5 -echo $ECHO_N "checking for tgetent... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent" >&5 +$as_echo_n "checking for tgetent... " >&6; } if test "${ac_cv_func_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else cat >conftest.$ac_ext <<_ACEOF /* confdefs.h. */ @@ -31359,54 +29086,42 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_func_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_func_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext fi -{ echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 -echo "${ECHO_T}$ac_cv_func_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_func_tgetent" >&5 +$as_echo "$ac_cv_func_tgetent" >&6; } if test $ac_cv_func_tgetent = yes; then bash_cv_termcap_lib=libc else - { echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 -echo $ECHO_N "checking for tgetent in -ltermcap... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -ltermcap" >&5 +$as_echo_n "checking for tgetent in -ltermcap... " >&6; } if test "${ac_cv_lib_termcap_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ltermcap $LIBS" @@ -31438,55 +29153,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_termcap_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_termcap_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_termcap_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_termcap_tgetent" >&5 +$as_echo "$ac_cv_lib_termcap_tgetent" >&6; } if test $ac_cv_lib_termcap_tgetent = yes; then bash_cv_termcap_lib=libtermcap else - { echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 -echo $ECHO_N "checking for tgetent in -ltinfo... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -ltinfo" >&5 +$as_echo_n "checking for tgetent in -ltinfo... " >&6; } if test "${ac_cv_lib_tinfo_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-ltinfo $LIBS" @@ -31518,55 +29221,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_tinfo_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_tinfo_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_tinfo_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_tinfo_tgetent" >&5 +$as_echo "$ac_cv_lib_tinfo_tgetent" >&6; } if test $ac_cv_lib_tinfo_tgetent = yes; then bash_cv_termcap_lib=libtinfo else - { echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 -echo $ECHO_N "checking for tgetent in -lcurses... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -lcurses" >&5 +$as_echo_n "checking for tgetent in -lcurses... " >&6; } if test "${ac_cv_lib_curses_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lcurses $LIBS" @@ -31598,55 +29289,43 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_curses_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_curses_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_curses_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_curses_tgetent" >&5 +$as_echo "$ac_cv_lib_curses_tgetent" >&6; } if test $ac_cv_lib_curses_tgetent = yes; then bash_cv_termcap_lib=libcurses else - { echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 -echo $ECHO_N "checking for tgetent in -lncurses... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking for tgetent in -lncurses" >&5 +$as_echo_n "checking for tgetent in -lncurses... " >&6; } if test "${ac_cv_lib_ncurses_tgetent+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else ac_check_lib_save_LIBS=$LIBS LIBS="-lncurses $LIBS" @@ -31678,48 +29357,36 @@ case "(($ac_try" in *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; *) ac_try_echo=$ac_try;; esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 +eval ac_try_echo="\"\$as_me:$LINENO: $ac_try_echo\"" +$as_echo "$ac_try_echo") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&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' - { (case "(($ac_try" in - *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;; - *) ac_try_echo=$ac_try;; -esac -eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5 - (eval "$ac_try") 2>&5 - ac_status=$? - echo "$as_me:$LINENO: \$? = $ac_status" >&5 - (exit $ac_status); }; }; then + $as_echo "$as_me:$LINENO: \$? = $ac_status" >&5 + (exit $ac_status); } && { + test -z "$ac_c_werror_flag" || + test ! -s conftest.err + } && test -s conftest$ac_exeext && { + test "$cross_compiling" = yes || + $as_test_x conftest$ac_exeext + }; then ac_cv_lib_ncurses_tgetent=yes else - echo "$as_me: failed program was:" >&5 + $as_echo "$as_me: failed program was:" >&5 sed 's/^/| /' conftest.$ac_ext >&5 ac_cv_lib_ncurses_tgetent=no fi -rm -f core conftest.err conftest.$ac_objext \ +rm -rf conftest.dSYM +rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \ conftest$ac_exeext conftest.$ac_ext LIBS=$ac_check_lib_save_LIBS fi -{ echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 -echo "${ECHO_T}$ac_cv_lib_ncurses_tgetent" >&6; } +{ $as_echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_tgetent" >&5 +$as_echo "$ac_cv_lib_ncurses_tgetent" >&6; } if test $ac_cv_lib_ncurses_tgetent = yes; then bash_cv_termcap_lib=libncurses else @@ -31737,11 +29404,11 @@ fi fi if test "X$_bash_needmsg" = "Xyes"; then -{ echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 -echo $ECHO_N "checking which library has the termcap functions... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking which library has the termcap functions" >&5 +$as_echo_n "checking which library has the termcap functions... " >&6; } fi -{ echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 -echo "${ECHO_T}using $bash_cv_termcap_lib" >&6; } +{ $as_echo "$as_me:$LINENO: result: using $bash_cv_termcap_lib" >&5 +$as_echo "using $bash_cv_termcap_lib" >&6; } if test $bash_cv_termcap_lib = gnutermcap && test -z "$prefer_curses"; then LDFLAGS="$LDFLAGS -L./lib/termcap" TERMCAP_LIB="./lib/termcap/libtermcap.a" @@ -31767,10 +29434,10 @@ fi -{ echo "$as_me:$LINENO: checking whether /dev/fd is available" >&5 -echo $ECHO_N "checking whether /dev/fd is available... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether /dev/fd is available" >&5 +$as_echo_n "checking whether /dev/fd is available... " >&6; } if test "${bash_cv_dev_fd+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else bash_cv_dev_fd="" if test -d /dev/fd && (exec test -r /dev/fd/0 < /dev/null) ; then @@ -31791,8 +29458,8 @@ fi fi -{ echo "$as_me:$LINENO: result: $bash_cv_dev_fd" >&5 -echo "${ECHO_T}$bash_cv_dev_fd" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dev_fd" >&5 +$as_echo "$bash_cv_dev_fd" >&6; } if test $bash_cv_dev_fd = "standard"; then cat >>confdefs.h <<\_ACEOF #define HAVE_DEV_FD 1 @@ -31813,10 +29480,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking whether /dev/stdin stdout stderr are available" >&5 -echo $ECHO_N "checking whether /dev/stdin stdout stderr are available... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking whether /dev/stdin stdout stderr are available" >&5 +$as_echo_n "checking whether /dev/stdin stdout stderr are available... " >&6; } if test "${bash_cv_dev_stdin+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -d /dev/fd && (exec test -r /dev/stdin < /dev/null) ; then bash_cv_dev_stdin=present @@ -31828,8 +29495,8 @@ else fi -{ echo "$as_me:$LINENO: result: $bash_cv_dev_stdin" >&5 -echo "${ECHO_T}$bash_cv_dev_stdin" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_dev_stdin" >&5 +$as_echo "$bash_cv_dev_stdin" >&6; } if test $bash_cv_dev_stdin = "present"; then cat >>confdefs.h <<\_ACEOF #define HAVE_DEV_STDIN 1 @@ -31837,10 +29504,10 @@ _ACEOF fi -{ echo "$as_me:$LINENO: checking for default mail directory" >&5 -echo $ECHO_N "checking for default mail directory... $ECHO_C" >&6; } +{ $as_echo "$as_me:$LINENO: checking for default mail directory" >&5 +$as_echo_n "checking for default mail directory... " >&6; } if test "${bash_cv_mail_dir+set}" = set; then - echo $ECHO_N "(cached) $ECHO_C" >&6 + $as_echo_n "(cached) " >&6 else if test -d /var/mail; then bash_cv_mail_dir=/var/mail @@ -31856,8 +29523,8 @@ else fi -{ echo "$as_me:$LINENO: result: $bash_cv_mail_dir" >&5 -echo "${ECHO_T}$bash_cv_mail_dir" >&6; } +{ $as_echo "$as_me:$LINENO: result: $bash_cv_mail_dir" >&5 +$as_echo "$bash_cv_mail_dir" >&6; } cat >>confdefs.h <<_ACEOF #define DEFAULT_MAIL_DIRECTORY "$bash_cv_mail_dir" _ACEOF @@ -31962,8 +29629,8 @@ esac # if test "$ac_cv_func_dlopen" = "yes" && test -f ${srcdir}/support/shobj-conf then - { echo "$as_me:$LINENO: checking shared object configuration for loadable builtins" >&5 -echo $ECHO_N "checking shared object configuration for loadable builtins... $ECHO_C" >&6; } + { $as_echo "$as_me:$LINENO: checking shared object configuration for loadable builtins" >&5 +$as_echo_n "checking shared object configuration for loadable builtins... " >&6; } eval `${CONFIG_SHELL-/bin/sh} ${srcdir}/support/shobj-conf -C "${CC}" -c "${host_cpu}" -o "${host_os}" -v "${host_vendor}"` @@ -31972,8 +29639,8 @@ echo $ECHO_N "checking shared object configuration for loadable builtins... $ECH - { echo "$as_me:$LINENO: result: $SHOBJ_STATUS" >&5 -echo "${ECHO_T}$SHOBJ_STATUS" >&6; } + { $as_echo "$as_me:$LINENO: result: $SHOBJ_STATUS" >&5 +$as_echo "$SHOBJ_STATUS" >&6; } fi # try to create a directory tree if the source is elsewhere @@ -32065,11 +29732,12 @@ _ACEOF case $ac_val in #( *${as_nl}*) case $ac_var in #( - *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 -echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; + *_cv_*) { $as_echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5 +$as_echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; esac case $ac_var in #( _ | IFS | as_nl) ;; #( + BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #( *) $as_unset $ac_var ;; esac ;; esac @@ -32102,12 +29770,12 @@ echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;; 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 "$as_me:$LINENO: updating cache $cache_file" >&5 -echo "$as_me: updating cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: updating cache $cache_file" >&5 +$as_echo "$as_me: updating cache $cache_file" >&6;} cat confcache >$cache_file else - { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 -echo "$as_me: not updating unwritable cache $cache_file" >&6;} + { $as_echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5 +$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;} fi fi rm -f confcache @@ -32123,7 +29791,7 @@ ac_ltlibobjs= for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue # 1. Remove the extension, and $U if already installed. ac_script='s/\$U\././;s/\.o$//;s/\.obj$//' - ac_i=`echo "$ac_i" | sed "$ac_script"` + ac_i=`$as_echo "$ac_i" | sed "$ac_script"` # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR # will be set to the directory where LIBOBJS objects are built. ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext" @@ -32136,11 +29804,12 @@ LTLIBOBJS=$ac_ltlibobjs : ${CONFIG_STATUS=./config.status} +ac_write_fail=0 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 +{ $as_echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: creating $CONFIG_STATUS" >&6;} +cat >$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 #! $SHELL # Generated by $as_me. # Run this file to recreate the current configuration. @@ -32153,24 +29822,28 @@ ac_cs_silent=false SHELL=\${CONFIG_SHELL-$SHELL} _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ## --------------------- ## ## M4sh Initialization. ## ## --------------------- ## -# Be Bourne compatible +# Be more Bourne compatible +DUALCASE=1; export DUALCASE # for MKS sh 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 + # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which # is contrary to our usage. Disable this feature. alias -g '${1+"$@"}'='"$@"' setopt NO_GLOB_SUBST else - case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac + case `(set -o) 2>/dev/null` in + *posix*) set -o posix ;; +esac + fi -BIN_SH=xpg4; export BIN_SH # for Tru64 -DUALCASE=1; export DUALCASE # for MKS sh + + # PATH needs CR @@ -32181,17 +29854,45 @@ 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=';' +as_nl=' +' +export as_nl +# Printing a long string crashes Solaris 7 /usr/bin/printf. +as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\' +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo +as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo +if (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then + as_echo='printf %s\n' + as_echo_n='printf %s' +else + if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then + as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"' + as_echo_n='/usr/ucb/echo -n' else - PATH_SEPARATOR=: + as_echo_body='eval expr "X$1" : "X\\(.*\\)"' + as_echo_n_body='eval + arg=$1; + case $arg in + *"$as_nl"*) + expr "X$arg" : "X\\(.*\\)$as_nl"; + arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;; + esac; + expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl" + ' + export as_echo_n_body + as_echo_n='sh -c $as_echo_n_body as_echo' fi - rm -f conf$$.sh + export as_echo_body + as_echo='sh -c $as_echo_body as_echo' +fi + +# The user is always right. +if test "${PATH_SEPARATOR+set}" != set; then + PATH_SEPARATOR=: + (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && { + (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 || + PATH_SEPARATOR=';' + } fi # Support unset when possible. @@ -32207,8 +29908,6 @@ fi # there to prevent editors from complaining about space-tab. # (If _AS_PATH_WALK were called with IFS unset, it would disable word # splitting by setting IFS to empty value.) -as_nl=' -' IFS=" "" $as_nl" # Find who we are. Look in the path if we contain no directory separator. @@ -32231,7 +29930,7 @@ if test "x$as_myself" = x; then as_myself=$0 fi if test ! -f "$as_myself"; then - echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 + $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2 { (exit 1); exit 1; } fi @@ -32244,17 +29943,10 @@ 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) >/dev/null 2>&1 && $as_unset $as_var - fi -done +LC_ALL=C +export LC_ALL +LANGUAGE=C +export LANGUAGE # Required to use basename. if expr a : '\(a\)' >/dev/null 2>&1 && @@ -32276,7 +29968,7 @@ as_me=`$as_basename -- "$0" || $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \ X"$0" : 'X\(//\)$' \| \ X"$0" : 'X\(/\)' \| . 2>/dev/null || -echo X/"$0" | +$as_echo X/"$0" | sed '/^.*\/\([^/][^/]*\)\/*$/{ s//\1/ q @@ -32327,7 +30019,7 @@ $as_unset CDPATH s/-\n.*// ' >$as_me.lineno && chmod +x "$as_me.lineno" || - { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2 + { $as_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 @@ -32355,7 +30047,6 @@ case `echo -n x` in *) ECHO_N='-n';; esac - if expr a : '\(a\)' >/dev/null 2>&1 && test "X`expr 00001 : '.*\(...\)'`" = X001; then as_expr=expr @@ -32368,19 +30059,22 @@ if test -d conf$$.dir; then rm -f conf$$.dir/conf$$.file else rm -f conf$$.dir - mkdir conf$$.dir -fi -echo >conf$$.file -if ln -s conf$$.file conf$$ 2>/dev/null; then - as_ln_s='ln -s' - # ... but there are two gotchas: - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. - # In both cases, we have to default to `cp -p'. - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + mkdir conf$$.dir 2>/dev/null +fi +if (echo >conf$$.file) 2>/dev/null; then + if ln -s conf$$.file conf$$ 2>/dev/null; then + as_ln_s='ln -s' + # ... but there are two gotchas: + # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail. + # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable. + # In both cases, we have to default to `cp -p'. + ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe || + as_ln_s='cp -p' + elif ln conf$$.file conf$$ 2>/dev/null; then + as_ln_s=ln + else as_ln_s='cp -p' -elif ln conf$$.file conf$$ 2>/dev/null; then - as_ln_s=ln + fi else as_ln_s='cp -p' fi @@ -32394,19 +30088,28 @@ else as_mkdir_p=false fi -# Find out whether ``test -x'' works. Don't use a zero-byte file, as -# systems may use methods other than mode bits to determine executability. -cat >conf$$.file <<_ASEOF -#! /bin/sh -exit 0 -_ASEOF -chmod +x conf$$.file -if test -x conf$$.file >/dev/null 2>&1; then - as_executable_p="test -x" +if test -x / >/dev/null 2>&1; then + as_test_x='test -x' else - as_executable_p=: + if ls -dL / >/dev/null 2>&1; then + as_ls_L_option=L + else + as_ls_L_option= + fi + as_test_x=' + eval sh -c '\'' + if test -d "$1"; then + test -d "$1/."; + else + case $1 in + -*)set "./$1";; + esac; + case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in + ???[sx]*):;;*)false;;esac;fi + '\'' sh + ' fi -rm -f conf$$.file +as_executable_p=$as_test_x # 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'" @@ -32422,7 +30125,7 @@ exec 6>&1 # values after options handling. ac_log=" This file was extended by bash $as_me 4.0-alpha, which was -generated by GNU Autoconf 2.60. Invocation command line was +generated by GNU Autoconf 2.62. Invocation command line was CONFIG_FILES = $CONFIG_FILES CONFIG_HEADERS = $CONFIG_HEADERS @@ -32435,7 +30138,7 @@ on `(hostname || uname -n) 2>/dev/null | sed 1q` _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # Files that config.status was made for. config_files="$ac_config_files" config_headers="$ac_config_headers" @@ -32443,7 +30146,7 @@ config_commands="$ac_config_commands" _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 ac_cs_usage="\ \`$as_me' instantiates files from templates according to the current configuration. @@ -32451,14 +30154,14 @@ current configuration. Usage: $0 [OPTIONS] [FILE]... -h, --help print this help, then exit - -V, --version print version number, then exit + -V, --version print version number and configuration settings, 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 + instantiate the configuration file FILE --header=FILE[:TEMPLATE] - instantiate the configuration header FILE + instantiate the configuration header FILE Configuration files: $config_files @@ -32472,24 +30175,24 @@ $config_commands Report bugs to ." _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_version="\\ bash config.status 4.0-alpha -configured by $0, generated by GNU Autoconf 2.60, - with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" +configured by $0, generated by GNU Autoconf 2.62, + with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -Copyright (C) 2006 Free Software Foundation, Inc. +Copyright (C) 2008 Free Software Foundation, Inc. This config.status script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it." ac_pwd='$ac_pwd' srcdir='$srcdir' INSTALL='$INSTALL' +test -n "\$AWK" || AWK=awk _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. +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +# The default lists apply if the user does not specify any file. ac_need_defaults=: while test $# != 0 do @@ -32511,30 +30214,36 @@ do -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r) ac_cs_recheck=: ;; --version | --versio | --versi | --vers | --ver | --ve | --v | -V ) - echo "$ac_cs_version"; exit ;; + $as_echo "$ac_cs_version"; exit ;; --debug | --debu | --deb | --de | --d | -d ) debug=: ;; --file | --fil | --fi | --f ) $ac_shift - CONFIG_FILES="$CONFIG_FILES $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_FILES="$CONFIG_FILES '$ac_optarg'" ac_need_defaults=false;; --header | --heade | --head | --hea ) $ac_shift - CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg" + case $ac_optarg in + *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;; + esac + CONFIG_HEADERS="$CONFIG_HEADERS '$ac_optarg'" ac_need_defaults=false;; --he | --h) # Conflict between --help and --header - { echo "$as_me: error: ambiguous option: $1 + { $as_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 ;; + $as_echo "$ac_cs_usage"; exit ;; -q | -quiet | --quiet | --quie | --qui | --qu | --q \ | -silent | --silent | --silen | --sile | --sil | --si | --s) ac_cs_silent=: ;; # This is an error. - -*) { echo "$as_me: error: unrecognized option: $1 + -*) { $as_echo "$as_me: error: unrecognized option: $1 Try \`$0 --help' for more information." >&2 { (exit 1); exit 1; }; } ;; @@ -32553,27 +30262,29 @@ if $ac_cs_silent; then fi _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 if \$ac_cs_recheck; then - echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6 - CONFIG_SHELL=$SHELL + set X '$SHELL' '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + shift + \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6 + CONFIG_SHELL='$SHELL' export CONFIG_SHELL - exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion + exec "\$@" fi _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 exec 5>>config.log { echo sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX ## Running $as_me. ## _ASBOX - echo "$ac_log" + $as_echo "$ac_log" } >&5 _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 # # INIT-COMMANDS # @@ -32587,7 +30298,7 @@ cat >>$CONFIG_STATUS <<_ACEOF _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # Handling of arguments. for ac_config_target in $ac_config_targets @@ -32611,8 +30322,8 @@ do "examples/loadables/perl/Makefile") CONFIG_FILES="$CONFIG_FILES examples/loadables/perl/Makefile" ;; "default") CONFIG_COMMANDS="$CONFIG_COMMANDS default" ;; - *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 -echo "$as_me: error: invalid argument: $ac_config_target" >&2;} + *) { { $as_echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 +$as_echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; esac done @@ -32653,257 +30364,143 @@ $debug || (umask 077 && mkdir "$tmp") } || { - echo "$me: cannot create a temporary directory in ." >&2 + $as_echo "$as_me: cannot create a temporary directory in ." >&2 { (exit 1); exit 1; } } -# -# Set up the sed scripts for CONFIG_FILES section. -# - -# No need to generate the scripts if there are no CONFIG_FILES. -# This happens for instance when ./config.status config.h +# Set up the scripts for CONFIG_FILES section. +# No need to generate them if there are no CONFIG_FILES. +# This happens for instance with `./config.status config.h'. if test -n "$CONFIG_FILES"; then -_ACEOF - - - -ac_delim='%!_!# ' -for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SHELL!$SHELL$ac_delim -PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim -PACKAGE_NAME!$PACKAGE_NAME$ac_delim -PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim -PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim -PACKAGE_STRING!$PACKAGE_STRING$ac_delim -PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim -exec_prefix!$exec_prefix$ac_delim -prefix!$prefix$ac_delim -program_transform_name!$program_transform_name$ac_delim -bindir!$bindir$ac_delim -sbindir!$sbindir$ac_delim -libexecdir!$libexecdir$ac_delim -datarootdir!$datarootdir$ac_delim -datadir!$datadir$ac_delim -sysconfdir!$sysconfdir$ac_delim -sharedstatedir!$sharedstatedir$ac_delim -localstatedir!$localstatedir$ac_delim -includedir!$includedir$ac_delim -oldincludedir!$oldincludedir$ac_delim -docdir!$docdir$ac_delim -infodir!$infodir$ac_delim -htmldir!$htmldir$ac_delim -dvidir!$dvidir$ac_delim -pdfdir!$pdfdir$ac_delim -psdir!$psdir$ac_delim -libdir!$libdir$ac_delim -localedir!$localedir$ac_delim -mandir!$mandir$ac_delim -DEFS!$DEFS$ac_delim -ECHO_C!$ECHO_C$ac_delim -ECHO_N!$ECHO_N$ac_delim -ECHO_T!$ECHO_T$ac_delim -LIBS!$LIBS$ac_delim -build_alias!$build_alias$ac_delim -host_alias!$host_alias$ac_delim -target_alias!$target_alias$ac_delim -build!$build$ac_delim -build_cpu!$build_cpu$ac_delim -build_vendor!$build_vendor$ac_delim -build_os!$build_os$ac_delim -host!$host$ac_delim -host_cpu!$host_cpu$ac_delim -host_vendor!$host_vendor$ac_delim -host_os!$host_os$ac_delim -EMACS!$EMACS$ac_delim -lispdir!$lispdir$ac_delim -DEBUGGER_START_FILE!$DEBUGGER_START_FILE$ac_delim -TESTSCRIPT!$TESTSCRIPT$ac_delim -PURIFY!$PURIFY$ac_delim -MALLOC_TARGET!$MALLOC_TARGET$ac_delim -MALLOC_SRC!$MALLOC_SRC$ac_delim -MALLOC_LIB!$MALLOC_LIB$ac_delim -MALLOC_LIBRARY!$MALLOC_LIBRARY$ac_delim -MALLOC_LDFLAGS!$MALLOC_LDFLAGS$ac_delim -MALLOC_DEP!$MALLOC_DEP$ac_delim -HELPDIR!$HELPDIR$ac_delim -HELPDIRDEFINE!$HELPDIRDEFINE$ac_delim -HELPINSTALL!$HELPINSTALL$ac_delim -HELPSTRINGS!$HELPSTRINGS$ac_delim -CC!$CC$ac_delim -CFLAGS!$CFLAGS$ac_delim -LDFLAGS!$LDFLAGS$ac_delim -CPPFLAGS!$CPPFLAGS$ac_delim -ac_ct_CC!$ac_ct_CC$ac_delim -EXEEXT!$EXEEXT$ac_delim -OBJEXT!$OBJEXT$ac_delim -CPP!$CPP$ac_delim -GREP!$GREP$ac_delim -EGREP!$EGREP$ac_delim -CROSS_COMPILE!$CROSS_COMPILE$ac_delim -SIGNAMES_H!$SIGNAMES_H$ac_delim -SIGNAMES_O!$SIGNAMES_O$ac_delim -CC_FOR_BUILD!$CC_FOR_BUILD$ac_delim -STATIC_LD!$STATIC_LD$ac_delim -CFLAGS_FOR_BUILD!$CFLAGS_FOR_BUILD$ac_delim -CPPFLAGS_FOR_BUILD!$CPPFLAGS_FOR_BUILD$ac_delim -LDFLAGS_FOR_BUILD!$LDFLAGS_FOR_BUILD$ac_delim -RL_VERSION!$RL_VERSION$ac_delim -RL_MAJOR!$RL_MAJOR$ac_delim -RL_MINOR!$RL_MINOR$ac_delim -READLINE_LIB!$READLINE_LIB$ac_delim -READLINE_DEP!$READLINE_DEP$ac_delim -RL_LIBDIR!$RL_LIBDIR$ac_delim -RL_INCLUDEDIR!$RL_INCLUDEDIR$ac_delim -RL_INCLUDE!$RL_INCLUDE$ac_delim -HISTORY_LIB!$HISTORY_LIB$ac_delim -HISTORY_DEP!$HISTORY_DEP$ac_delim -HIST_LIBDIR!$HIST_LIBDIR$ac_delim -TILDE_LIB!$TILDE_LIB$ac_delim -INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim -INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim -INSTALL_DATA!$INSTALL_DATA$ac_delim -AR!$AR$ac_delim -RANLIB!$RANLIB$ac_delim -YACC!$YACC$ac_delim -YFLAGS!$YFLAGS$ac_delim -_ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 97; then - break - elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} - { (exit 1); exit 1; }; } - else - ac_delim="$ac_delim!$ac_delim _$ac_delim!! " - fi -done -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` +ac_cr=' ' +ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' /dev/null` +if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then + ac_cs_awk_cr='\\r' +else + ac_cs_awk_cr=$ac_cr fi -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b -_ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -CEOF$ac_eof +echo 'BEGIN {' >"$tmp/subs1.awk" && _ACEOF +{ + echo "cat >conf$$subs.awk <<_ACEOF" && + echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' && + echo "_ACEOF" +} >conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } +ac_delim_num=`echo "$ac_subst_vars" | grep -c '$'` ac_delim='%!_!# ' for ac_last_try in false false false false false :; do - cat >conf$$subs.sed <<_ACEOF -SET_MAKE!$SET_MAKE$ac_delim -MAKE_SHELL!$MAKE_SHELL$ac_delim -SIZE!$SIZE$ac_delim -MKINSTALLDIRS!$MKINSTALLDIRS$ac_delim -USE_NLS!$USE_NLS$ac_delim -MSGFMT!$MSGFMT$ac_delim -GMSGFMT!$GMSGFMT$ac_delim -XGETTEXT!$XGETTEXT$ac_delim -MSGMERGE!$MSGMERGE$ac_delim -ALLOCA!$ALLOCA$ac_delim -GLIBC21!$GLIBC21$ac_delim -LIBICONV!$LIBICONV$ac_delim -LTLIBICONV!$LTLIBICONV$ac_delim -INTLBISON!$INTLBISON$ac_delim -BUILD_INCLUDED_LIBINTL!$BUILD_INCLUDED_LIBINTL$ac_delim -USE_INCLUDED_LIBINTL!$USE_INCLUDED_LIBINTL$ac_delim -CATOBJEXT!$CATOBJEXT$ac_delim -DATADIRNAME!$DATADIRNAME$ac_delim -INSTOBJEXT!$INSTOBJEXT$ac_delim -GENCAT!$GENCAT$ac_delim -INTLOBJS!$INTLOBJS$ac_delim -INTL_LIBTOOL_SUFFIX_PREFIX!$INTL_LIBTOOL_SUFFIX_PREFIX$ac_delim -INTLLIBS!$INTLLIBS$ac_delim -LIBINTL!$LIBINTL$ac_delim -LTLIBINTL!$LTLIBINTL$ac_delim -POSUB!$POSUB$ac_delim -LIBOBJS!$LIBOBJS$ac_delim -INTL_DEP!$INTL_DEP$ac_delim -INTL_INC!$INTL_INC$ac_delim -LIBINTL_H!$LIBINTL_H$ac_delim -SIGLIST_O!$SIGLIST_O$ac_delim -TERMCAP_LIB!$TERMCAP_LIB$ac_delim -TERMCAP_DEP!$TERMCAP_DEP$ac_delim -JOBS_O!$JOBS_O$ac_delim -SHOBJ_CC!$SHOBJ_CC$ac_delim -SHOBJ_CFLAGS!$SHOBJ_CFLAGS$ac_delim -SHOBJ_LD!$SHOBJ_LD$ac_delim -SHOBJ_LDFLAGS!$SHOBJ_LDFLAGS$ac_delim -SHOBJ_XLDFLAGS!$SHOBJ_XLDFLAGS$ac_delim -SHOBJ_LIBS!$SHOBJ_LIBS$ac_delim -SHOBJ_STATUS!$SHOBJ_STATUS$ac_delim -PROFILE_FLAGS!$PROFILE_FLAGS$ac_delim -incdir!$incdir$ac_delim -BUILD_DIR!$BUILD_DIR$ac_delim -ARFLAGS!$ARFLAGS$ac_delim -BASHVERS!$BASHVERS$ac_delim -RELSTATUS!$RELSTATUS$ac_delim -DEBUG!$DEBUG$ac_delim -MALLOC_DEBUG!$MALLOC_DEBUG$ac_delim -LOCAL_LIBS!$LOCAL_LIBS$ac_delim -LOCAL_CFLAGS!$LOCAL_CFLAGS$ac_delim -LOCAL_LDFLAGS!$LOCAL_LDFLAGS$ac_delim -LOCAL_DEFS!$LOCAL_DEFS$ac_delim -LTLIBOBJS!$LTLIBOBJS$ac_delim -_ACEOF - - if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 54; then + . ./conf$$subs.sh || + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + + if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X` = $ac_delim_num; then break elif $ac_last_try; then - { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 -echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_STATUS" >&2;} { (exit 1); exit 1; }; } else ac_delim="$ac_delim!$ac_delim _$ac_delim!! " fi done +rm -f conf$$subs.sh + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +cat >>"\$tmp/subs1.awk" <<\\_ACAWK && +_ACEOF +sed -n ' +h +s/^/S["/; s/!.*/"]=/ +p +g +s/^[^!]*!// +:repl +t repl +s/'"$ac_delim"'$// +t delim +:nl +h +s/\(.\{148\}\).*/\1/ +t more1 +s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/ +p +n +b repl +:more1 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t nl +:delim +h +s/\(.\{148\}\).*/\1/ +t more2 +s/["\\]/\\&/g; s/^/"/; s/$/"/ +p +b +:more2 +s/["\\]/\\&/g; s/^/"/; s/$/"\\/ +p +g +s/.\{148\}// +t delim +' >$CONFIG_STATUS || ac_write_fail=1 +rm -f conf$$subs.awk +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +_ACAWK +cat >>"\$tmp/subs1.awk" <<_ACAWK && + for (key in S) S_is_set[key] = 1 + FS = "" + +} +{ + line = $ 0 + nfields = split(line, field, "@") + substed = 0 + len = length(field[1]) + for (i = 2; i < nfields; i++) { + key = field[i] + keylen = length(key) + if (S_is_set[key]) { + value = S[key] + line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3) + len += length(value) + length(field[++i]) + substed = 1 + } else + len += 1 + keylen + } -ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed` -if test -n "$ac_eof"; then - ac_eof=`echo "$ac_eof" | sort -nru | sed 1q` - ac_eof=`expr $ac_eof + 1` -fi + print line +} -cat >>$CONFIG_STATUS <<_ACEOF -cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b end +_ACAWK _ACEOF -sed ' -s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g -s/^/s,@/; s/!/@,|#_!!_#|/ -:n -t n -s/'"$ac_delim"'$/,g/; t -s/$/\\/; p -N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n -' >>$CONFIG_STATUS >$CONFIG_STATUS <<_ACEOF -:end -s/|#_!!_#|//g -CEOF$ac_eof +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 +if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then + sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g" +else + cat +fi < "$tmp/subs1.awk" > "$tmp/subs.awk" \ + || { { $as_echo "$as_me:$LINENO: error: could not setup config files machinery" >&5 +$as_echo "$as_me: error: could not setup config files machinery" >&2;} + { (exit 1); exit 1; }; } _ACEOF - # 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 @@ -32919,19 +30516,133 @@ s/^[^=]*=[ ]*$// }' fi -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 fi # test -n "$CONFIG_FILES" +# Set up the scripts for CONFIG_HEADERS section. +# No need to generate them if there are no CONFIG_HEADERS. +# This happens for instance with `./config.status Makefile'. +if test -n "$CONFIG_HEADERS"; then +cat >"$tmp/defines.awk" <<\_ACAWK || +BEGIN { +_ACEOF + +# Transform confdefs.h into an awk script `defines.awk', embedded as +# here-document in config.status, that substitutes the proper values into +# config.h.in to produce config.h. + +# Create a delimiter string that does not exist in confdefs.h, to ease +# handling of long lines. +ac_delim='%!_!# ' +for ac_last_try in false false :; do + ac_t=`sed -n "/$ac_delim/p" confdefs.h` + if test -z "$ac_t"; then + break + elif $ac_last_try; then + { { $as_echo "$as_me:$LINENO: error: could not make $CONFIG_HEADERS" >&5 +$as_echo "$as_me: error: could not make $CONFIG_HEADERS" >&2;} + { (exit 1); exit 1; }; } + else + ac_delim="$ac_delim!$ac_delim _$ac_delim!! " + fi +done + +# For the awk script, D is an array of macro values keyed by name, +# likewise P contains macro parameters if any. Preserve backslash +# newline sequences. + +ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* +sed -n ' +s/.\{148\}/&'"$ac_delim"'/g +t rset +:rset +s/^[ ]*#[ ]*define[ ][ ]*/ / +t def +d +:def +s/\\$// +t bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3"/p +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2"/p +d +:bsnl +s/["\\]/\\&/g +s/^ \('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/P["\1"]="\2"\ +D["\1"]=" \3\\\\\\n"\\/p +t cont +s/^ \('"$ac_word_re"'\)[ ]*\(.*\)/D["\1"]=" \2\\\\\\n"\\/p +t cont +d +:cont +n +s/.\{148\}/&'"$ac_delim"'/g +t clear +:clear +s/\\$// +t bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/"/p +d +:bsnlc +s/["\\]/\\&/g; s/^/"/; s/$/\\\\\\n"\\/p +b cont +' >$CONFIG_STATUS || ac_write_fail=1 + +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 + for (key in D) D_is_set[key] = 1 + FS = "" +} +/^[\t ]*#[\t ]*(define|undef)[\t ]+$ac_word_re([\t (]|\$)/ { + line = \$ 0 + split(line, arg, " ") + if (arg[1] == "#") { + defundef = arg[2] + mac1 = arg[3] + } else { + defundef = substr(arg[1], 2) + mac1 = arg[2] + } + split(mac1, mac2, "(") #) + macro = mac2[1] + if (D_is_set[macro]) { + # Preserve the white space surrounding the "#". + prefix = substr(line, 1, index(line, defundef) - 1) + print prefix "define", macro P[macro] D[macro] + next + } else { + # Replace #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. + if (defundef == "undef") { + print "/*", line, "*/" + next + } + } +} +{ print } +_ACAWK +_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 + { { $as_echo "$as_me:$LINENO: error: could not setup config headers machinery" >&5 +$as_echo "$as_me: error: could not setup config headers machinery" >&2;} + { (exit 1); exit 1; }; } +fi # test -n "$CONFIG_HEADERS" + -for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS +eval set X " :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS" +shift +for ac_tag do case $ac_tag in :[FHLC]) ac_mode=$ac_tag; continue;; esac case $ac_mode$ac_tag in :[FHL]*:*);; - :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 -echo "$as_me: error: Invalid tag $ac_tag." >&2;} + :L* | :C*:*) { { $as_echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5 +$as_echo "$as_me: error: Invalid tag $ac_tag." >&2;} { (exit 1); exit 1; }; };; :[FH]-) ac_tag=-:-;; :[FH]*) ac_tag=$ac_tag:$ac_tag.in;; @@ -32960,26 +30671,38 @@ echo "$as_me: error: Invalid tag $ac_tag." >&2;} [\\/$]*) false;; *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";; esac || - { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 -echo "$as_me: error: cannot find input file: $ac_f" >&2;} + { { $as_echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5 +$as_echo "$as_me: error: cannot find input file: $ac_f" >&2;} { (exit 1); exit 1; }; };; esac - ac_file_inputs="$ac_file_inputs $ac_f" + case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac + ac_file_inputs="$ac_file_inputs '$ac_f'" done # 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. */ - configure_input="Generated from "`IFS=: - echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure." + configure_input='Generated from '` + $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g' + `' by configure.' if test x"$ac_file" != x-; then configure_input="$ac_file. $configure_input" - { echo "$as_me:$LINENO: creating $ac_file" >&5 -echo "$as_me: creating $ac_file" >&6;} + { $as_echo "$as_me:$LINENO: creating $ac_file" >&5 +$as_echo "$as_me: creating $ac_file" >&6;} fi + # Neutralize special characters interpreted by sed in replacement strings. + case $configure_input in #( + *\&* | *\|* | *\\* ) + ac_sed_conf_input=`$as_echo "$configure_input" | + sed 's/[\\\\&|]/\\\\&/g'`;; #( + *) ac_sed_conf_input=$configure_input;; + esac case $ac_tag in - *:-:* | *:-) cat >"$tmp/stdin";; + *:-:* | *:-) cat >"$tmp/stdin" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; esac ;; esac @@ -32989,7 +30712,7 @@ $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" | +$as_echo X"$ac_file" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -33015,7 +30738,7 @@ echo X"$ac_file" | as_dirs= while :; do case $as_dir in #( - *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #( + *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'( *) as_qdir=$as_dir;; esac as_dirs="'$as_qdir' $as_dirs" @@ -33024,7 +30747,7 @@ $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" | +$as_echo X"$as_dir" | sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{ s//\1/ q @@ -33045,17 +30768,17 @@ echo X"$as_dir" | test -d "$as_dir" && break done test -z "$as_dirs" || eval "mkdir $as_dirs" - } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 -echo "$as_me: error: cannot create directory $as_dir" >&2;} + } || test -d "$as_dir" || { { $as_echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5 +$as_echo "$as_me: error: cannot create directory $as_dir" >&2;} { (exit 1); exit 1; }; }; } ac_builddir=. case "$ac_dir" in .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;; *) - ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'` + ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'` # A ".." for each directory in $ac_dir_suffix. - ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'` + ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'` case $ac_top_builddir_sub in "") ac_top_builddir_sub=. ac_top_build_prefix= ;; *) ac_top_build_prefix=$ac_top_builddir_sub/ ;; @@ -33095,12 +30818,13 @@ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix esac _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # If the template does not know about datarootdir, expand it. # FIXME: This hack should be removed a few years after 2.60. ac_datarootdir_hack=; ac_datarootdir_seen= -case `sed -n '/datarootdir/ { +ac_sed_dataroot=' +/datarootdir/ { p q } @@ -33109,13 +30833,14 @@ case `sed -n '/datarootdir/ { /@infodir@/p /@localedir@/p /@mandir@/p -' $ac_file_inputs` in +' +case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in *datarootdir*) ac_datarootdir_seen=yes;; *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*) - { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 -echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} + { $as_echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5 +$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;} _ACEOF -cat >>$CONFIG_STATUS <<_ACEOF +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_datarootdir_hack=' s&@datadir@&$datadir&g s&@docdir@&$docdir&g @@ -33129,15 +30854,16 @@ _ACEOF # Neutralize VPATH when `$srcdir' = `.'. # Shell code in configure.ac might set extrasub. # FIXME: do we really want to maintain this feature? -cat >>$CONFIG_STATUS <<_ACEOF - sed "$ac_vpsub +cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 +ac_sed_extra="$ac_vpsub $extrasub _ACEOF -cat >>$CONFIG_STATUS <<\_ACEOF +cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 :t /@[a-zA-Z_][a-zA-Z_0-9]*@/!b -s&@configure_input@&$configure_input&;t t +s|@configure_input@|$ac_sed_conf_input|;t t s&@top_builddir@&$ac_top_builddir_sub&;t t +s&@top_build_prefix@&$ac_top_build_prefix&;t t s&@srcdir@&$ac_srcdir&;t t s&@abs_srcdir@&$ac_abs_srcdir&;t t s&@top_srcdir@&$ac_top_srcdir&;t t @@ -33147,123 +30873,62 @@ s&@abs_builddir@&$ac_abs_builddir&;t t s&@abs_top_builddir@&$ac_abs_top_builddir&;t t s&@INSTALL@&$ac_INSTALL&;t t $ac_datarootdir_hack -" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out +" +eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$tmp/subs.awk" >$tmp/out \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } test -z "$ac_datarootdir_hack$ac_datarootdir_seen" && { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } && { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } && - { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' + { $as_echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&5 -echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' +$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir' which seems to be undefined. Please make sure it is defined." >&2;} rm -f "$tmp/stdin" case $ac_file in - -) cat "$tmp/out"; rm -f "$tmp/out";; - *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;; - esac + -) cat "$tmp/out" && rm -f "$tmp/out";; + *) rm -f "$ac_file" && mv "$tmp/out" "$ac_file";; + esac \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } ;; :H) # # CONFIG_HEADER # -_ACEOF - -# Transform confdefs.h into a sed script `conftest.defines', that -# substitutes the proper values into config.h.in to produce config.h. -rm -f conftest.defines conftest.tail -# First, append a space to every undef/define line, to ease matching. -echo 's/$/ /' >conftest.defines -# Then, protect against being on the right side of a sed subst, or in -# an unquoted here document, in config.status. If some macros were -# called several times there might be several #defines for the same -# symbol, which is useless. But do not sort them, since the last -# AC_DEFINE must be honored. -ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]* -# These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where -# NAME is the cpp macro being defined, VALUE is the value it is being given. -# PARAMS is the parameter list in the macro definition--in most cases, it's -# just an empty string. -ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*' -ac_dB='\\)[ (].*,\\1define\\2' -ac_dC=' ' -ac_dD=' ,' - -uniq confdefs.h | - sed -n ' - t rset - :rset - s/^[ ]*#[ ]*define[ ][ ]*// - t ok - d - :ok - s/[\\&,]/\\&/g - s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p - s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p - ' >>conftest.defines - -# Remove the space that was appended to ease matching. -# Then replace #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. -# (The regexp can be short, since the line contains either #define or #undef.) -echo 's/ $// -s,^[ #]*u.*,/* & */,' >>conftest.defines - -# Break up conftest.defines: -ac_max_sed_lines=50 - -# First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1" -# Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2" -# Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1" -# et cetera. -ac_in='$ac_file_inputs' -ac_out='"$tmp/out1"' -ac_nxt='"$tmp/out2"' - -while : -do - # Write a here document: - cat >>$CONFIG_STATUS <<_ACEOF - # First, check the format of the line: - cat >"\$tmp/defines.sed" <<\\CEOF -/^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def -/^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def -b -:def -_ACEOF - sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS - echo 'CEOF - sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS - ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in - sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail - grep . conftest.tail >/dev/null || break - rm -f conftest.defines - mv conftest.tail conftest.defines -done -rm -f conftest.defines conftest.tail - -echo "ac_result=$ac_in" >>$CONFIG_STATUS -cat >>$CONFIG_STATUS <<\_ACEOF if test x"$ac_file" != x-; then - echo "/* $configure_input */" >"$tmp/config.h" - cat "$ac_result" >>"$tmp/config.h" - 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;} + { + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" + } >"$tmp/config.h" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } + if diff "$ac_file" "$tmp/config.h" >/dev/null 2>&1; then + { $as_echo "$as_me:$LINENO: $ac_file is unchanged" >&5 +$as_echo "$as_me: $ac_file is unchanged" >&6;} else - rm -f $ac_file - mv "$tmp/config.h" $ac_file + rm -f "$ac_file" + mv "$tmp/config.h" "$ac_file" \ + || { { $as_echo "$as_me:$LINENO: error: could not create $ac_file" >&5 +$as_echo "$as_me: error: could not create $ac_file" >&2;} + { (exit 1); exit 1; }; } fi else - echo "/* $configure_input */" - cat "$ac_result" + $as_echo "/* $configure_input */" \ + && eval '$AWK -f "$tmp/defines.awk"' "$ac_file_inputs" \ + || { { $as_echo "$as_me:$LINENO: error: could not create -" >&5 +$as_echo "$as_me: error: could not create -" >&2;} + { (exit 1); exit 1; }; } fi - rm -f "$tmp/out12" ;; - :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5 -echo "$as_me: executing $ac_file commands" >&6;} + :C) { $as_echo "$as_me:$LINENO: executing $ac_file commands" >&5 +$as_echo "$as_me: executing $ac_file commands" >&6;} ;; esac @@ -33384,6 +31049,11 @@ _ACEOF chmod +x $CONFIG_STATUS ac_clean_files=$ac_clean_files_save +test $ac_write_fail = 0 || + { { $as_echo "$as_me:$LINENO: error: write failure creating $CONFIG_STATUS" >&5 +$as_echo "$as_me: error: write failure creating $CONFIG_STATUS" >&2;} + { (exit 1); exit 1; }; } + # configure is writing to config.log, and then calls config.status. # config.status does its own redirection, appending to config.log. @@ -33405,4 +31075,8 @@ if test "$no_create" != yes; then # would make configure fail if this is the last instruction. $ac_cs_success || { (exit 1); exit 1; } fi +if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then + { $as_echo "$as_me:$LINENO: WARNING: Unrecognized options: $ac_unrecognized_opts" >&5 +$as_echo "$as_me: WARNING: Unrecognized options: $ac_unrecognized_opts" >&2;} +fi diff --git a/doc/FAQ-4.0 b/doc/FAQ-4.0 new file mode 100644 index 000000000..cf8fd5d19 --- /dev/null +++ b/doc/FAQ-4.0 @@ -0,0 +1,2027 @@ +This is the Bash FAQ, version 3.37, for Bash version 4.0. + +This document contains a set of frequently-asked questions concerning +Bash, the GNU Bourne-Again Shell. Bash is a freely-available command +interpreter with advanced features for both interactive use and shell +programming. + +Another good source of basic information about shells is the collection +of FAQ articles periodically posted to comp.unix.shell. + +Questions and comments concerning this document should be sent to +chet.ramey@case.edu. + +This document is available for anonymous FTP with the URL + +ftp://ftp.cwru.edu/pub/bash/FAQ + +The Bash home page is http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html + +---------- +Contents: + +Section A: The Basics + +A1) What is it? +A2) What's the latest version? +A3) Where can I get it? +A4) On what machines will bash run? +A5) Will bash run on operating systems other than Unix? +A6) How can I build bash with gcc? +A7) How can I make bash my login shell? +A8) I just changed my login shell to bash, and now I can't FTP into my + machine. Why not? +A9) What's the `POSIX Shell and Utilities standard'? +A10) What is the bash `posix mode'? + +Section B: The latest version + +B1) What's new in version 4.0? +B2) Are there any user-visible incompatibilities between bash-4.0, + bash-3.2, and bash-2.05b? + +Section C: Differences from other Unix shells + +C1) How does bash differ from sh, the Bourne shell? +C2) How does bash differ from the Korn shell, version ksh88? +C3) Which new features in ksh-93 are not in bash, and which are? + +Section D: Why does bash do some things differently than other Unix shells? + +D1) Why does bash run a different version of `command' than + `which command' says it will? +D2) Why doesn't bash treat brace expansions exactly like csh? +D3) Why doesn't bash have csh variable modifiers? +D4) How can I make my csh aliases work when I convert to bash? +D5) How can I pipe standard output and standard error from one command to + another, like csh does with `|&'? +D6) Now that I've converted from ksh to bash, are there equivalents to + ksh features like autoloaded functions and the `whence' command? + +Section E: Why does bash do certain things the way it does? + +E1) Why is the bash builtin `test' slightly different from /bin/test? +E2) Why does bash sometimes say `Broken pipe'? +E3) When I have terminal escape sequences in my prompt, why does bash + wrap lines at the wrong column? +E4) If I pipe the output of a command into `read variable', why doesn't + the output show up in $variable when the read command finishes? +E5) I have a bunch of shell scripts that use backslash-escaped characters + in arguments to `echo'. Bash doesn't interpret these characters. Why + not, and how can I make it understand them? +E6) Why doesn't a while or for loop get suspended when I type ^Z? +E7) What about empty for loops in Makefiles? +E8) Why does the arithmetic evaluation code complain about `08'? +E9) Why does the pattern matching expression [A-Z]* match files beginning + with every letter except `z'? +E10) Why does `cd //' leave $PWD as `//'? +E11) If I resize my xterm while another program is running, why doesn't bash + notice the change? +E12) Why don't negative offsets in substring expansion work like I expect? +E13) Why does filename completion misbehave if a colon appears in the filename? +E14) Why does quoting the pattern argument to the regular expression matching + conditional operator (=~) cause matching to stop working? + +Section F: Things to watch out for on certain Unix versions + +F1) Why can't I use command line editing in my `cmdtool'? +F2) I built bash on Solaris 2. Why do globbing expansions and filename + completion chop off the first few characters of each filename? +F3) Why does bash dump core after I interrupt username completion or + `~user' tilde expansion on a machine running NIS? +F4) I'm running SVR4.2. Why is the line erased every time I type `@'? +F5) Why does bash report syntax errors when my C News scripts use a + redirection before a subshell command? +F6) Why can't I use vi-mode editing on Red Hat Linux 6.1? +F7) Why do bash-2.05a and bash-2.05b fail to compile `printf.def' on + HP/UX 11.x? + +Section G: How can I get bash to do certain common things? + +G1) How can I get bash to read and display eight-bit characters? +G2) How do I write a function `x' to replace builtin command `x', but + still invoke the command from within the function? +G3) How can I find the value of a shell variable whose name is the value + of another shell variable? +G4) How can I make the bash `time' reserved word print timing output that + looks like the output from my system's /usr/bin/time? +G5) How do I get the current directory into my prompt? +G6) How can I rename "*.foo" to "*.bar"? +G7) How can I translate a filename from uppercase to lowercase? +G8) How can I write a filename expansion (globbing) pattern that will match + all files in the current directory except "." and ".."? + +Section H: Where do I go from here? + +H1) How do I report bugs in bash, and where should I look for fixes and + advice? +H2) What kind of bash documentation is there? +H3) What's coming in future versions? +H4) What's on the bash `wish list'? +H5) When will the next release appear? + +---------- +Section A: The Basics + +A1) What is it? + +Bash is a Unix command interpreter (shell). It is an implementation of +the Posix 1003.2 shell standard, and resembles the Korn and System V +shells. + +Bash contains a number of enhancements over those shells, both +for interactive use and shell programming. Features geared +toward interactive use include command line editing, command +history, job control, aliases, and prompt expansion. Programming +features include additional variable expansions, shell +arithmetic, and a number of variables and options to control +shell behavior. + +Bash was originally written by Brian Fox of the Free Software +Foundation. The current developer and maintainer is Chet Ramey +of Case Western Reserve University. + +A2) What's the latest version? + +The latest version is 4.0, first made available on XXX YYYYY, 2008. + +A3) Where can I get it? + +Bash is the GNU project's shell, and so is available from the +master GNU archive site, ftp.gnu.org, and its mirrors. The +latest version is also available for FTP from ftp.cwru.edu. +The following URLs tell how to get version 4.0: + +ftp://ftp.gnu.org/pub/gnu/bash/bash-4.0.tar.gz +ftp://ftp.cwru.edu/pub/bash/bash-4.0.tar.gz + +Formatted versions of the documentation are available with the URLs: + +ftp://ftp.gnu.org/pub/gnu/bash/bash-doc-4.0.tar.gz +ftp://ftp.cwru.edu/pub/bash/bash-doc-4.0.tar.gz + +Any patches for the current version are available with the URL: + +ftp://ftp.cwru.edu/pub/bash/bash-4.0-patches/ + +A4) On what machines will bash run? + +Bash has been ported to nearly every version of Unix. All you +should have to do to build it on a machine for which a port +exists is to type `configure' and then `make'. The build process +will attempt to discover the version of Unix you have and tailor +itself accordingly, using a script created by GNU autoconf. + +More information appears in the file `INSTALL' in the distribution. + +The Bash web page (http://cnswww.cns.cwru.edu/~chet/bash/bashtop.html) +explains how to obtain binary versions of bash for most of the major +commercial Unix systems. + +A5) Will bash run on operating systems other than Unix? + +Configuration specifics for Unix-like systems such as QNX and +LynxOS are included in the distribution. Bash-2.05 and later +versions should compile and run on Minix 2.0 (patches were +contributed), but I don't believe anyone has built bash-2.x on +earlier Minix versions yet. + +Bash has been ported to versions of Windows implementing the Win32 +programming interface. This includes Windows 95 and Windows NT. +The port was done by Cygnus Solutions (now part of Red Hat) as part +of their CYGWIN project. For more information about the project, see +http://www.cygwin.com/. + +Cygnus originally ported bash-1.14.7, and that port was part of their +early GNU-Win32 (the original name) releases. Cygnus has also done +ports of bash-2.05b and bash-3.2 to the CYGWIN environment, and both +are available as part of their current release. + +Bash-2.05b and later versions should require no local Cygnus changes to +build and run under CYGWIN. + +DJ Delorie has a port of bash-2.x which runs under MS-DOS, as part +of the DJGPP project. For more information on the project, see + +http://www.delorie.com/djgpp/ + +I have been told that the original DJGPP port was done by Daisuke Aoyama. + +Mark Elbrecht has sent me notice that bash-2.04 +is available for DJGPP V2. The files are available as: + +ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/bsh204b.zip binary +ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/bsh204d.zip documentation +ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/bsh204s.zip source + +Mark began to work with bash-2.05, but I don't know the current status. + +Bash-3.0 compiles and runs with no modifications under Microsoft's Services +for Unix (SFU), once known as Interix. I do not anticipate any problems +with building bash-4.0, but will gladly accept any patches that are needed. + +A6) How can I build bash with gcc? + +Bash configures to use gcc by default if it is available. Read the +file INSTALL in the distribution for more information. + +A7) How can I make bash my login shell? + +Some machines let you use `chsh' to change your login shell. Other +systems use `passwd -s' or `passwd -e'. If one of these works for +you, that's all you need. Note that many systems require the full +pathname to a shell to appear in /etc/shells before you can make it +your login shell. For this, you may need the assistance of your +friendly local system administrator. + +If you cannot do this, you can still use bash as your login shell, but +you need to perform some tricks. The basic idea is to add a command +to your login shell's startup file to replace your login shell with +bash. + +For example, if your login shell is csh or tcsh, and you have installed +bash in /usr/gnu/bin/bash, add the following line to ~/.login: + + if ( -f /usr/gnu/bin/bash ) exec /usr/gnu/bin/bash --login + +(the `--login' tells bash that it is a login shell). + +It's not a good idea to put this command into ~/.cshrc, because every +csh you run without the `-f' option, even ones started to run csh scripts, +reads that file. If you must put the command in ~/.cshrc, use something +like + + if ( $?prompt ) exec /usr/gnu/bin/bash --login + +to ensure that bash is exec'd only when the csh is interactive. + +If your login shell is sh or ksh, you have to do two things. + +First, create an empty file in your home directory named `.bash_profile'. +The existence of this file will prevent the exec'd bash from trying to +read ~/.profile, and re-execing itself over and over again. ~/.bash_profile +is the first file bash tries to read initialization commands from when +it is invoked as a login shell. + +Next, add a line similar to the above to ~/.profile: + + [ -f /usr/gnu/bin/bash ] && [ -x /usr/gnu/bin/bash ] && \ + exec /usr/gnu/bin/bash --login + +This will cause login shells to replace themselves with bash running as +a login shell. Once you have this working, you can copy your initialization +code from ~/.profile to ~/.bash_profile. + +I have received word that the recipe supplied above is insufficient for +machines running CDE. CDE has a maze of twisty little startup files, all +slightly different. + +If you cannot change your login shell in the password file to bash, you +will have to (apparently) live with CDE using the shell in the password +file to run its startup scripts. If you have changed your shell to bash, +there is code in the CDE startup files (on Solaris, at least) that attempts +to do the right thing. It is, however, often broken, and may require that +you use the $BASH_ENV trick described below. + +`dtterm' claims to use $SHELL as the default program to start, so if you +can change $SHELL in the CDE startup files, you should be able to use bash +in your terminal windows. + +Setting DTSOURCEPROFILE in ~/.dtprofile will cause the `Xsession' program +to read your login shell's startup files. You may be able to use bash for +the rest of the CDE programs by setting SHELL to bash in ~/.dtprofile as +well, but I have not tried this. + +You can use the above `exec' recipe to start bash when not logging in with +CDE by testing the value of the DT variable: + + if [ -n "$DT" ]; then + [ -f /usr/gnu/bin/bash ] && exec /usr/gnu/bin/bash --login + fi + +If CDE starts its shells non-interactively during login, the login shell +startup files (~/.profile, ~/.bash_profile) will not be sourced at login. +To get around this problem, append a line similar to the following to your +~/.dtprofile: + + BASH_ENV=${HOME}/.bash_profile ; export BASH_ENV + +and add the following line to the beginning of ~/.bash_profile: + + unset BASH_ENV + +A8) I just changed my login shell to bash, and now I can't FTP into my + machine. Why not? + +You must add the full pathname to bash to the file /etc/shells. As +noted in the answer to the previous question, many systems require +this before you can make bash your login shell. + +Most versions of ftpd use this file to prohibit `special' users +such as `uucp' and `news' from using FTP. + +A9) What's the `POSIX Shell and Utilities standard'? + +POSIX is a name originally coined by Richard Stallman for a +family of open system standards based on UNIX. There are a +number of aspects of UNIX under consideration for +standardization, from the basic system services at the system +call and C library level to applications and tools to system +administration and management. Each area of standardization is +assigned to a working group in the 1003 series. + +The POSIX Shell and Utilities standard was originally developed by +IEEE Working Group 1003.2 (POSIX.2). Today it has been merged with +the original 1003.1 Working Group and is maintained by the Austin +Group (a joint working group of the IEEE, The Open Group and +ISO/IEC SC22/WG15). Today the Shell and Utilities are a volume +within the set of documents that make up IEEE Std 1003.1-2001, and +thus now the former POSIX.2 (from 1992) is now part of the current +POSIX.1 standard (POSIX 1003.1-2001). + +The Shell and Utilities volume concentrates on the command +interpreter interface and utility programs commonly executed from +the command line or by other programs. The standard is freely +available on the web at http://www.UNIX-systems.org/version3/ . +Work continues at the Austin Group on maintenance issues; see +http://www.opengroup.org/austin/ to join the discussions. + +Bash is concerned with the aspects of the shell's behavior defined +by the POSIX Shell and Utilities volume. The shell command +language has of course been standardized, including the basic flow +control and program execution constructs, I/O redirection and +pipelining, argument handling, variable expansion, and quoting. + +The `special' builtins, which must be implemented as part of the +shell to provide the desired functionality, are specified as +being part of the shell; examples of these are `eval' and +`export'. Other utilities appear in the sections of POSIX not +devoted to the shell which are commonly (and in some cases must +be) implemented as builtin commands, such as `read' and `test'. +POSIX also specifies aspects of the shell's interactive +behavior as part of the UPE, including job control and command +line editing. Only vi-style line editing commands have been +standardized; emacs editing commands were left out due to +objections. + +The latest version of the POSIX Shell and Utilities standard is +available (now updated to the 2004 Edition) as part of the Single +UNIX Specification Version 3 at + +http://www.UNIX-systems.org/version3/ + +A10) What is the bash `posix mode'? + +Although bash is an implementation of the POSIX shell +specification, there are areas where the bash default behavior +differs from that spec. The bash `posix mode' changes the bash +behavior in these areas so that it obeys the spec more closely. + +Posix mode is entered by starting bash with the --posix or +'-o posix' option or executing `set -o posix' after bash is running. + +The specific aspects of bash which change when posix mode is +active are listed in the file POSIX in the bash distribution. +They are also listed in a section in the Bash Reference Manual +(from which that file is generated). + +Section B: The latest version + +B1) What's new in version 4.0? + +Bash-4.0 is the fourth major release of bash. There are numerous new features, +some experimental. Depending on community reception, the experimental +features will evolve. + +Bash-4.0 contains the following new features (see the manual page for +complete descriptions and the CHANGES and NEWS files in the bash-4.0 +distribution): + +o When using substring expansion on the positional parameters, a starting + index of 0 now causes $0 to be prefixed to the list. + +o There is a new variable, $BASHPID, which always returns the process id of + the current shell. + +o There is a new `autocd' option that, when enabled, causes bash to attempt + to `cd' to a directory name that is supplied as the first word of a + simple command. + +o There is a new `checkjobs' option that causes the shell to check for and + report any running or stopped jobs at exit. + +o The programmable completion code exports a new COMP_TYPE variable, set to + a character describing the type of completion being attempted. + +o The programmable completion code exports a new COMP_KEY variable, set to + the character that caused the completion to be invoked (e.g., TAB). + +o The programmable completion code now uses the same set of characters as + readline when breaking the command line into a list of words. + +o The block multiplier for the ulimit -c and -f options is now 512 when in + Posix mode, as Posix specifies. + +o Changed the behavior of the read builtin to save any partial input received + in the specified variable when the read builtin times out. This also + results in variables specified as arguments to read to be set to the empty + string when there is no input available. When the read builtin times out, + it returns an exit status greater than 128. + +o The shell now has the notion of a `compatibility level', controlled by + new variables settable by `shopt'. Setting this variable currently + restores the bash-3.1 behavior when processing quoted strings on the rhs + of the `=~' operator to the `[[' command. + +o The `ulimit' builtin now has new -b (socket buffer size) and -T (number + of threads) options. + +o There is a new `compopt' builtin that allows completion functions to modify + completion options for existing completions or the completion currently + being executed. + +o The `read' builtin has a new -i option which inserts text into the reply + buffer when using readline. + +o A new `-E' option to the complete builtin allows control of the default + behavior for completion on an empty line. + +o There is now limited support for completing command name words containing + globbing characters. + +o The `help' builtin now has a new -d option, to display a short description, + and a -m option, to print help information in a man page-like format. + +o There is a new `mapfile' builtin to populate an array with lines from a + given file. + +o If a command is not found, the shell attempts to execute a shell function + named `command_not_found_handle', supplying the command words as the + function arguments. + +o There is a new shell option: `globstar'. When enabled, the globbing code + treats `**' specially -- it matches all directories (and files within + them, when appropriate) recursively. + +o There is a new shell option: `dirspell'. When enabled, the filename + completion code performs spelling correction on directory names during + completion. + +o The `-t' option to the `read' builtin now supports fractional timeout + values. + +o Brace expansion now allows zero-padding of expanded numeric values and + will add the proper number of zeroes to make sure all values contain the + same number of digits. + +o There is a new bash-specific bindable readline function: `dabbrev-expand'. + It uses menu completion on a set of words taken from the history list. + +o The command assigned to a key sequence with `bind -x' now sets two new + variables in the environment of the executed command: READLINE_LINE_BUFFER + and READLINE_POINT. The command can change the current readline line + and cursor position by modifying READLINE_LINE_BUFFER and READLINE_POINT, + respectively. + +o There is a new >>& redirection operator, which appends the standard output + and standard error to the named file. + +o The parser now understands `|&' as a synonym for `2>&1 |', which redirects + the standard error for a command through a pipe. + +o The new `;&' case statement action list terminator causes execution to + continue with the action associated with the next pattern in the + statement rather than terminating the command. + +o The new `;;&' case statement action list terminator causes the shell to + test the next set of patterns after completing execution of the current + action, rather than terminating the command. + +o The shell understands a new variable: PROMPT_DIRTRIM. When set to an + integer value greater than zero, prompt expansion of \w and \W will + retain only that number of trailing pathname components and replace + the intervening characters with `...'. + +o There are new case-modifying word expansions: uppercase (^[^]) and + lowercase (,[,]). They can work on either the first character or + array element, or globally. They accept an optional shell pattern + that determines which characters to modify. There is an optionally- + configured feature to include capitalization operators. + +o The shell provides associative array variables, with the appropriate + support to create, delete, assign values to, and expand them. + +o The `declare' builtin now has new -l (convert value to lowercase upon + assignment) and -u (convert value to uppercase upon assignment) options. + There is an optionally-configurable -c option to capitalize a value at + assignment. + +o There is a new `coproc' reserved word that specifies a coprocess: an + asynchronous command run with two pipes connected to the creating shell. + Coprocs can be named. The input and output file descriptors and the + PID of the coprocess are available to the calling shell in variables + with coproc-specific names. + +A short feature history dating from Bash-2.0: + +Bash-3.2 contained the following new features: + +o Bash-3.2 now checks shell scripts for NUL characters rather than non-printing + characters when deciding whether or not a script is a binary file. + +o Quoting the string argument to the [[ command's =~ (regexp) operator now + forces string matching, as with the other pattern-matching operators. + +Bash-3.1 contained the following new features: + +o Bash-3.1 may now be configured and built in a mode that enforces strict + POSIX compliance. + +o The `+=' assignment operator, which appends to the value of a string or + array variable, has been implemented. + +o It is now possible to ignore case when matching in contexts other than + filename generation using the new `nocasematch' shell option. + +Bash-3.0 contained the following new features: + +o Features to support the bash debugger have been implemented, and there + is a new `extdebug' option to turn the non-default options on + +o HISTCONTROL is now a colon-separated list of options and has been + extended with a new `erasedups' option that will result in only one + copy of a command being kept in the history list + +o Brace expansion has been extended with a new {x..y} form, producing + sequences of digits or characters + +o Timestamps are now kept with history entries, with an option to save + and restore them from the history file; there is a new HISTTIMEFORMAT + variable describing how to display the timestamps when listing history + entries + +o The `[[' command can now perform extended regular expression (egrep-like) + matching, with matched subexpressions placed in the BASH_REMATCH array + variable + +o A new `pipefail' option causes a pipeline to return a failure status if + any command in it fails + +o The `jobs', `kill', and `wait' builtins now accept job control notation + in their arguments even if job control is not enabled + +o The `gettext' package and libintl have been integrated, and the shell + messages may be translated into other languages + +Bash-2.05b introduced the following new features: + +o support for multibyte characters has been added to both bash and readline + +o the DEBUG trap is now run *before* simple commands, ((...)) commands, + [[...]] conditional commands, and for ((...)) loops + +o the shell now performs arithmetic in the largest integer size the machine + supports (intmax_t) + +o there is a new \D{...} prompt expansion; passes the `...' to strftime(3) + and inserts the result into the expanded prompt + +o there is a new `here-string' redirection operator: <<< word + +o when displaying variables, function attributes and definitions are shown + separately, allowing them to be re-used as input (attempting to re-use + the old output would result in syntax errors). + +o `read' has a new `-u fd' option to read from a specified file descriptor + +o the bash debugger in examples/bashdb has been modified to work with the + new DEBUG trap semantics, the command set has been made more gdb-like, + and the changes to $LINENO make debugging functions work better + +o the expansion of $LINENO inside a shell function is only relative to the + function start if the shell is interactive -- if the shell is running a + script, $LINENO expands to the line number in the script. This is as + POSIX-2001 requires + +Bash-2.05a introduced the following new features: + +o The `printf' builtin has undergone major work + +o There is a new read-only `shopt' option: login_shell, which is set by + login shells and unset otherwise + +o New `\A' prompt string escape sequence; expanding to time in 24-hour + HH:MM format + +o New `-A group/-g' option to complete and compgen; goes group name + completion + +o New [+-]O invocation option to set and unset `shopt' options at startup + +o ksh-like `ERR' trap + +o `for' loops now allow empty word lists after the `in' reserved word + +o new `hard' and `soft' arguments for the `ulimit' builtin + +o Readline can be configured to place the user at the same point on the line + when retrieving commands from the history list + +o Readline can be configured to skip `hidden' files (filenames with a leading + `.' on Unix) when performing completion + +Bash-2.05 introduced the following new features: + +o This version has once again reverted to using locales and strcoll(3) when + processing pattern matching bracket expressions, as POSIX requires. +o Added a new `--init-file' invocation argument as a synonym for `--rcfile', + per the new GNU coding standards. +o The /dev/tcp and /dev/udp redirections now accept service names as well as + port numbers. +o `complete' and `compgen' now take a `-o value' option, which controls some + of the aspects of that compspec. Valid values are: + + default - perform bash default completion if programmable + completion produces no matches + dirnames - perform directory name completion if programmable + completion produces no matches + filenames - tell readline that the compspec produces filenames, + so it can do things like append slashes to + directory names and suppress trailing spaces +o A new loadable builtin, realpath, which canonicalizes and expands symlinks + in pathname arguments. +o When `set' is called without options, it prints function defintions in a + way that allows them to be reused as input. This affects `declare' and + `declare -p' as well. This only happens when the shell is not in POSIX + mode, since POSIX.2 forbids this behavior. + +Bash-2.04 introduced the following new features: + +o Programmable word completion with the new `complete' and `compgen' builtins; + examples are provided in examples/complete/complete-examples +o `history' has a new `-d' option to delete a history entry +o `bind' has a new `-x' option to bind key sequences to shell commands +o The prompt expansion code has new `\j' and `\l' escape sequences +o The `no_empty_cmd_completion' shell option, if enabled, inhibits + command completion when TAB is typed on an empty line +o `help' has a new `-s' option to print a usage synopsis +o New arithmetic operators: var++, var--, ++var, --var, expr1,expr2 (comma) +o New ksh93-style arithmetic for command: + for ((expr1 ; expr2; expr3 )); do list; done +o `read' has new options: `-t', `-n', `-d', `-s' +o The redirection code handles several filenames specially: /dev/fd/N, + /dev/stdin, /dev/stdout, /dev/stderr +o The redirection code now recognizes /dev/tcp/HOST/PORT and + /dev/udp/HOST/PORT and tries to open a TCP or UDP socket, respectively, + to the specified port on the specified host +o The ${!prefix*} expansion has been implemented +o A new FUNCNAME variable, which expands to the name of a currently-executing + function +o The GROUPS variable is no longer readonly +o A new shopt `xpg_echo' variable, to control the behavior of echo with + respect to backslash-escape sequences at runtime +o The NON_INTERACTIVE_LOGIN_SHELLS #define has returned + +The version of Readline released with Bash-2.04, Readline-4.1, had several +new features as well: + +o Parentheses matching is always compiled into readline, and controllable + with the new `blink-matching-paren' variable +o The history-search-forward and history-search-backward functions now leave + point at the end of the line when the search string is empty, like + reverse-search-history, and forward-search-history +o A new function for applications: rl_on_new_line_with_prompt() +o New variables for applications: rl_already_prompted, and rl_gnu_readline_p + + +Bash-2.03 had very few new features, in keeping with the convention +that odd-numbered releases provide mainly bug fixes. A number of new +features were added to Readline, mostly at the request of the Cygnus +folks. + +A new shopt option, `restricted_shell', so that startup files can test + whether or not the shell was started in restricted mode +Filename generation is now performed on the words between ( and ) in + compound array assignments (this is really a bug fix) +OLDPWD is now auto-exported, as POSIX.2 requires +ENV and BASH_ENV are read-only variables in a restricted shell +Bash may now be linked against an already-installed Readline library, + as long as the Readline library is version 4 or newer +All shells begun with the `--login' option will source the login shell + startup files, even if the shell is not interactive + +There were lots of changes to the version of the Readline library released +along with Bash-2.03. For a complete list of the changes, read the file +CHANGES in the Bash-2.03 distribution. + +Bash-2.02 contained the following new features: + +a new version of malloc (based on the old GNU malloc code in previous + bash versions) that is more page-oriented, more conservative + with memory usage, does not `orphan' large blocks when they + are freed, is usable on 64-bit machines, and has allocation + checking turned on unconditionally +POSIX.2-style globbing character classes ([:alpha:], [:alnum:], etc.) +POSIX.2-style globbing equivalence classes +POSIX.2-style globbing collating symbols +the ksh [[...]] extended conditional command +the ksh egrep-style extended pattern matching operators +a new `printf' builtin +the ksh-like $(, &>, >|, <<<, [n]<&word-, [n]>&word-, >>& + prompt string special char translation and variable expansion + auto-export of variables in initial environment + command search finds functions before builtins + bash return builtin will exit a file sourced with `.' + builtins: cd -/-L/-P, exec -l/-c/-a, echo -e/-E, hash -d/-l/-p/-t. + export -n/-f/-p/name=value, pwd -L/-P, + read -e/-p/-a/-t/-n/-d/-s/-u/-i, + readonly -a/-f/name=value, trap -l, set +o, + set -b/-m/-o option/-h/-p/-B/-C/-H/-P, + unset -f/-v, ulimit -i/-m/-p/-q/-u/-x, + type -a/-p/-t/-f/-P, suspend -f, kill -n, + test -o optname/s1 == s2/s1 < s2/s1 > s2/-nt/-ot/-ef/-O/-G/-S + bash reads ~/.bashrc for interactive shells, $ENV for non-interactive + bash restricted shell mode is more extensive + bash allows functions and variables with the same name + brace expansion + tilde expansion + arithmetic expansion with $((...)) and `let' builtin + the `[[...]]' extended conditional command + process substitution + aliases and alias/unalias builtins + local variables in functions and `local' builtin + readline and command-line editing with programmable completion + command history and history/fc builtins + csh-like history expansion + other new bash builtins: bind, command, compgen, complete, builtin, + declare/typeset, dirs, enable, fc, help, + history, logout, popd, pushd, disown, shopt, + printf, compopt, mapfile + exported functions + filename generation when using output redirection (command >a*) + POSIX.2-style globbing character classes + POSIX.2-style globbing equivalence classes + POSIX.2-style globbing collating symbols + egrep-like extended pattern matching operators + case-insensitive pattern matching and globbing + variable assignments preceding commands affect only that command, + even for builtins and functions + posix mode and strict posix conformance + redirection to /dev/fd/N, /dev/stdin, /dev/stdout, /dev/stderr, + /dev/tcp/host/port, /dev/udp/host/port + debugger support, including `caller' builtin and new variables + RETURN trap + the `+=' assignment operator + autocd shell option and behavior + command-not-found hook with command_not_found_handle shell function + globstar shell option and `**' globbing behavior + |& synonym for `2>&1 |' + ;& and ;;& case action list terminators + case-modifying word expansions and variable attributes + associative arrays + coprocesses using the `coproc' reserved word and variables + +Things sh has that bash does not: + uses variable SHACCT to do shell accounting + includes `stop' builtin (bash can use alias stop='kill -s STOP') + `newgrp' builtin + turns on job control if called as `jsh' + $TIMEOUT (like bash $TMOUT) + `^' is a synonym for `|' + new SVR4.2 sh builtins: mldmode, priv + +Implementation differences: + redirection to/from compound commands causes sh to create a subshell + bash does not allow unbalanced quotes; sh silently inserts them at EOF + bash does not mess with signal 11 + sh sets (euid, egid) to (uid, gid) if -p not supplied and uid < 100 + bash splits only the results of expansions on IFS, using POSIX.2 + field splitting rules; sh splits all words on IFS + sh does not allow MAILCHECK to be unset (?) + sh does not allow traps on SIGALRM or SIGCHLD + bash allows multiple option arguments when invoked (e.g. -x -v); + sh allows only a single option argument (`sh -x -v' attempts + to open a file named `-v', and, on SunOS 4.1.4, dumps core. + On Solaris 2.4 and earlier versions, sh goes into an infinite + loop.) + sh exits a script if any builtin fails; bash exits only if one of + the POSIX.2 `special' builtins fails + +C2) How does bash differ from the Korn shell, version ksh88? + +Things bash has or uses that ksh88 does not: + long invocation options + [-+]O invocation option + -l invocation option + `!' reserved word + arithmetic for command: for ((expr1 ; expr2; expr3 )); do list; done + arithmetic in largest machine-supported size (intmax_t) + posix mode and posix conformance + command hashing + tilde expansion for assignment statements that look like $PATH + process substitution with named pipes if /dev/fd is not available + the ${!param} indirect parameter expansion operator + the ${!param*} prefix expansion operator + the ${param:offset[:length]} parameter substring operator + the ${param/pat[/string]} parameter pattern substitution operator + variables: BASH, BASH_VERSION, BASH_VERSINFO, BASHPID, UID, EUID, SHLVL, + TIMEFORMAT, HISTCMD, HOSTTYPE, OSTYPE, MACHTYPE, + HISTFILESIZE, HISTIGNORE, HISTCONTROL, PROMPT_COMMAND, + IGNOREEOF, FIGNORE, INPUTRC, HOSTFILE, DIRSTACK, + PIPESTATUS, HOSTNAME, OPTERR, SHELLOPTS, GLOBIGNORE, + GROUPS, FUNCNAME, histchars, auto_resume, PROMPT_DIRTRIM + prompt expansion with backslash escapes and command substitution + redirection: &> (stdout and stderr), <<<, [n]<&word-, [n]>&word-, >>& + more extensive and extensible editing and programmable completion + builtins: bind, builtin, command, declare, dirs, echo -e/-E, enable, + exec -l/-c/-a, fc -s, export -n/-f/-p, hash, help, history, + jobs -x/-r/-s, kill -s/-n/-l, local, logout, popd, pushd, + read -e/-p/-a/-t/-n/-d/-s, readonly -a/-n/-f/-p, + set -o braceexpand/-o histexpand/-o interactive-comments/ + -o notify/-o physical/-o posix/-o hashall/-o onecmd/ + -h/-B/-C/-b/-H/-P, set +o, suspend, trap -l, type, + typeset -a/-F/-p, ulimit -i/-q/-u/-x, umask -S, alias -p, + shopt, disown, printf, complete, compgen, compopt, mapfile + `!' csh-style history expansion + POSIX.2-style globbing character classes + POSIX.2-style globbing equivalence classes + POSIX.2-style globbing collating symbols + egrep-like extended pattern matching operators + case-insensitive pattern matching and globbing + `**' arithmetic operator to do exponentiation + redirection to /dev/fd/N, /dev/stdin, /dev/stdout, /dev/stderr + arrays of unlimited size + TMOUT is default timeout for `read' and `select' + debugger support, including the `caller' builtin + RETURN trap + Timestamps in history entries + {x..y} brace expansion + The `+=' assignment operator + autocd shell option and behavior + command-not-found hook with command_not_found_handle shell function + globstar shell option and `**' globbing behavior + |& synonym for `2>&1 |' + ;& and ;;& case action list terminators + case-modifying word expansions and variable attributes + associative arrays + coprocesses using the `coproc' reserved word and variables + +Things ksh88 has or uses that bash does not: + tracked aliases (alias -t) + variables: ERRNO, FPATH, EDITOR, VISUAL + co-processes (bash uses different syntax) + weirdly-scoped functions + typeset +f to list all function names without definitions + text of command history kept in a file, not memory + builtins: alias -x, cd old new, newgrp, print, + read -p/-s/var?prompt, set -A/-o gmacs/ + -o bgnice/-o markdirs/-o trackall/-o viraw/-s, + typeset -H/-L/-R/-Z/-A/-ft/-fu/-fx/-t, whence + using environment to pass attributes of exported variables + arithmetic evaluation done on arguments to some builtins + reads .profile from $PWD when invoked as login shell + +Implementation differences: + ksh runs last command of a pipeline in parent shell context + bash has brace expansion by default (ksh88 compile-time option) + bash has fixed startup file for all interactive shells; ksh reads $ENV + bash has exported functions + bash command search finds functions before builtins + bash waits for all commands in pipeline to exit before returning status + emacs-mode editing has some slightly different key bindings + +C3) Which new features in ksh-93 are not in bash, and which are? + +New things in ksh-93 not in bash-4.0: + floating point arithmetic and variables + math library functions + ${!name[sub]} name of subscript for associative array + `.' is allowed in variable names to create a hierarchical namespace + more extensive compound assignment syntax + discipline functions + `sleep' and `getconf' builtins (bash has loadable versions) + typeset -n and `nameref' variables + KEYBD trap + variables: .sh.edchar, .sh.edmode, .sh.edcol, .sh.edtext, .sh.version, + .sh.name, .sh.subscript, .sh.value, .sh.match, HISTEDIT + backreferences in pattern matching (\N) + `&' operator in pattern lists for matching + print -f (bash uses printf) + `fc' has been renamed to `hist' + `.' can execute shell functions + exit statuses between 0 and 255 + FPATH and PATH mixing + getopts -a + -I invocation option + printf %H, %P, %T, %Z modifiers, output base for %d + lexical scoping for local variables in `ksh' functions + no scoping for local variables in `POSIX' functions + +New things in ksh-93 present in bash-4.0: + associative arrays + [n]<&word- and [n]>&word- redirections (combination dup and close) + for (( expr1; expr2; expr3 )) ; do list; done - arithmetic for command + ?:, ++, --, `expr1 , expr2' arithmetic operators + expansions: ${!param}, ${param:offset[:len]}, ${param/pat[/str]}, + ${!param*} + compound array assignment + the `!' reserved word + loadable builtins -- but ksh uses `builtin' while bash uses `enable' + `command', `builtin', `disown' builtins + new $'...' and $"..." quoting + FIGNORE (but bash uses GLOBIGNORE), HISTCMD + set -o notify/-C + changes to kill builtin + read -A (bash uses read -a) + read -t/-d + trap -p + exec -c/-a + `.' restores the positional parameters when it completes + POSIX.2 `test' + umask -S + unalias -a + command and arithmetic substitution performed on PS1, PS4, and ENV + command name completion + ENV processed only for interactive shells + set -o pipefail + The `+=' assignment operator + +Section D: Why does bash do some things differently than other Unix shells? + +D1) Why does bash run a different version of `command' than + `which command' says it will? + +On many systems, `which' is actually a csh script that assumes +you're running csh. In tcsh, `which' and its cousin `where' +are builtins. On other Unix systems, `which' is a perl script +that uses the PATH environment variable. Many Linux distributions +use GNU `which', which is a C program that can understand shell +aliases. + +The csh script version reads the csh startup files from your +home directory and uses those to determine which `command' will +be invoked. Since bash doesn't use any of those startup files, +there's a good chance that your bash environment differs from +your csh environment. The bash `type' builtin does everything +`which' does, and will report correct results for the running +shell. If you're really wedded to the name `which', try adding +the following function definition to your .bashrc: + + which() + { + builtin type "$@" + } + +If you're moving from tcsh and would like to bring `where' along +as well, use this function: + + where() + { + builtin type -a "$@" + } + +D2) Why doesn't bash treat brace expansions exactly like csh? + +The only difference between bash and csh brace expansion is that +bash requires a brace expression to contain at least one unquoted +comma if it is to be expanded. Any brace-surrounded word not +containing an unquoted comma is left unchanged by the brace +expansion code. This affords the greatest degree of sh +compatibility. + +Bash, ksh, zsh, and pd-ksh all implement brace expansion this way. + +D3) Why doesn't bash have csh variable modifiers? + +Posix has specified a more powerful, albeit somewhat more cryptic, +mechanism cribbed from ksh, and bash implements it. + +${parameter%word} + Remove smallest suffix pattern. The WORD is expanded to produce + a pattern. It then expands to the value of PARAMETER, with the + smallest portion of the suffix matched by the pattern deleted. + + x=file.c + echo ${x%.c}.o + -->file.o + +${parameter%%word} + + Remove largest suffix pattern. The WORD is expanded to produce + a pattern. It then expands to the value of PARAMETER, with the + largest portion of the suffix matched by the pattern deleted. + + x=posix/src/std + echo ${x%%/*} + -->posix + +${parameter#word} + Remove smallest prefix pattern. The WORD is expanded to produce + a pattern. It then expands to the value of PARAMETER, with the + smallest portion of the prefix matched by the pattern deleted. + + x=$HOME/src/cmd + echo ${x#$HOME} + -->/src/cmd + +${parameter##word} + Remove largest prefix pattern. The WORD is expanded to produce + a pattern. It then expands to the value of PARAMETER, with the + largest portion of the prefix matched by the pattern deleted. + + x=/one/two/three + echo ${x##*/} + -->three + + +Given + a=/a/b/c/d + b=b.xxx + + csh bash result + --- ---- ------ + $a:h ${a%/*} /a/b/c + $a:t ${a##*/} d + $b:r ${b%.*} b + $b:e ${b##*.} xxx + + +D4) How can I make my csh aliases work when I convert to bash? + +Bash uses a different syntax to support aliases than csh does. +The details can be found in the documentation. We have provided +a shell script which does most of the work of conversion for you; +this script can be found in ./examples/misc/aliasconv.sh. Here is +how you use it: + +Start csh in the normal way for you. (e.g., `csh') + +Pipe the output of `alias' through `aliasconv.sh', saving the +results into `bash_aliases': + + alias | bash aliasconv.sh >bash_aliases + +Edit `bash_aliases', carefully reading through any created +functions. You will need to change the names of some csh specific +variables to the bash equivalents. The script converts $cwd to +$PWD, $term to $TERM, $home to $HOME, $user to $USER, and $prompt +to $PS1. You may also have to add quotes to avoid unwanted +expansion. + +For example, the csh alias: + + alias cd 'cd \!*; echo $cwd' + +is converted to the bash function: + + cd () { command cd "$@"; echo $PWD ; } + +The only thing that needs to be done is to quote $PWD: + + cd () { command cd "$@"; echo "$PWD" ; } + +Merge the edited file into your ~/.bashrc. + +There is an additional, more ambitious, script in +examples/misc/cshtobash that attempts to convert your entire csh +environment to its bash equivalent. This script can be run as +simply `cshtobash' to convert your normal interactive +environment, or as `cshtobash ~/.login' to convert your login +environment. + +D5) How can I pipe standard output and standard error from one command to + another, like csh does with `|&'? + +Use + command 2>&1 | command2 + +The key is to remember that piping is performed before redirection, so +file descriptor 1 points to the pipe when it is duplicated onto file +descriptor 2. + +D6) Now that I've converted from ksh to bash, are there equivalents to + ksh features like autoloaded functions and the `whence' command? + +There are features in ksh-88 and ksh-93 that do not have direct bash +equivalents. Most, however, can be emulated with very little trouble. + +ksh-88 feature Bash equivalent +-------------- --------------- +compiled-in aliases set up aliases in .bashrc; some ksh aliases are + bash builtins (hash, history, type) +coprocesses named pipe pairs (one for read, one for write) +typeset +f declare -F +cd, print, whence function substitutes in examples/functions/kshenv +autoloaded functions examples/functions/autoload is the same as typeset -fu +read var?prompt read -p prompt var + +ksh-93 feature Bash equivalent +-------------- --------------- +sleep, getconf Bash has loadable versions in examples/loadables +${.sh.version} $BASH_VERSION +print -f printf +hist alias hist=fc +$HISTEDIT $FCEDIT + +Section E: How can I get bash to do certain things, and why does bash do + things the way it does? + +E1) Why is the bash builtin `test' slightly different from /bin/test? + +The specific example used here is [ ! x -o x ], which is false. + +Bash's builtin `test' implements the Posix.2 spec, which can be +summarized as follows (the wording is due to David Korn): + +Here is the set of rules for processing test arguments. + + 0 Args: False + 1 Arg: True iff argument is not null. + 2 Args: If first arg is !, True iff second argument is null. + If first argument is unary, then true if unary test is true + Otherwise error. + 3 Args: If second argument is a binary operator, do binary test of $1 $3 + If first argument is !, negate two argument test of $2 $3 + If first argument is `(' and third argument is `)', do the + one-argument test of the second argument. + Otherwise error. + 4 Args: If first argument is !, negate three argument test of $2 $3 $4. + Otherwise unspecified + 5 or more Args: unspecified. (Historical shells would use their + current algorithm). + +The operators -a and -o are considered binary operators for the purpose +of the 3 Arg case. + +As you can see, the test becomes (not (x or x)), which is false. + +E2) Why does bash sometimes say `Broken pipe'? + +If a sequence of commands appears in a pipeline, and one of the +reading commands finishes before the writer has finished, the +writer receives a SIGPIPE signal. Many other shells special-case +SIGPIPE as an exit status in the pipeline and do not report it. +For example, in: + + ps -aux | head + +`head' can finish before `ps' writes all of its output, and ps +will try to write on a pipe without a reader. In that case, bash +will print `Broken pipe' to stderr when ps is killed by a +SIGPIPE. + +As of bash-3.1, bash does not report SIGPIPE errors by default. You +can build a version of bash that will report such errors. + +E3) When I have terminal escape sequences in my prompt, why does bash + wrap lines at the wrong column? + +Readline, the line editing library that bash uses, does not know +that the terminal escape sequences do not take up space on the +screen. The redisplay code assumes, unless told otherwise, that +each character in the prompt is a `printable' character that +takes up one character position on the screen. + +You can use the bash prompt expansion facility (see the PROMPTING +section in the manual page) to tell readline that sequences of +characters in the prompt strings take up no screen space. + +Use the \[ escape to begin a sequence of non-printing characters, +and the \] escape to signal the end of such a sequence. + +E4) If I pipe the output of a command into `read variable', why doesn't + the output show up in $variable when the read command finishes? + +This has to do with the parent-child relationship between Unix +processes. It affects all commands run in pipelines, not just +simple calls to `read'. For example, piping a command's output +into a `while' loop that repeatedly calls `read' will result in +the same behavior. + +Each element of a pipeline, even a builtin or shell function, +runs in a separate process, a child of the shell running the +pipeline. A subprocess cannot affect its parent's environment. +When the `read' command sets the variable to the input, that +variable is set only in the subshell, not the parent shell. When +the subshell exits, the value of the variable is lost. + +Many pipelines that end with `read variable' can be converted +into command substitutions, which will capture the output of +a specified command. The output can then be assigned to a +variable: + + grep ^gnu /usr/lib/news/active | wc -l | read ngroup + +can be converted into + + ngroup=$(grep ^gnu /usr/lib/news/active | wc -l) + +This does not, unfortunately, work to split the text among +multiple variables, as read does when given multiple variable +arguments. If you need to do this, you can either use the +command substitution above to read the output into a variable +and chop up the variable using the bash pattern removal +expansion operators or use some variant of the following +approach. + +Say /usr/local/bin/ipaddr is the following shell script: + +#! /bin/sh +host `hostname` | awk '/address/ {print $NF}' + +Instead of using + + /usr/local/bin/ipaddr | read A B C D + +to break the local machine's IP address into separate octets, use + + OIFS="$IFS" + IFS=. + set -- $(/usr/local/bin/ipaddr) + IFS="$OIFS" + A="$1" B="$2" C="$3" D="$4" + +Beware, however, that this will change the shell's positional +parameters. If you need them, you should save them before doing +this. + +This is the general approach -- in most cases you will not need to +set $IFS to a different value. + +Some other user-supplied alternatives include: + +read A B C D << HERE + $(IFS=.; echo $(/usr/local/bin/ipaddr)) +HERE + +and, where process substitution is available, + +read A B C D < <(IFS=.; echo $(/usr/local/bin/ipaddr)) + +E5) I have a bunch of shell scripts that use backslash-escaped characters + in arguments to `echo'. Bash doesn't interpret these characters. Why + not, and how can I make it understand them? + +This is the behavior of echo on most Unix System V machines. + +The bash builtin `echo' is modeled after the 9th Edition +Research Unix version of `echo'. It does not interpret +backslash-escaped characters in its argument strings by default; +it requires the use of the -e option to enable the +interpretation. The System V echo provides no way to disable the +special characters; the bash echo has a -E option to disable +them. + +There is a configuration option that will make bash behave like +the System V echo and interpret things like `\t' by default. Run +configure with the --enable-xpg-echo-default option to turn this +on. Be aware that this will cause some of the tests run when you +type `make tests' to fail. + +There is a shell option, `xpg_echo', settable with `shopt', that will +change the behavior of echo at runtime. Enabling this option turns +on expansion of backslash-escape sequences. + +E6) Why doesn't a while or for loop get suspended when I type ^Z? + +This is a consequence of how job control works on Unix. The only +thing that can be suspended is the process group. This is a single +command or pipeline of commands that the shell forks and executes. + +When you run a while or for loop, the only thing that the shell forks +and executes are any commands in the while loop test and commands in +the loop bodies. These, therefore, are the only things that can be +suspended when you type ^Z. + +If you want to be able to stop the entire loop, you need to put it +within parentheses, which will force the loop into a subshell that +may be stopped (and subsequently restarted) as a single unit. + +E7) What about empty for loops in Makefiles? + +It's fairly common to see constructs like this in automatically-generated +Makefiles: + +SUBDIRS = @SUBDIRS@ + + ... + +subdirs-clean: + for d in ${SUBDIRS}; do \ + ( cd $$d && ${MAKE} ${MFLAGS} clean ) \ + done + +When SUBDIRS is empty, this results in a command like this being passed to +bash: + + for d in ; do + ( cd $d && ${MAKE} ${MFLAGS} clean ) + done + +In versions of bash before bash-2.05a, this was a syntax error. If the +reserved word `in' was present, a word must follow it before the semicolon +or newline. The language in the manual page referring to the list of words +being empty referred to the list after it is expanded. These versions of +bash required that there be at least one word following the `in' when the +construct was parsed. + +The idiomatic Makefile solution is something like: + +SUBDIRS = @SUBDIRS@ + +subdirs-clean: + subdirs=$SUBDIRS ; for d in $$subdirs; do \ + ( cd $$d && ${MAKE} ${MFLAGS} clean ) \ + done + +The latest updated POSIX standard has changed this: the word list +is no longer required. Bash versions 2.05a and later accept the +new syntax. + +E8) Why does the arithmetic evaluation code complain about `08'? + +The bash arithmetic evaluation code (used for `let', $(()), (()), and in +other places), interprets a leading `0' in numeric constants as denoting +an octal number, and a leading `0x' as denoting hexadecimal. This is +in accordance with the POSIX.2 spec, section 2.9.2.1, which states that +arithmetic constants should be handled as signed long integers as defined +by the ANSI/ISO C standard. + +The POSIX.2 interpretation committee has confirmed this: + +http://www.pasc.org/interps/unofficial/db/p1003.2/pasc-1003.2-173.html + +E9) Why does the pattern matching expression [A-Z]* match files beginning + with every letter except `z'? + +Bash-2.03, Bash-2.05 and later versions honor the current locale setting +when processing ranges within pattern matching bracket expressions ([A-Z]). +This is what POSIX.2 and SUSv3/XPG6 specify. + +The behavior of the matcher in bash-2.05 and later versions depends on the +current LC_COLLATE setting. Setting this variable to `C' or `POSIX' will +result in the traditional behavior ([A-Z] matches all uppercase ASCII +characters). Many other locales, including the en_US locale (the default +on many US versions of Linux) collate the upper and lower case letters like +this: + + AaBb...Zz + +which means that [A-Z] matches every letter except `z'. Others collate like + + aAbBcC...zZ + +which means that [A-Z] matches every letter except `a'. + +The portable way to specify upper case letters is [:upper:] instead of +A-Z; lower case may be specified as [:lower:] instead of a-z. + +Look at the manual pages for setlocale(3), strcoll(3), and, if it is +present, locale(1). If you have locale(1), you can use it to find +your current locale information even if you do not have any of the +LC_ variables set. + +My advice is to put + + export LC_COLLATE=C + +into /etc/profile and inspect any shell scripts run from cron for +constructs like [A-Z]. This will prevent things like + + rm [A-Z]* + +from removing every file in the current directory except those beginning +with `z' and still allow individual users to change the collation order. +Users may put the above command into their own profiles as well, of course. + +E10) Why does `cd //' leave $PWD as `//'? + +POSIX.2, in its description of `cd', says that *three* or more leading +slashes may be replaced with a single slash when canonicalizing the +current working directory. + +This is, I presume, for historical compatibility. Certain versions of +Unix, and early network file systems, used paths of the form +//hostname/path to access `path' on server `hostname'. + +E11) If I resize my xterm while another program is running, why doesn't bash + notice the change? + +This is another issue that deals with job control. + +The kernel maintains a notion of a current terminal process group. Members +of this process group (processes whose process group ID is equal to the +current terminal process group ID) receive terminal-generated signals like +SIGWINCH. (For more details, see the JOB CONTROL section of the bash +man page.) + +If a terminal is resized, the kernel sends SIGWINCH to each member of +the terminal's current process group (the `foreground' process group). + +When bash is running with job control enabled, each pipeline (which may be +a single command) is run in its own process group, different from bash's +process group. This foreground process group receives the SIGWINCH; bash +does not. Bash has no way of knowing that the terminal has been resized. + +There is a `checkwinsize' option, settable with the `shopt' builtin, that +will cause bash to check the window size and adjust its idea of the +terminal's dimensions each time a process stops or exits and returns control +of the terminal to bash. Enable it with `shopt -s checkwinsize'. + +E12) Why don't negative offsets in substring expansion work like I expect? + +When substring expansion of the form ${param:offset[:length} is used, +an `offset' that evaluates to a number less than zero counts back from +the end of the expanded value of $param. + +When a negative `offset' begins with a minus sign, however, unexpected things +can happen. Consider + + a=12345678 + echo ${a:-4} + +intending to print the last four characters of $a. The problem is that +${param:-word} already has a well-defined meaning: expand to word if the +expanded value of param is unset or null, and $param otherwise. + +To use negative offsets that begin with a minus sign, separate the +minus sign and the colon with a space. + +E13) Why does filename completion misbehave if a colon appears in the filename? + +Filename completion (and word completion in general) may appear to behave +improperly if there is a colon in the word to be completed. + +The colon is special to readline's word completion code: it is one of the +characters that breaks words for the completer. Readline uses these characters +in sort of the same way that bash uses $IFS: they break or separate the words +the completion code hands to the application-specific or default word +completion functions. The original intent was to make it easy to edit +colon-separated lists (such as $PATH in bash) in various applications using +readline for input. + +This is complicated by the fact that some versions of the popular +`bash-completion' programmable completion package have problems with the +default completion behavior in the presence of colons. + +The current set of completion word break characters is available in bash as +the value of the COMP_WORDBREAKS variable. Removing `:' from that value is +enough to make the colon not special to completion: + +COMP_WORDBREAKS=${COMP_WORDBREAKS//:} + +You can also quote the colon with a backslash to achieve the same result +temporarily. + +E14) Why does quoting the pattern argument to the regular expression matching + conditional operator (=~) cause regexp matching to stop working? + +In versions of bash prior to bash-3.2, the effect of quoting the regular +expression argument to the [[ command's =~ operator was not specified. +The practical effect was that double-quoting the pattern argument required +backslashes to quote special pattern characters, which interfered with the +backslash processing performed by double-quoted word expansion and was +inconsistent with how the == shell pattern matching operator treated +quoted characters. + +In bash-3.2, the shell was changed to internally quote characters in single- +and double-quoted string arguments to the =~ operator, which suppresses the +special meaning of the characters special to regular expression processing +(`.', `[', `\', `(', `), `*', `+', `?', `{', `|', `^', and `$') and forces +them to be matched literally. This is consistent with how the `==' pattern +matching operator treats quoted portions of its pattern argument. + +Since the treatment of quoted string arguments was changed, several issues +have arisen, chief among them the problem of white space in pattern arguments +and the differing treatment of quoted strings between bash-3.1 and bash-3.2. +Both problems may be solved by using a shell variable to hold the pattern. +Since word splitting is not performed when expanding shell variables in all +operands of the [[ command, this allows users to quote patterns as they wish +when assigning the variable, then expand the values to a single string that +may contain whitespace. The first problem may be solved by using backslashes +or any other quoting mechanism to escape the white space in the patterns. + +Bash-4.0 introduces the concept of a `compatibility level', controlled by +several options to the `shopt' builtin. If the `compat31' option is enabled, +bash reverts to the bash-3.1 behavior with respect to quoting the rhs of +the =~ operator. + +Section F: Things to watch out for on certain Unix versions + +F1) Why can't I use command line editing in my `cmdtool'? + +The problem is `cmdtool' and bash fighting over the input. When +scrolling is enabled in a cmdtool window, cmdtool puts the tty in +`raw mode' to permit command-line editing using the mouse for +applications that cannot do it themselves. As a result, bash and +cmdtool each try to read keyboard input immediately, with neither +getting enough of it to be useful. + +This mode also causes cmdtool to not implement many of the +terminal functions and control sequences appearing in the +`sun-cmd' termcap entry. For a more complete explanation, see +that file examples/suncmd.termcap in the bash distribution. + +`xterm' is a better choice, and gets along with bash much more +smoothly. + +If you must use cmdtool, you can use the termcap description in +examples/suncmd.termcap. Set the TERMCAP variable to the terminal +description contained in that file, i.e. + +TERMCAP='Mu|sun-cmd:am:bs:km:pt:li#34:co#80:cl=^L:ce=\E[K:cd=\E[J:rs=\E[s:' + +Then export TERMCAP and start a new cmdtool window from that shell. +The bash command-line editing should behave better in the new +cmdtool. If this works, you can put the assignment to TERMCAP +in your bashrc file. + +F2) I built bash on Solaris 2. Why do globbing expansions and filename + completion chop off the first few characters of each filename? + +This is the consequence of building bash on SunOS 5 and linking +with the libraries in /usr/ucblib, but using the definitions +and structures from files in /usr/include. + +The actual conflict is between the dirent structure in +/usr/include/dirent.h and the struct returned by the version of +`readdir' in libucb.a (a 4.3-BSD style `struct direct'). + +Make sure you've got /usr/ccs/bin ahead of /usr/ucb in your $PATH +when configuring and building bash. This will ensure that you +use /usr/ccs/bin/cc or acc instead of /usr/ucb/cc and that you +link with libc before libucb. + +If you have installed the Sun C compiler, you may also need to +put /usr/ccs/bin and /opt/SUNWspro/bin into your $PATH before +/usr/ucb. + +F3) Why does bash dump core after I interrupt username completion or + `~user' tilde expansion on a machine running NIS? + +This is a famous and long-standing bug in the SunOS YP (sorry, NIS) +client library, which is part of libc. + +The YP library code keeps static state -- a pointer into the data +returned from the server. When YP initializes itself (setpwent), +it looks at this pointer and calls free on it if it's non-null. +So far, so good. + +If one of the YP functions is interrupted during getpwent (the +exact function is interpretwithsave()), and returns NULL, the +pointer is freed without being reset to NULL, and the function +returns. The next time getpwent is called, it sees that this +pointer is non-null, calls free, and the bash free() blows up +because it's being asked to free freed memory. + +The traditional Unix mallocs allow memory to be freed multiple +times; that's probably why this has never been fixed. You can +run configure with the `--without-gnu-malloc' option to use +the C library malloc and avoid the problem. + +F4) I'm running SVR4.2. Why is the line erased every time I type `@'? + +The `@' character is the default `line kill' character in most +versions of System V, including SVR4.2. You can change this +character to whatever you want using `stty'. For example, to +change the line kill character to control-u, type + + stty kill ^U + +where the `^' and `U' can be two separate characters. + +F5) Why does bash report syntax errors when my C News scripts use a + redirection before a subshell command? + +The actual command in question is something like + + < file ( command ) + +According to the grammar given in the POSIX.2 standard, this construct +is, in fact, a syntax error. Redirections may only precede `simple +commands'. A subshell construct such as the above is one of the shell's +`compound commands'. A redirection may only follow a compound command. + +This affects the mechanical transformation of commands that use `cat' +to pipe a file into a command (a favorite Useless-Use-Of-Cat topic on +comp.unix.shell). While most commands of the form + + cat file | command + +can be converted to `< file command', shell control structures such as +loops and subshells require `command < file'. + +The file CWRU/sh-redir-hack in the bash distribution is an +(unofficial) patch to parse.y that will modify the grammar to +support this construct. It will not apply with `patch'; you must +modify parse.y by hand. Note that if you apply this, you must +recompile with -DREDIRECTION_HACK. This introduces a large +number of reduce/reduce conflicts into the shell grammar. + +F6) Why can't I use vi-mode editing on Red Hat Linux 6.1? + +The short answer is that Red Hat screwed up. + +The long answer is that they shipped an /etc/inputrc that only works +for emacs mode editing, and then screwed all the vi users by setting +INPUTRC to /etc/inputrc in /etc/profile. + +The short fix is to do one of the following: remove or rename +/etc/inputrc, set INPUTRC=~/.inputrc in ~/.bashrc (or .bash_profile, +but make sure you export it if you do), remove the assignment to +INPUTRC from /etc/profile, add + + set keymap emacs + +to the beginning of /etc/inputrc, or bracket the key bindings in +/etc/inputrc with these lines + + $if mode=emacs + [...] + $endif + +F7) Why do bash-2.05a and bash-2.05b fail to compile `printf.def' on + HP/UX 11.x? + +HP/UX's support for long double is imperfect at best. + +GCC will support it without problems, but the HP C library functions +like strtold(3) and printf(3) don't actually work with long doubles. +HP implemented a `long_double' type as a 4-element array of 32-bit +ints, and that is what the library functions use. The ANSI C +`long double' type is a 128-bit floating point scalar. + +The easiest fix, until HP fixes things up, is to edit the generated +config.h and #undef the HAVE_LONG_DOUBLE line. After doing that, +the compilation should complete successfully. + +Section G: How can I get bash to do certain common things? + +G1) How can I get bash to read and display eight-bit characters? + +This is a process requiring several steps. + +First, you must ensure that the `physical' data path is a full eight +bits. For xterms, for example, the `vt100' resources `eightBitInput' +and `eightBitOutput' should be set to `true'. + +Once you have set up an eight-bit path, you must tell the kernel and +tty driver to leave the eighth bit of characters alone when processing +keyboard input. Use `stty' to do this: + + stty cs8 -istrip -parenb + +For old BSD-style systems, you can use + + stty pass8 + +You may also need + + stty even odd + +Finally, you need to tell readline that you will be inputting and +displaying eight-bit characters. You use readline variables to do +this. These variables can be set in your .inputrc or using the bash +`bind' builtin. Here's an example using `bind': + + bash$ bind 'set convert-meta off' + bash$ bind 'set meta-flag on' + bash$ bind 'set output-meta on' + +The `set' commands between the single quotes may also be placed +in ~/.inputrc. + +The script examples/scripts.noah/meta.bash encapsulates the bind +commands in a shell function. + +G2) How do I write a function `x' to replace builtin command `x', but + still invoke the command from within the function? + +This is why the `command' and `builtin' builtins exist. The +`command' builtin executes the command supplied as its first +argument, skipping over any function defined with that name. The +`builtin' builtin executes the builtin command given as its first +argument directly. + +For example, to write a function to replace `cd' that writes the +hostname and current directory to an xterm title bar, use +something like the following: + + cd() + { + builtin cd "$@" && xtitle "$HOST: $PWD" + } + +This could also be written using `command' instead of `builtin'; +the version above is marginally more efficient. + +G3) How can I find the value of a shell variable whose name is the value + of another shell variable? + +Versions of Bash newer than Bash-2.0 support this directly. You can use + + ${!var} + +For example, the following sequence of commands will echo `z': + + var1=var2 + var2=z + echo ${!var1} + +For sh compatibility, use the `eval' builtin. The important +thing to remember is that `eval' expands the arguments you give +it again, so you need to quote the parts of the arguments that +you want `eval' to act on. + +For example, this expression prints the value of the last positional +parameter: + + eval echo \"\$\{$#\}\" + +The expansion of the quoted portions of this expression will be +deferred until `eval' runs, while the `$#' will be expanded +before `eval' is executed. In versions of bash later than bash-2.0, + + echo ${!#} + +does the same thing. + +This is not the same thing as ksh93 `nameref' variables, though the syntax +is similar. I may add namerefs in a future bash version. + +G4) How can I make the bash `time' reserved word print timing output that + looks like the output from my system's /usr/bin/time? + +The bash command timing code looks for a variable `TIMEFORMAT' and +uses its value as a format string to decide how to display the +timing statistics. + +The value of TIMEFORMAT is a string with `%' escapes expanded in a +fashion similar in spirit to printf(3). The manual page explains +the meanings of the escape sequences in the format string. + +If TIMEFORMAT is not set, bash acts as if the following assignment had +been performed: + + TIMEFORMAT=$'\nreal\t%3lR\nuser\t%3lU\nsys\t%3lS' + +The POSIX.2 default time format (used by `time -p command') is + + TIMEFORMAT=$'real %2R\nuser %2U\nsys %2S' + +The BSD /usr/bin/time format can be emulated with: + + TIMEFORMAT=$'\t%1R real\t%1U user\t%1S sys' + +The System V /usr/bin/time format can be emulated with: + + TIMEFORMAT=$'\nreal\t%1R\nuser\t%1U\nsys\t%1S' + +The ksh format can be emulated with: + + TIMEFORMAT=$'\nreal\t%2lR\nuser\t%2lU\nsys\t%2lS' + +G5) How do I get the current directory into my prompt? + +Bash provides a number of backslash-escape sequences which are expanded +when the prompt string (PS1 or PS2) is displayed. The full list is in +the manual page. + +The \w expansion gives the full pathname of the current directory, with +a tilde (`~') substituted for the current value of $HOME. The \W +expansion gives the basename of the current directory. To put the full +pathname of the current directory into the path without any tilde +subsitution, use $PWD. Here are some examples: + + PS1='\w$ ' # current directory with tilde + PS1='\W$ ' # basename of current directory + PS1='$PWD$ ' # full pathname of current directory + +The single quotes are important in the final example to prevent $PWD from +being expanded when the assignment to PS1 is performed. + +G6) How can I rename "*.foo" to "*.bar"? + +Use the pattern removal functionality described in D3. The following `for' +loop will do the trick: + + for f in *.foo; do + mv $f ${f%foo}bar + done + +G7) How can I translate a filename from uppercase to lowercase? + +The script examples/functions/lowercase, originally written by John DuBois, +will do the trick. The converse is left as an exercise. + +G8) How can I write a filename expansion (globbing) pattern that will match + all files in the current directory except "." and ".."? + +You must have set the `extglob' shell option using `shopt -s extglob' to use +this: + + echo .!(.|) * + +A solution that works without extended globbing is given in the Unix Shell +FAQ, posted periodically to comp.unix.shell. It's a variant of + + echo .[!.]* ..?* * + +(The ..?* catches files with names of three or more characters beginning +with `..') + +Section H: Where do I go from here? + +H1) How do I report bugs in bash, and where should I look for fixes and + advice? + +Use the `bashbug' script to report bugs. It is built and +installed at the same time as bash. It provides a standard +template for reporting a problem and automatically includes +information about your configuration and build environment. + +`bashbug' sends its reports to bug-bash@gnu.org, which +is a large mailing list gatewayed to the usenet newsgroup gnu.bash.bug. + +Bug fixes, answers to questions, and announcements of new releases +are all posted to gnu.bash.bug. Discussions concerning bash features +and problems also take place there. + +To reach the bash maintainers directly, send mail to +bash-maintainers@gnu.org. + +H2) What kind of bash documentation is there? + +First, look in the doc directory in the bash distribution. It should +contain at least the following files: + +bash.1 an extensive, thorough Unix-style manual page +builtins.1 a manual page covering just bash builtin commands +bashref.texi a reference manual in GNU tex`info format +bashref.info an info version of the reference manual +FAQ this file +article.ms text of an article written for The Linux Journal +readline.3 a man page describing readline + +Postscript, HTML, and ASCII files created from the above source are +available in the documentation distribution. + +There is additional documentation available for anonymous FTP from host +ftp.cwru.edu in the `pub/bash' directory. + +Cameron Newham and Bill Rosenblatt have written a book on bash, published +by O'Reilly and Associates. The book is based on Bill Rosenblatt's Korn +Shell book. The title is ``Learning the Bash Shell'', and the ISBN number +of the third edition, published in March, 2005, is 0-596-00965-8. Look for +it in fine bookstores near you. This edition of the book has been updated +to cover bash-3.0. + +The GNU Bash Reference Manual has been published as a printed book by +Network Theory Ltd (Paperback, ISBN: 0-9541617-7-7, Nov. 2006). It covers +bash-3.2 and is available from most online bookstores (see +http://www.network-theory.co.uk/bash/manual/ for details). The publisher +will donate $1 to the Free Software Foundation for each copy sold. + +Arnold Robbins and Nelson Beebe have written ``Classic Shell Scripting'', +published by O'Reilly. The first edition, with ISBN number 0-596-00595-4, +was published in May, 2005. + +Chris F. A. Johnson, a frequent contributor to comp.unix.shell and +gnu.bash.bug, has written ``Shell Scripting Recipes: A Problem-Solution +Approach,'' a new book on shell scripting, concentrating on features of +the POSIX standard helpful to shell script writers. The first edition from +Apress, with ISBN number 1-59059-471-1, was published in May, 2005. + +H3) What's coming in future versions? + +These are features I hope to include in a future version of bash. + +Rocky Bernstein's bash debugger (support is included with bash-3.0) +associative arrays +co-processes, but with a new-style syntax that looks like function declaration + +H4) What's on the bash `wish list' for future versions? + +These are features that may or may not appear in a future version of bash. + +breaking some of the shell functionality into embeddable libraries +a module system like zsh's, using dynamic loading like builtins +a bash programmer's guide with a chapter on creating loadable builtins +a better loadable interface to perl with access to the shell builtins and + variables (contributions gratefully accepted) +ksh93-like `nameref' variables +ksh93-like `xx.yy' variables (including some of the .sh.* variables) and + associated disipline functions +Some of the new ksh93 pattern matching operators, like backreferencing + +H5) When will the next release appear? + +The next version will appear sometime in 2007. Never make predictions. + +This document is Copyright 1995-2006 by Chester Ramey. + +Permission is hereby granted, without written agreement and +without license or royalty fees, to use, copy, and distribute +this document for any purpose, provided that the above copyright +notice appears in all copies of this document and that the +contents of this document remain unaltered. diff --git a/doc/bash.1 b/doc/bash.1 index aeec79a46..5b98ed966 100644 --- a/doc/bash.1 +++ b/doc/bash.1 @@ -5,12 +5,12 @@ .\" Case Western Reserve University .\" chet@po.cwru.edu .\" -.\" Last Change: Sun Jul 6 14:33:52 EDT 2008 +.\" Last Change: Fri Aug 22 12:45:34 EDT 2008 .\" .\" bash_builtins, strip all but Built-Ins section .if \n(zZ=1 .ig zZ .if \n(zY=1 .ig zY -.TH BASH 1 "2008 July 6" "GNU Bash-4.0" +.TH BASH 1 "2008 August 22" "GNU Bash-4.0" .\" .\" There's some problem with having a `@' .\" in a tagged paragraph with the BSD man macros. @@ -5252,7 +5252,7 @@ Invoke an editor on the current command line, and execute the result as shell commands. \fBBash\fP attempts to invoke .SM -.BR $FCEDIT , +.BR $VISUAL , .SM .BR $EDITOR , and \fIemacs\fP as the editor, in that order. diff --git a/doc/bash.1~ b/doc/bash.1~ index aaf334af7..aeec79a46 100644 --- a/doc/bash.1~ +++ b/doc/bash.1~ @@ -4321,7 +4321,7 @@ and typeahead to be discarded. There are a number of ways to refer to a job in the shell. The character .B % -introduces a job name. Job number +introduces a job specification (\fIjobspec\fP). Job number .I n may be referred to as .BR %n . @@ -6940,7 +6940,7 @@ alert (bell) backspace .TP .B \ec -suppress trailing newline +suppress further output .TP .B \ee an escape character diff --git a/doc/bash.pdf b/doc/bash.pdf index 8f7c7e25db8ad5daa0cb5a797cc6653a43809b02..583c00526dbaa0c8670c08fe4727d066e18ec4bd 100644 GIT binary patch delta 5063 zc-oCvduW$c7*747_}K+pWg6sC=XC40o%>~TlJn9QG@4k%CexUS_zEZb(U~85vd>SUg$VB_8Mz2`jdd7tM!->=J(yO!A+U;Ybnm;rj;LF3d$;8~KD=BO4xYL+bJytgCywM-b&TJ)?&O-)i);5? zylvs;eZMt#oITL{^EKO6%sIJd;qf!o`Qa}e8(-+Ned|xvm;W5``(2~Df3xzl)tm2q zW7Pc(L(d&5AKar&ls`9i$U8gtcW!(${Up6|>&0Ei8VZA3rp;@eTWFe{E3{0TGj(Q8 z7+cCpv%jR_?w_a)=UDfW<-;#@Zy$c4$C9dng{fXlZ?-DmWSGozUT}FvU-<%sWz%%Y zUGwyC{NZHw%^{!fpN#0q{nO0VFk8cY*wa5L?GiZOKWVwSTuTQe^*4t+IUp&$DP()q zz~tj@72Gq&Ecbb)${8yklB*s&XWGc7*23VCHGmMlxrMVwyWE!=^z=ZOV&NFu^^<7{rV>mcdfi35Ypf9MghHc`X)Zlqb3l6FCz} zVpaiMQ}Np~xCS^k8sNt9@ZgZ7ra~CN z3vB@JlniNxXNZ>)@RBhdj%Ij=c-j!)xv}A~3c{NR-XmTLA2wD*>1w1amFMB^$|#&3 z0JzaI%&UyEwGpu{(t@s-wFc)$thbLp)OwU1=w0bS5mi(^`G>BHI#Zz6b)c*%I^ zkte(cfoSGD;FXc#*$gic&kf>@&|zP#PSpwwSbaBa8^16bBESP-j# zthP>u23vV{`asq&=r~P^w4t|%p1$E4 z$Wl;-MIuJl2nl43wLTmXF|tN-B#$87q*rob#|=CN<%0L5)bA2?#;r?5VP| zM|#=-J*&tY=P23$m_6aa*sWnc98@u5H&%idS!;E$I_jik;$SV-D<0m|QL8Y{gESpy zHeAuP9hi2;I}UI`6S~>N$XaHAER7Ai)0h}p%h7n9p|MeE$w)bzoUsCp)LF~JN=t0v z9I2QL*?MWi1sh{)r3bd2GZ`khC|eo?0H^Cm*yW;ZwFb6cNgew6=$Nqvw5YuyS6||z zQ-kUNWWA-K+UaAuvyt16_fm#2H8I^;2aakO^FC~(xrTBy`A5Lu(pN zKbR1z#jTCy>v~&GuLkLqVG#xXLhmiCxH5tZ7;%&j`h#NdfOZd5S+PePCwO@vrNe5Lh*!MSJS z4f2sdyT%?6%4)PnFGAC!Nl7YE7y{)?DextcUHuTHD6K?cc!|OgUR>p4x+cU|749?; z_bP13_O49i;{b-WLq2p896xg43}ccBh^cFP5B=&BKZVLAEGH$@lM~jDs<+IMSnNnQ ox}L7PS`Hifzlg@%uwl7*txa=V7tAe8&k@)wkt-`3HEwk7Zwg3RSpWb4 delta 5094 zc-oCvZD^KN7-sXy=rt-a6#87tIeq80^L?N5&ds)I5oHz$79}=w>tp$mS*a0^XeK2k zA$opPnppP3z`#n-KB#`|N0fm^AC^Yn1$~Z$GPC>1h3vf!psuB zYt880YeuhpsOF{G?6>@_SO08z<*APH$Rp|od3@s~KOcMT)mzTZZh!QR{%;nvPF~&p z!|hF9fAh(}{_{s4y<5M27QId;>*Ge5ZK;BWm+Q|5eLn)>N$vzqtTTzO~Tg9i?Lx#7^^xg##vG|)d` z`~I-abR0ao(Z#+B)xl{?Ggon(@xs6~CNQ+qK|VVeUDwUf9kxt z~JA7dM@9!VnGG|rGyIa3fcb@+C+`k6b zes^Jcw)_t?-_`}El9<^%3^6y=&8LYjq zR;jghgSETs21h*8(mJoNFZ6of(;VhWYL>FsHw*r0wo1-76oR$$L}T5u1$QmHr?Pl{ zUtC$Ajg6<(XIGCum6h?{`mEatJ4=d+mKCj=g{g>wuxD|ldr5E4(%xzO*WRdv;N|># z5*mN1&laBAQ&wJ@b)6bg)@OC6gxp;opS@L67FG%^|J`>Z?|V|Ib;hFk#g->ds}y_Y z&k!Pxosiwo9_k7vQMa(JRQy*YDX6NL(;~>Kn3bL=?wF9Z<+hqaD5W7LAm)N21CJu_ zAm(Lt%qpSjL@f3;X0{!Pyh{)TB$6S-4;!<#c7z8@81n=a+Q~R`V%9dvSHq1U4{%-( zcNOpeaOncTowsq^q^wfb0`STSzPz#)DW=+^MIVq7qOnrvmVXjk4eHcEI@=4=ztm>bTFOT;7oeV1 zg0V5$q;I$YjcL7GNwwV305>|s^Fwmx zkb};&fiILX56KZi1f6LE@r3;{q`Ht2SD_Fz#VabQE+h~B>I7f^;*LtH3n_rVy5gP| z&u+^aat*`Fd0`SU7)eeTT_r^Zt(B>cd8J{$UY=N+4-ew)PPpocUJ$|si9ZBuy;AsK zHSFl~6AvM17XCn%g>@PZ&ueIVj#iot8@Nukdp%sG2kzfxC*OcN-7w5%m?+sF?ieISsC&K zArz7_4u_8?hYu!jEuOt_1!O)ugv(C`y~Vqt_XexlgV#A3RCNZK57MudsJc7l1z||E zNr0kpTuKQ-U!4W6{lr_LKvxaI$Q&NRVvx|lgFU+i5~39ciJMVI{g**~l8~Uq*xyow z@y*M!F*$cH@Y;YBT*=ijvS^4rtuUssFVs*s=fer{jj?#^M?!3jps_JjP!{=yiOYw+ zFR+k>U~qf{Ly0d61T;{>t6T^Yzl@M&fk7=C#Ejzi?5?bRZl~#%on6zkoi00hblc9t tE4vKmm@hg(`;IC9i>$ttJfpmNTX6{aAll0Y@q?(7+=^2?R=_zU3qoSf zkz1S}T<5Dn;2plcy}<8V7amc|*PmSK_XGmLKv_u%tLO8V23WnpPQ%h$91Qi#6Q|+Nq48;N zr{Z4dxcBc#cq??EX2l4Un+sAgEHwPUHV3*wd)w}C@LQo-E;u5?PgL-;>6`pb7X$!ji zXxGt9-J3Adfo2O%s=*8$pVG=b=+luBhMBbE5Q=mp(fwn%=)@l_sCS@8#eTYd5os=* zu;8kjSn9-osP%h1r{WhD%#P-E*&RKRFPNHcwq6uc&82Qmq6x#e3OnAn!q?)tJvO{b zmE*Z84Q>l&&EnqDahW=^xMT;KEI7x_B|6bXEAzNEjkSsxKAje?=iC~;q<4SLoluS1 zqp?OpzhKTi$c>}A?c5~?X41=bT#ExwSoxI)IZb5^uO)7T1M|W#gFgC}jTY>z;s@*~qRwCP`|W59&s3awi})W=%WmGT;wk#@ zSNv!l+Xf9Wv&F_1G4Ls0r6X%7K9;7R()2!rc6p->G2>ZRzKI8kR?x z$%@dU;FPJv33<3|i9-v8F|;pEc-4;i6hBTlqv6(&iKm1V;gp7t=x=j{77cAySIk_p zqky*N2pu|}vEVw7a7|&GaOrx%XGcOrjel+wCMc+(_$r~p@j&&lrm)0?V^rKMC<nCjEQa0ez)<3*vwIkbZYRrc3HMl`OQm3P_u{nTpfhr7aA zCw@a6ycn-zw^fM2Q8Xq-oUgNoKc66GNSI=ofeJB!I+DcmvF!c!&KB!clth@)C&Y9e z8Xd|J8=QDO!fakG-d7M$6#=nOwT^HcG1IHy1M1x_-c<4Hh&aDfJY#1k{(Pet)Ua>J zjG;ZPVhY$v|I-oiu!x2T)B1tvmav4xPs9WpE<~7Te^Xq;&iLCT7rNIHb!Ox@ma4)U4u0gt;?Ox)p;R)H6r=PD4wC zkrql*6g1L|9O-;C_{eH6N_}>8o72`vd7O73Y+|W-jr5um`SjzBQkI53YqmCRmBu-d zL5)GlZ68`$MyF6_qvW#Tb92#qQa;#ByeFv+RMN-CBtgdxll`Ab|NgzyufU+b3ldwk zQx^Q}nsi*jOSJj6^pJvOVK{>>-;+!mHkbik&S!_}bgn#_zT@ThMRvOCs2cCsf7=8V&_AY-H% zJjYrq3_o?WS-v3JNfXY?otfyMAJpjFne5&V8)D`!Pdkzys5;AR4N8+~du{a8MHn|! t!9_Q&M34Fj-fWAtbw7!-5rSW7OUuRqb9R$$4iwtZWcwPn60XPk{TGZ$@gM*I delta 2072 zc-mc*dr(x@9mo0J=k9&&F8CTA4Qhg+)d)Voph<&dFh)@ltkD>fY+#WUVUY!mVl8Hp zlEjj--I2SA5J(*rqj~7I{g8W9pZrHS!5&JYI9^Meo|T?9HGNY|ObpBq^6=oEf-BOm)}${g^#pSZawqtMv)x6T z_l_-_l;aDo4tlD#@Ju${8RhZ3S{>lmO!4}&0z${^7nTNnHK9^BD`i!o>QYZcmQ;B> z#lG@TwJ%iUs|>CUxhsl8<-W$e{$g**+IK!^2s|>}TwUt*H}Ux&&sp$`Eqs2c++8uV zaqrj~_sT~C!qKN^*R1tcEDy5bUXMRmQspZTR$JLZ{+h~4HkGfc+8^|?F!>*OD}v$w z$*Gg^WjG~s^Ay|+f9Cyn3L3-P8=oJAbz$siaiBNcy6-9ne>iX;TZJdw^FLn@|_r_PydT$8eX?xu8n(7 zVc`d3xnm0cXu-iG?tMFIscr&SuVYaJ&ZL~_+&hNxRYU8wn3#r!K&)%dxvA!r$Al^7 z`7Bwb#3#862DTHcUFJkD6&7*(bQaRRiF=gtR&mej7^1cf+z}1c#9*8g)2U_)_lW~@ zt)drqahk^Rl@T|}fuBd<4Ej?CcTB@#s_WtU6&B?#H2b+TI;PT!i`?^uxv_&qzI~HB z%Q>s7+}@Ru|3`&q4SRZM;1+k)=6E+c^t23fFpr;X<|j!KjgG$9olIll}@nsNow6PVn({ z8jewWEq__X1`D35=kF+}pi{r&w=38lIp5Ky;}riB+TFq{8uEyC@(BhS?wbe5zMn5) zOHt)fzTQCYT|>;&JJC(%03Yu_c~tq(W&T~=@n-bKGwyBtiHo90U)cOX6Vrqa9f#?g$AnLG9I#-=JmHW6FTJr? z=rXX(g1`0%9V$}U^$R`)<1KilR!CJ5r1*NF%kjgU38t{ng+o-G^GiN^meB((t%0T)+batv6@)zN*n%VZn(yRFS2%Y$0f#7+;w4} z6Z@%?7n2OMSx3gqQiH9uG+BI9!epy_AS5PJXNq`c1lvN(OtD$BKG}O_)l=dO15WyI zvDoTFU6k3lT)e3wnb!NoQVq{WnZ!Erh>C-BZj<<(hOo6bGnW*!(#fr2NN+0O#zblp z&BMd&M%wm>KLZ}8zwH%27V-Q0Q{B_y{o(=%&k%Q5Ot$08AM0fhlB=MQJazo>Zo z$NJL&@fj5hh`T7hrALn@rWF;hP^TcxQ0^U)WilMnKXmj_Y?9QjVJOO6N|nBkMS#AV zC0*CCH_Gtyq=_o)0%?n-Gd4)kv%MtUP|#;iTp<;4D>w?QkQ$v>PUC8&93B6$&gYkJ zO5>cEMQtIeK*4HjID-=@bF1XCqtl$bTPnr_miTN~N~FQvQlEj>>EJ<0Fc63`*Z(Tr zR?$S)dL?$BC!);fUrUErtEY{Zr12`Av({!N%$lBA$;-varCwe>DPoto&CXtH&6nrP z1yrcWsZQ1`>*M8rI#6iABR`e<9mt{9Ecu8FHN@Z!2QtX^f_z9sKOJ|=7o4oW@2--i zIJ{=E_jz>t4Y|dIx2V~ar#n$)!K8M1ql>kg)&uf3Cu%I%*eMG#63oq~S&p*Ek_qPJ zLc5b5IwSXF;S>#PHup4~yl-4opKUw75b3lqU@MuAhoa2a=WOvA_zm5Pv;TcAdhQxx a=BYXO(44W&J_`obY_oq0$> stream -xڝVMoã6½÷W¹”lE%YjOÉf½èbS,jo¢îA–è˜XY2ô‘ÔèŸï -+Nz髆ÃùxófhÇ÷|ßyrÌòɹ_ß.C'ð½,pÖ;'H¹Œ/qÖŠõ^wî\¦™èÕß=í²@I拟ÛV«$¥êŠV{ÝÔ8kìA¿WìTÞ­êÎâÜÚÌ[ёUí† ÑC ë+÷y·‡¨Û«ªÂv#žÝ0ªíØ÷_ëÏÎœÒ œy ½ 6©Dž?#e)EÂK$>Õ ‚Ð÷Ӎë™{öZâс(ŒÅyýXjd‘GX¢LTy×Ca8ºó0eÞ«Z xdöhïFä÷v]jFҋÇ·(Üùôë7˜¼ûMíT«êÂj<æ5£0äLN˚,¼(³&çTìšzò¢7°5ÀãîÚ^òf4Ç(þî¦ò\# l€éÚT?4G®ñ©ÕO{—°ê^yaBÒ(ðO¢“ž/¹´Vc&þÛT#/ŽlhA–¦ÿ0؈h馡h3I†bÕìzŽâ…À@’f¨©|”É Â_ꦒÄÞbTÃW¾­Úƒîlæ±D‹ÐúÔæà2}ƒõ7×ð•×ö¸Ô]ßêíЛƒˆIͶ·ʁ%¡(š£6íC§¦»Øèþìïp!€Ñ>¶ [xÖå±iBó±; -.H:-ˆ¬nz](ì¥ýQ èÓä¯ïÕ}Ý"Ÿ˜žõsÓĤƒÜ€s˜z‹ì -æ×žÒ0Óúæ4ÌéYÍÜ42,Ͳ×Ó]Êê–úÀì WïNØLÉRÉGdp8(qGDÕÐ)šfXE©QĶ\­(X\ÎÐÏ$YrãV²øAXO¤ŸÛiÄâ [wŠûW¦¯ޝ^h}µ° XN¸\їmi7¬m·jË}_65Î9è·‚-ú¡µÝQ\ˆÍ¢µíéÐÖ~4U=e}aâ®è¶u[[UØ.ԋ¥Ê¶ûþ{þ՛PzڛhèÄ¥á5)£R^bõu¨Da˜-üÀݓki ãq”¨ãúy]"Ø<Âjçª*º +ÃޟD™Z½]C+ŏ¬ÂåaD~ofñ¹Ql‚X{¡`qçËoß`ðîw»±­­W¢ñPԌÂPT09.k: â\L:ϙÚ4-ôÌYocë€ÎÝ¥½(âÍÉ£ø‡Ÿ™cœ€°¦hPýÔì¹Æ‡¶|Þú„Uïô’8ˆRª€1Ni¯É(:„†K+‹( ß§I,¡é<Ëþe°ÑÌÏ"ÕZf’‰ÔS³é9ŠWþIêtš¡¦òQ&×þR¯$•4 ¦S¤‚ù¶mwe'™'-Bës[€ËLô Ö]ñÝ]ÃWQËñºìú¶\½;ˆ™Ôl{I¡ìX©U³/]ûЩë.6º=ú۝ à´÷mÃ^Êõ)bӈæ§îXqA²qA`uӗ+‹=¢4'ÔB ú8ùË;@5F_·Èg Lú…kbÒAnÀ9ʂi~ó[OY +˜i} s–ælЬˆf~;–æù[ˆé.euC}àö»[nH¦diÍGdpØYqGDÛÐ1šnXŚÔ(â[®V¬§ç3ô3IfÜ8Ž•,¾Gâ‰ô ™6:Q¿°ug¹Mö¶áøª"ñÕÂ2`9àrEóèƒX_¬ Ò–UI³uÏ¥˜à=†0m΍¦£FʤäGS#ýLBª×²ßâ¸æ…šZËQÔO¨mɃ}¤òdW|µ»~µØ!Ö &“ +Œ @›|jؐ$'šô„9â&””#nY?ã{±¸…W–<;j¥«kH„ÿÉÉwrö}W¬Xûû…ÛQØòš¸’! êà­)¹„ÂPŇhéøf«†Ùöø“$ÌÕ-ÎN´T‚!+X"¦;ËzU 2ÎOw:@S!^ÙW¤ÿúÅB@2#æò×ýes¹Ù…¹WÁÉÞ©³I›o1Z͞f?vؾv:®hÈpF +Lè«ì~â‡Í¨?Á> stream xڕYK“ã¶¾çWè*SUK˜xðå[lïÆÉ%©Ú©ÊagËÆHЈ1E*µ3ã_Ÿn4Àǐ#OÄ£ÕÝøÐOh“°$ÙUÍ#-=è.ünkm±±;}†ãå‘ÙÓ¾Û=ê.vGßĀ'üôĂZ*QN=üšF?Ôf϶q–æÑ WIº‚ç+ÊÇÇ[p ïŽ÷•EA^jOr”C#{…†J¤CÃZ¯Òä¸t<. -&0urÃùé x 'ü†«a.xäà.dd_loN–&OGÓ!ê…@/´¨iIÎoÌA t¸öB<÷æ /u¦¥t¾O¦œÉÞóùñWA´<9ÙÛ´"cy€ÖzsOåhm©ŠN:蓢n±("CTëT†Qßíþ¥Ñ§j§ëú…6öp¬îT5þ€ ÐqÛÑbÓöËS Å2å[Õ|vB2Bó|&·TŠ׫Äp½NqÜÛ¡e —‰kɀ:î¨/ü·×Ô9ËÁ¾%›²¤žÓ f·N—NQ¦,ςOÄ7}Øöm¸zw©“«?íC…˜fOdð(»sÅüþ®›Jˆª\9M³¼I•1.ý>ù5Vª4ݝ“Å,cÑ^œŠ4úë¯a´oÎv˜–×!Áv‚mª؜–Iå, fKV9ãC€[ã"ʱüeŒ}]b)²„êÑáXý±$”…Úåòr¨„iò0´,0 µ w¾{ÁºÀÿÙý†R òZù±YÛÎh@ÚïódV({ ÉS0½Š ’¦Gmi@Μg‘E<ÜR3Œˆ(sb`T‡•Q+äÑúÅ¡$…Eólvª¤Q|ÕÛK?U’г¾äØU‡wtQ:y¢L£ÃÅáè¬û#ª…Õ>4cµ›È¼Ï ¼®È­ÜHu°Û0º#$°€Þ] ý¡ìÊR(},tˆS/Q•eô-¯ôVÐÉ ­Us³ÓL¹¸ÂU÷xò4sç{íÿYÊĨçEa2tc󀠷§ñ<¡EL“$úöO•] -‹…„ŽyŠÍ›2³Q¦*RjµT‘MºÑ2ѧmAAi èÎ5^s*”³+üÁÅú_ö+]—H$˂S÷Æ.ëÀ]ð|«Fw/$ìÐ^Ð;ñ·J/“þá¯ÿþÛÝZ`U)Ëò©9ƒõôFÏ -úIÕHNÝZÊPkX(û? Ñz I9.×,ª„*|èBÒ8ôkpä)+^ß±^K§A ÍXe™ÏG0øm¥ÝeYŸo¶EÀcx*€±KxðÅb»®œ}£á9CÈÐg–ÇA P× ,“Ý=^N† -C' - ðìëmÝyiš„Õ•í½†þØtQ \®šõpC˜ˆ÷o,BTšI÷ÎRÑ æÑ^ÓÒ·¥–‡3ý>`Š&°é‚ÑA˜xN=ü1Z¼+­„Õð‚ê¢kóŒ^p}µÑ•¿XߎP“·0ckkiH…?®=dŸtš=€èÉÁ„DÚsªš=TÝ#çöà߂h§g/)ã+Ƥ’qÝ=\•+銨Óö'À5˜;=‰Érí0cYˆñáv÷ŸŒfc -]4ƒoÝb|p+N* \³åž>08 ù{QLC­£®;BŠ}]{"~ŠQo+±äÙ«’°…œ%éÍ®_V˜‹o_C-?­Á¦bK¬øˆìe[ÄA@€^âDæqÔ½_¾xŸl;¿âß­h‚PAQ€©U”tI¸¼rIR5b¼¿uKÈ$ÜŽŸªàíJÄ<›zÒÞÔ¦÷qUÓg»QGW倡yS^Ö²£Ó-Còa™+èzÊ×qY’é¸R†: 0ÊHÅÃûf%œÎhuäŠhž# ¢±b´?K3ç7øWÙsíß1~b€S™ò¡dõÍLŠ”ƒÛ؛±dtÿ¨313ÏRYWíz»¬üùøp:¶sÃÌG›8k‰b–@†§Îsk«çµ3<ñŽ¥«k<¹˜†Z%sº,¾V –àPùut²é¿¾„¯é®ÞØøüY9Â{ËÖÐNxþ’à.Ñ%ˆ՘øÂÌð}µ5¤¹‡õiÖã2w½§ ûg6åaL_>ρ…%ÿ§ýêË£óð’”÷Û·:º¶i¢hÓëþbi\ù/=5àèÒÔîÑÇzY}¤%Ëó«ev96—»KEĐ4ð]I1Ɂ.uôõnA2°ÐžÄt]Ûù°P@'1+I| œ]Ãð‚7CŸÒÁô¶(+ÐËó˜ӏwù?/ñ +&0urÃùé x 'ü†«a.xäà.dd_loN–&OGÓ!ê…@/´¨iIÎoÌA t¸öB<÷æ /u¦¥t¾O¦œÉÞóùñWA´<9ÙÛ´"cy€ÖzsOåhm©ŠN:蓢n±("CTëT†Qßíþ¥Ñ§j§ëú…6öp¬îT5þ€ ÐqÛÑbÓöËS Å2å[Õ|vB2Bó|&·TŠ׫Äp½NqÜÛ¡e —‰kɀ:î¨/ü·×Ô9ËÁ¾%›²¤žÓ f·N—NQ¦,ςOÄ7}Øöm¸zw©“«?íC…˜fOdð(»°ÇK×¼‹m•í±íª?Zòa]SÉÐë‡wqþv•3¥“®ÇúçøÞß¿ÏX1»¿ë¦¢*×#NÓ,oReŒK¿O±ÝTGTüPõ”Bf™”–žŽ­õ?ø¶MSpۋ¡Wê¤rdØ:óÝð@ôŠè>j•àTª¼¢°, ¡ú>úÃtíÌ\yÉR>£ý±3ޚfzÀ|_=V½½YÂm=_÷—_nc«$÷Øf[%“ר"•ÇVI1Åw\&y`(¢£yÖ{³«Nx(Üy\™$Lfo+{‚ x÷P ð|`ëQý'L-™;h@Yàm89$#žO•êLwgEÆd1ËW´§"¾Äúk훳&‡åuH°`‡ª6§eDR9KÙ’UÎøàÖ¸ˆr,~c_—XŠ,¡jt8ÖG, E¡v™¼ê`š< LBeÝï]°*ðv¿¡lŒ¼V~¬Cζ3ö»Ã<™•ÉÄHòL¯"ƒ¤éQ[3çYd·Ô #"ʜ˜ÕaeÔ +y´~q(HaÑ<›Ý…êh_õǖòfP’г¾àØU‡wtQ:y¢L!ñ¢8uDµ°Ö‡¶a¬õq9ƒ÷ù±¡×¹5© +vFw„ւÐ;  ¡?”]Bù@J¥…q +¡ã%ª²Œþq å•Î +ú˜¡±jnö™)÷W¸ÚOžfî|¯ý?K™Xõ¼$L†¾blôö4ž'4ˆi’Dÿ‚穲Ka±Ð/O±ySf6ÊTEJ–*²I/Z&"ú´-(! ½Ó¹ÆkN…rv…?¸XÿË~¥ç‰dYpêÞØe½¸ ’oÕèÚ z2þVéãbÒ=üõß»[ ¬*eY>5g°žÞèY9?©¹ƒÉ©[Kj Eÿ‡!C4)ÆåšE•PƒPC@‡c Žð¸s§1Y®=f, Ñ#>Üîý“ÑÌaìAÁ¡‹fð­[ŒnÅI…k¶ÜÃG'!/Ši¨uÔuGHX¢ï¡kOÄÏB1êm%–<{U¶ $ý¯ÙõË +S`ñí«s¨å§5ØTl‰‘} l‹8°Ã;œ(À<Žº÷Ëï“mçWü«M*( +0µŠ’. —W.Iª±FŒ÷·n ™„[ÂñS¼]B‰˜gSOڛÚô>®júÌb7êèª04oÊëÁZctºeH>,s]Où:.K2WŠÀP‡F©xx=ÂL¢„Ó­Ž\ÍsdAô!VŒögiæüŸà*{®ýË#ÆO p*S>”¬¾˜I‘²bp{3–Œn㟴s&fæÙA*ëª]o—•?ŸMÇöcn˜ùHâbçc-QÌÈðÐynmõ¼–b†Þ±tu'ÓP«dN—Å×jÁ*¿ŽN6ýÏÁׂðõï¼ÀÕ_ƒ?+GxoÙÚ ÏÂÜ#º‘£_˜¾¯ö±†´3÷°>Íz\棠÷´¡qÿ Á†¢> stream xÚí·Stn_·æ›ÛæÛ¶mÛycÛY±mcÅvVlÛZY±m'õÿ¾]»ªÕÞusÚ¹;íÌy3{ïÏ|úoô1çÅ 'VR¥6s0J8Ø»Ò330óDåE´˜YÌ L°ää¢Î@cW+{1cW €™›› ìf`a0sð°²ñ°³Á’D½œ­,,]T¢ÔÿRq„í€ÎV¦ÆöycWK Ý?&¦Æ¶US+ « lk Pù×+.  ÐÙhÆ ËÌ 0³2u˜-¬ìaÿ%moîàü´™›ã–܁Î.ÿp¨þá¤üCiæ`oë0šÃ2*8üÓ øËÿc¬ÿ Õ5—p³µU0¶û—ý¿õßêÆvV¶^ÿSá`çèæ -tÈ;˜íÿ«Tøp"¶ÿ­´«±­•©°½…-Àô)+ +O ™’•«©%ÀÜØÖøï<ÐÞì¿"ü3¶0ʋ*iŠ‹ÐþÏ-ýª’±•½«š—ãÿòý—üß1óÿŽÿ³•'@—‰‰‰ùá?÷>éÿ—nâö¦fVöUWc{3cg³ÿ•øïT""ž>ôì¬zvf33+7€“ÉïÿªÛ[9¹¥ÅìLLLœÜÿΚº9;í]ÿýü³âÿŒÍ­þ™è 4…ÍÎÁ°úaHG@ûhôзL¢Ù1½¢Û]r™ÁþT€9;vg Á°jj£ô°†ðv®“þBE$Ñà/ϛÐ÷d0èå…[ý“Æ|²Kw&ö˜~­E”±÷ +tÈ;˜íÿ«Tøp"¶ÿ­´«±­•©°½…-Àô)+ +O ™’•«©%ÀÜØÖøï<ÐÞì¿"ü3¶0ŠHË+khÑþÏ-ýª’±•½«š—ãÿòý—üß1óÿŽÿ³•'@—‰‰‰ùá?÷>éÿ—nâö¦fVöUWc{3cg³ÿ•øïT""ž>ôì¬zvf33+7€“ÉïÿªÛ[9¹¥ÅìLLLœÜÿΚº9;í]ÿýü³âÿŒÍ­þ™è 4…ÍÎÁ°úaHG@ûhôзL¢Ù1½¢Û]r™ÁþT€9;vg Á°jj£ô°†ðv®“þBE$Ñà/ϛÐ÷d0èå…[ý“Æ|²Kw&ö˜~­E”±÷ Ón¨ÛD[Àîc´ugVàêØs;LŒÓú¾<êß³nV­CÛ3¾ÖtuØ Âcº,î!›D›køTi?#j¦ƒ†íUςægÄú¥~/D¯°Ø,esœ€2ÿØ[«G$itcа0qN‘©Õ¢‚’Þ„ú1³Àß ·Š±ö½A0-.‹¥à›Þ’ìx䪜››Mº‚ÛB¶¬NFS#]{’¢ŸÙžY–s,^kóyDú Áê$Æ$-yšÁã.ƒî#Gc I›ª9Ðøyˆã9÷€`˜jÀÎíØ”4« k9¥Q¦¿Ý °erí9‡âþÓUä\zDýî}F§[Öqï#W’ºí €g§N¿84Û&ÉïTsy<™j˜ú¡zZ¶—Y~V”m5ßJÒp3û¡E*喵ޢ4 ©Œ ãø'ߕ÷üZì©6émfØ]+3'ú†ÈÈÜۤÏÊï· "ÒF0¨ ˆ2‡;­½Ž:4túÝåÎ-ïEmq€·Êkß¾|(§ÚKÛɪ›bæÒ,ÅÚíÎÿr0zdùýM^Ù[Œï*› A¶2HæÃ¤2¥o~ÛõRb-Ø,q¦å³ÖÃDî®2³Ãnu¹½FÅ«³€þ³†l-#v¬p_@ï`(>ïˆxxF ê”é%áž)´ùx„‘‘åú)iÚù#^Ó&@âƒfÉw¬P>©ó‹²Û¥É´<޵ü´Tgˆø˜˜–•71ÕqXÊ¥8„×|‡µÇŽ."5*Þ±,Ýþ†àP•nagõƒÄþR UŸc€¸'`æ*"&‹vÃb™_h€ŽŽ’-þ @@ -5590,7 +5593,7 @@ gi ¤ófÀÀó%UÊ^ڇ¾+¸EÞ6\×ýÈ'Œ¾'*ªâ{õþÉ?é׸ ±µ&o™GiÒ±ÊëY-v¸Ü &A‡qä}¿SсšüZ!K¦_>w¨;ÊÓÆ¶R<¤ÇF󳏺Iq÷q±¸ZÊÆÞú_=îmxM 6÷“Ë{pŸ{dsž!z×-:qû‰œ)ˆ1ÿ¾Í<Ø]ä,Õì6œ£ñ¿#ZUÌsç“:K­×V· -û^&4µ£ÃàWÑZ#`¸ûÜ£ž¼®¶2Í×\cÄvyn¿)x½éiÆ Þ`WÁ*šõñòX;ÊöÏ&Ɇêíñ=¥ò¼&Ì ¦`敵ÙÓVeªZÓJ8õîßুà/FCüŠŸgâ9÷Í7 vó5b®÷`]|úЇ ­>ÙZI“ž¥EsÅÞ3-$«x´ o<¿¬)ÐОýl=£76q¤ÿùÍe¬MJ©ï½Q¥`yùi‰ÕáJ¿ŸŽâþrtqS D(î‡b¤%üvLÏ-¼!сÝÀu0ÏÄXÓËú61O\ØÿèW½æ_‚^(PâJÎvïV$ÎPû9@ÐsF \ª|Â…øÄn»Î/q‹=G:Ûð»ûÝ ÓÙ­•}Ž‹Êª- "É.»‰§J­ j¥à872~§™»••ƹ\ÿÉ„)•ÙZI“ž¥EsÅÞ3-$«x´ o<¿¬)ÐОýl=£76q¤ÿùÍe¬MJ©ï½Q¥`yùi‰ÕáJ¿ŸŽâþrtqS D(î‡b¤%üvLÏ-¼!сÝÀu0ÏÄXÓËú61O\ØÿèW½æ_‚^(PâJÎvïV$ÎPû9@ÐsF \ª|Â…øÄn»Î/q‹=G:Ûð»ûÝ ÓÙ­•}Ž‹Êª- "É.»‰§J­ j¥à872~§™»••ƹ\ÿÉ„)•> stream xڔ·cÐ(ÝÒ¦ùØû±mÛ¶mÛ¶mÛ¶mÛ¶mÛÞóžsæë‰9Ý:jEÅÊÌ»r]••µ¢Š„@^‰FÀØÎÐDÔÎ֙†–_HF‘Ÿ–ž^Š„DÈÑÄÀÙÂÎVØÀلŸƒƒ_ÔÄðŸÉ?ƒ“…™“… -Š_ÈÎÞÃÑÂÌÜŸ\ˆâ_*6|G #[|gs›’Xã+ÙY˜8{Ðâã X[ã+þë'|E'GWcZ((|c #g|C3 [(ºQIؚÚá³ýÇmìbÿ?!WG§¸ðÉÿMJÿ§±­µ¾±‰)¬Ý?ë™üCó öàúïä¢.ÖÖ²6ÿJÿ¯Zýoa kÿW`gcïâlâˆ/cglâhûßR5“ÿ°É˜[¸ØüwTÂÙÀÚÂHÀÖÌÚŸþ?. 'Q wcy g#s|Sk'“ûMlÿâŸÊýNJN\@Dˆê?õ?Ay [geûÿ•ö_êÛ ÿŸýOy-Üñµèÿ©/Ã?ÂŽÿ™éü×b"¶FvƶføJζƎÆÿËñ¿C +Š_ÈÎÞÃÑÂÌÜŸ\ˆâ_*6|G #[|gs›’Xã+ÙY˜8{Ðâã X[ã+þë'|E'GWcZ((|c #g|C3 [(ºQIؚÚá³ýÇmìbÿ?!WG§¸ðÉÿMJÿ§±­µ¾±‰)¬Ý?ë™üCó öàúïä¢.ÖÖ²6ÿJÿ¯Zýoa kÿW`gcïâlâˆ/cglâhûßR5“ÿ°É˜[¸ØüwTÂÙÀÚÂHÀÖÌÚŸþ?. 'Q wcy g#s|Sk'“ûMlÿâŸÊýN@@SD^œê?õ?Ay [geûÿ•ö_êÛ ÿŸýOy-Üñµèÿ©/Ã?ÂŽÿ™éü×b"¶FvƶføJζƎÆÿËñ¿C Ú¹{Ñ0²0àÿsú§Ïèé9ð9X9|þÿJ[  a|zzz6¦{\MlÿÝ ÿÜñÿئÿÔÇÄÄÝÄÊ_IA†üš|•U¯Š”>BÇ\»ê _J·&]/컺žšsX6£¬Âw#yx›1Šü?nGüòSY‘Bº aÐä@댰ÍÖÔÊVÖßð`Ywi«7ötà hK@'0o_ÁE‹'°f CÓÝo.]ŸÈ:­û_›þy§„=¹I}ôíÃLª8 *ŠG NoXÓÝØumä‡w 3?…²sé‘ Z¸[™€9¿î˜Z¯A`ޤþhÍÎݘnI'ÚàÁ¥ÞµXęÈ"o‘L]+?E‹—x÷ª¢^QÌáhCí ’¦ØþXé\]¿›4KUùœ@9á¬ìiÙ 5{”¢Ì¤»¤WôŒöK°úÄ¡àÓcÖýŠOB5ëú*žñA8ÀÖì÷¿2՟Ùʽ+E•¼% ¿©½FäB­Ý ­(ê˜é:-V¸€“ú·“‰sځק´›K`ë,Ìá„üpЦu&q”'¶óqQðjèàYNUˆåsȓÖ÷ܔâ#«„¦u(’F.õÿdUóÎ2#Ә›•¥Œ0¡Y5>!8±šáÒ E¦¡úÒVË2\¢ÖPÄ_2ðØÚœWYÊð—!yº<¥DünªÖ ¯~Lû³ûÆ-[Œ|Dêr£ôHÎò/ñFaÿõÁ]¯ª¯Vki)„RHñJVºiÛ<©ûI(¶IŠÛ/`2À –¹"z¸µ¡¤¼Ä¨'.QdPUÒÙ&í\…5Aô§p]L¾ø Qs‘òŽ{çp×LüՕhpςI `p§ømaÃS[Œ5ü !kmè&Š߯Ÿ[¡H­ï;q]ëÅU-Qƒ*2&–Žìù·´‰RÀ Ä:”óG±“‡8W_O6™ÊwD¯ô§‹¯a%ԕâúD©&~qŠûN¬Š×^ö¤„ ºc¢­ÉŸ>¦ø› <•h Yè õ2·+6öŠí#gô´­iׁ1’ŽÌÚÔ"ì& ?µ† ØbI¡ts…Z.söAÉ4™¹Z/õ=Q?²üÔvƒð»ß:DäÎ Kp¦ãƽŸ¶]Acð ­­Óû/»ÅdÎhJô<öJ¸yxícœY¿ú&âIfp˜Ø%dª½D¼µ?¡Â}©mñŒ 4^Í_pê=Æb»#䣜¡Êqm*}2k27„‡èŽ»¸;ˆÜ/óañ-òØ¡µæ@‘I3ºÖ^ÿÏd<ûO_Ϋ~æ¸{³–ahm’@o×µå7ŸÍŠa0\þmÍÛóa¥•ï–=žäç¯ß8Ý«mëË[bÉÚ¤ z³Ýq³go]Ü/T£pzñù-·þÿuŸ~%-ÌÎ:9~rêûº…o–Tº Š×”¼ÿdbBÞâ«G¢Ë·X¯–Ùµåre&ƒ<—Ëoƒ`öóѲ•:^uëg¦[ºe¶¦ñóô´Pž½ tŸæ_nK+«­ÞU«l²l?í6Z û¦s¥²SWúµ®Ù2ÙòŸv¿Œ®¯˜2ûX­ô™÷1¾IR>·'ü[Í}Àù…ߏ;Óonœ$¶|­ñ>™ùÁÊ©Ëf¿s­Úh¾êÉq“Éî ~85-]õP¥ýÐ.é& îb¹ïó×>ª1ñ½(h¶ý™˜/ÎÅÛwx´|Gxû‰“b­]zA+Ï?kª›iû`Û<ÿG›–’V~óÅ`뎟 ìJ'eØeg_Qÿ{?ڀBÀ5jÀ°0 9'5±¨$?7±(›‹ ï ^ +¦åt)> Qs‘òŽ{çp×LüՕhpςI `p§ømaÃS[Œ5ü !kmè&Š߯Ÿ[¡H­ï;q]ëÅU-Qƒ*2&–Žìù·´‰RÀ Ä:”óG±“‡8W_O6™ÊwD¯ô§‹¯a%ԕâúD©&~qŠûN¬Š×^ö¤„ ºc¢­ÉŸ>¦ø› <•h Yè õ2·+6öŠí#gô´­iׁ1’ŽÌÚÔ"ì& ?µ† ØbI¡ts…Z.söAÉ4™¹Z/õ=Q?²üÔvƒð»ß:DäÎ Kp¦ãƽŸ¶]Acð ­­Óû/»ÅdÎhJô<öJ¸yxícœY¿ú&âIfp˜Ø%dª½D¼µ?¡Â}©mñŒ 4^Í_pê=Æb»#䣜¡Êqm*}2k27„‡èŽ»¸;ˆÜ/óañ-òØ¡µæ@‘I3ºÖ^ÿÏd<ûO_Ϋ~æ¸{³–ahm’@o×µå7ŸÍŠa0\þmÍÛóa¥•ï–=žäç¯ß8Ý«mëË[bÉÚ¤ z³Ýq³go]Ü/T£pzñù-·þÿuŸ~%-ÌÎ:9~rêûº…o–Tº Š×”¼ÿdbBÞâ«G¢Ë·X¯–Ùµåre&ƒ<—Ëoƒ`öóѲ•:^uëg¦[ºe¶¦ñóô´Pž½ tŸæ_nK+«­ÞU«l²l?í6Z û¦s¥²SWúµ®Ù2ÙòŸv¿Œ®¯˜2ûX­ô™÷1¾IR>·'ü[Í}Àù…ߏ;Óonœ$¶|­ñ>™ùÁÊ©Ëf¿s­Úh¾êÉq“Éî ~85-]õP¥ýÐ.é& îb¹ïó×>ª1ñ½(h¶ý™˜/ÎÅÛwx´|Gxû‰“b­]zA+Ï?kª›iû`Û<ÿG›–’V~óÅ`뎟 ìJ'eØeg_Qÿ{?ڀBÀ5jÀ°0 9'5±¨$?7±(›‹ — ^ endstream endobj 16 0 obj @@ -5686,7 +5689,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-4 -235 731 800] -/FontName/BPPISA+CMTT10 +/FontName/CBSFJD+CMTT10 /ItalicAngle 0 /StemV 69 /FontFile 15 0 R @@ -5702,7 +5705,7 @@ endobj /Length 15915 >> stream -xÚí·S”/ÝÖæ™væNÛ¶mÛ¶ÿi;s§Í¶mî´mÛ¶mô{Ω¯zÔWuÓ£ïztD\Ĝó‰gýbƊ±ÈˆUè„Líâöv.tLôL܄"rªªLŒ„LôŒŒÂ0dd"N#K{;Q#7!3¡ƒ!3;!#7+ó? ¡ˆ½ƒ§“¥¹… !¥Õ¿T„B¶'K#;B9# €í?&&F6„*ö&–OzBB!Bå]âL¨ p8¹Léa`˜˜M-M\æ–v0 ÿ’²3³'äøOÚÔÕá¿Jn'ç¸)ÿMJEø§©½'¡)À †AÞþŸñÿÐü?û?pýwsqWy#ÛÙÿ»Yÿ[ÝÈÖÒÆó(ìm\]N„rö¦'»ÿ.ÕüN`jéjûß«R.F6–&Bvæ6BÆÿ¤,Å-=¦Š–.&„.N®€§v¦ÿáŸÎý›€AXQQJEˆæ<×ÿT,í\T=þ§í¿äÿŽ™þïøŸþ8Yzê0þÓ`¦„ÿìÿu¦÷ßF³3±7µ´3'Tq1²35r2ýŸ‰ÿJXØÞã7+!3 ! !'#£Ïÿ*S³³ttH‰²122r²0ÿ;kâêä°sù÷<øç~ÿ+6³ü§9€ÀÆ_EIŽò’rÝ ’œ2pá³4< WãۆoýÏQkêžwÅӈÀF“5Œ7Ù'r“ÁéCÕÇϤŸ4']`údì‚ï¹Ôz×xB°×­:¬ ü kÝÃZ:ëg6¬¼!!RÛL«z¿@r,¯6C7«¦†KX³¼Ògex‹)šâŠ ~[ÜâCi­‰Rš0qÐx_ó”¨íÆÄÚFæOx°¼‡¬õ gèš,‘«°3„8­:ŸÒåMÅd*ó-“¾L +xÚí·S”/ÝÖæ™væNÛ¶mÛ¶ÿi;s§Í¶mî´mÛ¶mô{Ω¯zÔWuÓ£ïztD\Ĝó‰gýbƊ±ÈˆUè„Líâöv.tLôL܄"rªªLŒ„LôŒŒÂ0dd"N#K{;Q#7!3¡ƒ!3;!#7+ó? ¡ˆ½ƒ§“¥¹… !¥Õ¿T„B¶'K#;B9# €í?&&F6„*ö&–OzBB!Bå]âL¨ p8¹Léa`˜˜M-M\æ–v0 ÿ’²3³'äøOÚÔÕá¿Jn'ç¸)ÿMJEø§©½'¡)À †AÞþŸñÿÐü?û?pýwsqWy#ÛÙÿ»Yÿ[ÝÈÖÒÆó(ìm\]N„rö¦'»ÿ.ÕüN`jéjûß«R.F6–&Bvæ6BÆÿ¤,Å-=¦Š–.&„.N®€§v¦ÿáŸÎý›€ADXE\Z”æ<×ÿT,í\T=þ§í¿äÿŽ™þïøŸþ8Yzê0þÓ`¦„ÿìÿu¦÷ßF³3±7µ´3'Tq1²35r2ýŸ‰ÿJXØÞã7+!3 ! !'#£Ïÿ*S³³ttH‰²122r²0ÿ;kâêä°sù÷<øç~ÿ+6³ü§9€ÀÆ_EIŽò’rÝ ’œ2pá³4< WãۆoýÏQkêžwÅӈÀF“5Œ7Ù'r“ÁéCÕÇϤŸ4']`údì‚ï¹Ôz×xB°×­:¬ ü kÝÃZ:ëg6¬¼!!RÛL«z¿@r,¯6C7«¦†KX³¼Ògex‹)šâŠ ~[ÜâCi­‰Rš0qÐx_ó”¨íÆÄÚFæOx°¼‡¬õ gèš,‘«°3„8­:ŸÒåMÅd*ó-“¾L I±+­=^€Xh2|<,¹h¸÷¹/c½º[9G6wüP`e¹Œ`:làv˜¯¿>\´ä3~.ýz¯N’üá*”|ßÒ¤’WÍ¥¡ç0þ…˜ìe%÷¼(o¸·&E„›ºóhí7hÒ§Ï_¼ÓÃ'RP^Ÿ{r]uQýan<õä0üü6QȽ©–!uТ/0_»Íš†Ùu›„Ä”%liÍÓ¯>0Æ·5Òý… wÐk§“ˆª`‡N#Ë `7úˆæÍŒßj€á¾fF-GÁ••Ѐaù5ëêÒ8ÏsL ™‘\¢õ¡{Àãâ%õðo”âjtðŒ­ßú|q’L¸„½bâï§¼åÜli9€~`W‹ðŠ6_”±0„1;ÙK.àsÐâQWѐ“9ˎ±¨W§YO;Ìl‘äd8ŽP2Ÿ¨]«f(ØìÄ&æ4fW©²"\ ‚éBKXi~±ŠmÓ÷ñ½þFqÁPبаÚî¯.iUl'%ù“…]Wê‡3«ð1=¦wô™‚[†  ðz@°ˆ®³ôÆ$!G Ávéiç& œÃ‡Ó‹ûjçÖ£^[ðäêJ-MÞ̀$ìú_伛û×ÚÆÝ^-ïÄÜ¢ÚPì=G,æï»Ìo†L¯ Ëå?ÚçrØ|:«ÊLõ–‰Ïúye$·ª Ñ$‚yΛ8‡e¬~ٌ%"º«Qðõþ9‘of²´i™¹èa¼@IR͔2!ër×HcVàíAT k´Ï.ËUØof?¾á%†’ÛWàl€&ýç®Öþûgæ×Ä fQúb”YP)9łPa¯xòò~+P,èo•÷`“V8/› ½ù¬ PԘNÒ^Pîk§­9­ûӒO$a‡ öimÎRú¥®¤UìÆõÛ?]£G–êĻԗ‹@ò¶²ßN*²ÅÆñ? Aì8Sm’éfÌÍ[R¤é[(ÄNˆ¯‰ ‘ë@!ûµ~*‡Ór62ÑK÷»èàÔ`ý05ÓQµ9¹,¦¼¿J2tÊLçó‰Ëo©ðN‰›ÛÑÏ0¡E Šƒª‚›ó ŒNFûÏï…×hVšÙožcMç…äC…Öv¿zYø~ Š/³‹ãÜ8˜Fs”«¼Ù×,“ۍP¨\ Äu'öN¶ `2ÉåÚ©RÈú‹— Mú^“õhå ¨‚;óÏ£N$!äŸ×²‚TÏT¦ˆºZ&J©IT’º‹òæš}§Ž"J´_OŠßeÂÌ©— 4V‚†m÷æðaÐ;È-IüGç(Yݽ†]… à¹×=ñ›±/tüÉS}‡ÒíœåU0hØ';¦Ý£ödÐñ%Ÿ¯ˆ5öw`É15IÃO69êcÈå"(•2Â/÷Ð&ü(eù¡öH˜3%²Y¤ÕœlÅZÞ/®a|ÇÜN¯NÃ"1”õÌD/OõüœÈGuí @?Õhü·`–€â†ˆgŒOz‹} úGd@æ~6Fk5ëÇ î’÷ëzˆà¨ӆK½‰íoY¦UEn˹wWõcù} ñ+ñSm‡š#© dñì×ê_C¼…³o29‡,Êei³ÞuSx.'Ë®œ‰l„SiŸß‰å>CÄù֖€–¥OFVü ~ÿ4ÇbôLN”O]¼‹ý58‘v=ÚKžT:æ ìDWx›QV.珶Tº`s˜¡ñ¡Ù¦Ý]¢·¤Äiªš¸Î¼ Wð¨º"Ÿ÷ãÑYW0ž/çˆøþ¼Vؽ Ð•’÷×܋ÁjTj„óðà‹÷°_â~b ¸æY™á­&!JytA ÊëWRË:–y êôß'sÛÝ(3<{(N¤@6‡MrÐï ì.ÙüN½,é^ªÀÀD·øÊ'–[DØ{Ò~Ï%%·%f>/þo؛Wa–¦Òkr2W9WÐï8h±¥M­FëÓ`‚î-ÏìA:`É`¼ýWô×¤ê¥ Zœ»\eµÈW¹£æÄPøWÔm7‰/!d­e´:»¡9æª_˜8ûHÆò©¯Ð60ÄÇ èPqÙ@å˜g°"ºÑas ü‚MÖ @@ -5771,7 +5774,7 @@ u ɋ°äO>*Àµ6~ý–Ý)Ýνh.Î/tÀ8Aë‡~@ëV"¢ÖßÜ«ÿ~ ­’ þ5ؔ‹ωãE¶/ëˆ!hùtD¢í^‚SÒz·Ö.{_µö[iJÜíDø#ªŒC‘éÈD‡Ô¨ÚoTíM"U]½v ðÛ)ÀZÕÇW+V©Õ™ ×<'‚ï~Ò÷å¢'ð^&j^ê÷äÑ×NA®[ÎÝ1 9Ñô&³š,ۜOéŸJ@GK ˆ'ž©Yå"ӏýŸ™yAw@*î€,w2^ëî|é?/Gaˆ75÷`]g @@ -5847,7 +5850,7 @@ a Õ‡…Wo~rik°I¤Â[çÐó º‰À„×§5)¾`½ÇîñZ¡r4;ßX{Y1m• þqó€2*êT£bßë(¤ x/JòK+&œ‚ŸcHÇ?JIÚ¶V1$ÂIçòy¼¸Àf{2h#qζ€óXݞ(¹9§Žµô. –îtŸº{Uxí¢Yåb¤‰¡eµ²5ÌJ€h¬Eø Äý6d;ßtu%ým6g&1ÜÊcr)o«tígõWF)ƪ‘Ô¼¡§5BÖ2O GK¶áIs{݇[ñÞÝäHùc¹ƒ9_ý07n÷R°žK¥ŠóѐPÓòi4®Q"xeæØR§.ÿv’±0 Ö&zŽÀ {ÍbD{áj„2 D³^¿òò*4°6)&w ; -Ή/ÈA­ü!ÏåS).³þÙžªC¾pýò.eS|ç˜QP¦jáOAòäË yV ¯íká`‡s~øó°~їKõ¡yf¯KF½Ÿ\$ mB,‚âw¥JÍln¤q3'ǁÝ9'U´f ÏRë7ëÛ°T‘Qš’vä4üYR ,YâûÚj#¾0½á(jKƒg¡Ó•fOmé¿òŸ¸\dôì•3¿4pkÙ¬¹´©¯’r=üboX˃ì‚‘Øq“l?ÀaÊû• oäW(zÈbÚÆ—+/ª·ª8†pÛI6@Üf~hfÓéË4›B(»&ؑ±9—dE7vRDu[œYæÏìVû}%ʰ£Ÿë •Þ!ÚH™Ü²µwé³»_,G¡†¦Èf¼eޤЉ Bž5ÚÚù]¼wøz\›Ùê ùwLIµ4á|îaô˜¹@í̘ÿ¡¨*…úŒ0Ñä'1àjèƒo›Í¬)}ïŠÂ,mÿ|ʶ -ã5?/üïJ\? îjîþ{jåô>^4¨=»üȗC؅z¨ÝÍî*{Õ\`óÐLÿwå/RÙÍ_Uõ¥¿Ø)™2ü##ê|ŽÂU@@I•úY­Å$Ù{PS½Ûd­EZœë¬÷ð<Ò¨©ž©¨%ãi“û”«šŠ”â¾OVUÔ(‘϶4åΤHÙøyçÚEyÌ*ÿÒÑ90KBôï=õsq¢ðß‰ö¹® ajäU—K¿úè!ió´Ǫ‰Ýüú‡ÖZZóƒ2mUÿp®qÊN.‹SÊðÿò‚ùÿ ü¢€±©¡£³½­¡£5 Ìÿöa- +Ή/ÈA­ü!ÏåS).³þÙžªC¾pýò.eS|ç˜QP¦jáOAòäË yV ¯íká`‡s~øó°~їKõ¡yf¯KF½Ÿ\$ mB,‚âw¥JÍln¤q3'ǁÝ9'U´f ÏRë7ëÛ°T‘Qš’vä4üYR ,YâûÚj#¾0½á(jKƒg¡Ó•fOmé¿òŸ¸\dôì•3¿4pkÙ¬¹´©¯’r=üboX˃ì‚‘Øq“l?ÀaÊû• oäW(zÈbÚÆ—+/ª·ª8†pÛI6@Üf~hfÓéË4›B(»&ؑ±9—dE7vRDu[œYæÏìVû}%ʰ£Ÿë •Þ!ÚH™Ü²µwé³»_,G¡†¦Èf¼eޤЉ Bž5ÚÚù]¼wøz\›Ùê ùwLIµ4á|îaô˜¹@í̘ÿ¡¨*…úŒ0Ñä'1àjèƒo›Í¬)}ïŠÂ,mÿ|ʶ -ã5?/üïJ\? îjîþ{jåô>^4¨=»üȗC؅z¨ÝÍî*{Õ\`óÐLÿwå/RÙÍ_Uõ¥¿Ø)™2ü##ê|ŽÂU@@I•úY­Å$Ù{PS½Ûd­EZœë¬÷ð<Ò¨©ž©¨%ãi“û”«šŠ”â¾OVUÔ(‘϶4åΤHÙøyçÚEyÌ*ÿÒÑ90KBôï=õsq¢ðß‰ö¹® ajäU—K¿úè!ió´Ǫ‰Ýüú‡ÖZZóƒ2mUÿp®qÊN.‹SÊðÿò‚ùÿ ü¢€±©¡£³½­¡£5 Ìÿ®-H endstream endobj 29 0 obj @@ -5857,7 +5860,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-29 -960 1116 775] -/FontName/YDEPED+CMSY10 +/FontName/RUJCUT+CMSY10 /ItalicAngle -14.035 /StemV 85 /FontFile 28 0 R @@ -5873,14 +5876,10 @@ endobj /Length 1530 >> stream -xÚí’iTW†UJÅPêQQ®ZDâL ÄC‘ˆÂâc2„‘ÉL˜LØ\Y\ -hUD¤¸°¸Wꆨˆ¢`‘M+ -*‹Ô"xA)h¥´žbÿôô_OgþÌ÷½ï¼÷¹ß½fÓ¼|¬ø2rêJ´̄í€ÀÓ'†Ì„ff -EhŒ$„Ú˜Ë…_-0@;dÇæ0f@@*£)LJƒY‚Ùï]ÀW &Eà‰Ð¡¨B"EpàCJ1”ŽfÀÇqàýþðFU(Ê˜  &¥Á -TŽŒ¹ï¡Ü‰p†Ú2µò£R* ˜¥áœ 4”2’À£ aÌ‘šÕP Ë?Æúªáá®j!Š÷ñƒƒúLGýÁA*”j¥€')C)b¸Õ‚óDe˜Z1\u§“ò 9Ž+؆ Y³‡LåŠE¡2/Œ–†‚W¡ƒ}” Gьodn€ÐÅËEhñáh‡T/#hq´Ð'û` ª5c¢°(°bB¬1jޏ_ˆ­æBHIFȁ2„’ýÙøœÊٙŒZeÅâ+®­æªÁ°-àpØkþjô%°p5ê.l‚汆(¥jŠB zð:hvü±Á4SBÑ(TÊÈØ;d9ÅâUpOqít¿ÂUõ'ÓÍ‚'‰ªãR¼µãHQÚ²ªª2 Ëîý›÷T4šÖ³k2cycðÒû¦E3Îçê6Ýq̚%ýYçaG奅 £^Œ8HЛ¤ž:Yw{&J²ù–<ÝûÛÂWu6f½‰I¾ì(Ÿx²ÌÞÏÐ¥ff*ᣠxÓQzãµÒ;j«\ëÂò–TëMºå¦†vu¯Ú´çºzܙ·ßÜ¡Õ³`û¡S¥°·$÷WròÈÔ¨'Jß6o9ñUÄýL†c¡ßùÄÖõ­%c+Â,Wf°ëþîiӀè]I£ö]s<¬ÅHiÿD‡³Îl—~ϋøÓ# Tݹܪݒé²È}±)N¼}‹Ì¼^_y~¿§*#rî¹H¢¶)½~¡«ñ¡Š@~Õ{Ä¿(yšâRSlcãÙ:89÷ûǖ‰]<ñ=?²¥<0¦oÄòœ -уèâ£![µ{¬ üáLgKñæÊØ­‹Ú<æ·'ÝÞ=ù¥u0}v¡@Û!¬ì÷kdâxÿ*#ÈáàÍÊJ¹ÐD]Û߃û·KK™]璯l0vä¶öË\ -UðB÷Ýñ&A½­©áϳ¦µ­×/¹ìÒ¼±î°£žCµ¸øQÒt‘þÚ¢ÅI¡¿%úõrýÃìòc›oq¥"²MÂkô^Ù՘lã² 2…yÁ~ógY¯>ëÐe’8sʒpäÙ±´¦lÁ—¬e:nÊø_”õÆÅû|ž?‚)iRžéE-ÏڄþØ[qKrV…µoÍ sjv¢šÝ®´²7¥Ô2§¥ß­GÀ :¦M„;îx’xþ~óžw#n±_ÒÖ7‡ÚùV`ÖézÑ ¯<%(üœ Ö|ã¨[¹æãF‘.VÈXóë÷µÞ›´w$qzºlcŽ;ϙ|›”Wâ¤Ö^]ïýWù1ð˜#å4ê9Æ@ï_ñðQ2'ÁK|¾n429å¥^äk©•ZhaXz÷*_øÔH‹[PøMN€‹8—‰$u­œµ”»ž—<~žaiI|`õÈCÔ·j#Üi›Åc­º Ãk57¯$ÎôŠ|'ÎÚÞàÒQ2ÚØÖPܼú\;;½/PºcçTNN²oÖ£2Ã;+Ú«V*gœ -_µØÚàÊÚ<ìrö¾{æù]u˶I`Q ¿Ïä(oLÏ·ÄØ7ÓVñmx’Gã&çhöþ±žG'„Rü©p¶¨mo¶[Q®ƒÏ̛9bí ó„“:|ź‹ç/|¡ŠÝR´èUW¾WhÜ`02ïÒËCi!{ulÒ[bBíÇíq˜=ÿz¥GäÕ5)ä®ÐF®a׆†,`ÀjÛv?íżWŠ{wôÙyп|ÿü'¤8ŠP4©@¨0ã>Œ> +xÚí’iTW†EJÅPêQQ®ZDâL Ķ–"B@PaL†02™ “ ›+‹K)ˆˆŠ÷JÝQ,²iEAeуZE (­4‚ÖS쟞þëé̟ù¾÷÷>÷»×tº·¯%_J®@ÝH‚¶„™°-xù.!3!†©©€B# „FmÌ倯’˜ Ž- ²es S 1& £ÁlÁœ÷.àËQ +“ ðBè0T®‘ 8ð%%JÇ0àã8ðyÿ‹ø J”ŠD¥L†“Ð`*ÃƼ÷PD( 8Ãm©JñQŠD)¥š ÌVsÎjJ)Ià1@І2æ Iõj¨šåcý ÕÈp7Ž ùûø¡A}¦#r ùà å +RÀ‹”¢1ÒêÃy¡RL%©zÐŽIø„ G%l̈́¬ØÃ¦tâQ©7FKÂ@(‚+Ñ¡>JHG¢¨Ç72ÏÇoÀOdþáh‡Uo#hQŒÐ'ûP ªÕc¢°h1!VÕïǯe#Vs%$¤#dÀ—F)BIÿl|NåìLF¯²dq%×F}Õ`Øp8ì55úX„ +õpl‚泆)%*ŠB zè:¨wü±ÅÔSBÑhTÂÈÞ=Ó¶˜jþ*¤·¬a†ɵڦã»Ì‚' ëâ3|´âIaÖ²ÚÚJs‹ž½›wV·˜4±ësâxcñŠb»ÖE3Ïèž4ÙyĊ%ùYû~gͅ…‰£_ŒÚOЛ$^Ú¹·{÷'‰óø<:"Vuµä¾‰M ¹è(›t¼ÒÎßÀµ~V&é«í{ÓYqíµÂ':U¦yny{¦Õ&*ÛFŽwCV±scîÌÛkfßÌêÉ_>×űƥ¯¼àW|üдèÇ*Þ¶m9öUä݆C‰ÿÙ¤VMO»Ê»ÆU‡[¬ÌÞgÛóÝãÖAá»ò­Ûfxx»¡Âî‘6gév½Þ '³5Š•=ÜÚQ=âÙÒ¨=qŽ¼b=óœÁÂ>?Yр—2;jÞ™P¬²®¸z®»ñ¥JAQ"Õw( 4eºüBk\5cãéF8¥àû‡IÝ<Ѳ½*0¶Ôòüj὘²Ã¡©‹ž{® üáTW{Ùæš¸ÔêEžNϓoî˜òÒ*„>½P e^ùû2i‚±u@­!d¿ÿzM, x’§ŽÍï!±û…¥Ìî3)—69pŸH]K”ðB ÆÁ}O3#–<»oĚޱ^¯ü¢kÛÆÆƒºöu¢²É3„zkK'‡ý–äßÇ —³«¶Žk»qȍŠÌ3ލ×}e[oœÆeë縆øw9ͶZ}Ú~àÒdQÎÔ äɑ¬Ö<Á—¬eÚ_MFe{üŸ=€)Ir¡ÉyM¯†Ä¸ñAù«ÂŸ§æ„;¶9Rmî—Ÿ²ä·f40fíºûZ—€›µMZ },nüÑd‘Ó^³Þw£nœ² êèŸKm{+0ír;¯ß_•qFÐ`¶qô}3Èa£P+a¬ùuƒÇZŸMZ[“9½Ý6±GçN¹IÊjpRó¯±ïî«¢ìØ{ƒxì¡*uŒ«¯J¨¾ÿ Šãå¾_·ŸðV-ò³ÐÌ,17¨¸}™ïòØP“[\òMþWQIî^9{)w=/eÂ|ƒŠ`ã„À:Ô·*CÜ1Íü¡fc°Á•úë—RÆäxG=‰Žå¦7»v–1²1µ­~7ÌÙÕ(Ùºm'?Å/÷A¥Á­ÏkW*fžˆXµØJÿÒÚBìbޞ;fEݍËÒݰœßo|˜7¶÷‘{Rܛé+ ùÖ<ñ£VçöÞq^ƒ‡'†Qüipž°cwž{i½ï¬ëù"­‰ó]ÄÆžEòuçÏ:œûB—ZštëjÞ)1jÖ×(¼ðò@VWènmë]í±avãwzÜÏsºZãuyM¹=¬…kн¡9è³:Òîf½˜ÿJ~ç–»ú—ãÿ€ÿD€GŠ&åÎ`ü)o>¡ endstream endobj 37 0 obj @@ -5890,7 +5889,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-29 -250 1274 754] -/FontName/PUOJLV+CMBXTI10 +/FontName/FYMBLO+CMBXTI10 /ItalicAngle -14.04 /StemV 107 /FontFile 36 0 R @@ -5903,16 +5902,19 @@ endobj /Length1 727 /Length2 1052 /Length3 533 -/Length 1582 +/Length 1583 >> stream -xÚí’iTSGÇQ4âV Pó0v «P@A<ó^ÂÃð^xYµ¢â -Z-È¢²©U°‘€7ZŒUv•­n`AÑ*‚Ql—S헞~ëé̗¹wþó¿¿¹3F¾~46B¬FÝ\Lƒè pöv -\á1DgPŒŒœIcî‹QY[C€-áÈ -@,¦¥Í"…bœ a‰ñ#ÄÀØÙdXÅì(”ĸ0¼aq¥2áÂàGp1TG€-€åÃGD`9*BI)ŠÐ)ƃÕ(Ã) ‡±ð>†>Ǫ>‘X,aÐ H%T͏«Ð/ê¹â\Áp>ðÃ8“ȧÄ×\NNDl<ÍÜÐÌ-T͜Å, fÂ_…þ8-A=\€ƒÁ`±F¨¸’Dqñûÿ ºóǘ‡©Ú„¢±(—’qHS _@5ëã¼T4Î])¿Ñ±)¯ÚÚÚAm¾æÙõZsrŒ=õ[3ÕrÜ"Ë ¯:[íŠRÔÞ¿²Ï}±û¤ñÓúÃ5YÅßé™h˙`Y“_.3¥²¬¡À¦úZ»0”w¼Þ|ˆ(¿QˎUßhj›Ô4#V2Ï~ͅœoËû&O~z’ó\£Ì.XʛÒ6õT¾çš)ñ4œ³lMÙq9Õ¼lÓ+,XžôÇ<­FÔ,äP˱½^ç›n‰šâÞ\vsÈ蛦ˆßT¶"Ѭ¯ôåÜ))‘i}JÜëIOo—žkƒeAæØ1'Bòøz/§ú6§Éz4‚—%ùuœ…Ií]排Üj¤!7ò ÇÉÎÀø÷¡üKCõÓé— wW[U^;ÜöÙ2Ÿõúåû.É]ËׅXü àèŸÔȌ΂jꟄ¹T”>i§%Úe½+¨Ü6ë‚Ð!1ä¨Þ”tÇãŽ'KêŠÏE‡¹YÌwü±Y½?‘H}´-3‚º0›×®K©¾~M´¬‹Þ#„ê—i=hìÕ¿Œ#•æwZ&$TÔÊW+fB‰ë)%ϺR160ËàÝ̪`ƒ€p«o²‰ ™$s2FK×¼-ƒÜ“˜Ó)z]5éäJ—uã¨Ý£{‹E5zL5K·®öÅç²Ýý÷iR–ly~P—7‹ßýø¥1öýtøè^Y+zi¡óòQYÀèК3ØÞ”fÝBJ{Üo£‚å-êfÅr#vϞ6j¯~ËV¬ªiö)o¯Ÿñdm×ñVø¥õ.˜8Þ¸u¨êí¡ŠwW:À¡0 -îÓöô JúµÎ‡ «]=’ï¾»»áDqêŒF­¬«gXÓ×úý|³bÿD-§I¦ÇmJȔ©7®˜J=®ÙŸ°W–;'W££ÜDۑ–æGº´³YÙU¿”ÙX;έåRÂEÛSš‹v.?–3˜@k~*êëw·˜×ãªYòÀ6}ÎûsšÓeø@g4@*stû_tINÛ:„0B·Ö*qç‹·;8.Ýù«_O[»åüæ‰rÍó¡Eê%ë™v*uI íál·À{•¡ƒoÔϜjûe·ûLEp ïº~k}‘r”~$5qhèln|ÈÕ´;­[®¹ÈÉ!¹:‚שoºµCGÃ%ðm›LØDŒ5|qZVnpãÀõnå:µ7žÉV°ö,C¥qtØ"Xüîˆ,F%()G:…AÁøR°b8eÞ;,/\@ÖP‘‰?nÉQR¢áæÎ9@C‰¸( ¨€2ϏÐTC5,ÿëo¨¾4çÊD"?8úý‡V}¥€£1QÜ -–IQøJâ_J—¡CxBôU!/),Âøl\(B bÒÌ¡<&áb±(âIù‘@‹$èû<Š#_rhº÷žb7ؗã³ÐòÓÛíûÃ.]'Fãó÷1ô9Öô‰ÄbA(ƒÎ`@¡f~\…}QÏç† A€Æ˜D>%¾æâpˆØxš• YYkþš‹ XȪ¿ +q,F†z¹kƒÁb Qñe$‰âÒ÷ÿAs珱Ӵ EcQ>%s¿¦1—jÙË{¡jœ¹Ly­}C~µ³ÖlÝÓkõfä%˜{·diåí½A–¾ìj»#ZU{ïÒnãFOê ÐegdY¨$wŒMMBA¹b(Ud­bj¯v GGë­‰òkµìXíõIMSbe³œVžËý¶¼ïAòø'ÇyÏtÊCä‚ ­Ox¯œ?FÇ5çàæ”mÓ¬Ê6¼ÄB”IÌÒk4MÉFöß>’ês¶é†¤)îõE®sfï$UüÖà²%‰–½¥/fnKI‰JïUã>»{º}ŒÜl +³FŽ8š/4zq Í¿itîff=ÛåÇfU̞D"íᖬHê¼A›!¥úêÉ¢n,f—< +î¯;P¦_t¿±sXß"ž\^Ða“DPQ[½UcJÜ/É)ùv•ŠˆˆÈ‘AÙ&o§V…˜,°ý&‡“õ°o2¯!Ke†° ­Z3É]‰¹’WUãŽ/s[3ŠÚ5¼§XRcÄÔ²áv¶-8“㘬KñÜôlŸ".š°ëÑ sáô{ð¡TE û菠 +PÅÒáa5§°Ô”fÓíbJ[ÜoÃB”·µ-‹•fìî]×Ö­×_ñ†'®X^ÓìW~[ºDyʛµÕÀWœÞ3wìhó–Áª7û+Þ +è!Ïu,f‰ûZZ*©×8â™=Æ ÓÆ?uª˜v8¸£-p#ZW]h´¶êffÆÍp•ú©ÒÉi¤ +U¦©ý <šô‹v6Ì>ǓØRßï͕>~tÕó3¥ý< +³¿ðî(}o/¢¤Oïl¸Ø´ÚÝ+ùÖá·wÖ+N›Ò¨—}ùkòꀟ¯Wì«ÇgqÔ¾„L™x=ᒅÜëŠÓ1'u¹krՈêÁ´mééԉ ;šåQõ ™µ£¸·/$œw8¡;ûâ#¹ ´æ'’Þ>ëYÝîº%÷2fÜr:s®9C÷×ñ†¤2×°ïy§ì¤ƒs„ #ìQK­w=|þf;ÏÍ««`Å«I«7Ý8V©{6¬½H»d-SÄN£zÖÐLçÝ­ x­}êDë/;=¦ªBêDùW[ê‹ÔÌ£¨‰ƒƒ§óâC/§ß‚h]JÝùçäêHA‡±Åæv· 7­ +b]8ÒôùÝóîZÙy!ýW»Ôk´^{'ÛÂú?Ü›\fV\²n­S©­ÚÁßûQÙðåב†Y%/ïxº¿ž5ЛSߨZçýSû҆MÏÛvÈ.ŠvtN4ɫɻœXwšW4£`àÐý®-çÿrPþ7øOðE(LJ‰h˜\I¡ü ÅP]2 endstream endobj 40 0 obj @@ -5922,7 +5924,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-163 -250 1146 969] -/FontName/JUVMCM+CMTI10 +/FontName/AUTIYW+CMTI10 /ItalicAngle -14.04 /StemV 68 /FontFile 39 0 R @@ -5938,22 +5940,25 @@ endobj /Length 5542 >> stream -xÚí—UT\ۖ†`Aƒ†‚»;ÁÝ5ÁBA¤€ª‚¢p ¤ PÁ!¸;I Xp <8w§9çÜÛwô¹ýÒ£ßzôÞûaÍ9ÿ=×·ÿ½ÆXc±2éñ*€à¶`U8 É+È'(PÒ1Öò (°²*!À@$S"ÁRAII!€*Øönp÷H‰ŠI а”à.ÞˆÃK$€C‰ó•8@ -F@ì€0€ù ½kbtÁí `¤7 àì 0üã7€!Ø Œðƒø ˆ` v€ÀøÿÀҀÙÃâ¥Aî.ÿ,y€nw\Ž?I9wœ 8ÌÙÛðëÂïæßÑüÁþ®¿7WuwvÖBÿhÿ§YÿVB!ÎÞÿPÀ¡.îH0 °¿KÍÀÁé€Awèß«H 3ÄNæà ð -Šð ˆü•‡¸©B¼À }Òî%Àèìþ3†þNrçߟüš&¦:J:Üÿø»UõÒØÛ ø—üÏXð_ñKˆÀBàÎfÁ;áÝýϑÕßfSÙÁA˜À „€Ð&þJQîåË+(& à½[n‚"bI1Iÿÿª4A\ÝÁÊQ !‰?³vî†üsAÜ}ò?c{ȝK`°ØŽà•‘ÇÇ µõ‹6Žà±ÛÑ{l‰¾À T#¹ºÍ•¨ð›ošüðw„l'jßQû:)r߯ ûx §ÃΕù>R×oã&—ú /­8Jٌi¯¾  Ü½#©}TJ%ñû‘:Ù¨ÞÊß_rÝHPê‚7Ï¿Oñ©’9Ù¦ùæœÉõçI·ÙæeyöÑqàºê8j°°²[lбê54ó€Æ|p(Kûtä»Nêíþj`ûehM~¬K/£Þ«kŒí8ɟG¯æ¤<*e©J -án„ å7Ú-kÝÛ}OⱯ]ÈøÌeØ¿¨¢üK 3Ùo>× ›7Î_wá%Ñûa=c·»ÀMW2•ÎöÄÆB« +^U¥F,|2À‡*µ•Hl€wÅ^¿¸•¯¤oªtù¤žpªÎÛô~DV8ÀÄ?zJº±ÔçVçÐÁàhŸ«ø7aÓúžm3¼CÅ¿ékáê†åk¦üXß±%’ç³|q¶6àÃ>sþSߠlj{¦È!üDÐè¯é“m›º Jʉqëä/ìy¢Tº©¡ ƒ¬š™0ë:ºXÐŽ!_¨-#–9žÇ7øöLj²¼ ö—óœ2i7Ö£Z?»¡—à:ZYÈj*^ÝT‹+¦–¬ Áå ðÍm«ñ¼îȤn^:àg’‹Bfü¢tÿÍÖ¡‰Ž=UÒÉAùC|ìoæ¬Äq7>(Xlž€ôo(èÙ{p0ŽsÙñv½ŸH˜4z%à–‘jSGkžV«¢7Ù}Îϟ(N•^òœTô£jžr\[Zx»æ!}³Î ø-9å_į§4è$ ¢„¾£Èªy“Œ›Íü…‰Ø î§ï$‘à‡ÌЉûÑmÊFäëà’¡Yf‡V4­ôž‹¸4<‘ =Xˆe>)KW–Aö­Á·ø¢ëéZR¬PڕÑn‚ ˜©Ý˜öy\<„ä¸j…QïÛt¤m[ß}&M¨9VތdxºwÊYÎÎxð¨ê'Û+¥k&‹µ·çÃOf(‹H©C*ú 1œw­L…Ú՛覘u# |öSIÊ_Ó7oS¢¹oÚÇh#·å2X›+G¯ÔÅO$ú鵬šʹ˜zž’«t²ÁKàèt¯S2¢à4Òw+ä¼!ÁµRˆé”GøÞŸ¡ÙÛ?æ©I±–çŒy5Z†ªŠß['Š5¤JH*=\i¿ØË -]y`ýp2+ò[ÅU”îtøš™©eËa&“·¢k¦Ùί·Óp* °1P‡ieêÎC6Râú–*åpá -ô¤ÉzéÔ'^LŌúëÓ0«­¿§$m§z”~èI—ÙÚÕõƒh Dß7³!«6?½ -po'Ê:ù‰ûà º~ƒR3JöÙ÷m œ–$†<Ùʏ^‹kƗcI£%·%C„E,ÕȞò.‚p¦v"eÅ,2ÉNØíPmKðâØôÓE×d¦½kµO+\·¾ƒÚ¾Œ+½ -Ö$û”:XÌ*éÃÁ'yNUB‰1ÖÅÃ$º«j¶Ì+"^3rø¤‰Aµ!O‘Q¶‚ÙqÏõo³Y>rÃ-÷c¶û 9ÙïzûëÇP]b?xx‚(ϛ8€ÁŸƒŽö–94–­Ú˜j¢—¨Ê'@Åi‚œˆ1sq`ç§Â@­TɂfT ¦Eÿ££'Íø“¢¨Úh> Á…&°„¥_ÔU­tññw¨xçØoáÕ£jGZgì¦öð§B¬NZN°&ÿï <Øãøæ(¯«dâà±ß¬è+„8˜ÂtäÖ»ÙÐjS&MË´vî»S| îù¨ ™úÍ¡¹ISÛჾ‘æÅ}˜Ë<ÞFÅ¿¦ñ•aÆNöGtOTfÜux¦ ˦ó¦¼åY¤Ú®>y9‹î¤,~«B¸×L~nÒï…?!Þ¦(¦äAÙRj€%ÀLMÿÂÔ­×Èfè¥ÂyB‰œã/JÓN[Ø¾œY!&;ZÂ|´nòõ‹Ÿ‰ !±mðˆ*c¹”|§‡Õû»h2=AŒÁŠÜô͍DAþÏø½oˋۦEøè.fg¸Bù;äcšeTʆÍ[…†b@“bN…¿UšëÒq¸/¿YŠa3Ž”m<°#来XàáÕçÛêfØÏ1¡¨ï u/ Ù²µw£Ç§¿Œ…ª‹ëÂÒïí­ ¬ÓÑm<Ø |xV?žšÃkïÓu·I/Ëv½+¸} e¢¡ÞäÅ3R+LÙyc°,ü˜5ŒÂFË­Îküµ!4J²Ãéâçf2“ÿœVuú¦rXΝdÀaãGZ’ºèÅ6ó›ÍìǛ›/+¸‘¤ˆÿªr³˜Bh!JŽ®%ÚM£+%–ŠRº~<ài±÷ÇfîE§§ÓÎgó¤`‡ \f|nÚ6aÝ&ñØ »µ÷½ž\¶‘sÿ1¥_(W[¯Hõtž&½X”=O;ŸÞ%ñTç¸~¯ð¤Bþpbiæ¯{jcQsm…+ØPèå{ÉRyd$>dºÂ{å‘6¿ŸÃÓV—„ØVйêˆÒ¤?<{/ݤµƒ ›vuPP`î¦Ê\cù}ãÌ£y®Ålւ¤·õ¢U#¦IšÏiÖ,J ¨×ŒÏW¿=˜vÿNI¡bôŠjSä²<›†< nÉÍ]:Ô (Ì3‹ÈµoX :ôÃQ»¤uq¨•ò9okUPúÈl«Þ‚²¨äY&/R?xô2€gò—³z`=©[•o©c»‰+öb –F -cŸÅ›íÊöE<‚­¡>ÙPÆRšpí¥Óºã.lÙ™-âoúl´éº@ ôΠ[ü)–×qy^ךO­n]·eÒ¸*UL‰o+K‡Û÷ʾ‰„R˜nmY—͉ùv9B.ùC÷Úuÿ»í˳ìZЇN‡ÅʝAO%Ösí ¯çܘôp/¡}^>¥¨£1fÊØX±eÿ_ì Ø®¡àbI /¯èt3Çóåy"Kÿ©ò§A.£Ózó  ÀûRö)Å{±1ã;ìaÕ*ôؒP¬½MYž«WäÔfùSâIé¿Êú| êØcÛSìƒ~uF=#‹ª¦}…jŸVýä/Öô¹1µ„2« ¶ôQa—»¨Ý~Ù70[üfª™bFo¶Ûä´QQ°1bÅcێq5SÏé•bð¬šüBlð—xÜT¥ %^Z‘Q†•­ú·oɲ6uÑÚ¤p2Q™@I?Ÿ¾_ù•‡>LRþ.ÐÕI_]ä†=®×æ™%j³Hâ)¢vUdû™ï…«9`rpÕt¾pwškåç[Ä}Ì)ûm¯º’´Qï=è²5zß{8U²‹Ê;Õ®¬Ä™ï* Ä-iäÒÌd•‰ÿbߑž¥% Ü“(Êʤç_¤¨±eû™]º(`´âØ]—¸‚‘V;_õyë£Là­&o¤vw)ž™Æ@ç3ëiÆ 4ƒ7#žO­ïä}nGœwõE DpDóþÍǀÐWîùØm½Úo¡I‰ý–[¤öѶSªRñên³d®Q2„=óìó§-žm–‰ŸîÕge¸#Ý¥òk¶v\UE 줙˜U¶ÏÆëˆHB¿MÜr ”°’ÖWn):JÅG!‚œ.âŽñ§;̊r,*¤èi°þÞwi3kŸ_–—Ùe2Vøë§ødì)÷è<çõoÒ_ß¿Q¯KjNy"2ùµÿcœ­½Bhz—µÅq@µµ#ù[ÞÁ„ŸŒVEu•ËX1¡‰_“f'‰jw3„Ú°àœÎ%`6Ý¹Š¼º*³«Ñy‰CങJÇõ [„Û÷ù-"¾ãFîUÝuÝÿKݲBBÃ*‚“m¯ÇÓOõþ‡6|Íøþµoæl¤Îc° ±Ø»rf¾ÛnN6‹ßkðÌò ðÌì ª™bï,S”ËŠ&Mÿœ&~â~²t…í7΄/ ÚaÅ`ôNÖýEý~Ù¡Á}ñAîQ¦I²w'á”râKšgÊF§Ë4qá“9Ðù)>Q”³uådç e·KðI¬¥âÞ¥y.^…µ2• ïkÍl½%~Fáû9kŸ·VޘQM§È~ZÄúŠonæuîht óoZ,®W¿ë% kfäê]‚¦fI-Q$V3³O ò -¤Æz²ðž×“®¶¯ï²Ñôçpwª®IôÖ˯ø¤ðtٵᆴ1Uƒ-h1_s/,—”Òi(ð9[Ûsåi,‹?µ$¼‚—@ޑ2¹Ù kj’¡«j&°æúDüNYšlñaé8¸a$u÷]I±ƒùÏù 1#I¨S|UCPãS¡‰ŽaÜò[ -³EôÒ+¤µG–ncÔð,¸_,õYA°5 Zg¢¡\?mÖj¿˜¾Ó©\¶ÃÁ%90 ïl|…bxÚ¸#µ”¥oZ,`Ö¢r›0ã籕ÁdúUdÖ|°‚'xc·@†¯‹ðNÝx°+Å'SÁÞuæ$DҌ¹70!­£vT¹ÅyÕS«£"éàèlÚ³8ÿ¶`é i¥‚Ô+šˆFtb ¯²³‡ÂRCÒ "$’<°(/¼yŒ±/—­•ô‹ý¬Z“ÆûdN?¯ô«IËé1ȏ¯Ù‹zÞØüm5áêùÞm»AÁãHŔ7¼o?¼©±ß-¼Ù;iµè)KsbÅ+§ò¤©–G½Ï!3j㸶2ŒÄjxÏJpâXùŠ1r(¯Óábou½¡´ßº[‘(Bäõr`Àè½µœ,äQ£ð¶Õ¬êIÚµÚSë…g#•{TÒÃÒ'‚®_æù H³e^©K^³s~"xÞ6}âWºËUW ‹AŸ9˺è"W„÷ª?†?ž´epÛàTm[ß·ÊPbÓIj® ÌBœ‹ŽñségˆÐðIôS"¬Åì»­ÞœáTÏê芎I'„iÇ>½pe±üd˜ëÝú»òiVèÊO/ʐC`=“ײl8<®Uç±VY—ê ± k^ˆî–ŸòºQ¶ ²UW.þ¦ä'JxžDçˆ4¡¤iЏ ²>uø_^ÿßàÿD;g0„C'‚ÿà8ÿ` +xÚí—UT\ۖ†`AB€@Áݝàîî¡  +R@UAQ¸ RH*8„à®I Xp <8w§9çÜÛwô¹ýÒ£ßzôÞûaÍ9ÿ=×·ÿ½ÆXc±0êòȃàv`8 É#À+ PÔ6Ràðòó+°°("À@$S"Á’ A€ +Øînp÷HŠˆJ +ˆ°á®>ˆã $€]‘ã•@ +F@ì0€6ù ½kbtÂí!`¤/ ïâ0øãw€ØŒðƒx  ˆ=`v„ÀøþÀR‡9Àb¥A®ÿ,y‚îw\ö?I9wœ 8ÌÅ;ðéÀïæßÑüÁþ®¿7WñpqÑBÿhÿ§YÿVB!.>ÿPÀ¡®H0  °¿KMÁÁiƒAèß«êH  Ä^æèðóò ÿ•‡¸«@¼Á =ÒþÀèâþ3†þNrçߟ|òÆFêæ¦\ÿø»Uõ€ÒÈÇ àÿ—üÏXà_ñKˆ7À’ÿÎf;áÝýϑõßfS†ÙÃA˜#À „€Ð&þJAîíÇ# *à¹[n¢ Q‰€ÿª4†AÜ<ÀêJ~~~qAñ?³ö†üsAÜ}ò?cȝK`°7؞ॡ¾6ûû ?ÕóVö±ÛÑ{¬É~À 4Cٺ͕Â舛TêoYOT¿/¢öµSe¿öÑóN‡Ÿ+ñ~¤:®ßÆ}[ê/´´â$ud;¦µúœJ âÁÛ~ìý8ñ(­£RJñߏÕ’ê®|ñûõ>ϝ¥&pcþ}zˆW…ÌÙ.Ý/÷|H¶?÷HªÍ.?Û«–=ä=çõPÇQƒ¥µýbSœu¯©'4î½cYú§#¿uR—Û/Âj>Ä»ö2è.¼¼ÆØNøyôrNÒ³Q–¦(áN¸P~£Õ²Ö½ÝWñ4ûڕŸ,‰×Bší‹ +* 2“û¹^È¢qþº /…ÎˌÍþ7CÑD*Ç  ­<¬pU•~£¿@òuJªØV"¾Þ}õüV¿’®©Òõ“ZÒ©Owð»¡@’€˜)©ÆRß[íCGý£}Îâ_\P„më;Ö͈^l Y<怦¯…«Vc,Yrc}ÇVHîÏreÄUØZ€÷ûLžù?I¶¼€80F iã'ƒFMŸlÛÖWÊSLŒÛ¼ý–ï)B©“:È^ ž ·©£áhò†Ù1`Yày~ƒoŒ|/Ãê`{1ÿÀ9ˈfc=ºõ³;z ®­™¬¦ä!ÐI³¼blɞX¯Qß¶ÍëŒLêôáe~¦¸Êg%.Jõßlk;P¦œd’?ÂÇþfÁBœt㋂Åçó«ÒOû僂Íށû8ö—n×ÛùˆÄHcV/a™i¶u4éµÊº“Ýç||Éb”)%æ¤"Uò• +ÜÓ!‹û—jUÁt!Û5èšõqnÀ¯!ÈÙè€">]Ź gQH0ôÕ¨èÃìšØ `ÂlÖ/LÄfH?]'‰8d†V̟vS.(2·X—sÌ6=´¦n¥ëðZĥ探ïÁB,óJZ¹1²m ö¸']ŸHՒb5€Ò¯ w“¤ÁÔH­ÆôÏãb¡$ÇU(Œz¿¦#hÛú®™¡ÆXy3’þÙÞ)G9Ã=À㪟¬/¯-×^Ÿ?¡("¥ +­è/ÄpÙµ6lWch¢b҉2øñÙ_9%WlMÏ¢M‘ú¾Iƒ­ì–ë`mž,VR?™è§÷²JRÇbfØñ4);/ėK§“·KÛ1^}¢ä¡ÿ ?Ýê:t£¡#k’ÅkŠç +P>,ž2C´%šþ-R +([Áÿ™ï²Š¾œàáeñÉMš:ԉ«§¥ÁUnV¬¨rÿ&ªíöJæep£ƒHHcR—¿¿Éš‡ óß®•än6šãT• y½uõU+ÙÄ3'-úêÖ%µ¹'ÐÉãüå/ ÀuwYÓÛ[´)ê%ZpÖ/ÍÉ[‰Ý8;ÿ•{ì¹HÐØ ec"uó¦ÜœWgìì[ђàvOò›悽¼û¤51S4??b /¢D]Œý4Yq³gš•Âyè“#f7·ö±Ø"G¼å™êˆ=– ¢ÇœvÝn ™>»Ã÷6¹Iê֝rƲ+ä¼32{X„à•·Ÿ›#—)Âk7›ÂËLä%w%¿¾î£ùñÓ3 ÿÑ:÷ ËêÔ#¾¬Žnµ-ZP…‰9Ø+Í}šÈ3æ=¡©ê°9j”˜Ë!çü´üƒ9>n-Hä¨M'ØO¾ï§¡Àj9+‘m#ÆGA{ë±ý–ê”S¡]½îpWßaÊ‹¨ñà¨÷Iʗ^|4Úù Ÿk¤§Û¢ òëO£žös‚ek [¦9òš¿ÈΙ|_1Nn›L*ú²r|¥Øfzý\^úÂýœƒ6{¤ië3)åDžŸ^;QË +nÖ+ŬQeƒVFj!ðïÆ<{¡èðQ®ôø²ÓÙñæÂ8¨wøé¥yîñHÌ:એ«NÅ^òLÈF枕wxMÉ*m5àÙ¶¿á}ìrŽYñ˜ /— 8q®y]ˆ ªÈ ¹§G™ú‰6rBó¢·áºnÚ{Ÿ‹ÄŒ’f_‘øŒ¦µ?PÃLb3ÓxjgÉÆÄ"#ԂÚ'⛱.ž!·•#S\:’h«½aBÛυZʇf>–ÞF÷´ˆ?6c3+ß  –Ú|ƒ7’wi‘ßòfwÌK±GéCå¦70»ó²¤õö°¢Ø^;[ ¢ý`ϯ³³Æ§Åaz `dÞy½34"¼q‘ýx÷ (S•¾T–ÀÀ~†Šb!ïê½LЪ‰¥òaSK¶˜ÄªïÆB­GïH­ vK‡5n‰„êG3µpÀùT»ÕCˆ Êè놰9Lé?÷“FÆ]¢ªÃ¡FÄxŸõú…gùQ† ¡yB¥€D©í)'«´ìÛþÜÉgO  šž·B­.žb·ËÜ<k=« o‘†ú8Ç%±=Ìkž¿GĺrüL¢éH™•ªÜ0ƒ-Þs‡ÙUy;;'ð˜Q ¯Ö½KádÑ퓚{æ @Yti'ǝ¯Û÷¾Å:Æ,åŽ=šø ¡@ÿ+quèè,3Û®!Ÿž=’³t²Á[oàèt¯S"²à4Êo+ô¼!ɵ’ë”CøÝŸ¡ÙÛ?æ«J²”çŽy7Z…©ˆÝ['Š7 ŠK(>Zi»ØË[y`óh2;ê[ÅU´ÎtĚ©‰Uóa£‚[.¦éΏóp5°1H›qeÊ ç+©zq}K•R„PzÒx½tê¦Bfýõi˜Å.ÀK‚–¦S-Z/ì¤ËtíêúA P¼ï›éu›¿n8’§eóö©Çࠚ^ƒb3JÆìû6HšNCGþÖڟN“sƏ}I½%¯%S˜Y ,ÙȖú&’p¦v"iÍ$<ÉFØíXmGðüØäÓÂîÉ,·jßV¸N}•Cgz¢Aö=8m°˜E†ƒ9NbNYB1ÖÅÍ(²«bºÌ#,V3rø´‰A¹!O•V²†ÙsÍõ„l³ŽZ=vÇ-÷g²û9ÙïzýëÇP]$b?dx‚(߇8>€–æ–),žµÚˆr¢—¨Ê7PÙy‚œˆ!kq`ç§ü@­dɂFt¦eÿã£Ð§Íø“"¨Tcš^ 3Á…)&°„¹_ÄMµtñÉw¨X×Øo¡Õ£j'ì¦öˆgB¬N°ßïL8â÷¾./n›楽˜Mžá ã됋k–V.¶hŠMŠ:þVn®ËÀáºül%ŠÍ0R¶ñÀž˜stöá×Ϩïž`70GßaŽ}@uo¨{Yp$؎…¨½=>ýe,LMLž”qoo–v£àÁnУ³úñ´\ßîè»MzY¦ëMÁí (#5Õ&ž¡jaêÎãHýe¡',ám5Ýë¼Ç_@£%:œ/~n¶!³øÎiT¦o*‡e=H7~´¡%¨Šž¯a3Åöhä<ÙÜ|QùÀ$UìW•»å2PQrt-±ÐnS)¾T”Úõãw‹C6S/:#ƒf>‡;;tà2ósÓ¶1Ë6‰çÆX0Þ­ƒßõä²­¬Ç)½BÙªøzÊgóÔÅ"lùZè\PâÏ´ë÷ +O*ä'V¦:§¶–5×Ö¸ …Þ^Áñ—Ì•G†bC&ë¡L^ï6­Tœ+³­íN%ևûKʥ‰jVjšò1Õã…*8ûyÉ>-溽X&á]éK¹G¥‰ëIuJŽ;ꑱbïÑ^xؚކ™ >r†¤7ÈqÎ(ä°¤¼v¬©1IÑ0§^³,Õ§Z3:_uúýú`Úã;-„’QÀ;ºMÓêlbҒ—·t¨X˜o™çа@y菣zIãêX+5ä{ÞÖ*¯ø‘ÉN­7eYɽL^¤vðøE ÷ä/µ zR÷*¿R§vc7ìÅ,õT† +^ËØíÊ\¶E<‚­¡>™0†Rê­¥Óºã.l™\é-âoz¬4:@qôΠ{â)–÷qy~ךo­N]·UҘ +e\‰_+s‡û÷ʾ‰¤RW˜NmY—í‰=ùv9Böíûîµ5ªþ7Z—g9 ¶4s;+w½•Yεµ21¼o\òâ2"¼Ÿ÷yû–¢ŽÆ˜(âãE•~±Ñcº…‹%€~<"ÓÍô¬ìæËóDVSåς]G;§uç':@®€w;¤lS +÷âãÆwØ6«•é°% X{›2ÜW/É©.L?L‰¥dü*ëó38¨c‹ogHuxúÕýhŒ,j¨šæ%ª}Xõ“¯XÃ÷ÆÄ +ʤ*ÐÒG‰]6îªzwøeÛÀ`hñŸ}¤j‚³ÙLl›ÛFù•+ÛnŒ³éœjŽH·ƒ{Õøbƒ¯Äó¦*u(ùÒúˆìŒ"¼l5 }K†¥©‹Æ6•ƒ‘ÒJúùôÝʯ|ôaŠÒÏþ®Nºê"wìÁÝ6¯lÛE/aՓP¨ëÏÞ¸ÆWMç w§¹Öx>ޅÑIÜ'’°Ðöª+ [µÞƒ.;Ãw½WAS%»¨üS­ÊJœù®’ ܒFNÜAéÄ/ٚüJ=É",¼Áº>øE +ê[vŸÙ¨ŠG+Ž=tˆk éµóUŸ·>JÝjðDiuטà™ªtšÙL3L éý¹ð|ký&ïs9Ἡï(j ‚#š÷o>†½ôø€ÝÔ«õ:š’ÜoµEêc7¥"™¨æ>Kæ-MhÙ3Ï6ÚâÕf•üé^}v¦ÒCòCÍ֎›Š½#“òöñÙxýIè¿©[.ŽRÔüÊ%IK¡ð8T€ÃUÌ)ñ´c‡IA–Y¹ƒ= ÖÛû.ejãûËê2§Ã³LÚ¿qýŸŒ-õ­×¼^ãMFã«û7juoƒ›SŸ +O~íÿ˜`ç`kˆœÞei @PníHü–s4&äc£UP]å2DÖŒhâW¤Y!)"ZÝôa¶Ì8§sI˜M÷F®¢®®Êìk´_à8o¦Ñr~Âæò{OI~‹H츑}Yw]7Ç7Â\·,Ÿ‰P÷¤Œä @;è2ÅõS¾û¡_3¾{å—5¥ýlK,ú¦Ü—‰÷và#¤›ƒÕò÷<«<“<3;ˆj~¸w–¥7ÊiM.ŒN ?ñ8YºÂögÄçé°¦7|#ãñ¼~¿ìЛ`Ž.€ø ï(Ëø­3W'á”Rò j3%ÃÓeꄈÉÈÜNèü¯ÊŦr²ó¹’û¥/ø$ÞJaïÒ"¯ÂF‰Ò˜ç•FŽnƒ"ƒÐýܵŠÏ[+±¦”Ó©2„Ÿ– A~Âś›ù;ê]B|›–‹k'FÕoz ÛÙĂ8{— °©YR+‰õ“¬äœSýü)Ʊžl|gózÒÕöõ]V:˜ÖîNÕ5‰îzùõ¿ÀTî.ûöÝWu#ñª°M¦k®…å’òBZuE}^Î|õe±g–A„WðÈR¦`w}dMÍ[裪𠬹>aÿSæ¦;|Xn8IÝ='7Rì¾³C^ …(ªT?•PÔøTX²S8—Ü–ül]‡Ô +i푥•û¼ îOuVbCÖžh(×KŸµÞ/¦«Åt@Aª†íqpIôÈû_á€8î6®(#M%©›K˜ÍCÙM˜£‘y<{e™^™ /làÁ ÞØ-þë¢>¼S}7$äÆù0ÖÙD w›) á‡4cî LHi«UnqÜpfÅÕj+Ka::¹„õ,ο.X:CZ+#u‹¦"‘X‚F«lla°Ô'Œd‚HñO,Š n#ì'Ëek%ý†?ëøÅ‚פð>YÐÍ«ýkÒs{ô?$Öì%F›7ö…|c]Mº2ß»m×/x¥Èóú}l•°ÃnáÍΐèI«eOYº+x+Q);]¥<ú].™aûýð•aÔ VÃ;®0‚§Ê— QƒDùŽ{«ë ¥ý6Ý +D‘¯–û†ïld …¶­gUNÒ¯UŸÙ,˜TîAÒHs Jœ¸}™?æ+ ͑~¤t*y9ÎÆô‰À¼múÄ¿t—³®@ƒ.+j–tÑ'H>®'îU>~6 +~2i5Jï¾Á¡Ò¶¾3n©ÈªÒ\A˜8ããÔ˦)à'é§@DüX‹Ûv[¿Ö¸À)Íêh‹ŽI'„hÆ>=wc¶údçÓú»òYVØÊOoŠÐC`£*ç²L<¡Uû‰fY—ÊsÑ ˆÎ–¿ÒºaŽ-²UW.ö¦è/BxžBë„4¦ nм ²9õàÿ_^ÿßàÿD{0„Cg‚ÿ]Ãÿq endstream endobj 60 0 obj @@ -5963,7 +5968,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[14 -250 1077 750] -/FontName/HQTUZE+CMCSC10 +/FontName/NHCWPN+CMCSC10 /ItalicAngle 0 /StemV 72 /FontFile 59 0 R @@ -5979,24 +5984,19 @@ endobj /Length 5041 >> stream -xÚí–WXSë—ÆiÒ;‚H(A¤·@@zï½I/’¡$z éˆÒ«€€(½7E¤„Þ©"JG" çœ9ÿyæÌÜÌ3wóÌÞ7{½ëÝï÷Ûk'»¡‰  åWG!½E„D¤*z*&*"  ˆˆ”“S ‡x#PHUˆ7\("%%TòqŠHE$¤ÅH‹I‘’rUPh„“³7G…÷—PÉŽF@!H ÄÛî~…¸MPPÜ;@TrsÿñŠÐîGûÂaB¤¤""@ê t€;!¤ÂPi!Q@‰¿d˜Çß-_8Úë† ÈsÃÉ ¼¡„¡n@ܑTXu³ü†åŒõßPý3\ÝÇÍMâþGü_“ú/ˆ;Â-àß-(wo8¨‡‚ÁÑÈZÍáÑéÁa÷vµ¼!n¨ÒÉ ý%!¼Ôþp˜!Âê t„¸yÁÿÔáHØ?!n&÷'‚°¦ÑCS+5þ¿ë_mCéý0Àã_Áøÿ¬Eþ£¾á´ @"7ƛûï'Û,§†„¢`¤ÐÄ‚„Aа ÿKYå$"¿Ùe  „8(ä?ûL‘O¸–*Pºqˆþ©B}Ðh8ÒûϝpóÅ׎ˆ›ùÀáþp(iv=÷‘ ÿOûãîé{æ­#_Ÿ”HIÉãrՇ’³•„ðh³~ÎÅ-ɜE·—÷©H&ºw¯½O×PÔ $¹}bwA$ñ&À_FWQ@ö`,äe{/°¥!ïÊÂO /PÖîøjRô -Õ>2®äÁ'>ÃèïÃ%çÚQ Ó~²Mµ[m@Ð&kåëH½Hóú¥¶+uJ~QL|»TѶ'§«Öð}.òéûñy°œ9œö:Nõ„€ëª,H¢–aî;vmþ0Ö9º$üFM,ÁñÚèûփ½}&í:,ÆÖÌö÷¡mî"wꝟ±:ۚª÷ݞ°+þžyWCyµo¡ëêß°ÖÖRf|p+ü7³æV\ß#v©­X=£¥žßù÷EЩÅ4•ô>ؾ™ÙÊùN6'œŽŒ°©8êÜÏö›„e¸{9È0l3CîÝ—ýyâëü£­Qţïñ5×U]¨>E¿N$ òÉW%^¿ì¿dñlŽaˆt"YÙsèGDé á¾e$^½ØOj"õ/Âêj†à$oÌ½K$QLa´Æƒ‡Õ6á]2„6¸ƒ,Æä1úm«µùZtú<¶Û«=VÄeªØyœ67ú‡5 ¼Çry,=“ÅtOˆÍDèuˆÂz bv¥ 4v¸a* %ðá™dö‹æg“!Ìֵܿe:Ž^^›óï{¨ƒ™‰¨KûGÑg½’ÔT…’M6¦rÁ¡÷R‹“s.Ô_ -¿&¿¥¨BÞñHŸ^dk䘭SՈ6>9š®;OÝhGF½S™8SO1ù2®kåîʒSÊ«Ñ;¤{r×/SúšŒÄ ük†¾»íÒô…Y"±ÒžêÏðWñš/¯ÍŸ+ -”2w0.}P1ó§3Zß˜?óUÍZ/ ¤>ñÃN2WÐRõÚ»$sN“LǘU´]ÜqÌ÷@ýêßûøÀl –dxÈ¢ŽäVÆ ™ãþ®í*æÑˍl}Ê¢•"ë= 6JQ!ݽyQ:ËËýÅ£ûÊ¢¬OYä«qŸ»LV8Qw{x}àj ~®¥[*1¬lŸu&ßî0Œ<6¡×qà8m];½ý½ÿCrá$ž)&jÀ&¥_õ£`*ò]dÜJ˜f®ìÌ­3¢©‡£ù19ܔ@·7?«œÞ¨îá§ -Ášj(SVžö¢ÌÙpfëé%ù¡Öåd–Ñj·õ-ϞB­Å½#Ä-°f5h Šèxã´/£,ٕ}kùI­Ã¾~§Í’¬\Ü1µÑ­'yѪžg¬ÿÙ —Q>r;: ŒìîÖÉ·€# ÔcÓ½p-ÒîßÚyv°8͉¢ -#%ƒÖ¹aWrG8nùcQg¦¼•®¼Ðå“Ñ¡¦à㝌ÂÛÙw1Y©÷]ÈPCQ^Žn9ò»»¦Ã̧o㨒, RÚ!fì=|L†a3Ê -†ZxŠ¡õþÔ¸zÜ¥I%{ß>÷~_喳i¿ÙŠ“x¡57øÎuŽm}–FCvÎ×íÊ -cèÂ¥²ÕáÂÜæ%hlOÔg]€û»ï•W¥³{®³¤,×[)›uô6viÐXof†è¶+E¤œmߔý„÷Ï»?—Øk¸ž$ÞFfж>rÅDªÉF+]—=­ß‹çsæõ ÆGªêÒ)®¶2l2K`ïÅRóó5A©ó…²ÊºÞªØÂe»ÒÑ;Ï[݋yw1<¿¥§!Œ¯ž;ÿ$ýؒý.ù–s·µÒ &…ù“…½ÙÞ’âç`& Qý÷K ã[Ó -‚oXI^‹íq,¾ 2¸$[@fpi¶Óí{z%ömâ-'cœý@T¶s\——%+’„×xër -ƒ}ºU!¯#@“Dc^ŒóvGƒ‰sާs ÜÇ"¿™ŽeΒ9ßÉhIXY{?ÃèB«c“!•½½ÄBmÛt˜¼’^2‹eWaAø?Q”ç§˝XcØkæG˜èLX´Â‚¦=w÷ÀÕ»š,Ð{Vª¿Ÿ—±j5•ç‘S4§ÿÖíù üJ©òk>2þ´~µ9+Ÿõ@uû“ª@º=UÚrídª&Ñ]:~Lƒ¹BtŸ žõœ||÷rì,L÷ƒð -u-Nb¡®Hñ–²>ŸõN ø‡¿Ör]x]ÕëGÕbñ¿¶­ñ -WyJl»©¹¥«¡b@$4CÁü”³ÌªOÖ5©j¨ÅÂ`G¨ò›~B½J·èöºF?Ñ=+ÝHR&•QË~c”6¼½â9r û8_œ+‡2ws±ýBÊrEnʓƒhiXÁ[ûÀx[ GÇ´®oàh0)P|¯‰ŽѰ۽ÌqêðËDh§6Y‘Â$zÛ5̏NP±8º#«´©9C°iðŽŠYè¶Ñ7 Ð:84³q8?˝Vó «äp¬ñ÷.<-”]-à–WÂ15¸Ì!îñ<u.pè.lmmSšs©ø¯³ŸŒ&°Bìx£ß7Ðß±u“?Ôô˜^\Hù‰9|C©ÌT]~º=AžœÉPwV§>z%;£e¬´ôe* Ó^uXö²òÁª¡eO›±&¥h{?cOÒxGÖäœChJY~¬eæÙæÏ¾6FXG¼[¸\X”Mu1¦Æ%ÅTý>N½'¼A&۝ÿ Kìfñ8h -ÍÙKTÿr[½Ñ£7{`u)ÜU]e#ŒAŽÜ¾¤|Œƒ‚ßh?Où,¬9k™M¤¾ëÒè>êÖï^ßàÛÁ‡³‹ßœ3F':HN Øè~(­Vð-Ùw{/£ùûã­x.Ú3qˆ0íZNÉH¼Lin÷ú+‹6Ç$ýE*B˜1Qç—8‘iN3 œýÌËm—ÈóÆ2’À–sû܉êáoKkÛb.ÚÇI©€-ƒQŸ[§qç%Öù3]˜²qI¸Ý5ȰÕ.ÒïÓ$½1ÌónÜ¿VïhÕç]©c¿ né -i²÷Ð¥|ÃSpÄæÂgK?D$êÔô#Â*ó§„„ª³Ç™àWQ“+Ö:”®•~m`Ièü¼ë>ŽÎ_~=µ5nMv¶Gïól_óòžQ¸1¹fùLãþó§èeݒ—x_9C„«d’'>«ûØÿÐç»ÏYx!SëžkËm(vHë¶âà g[ÌéÑx8NHíAïáiÁQiQüë}âë`­Y¦NÀ2k¿—ôN&;¿h!kc,ˆnîÆÁê~GшÅö¶¥f#%g<ä&ýýg׉=øœï˜(®‡>NÉïbR¬g'¦{wƈ^œ+蓇¤'ðÅOãr`+¿©;ˆÝQ8Ýí-qô+ÙrQ7mâ…^‰W•§F†xg*üOò1w‘\nÇcϓ¼ÏH{b~{‘<%bj¸{âÐ(‘<©–¾úLSX5µOÈøm{ª. îšr]ôÇzH¹!ø„ìUûÒRÏÚV^Ýä•ÖlŽm+;àO·0¦²ÍìJœ/¦#<ÈT*¦3<2o« ö¿½—Õ%øciÛÁ(†5Éž=¸ä°vö05ú( «$þ»Óæ7øÚӁ=yၗ¾‚\¶¤ï[‰×8˜Tƒd3¿ÿìPH”X­l÷=ßtf ƒ¶­Èp™¡Pü•¼w”{¹(„‡H̎õ÷Ø/;„kŸð‡b>¿áŒ8_¤ˆr˜@.ž#`CÑ»3º9âR_ÀšGë»xCy 58±Ž"_ÜS®Ê"“ïó6+súáv`ƒu†î/E´(¶—‚q" ÉÇ^-U–·ÑД7Õu%UËÂLŒšnûî/1êðêš^¶º¦ r m¡¼Êµ+¢¢èRPY‰ÄèÀÇiºöžÑi÷p2ÿ{>]·BΛƒlšXuÞ4[s¡K«ÀL+PbÁøC.(k'üMv+ÛÁ1K¦79V˜_{W.Äϊþ—1š«h¦ráùPQ16%IHûK"M#>€Õ…ƒ:›uðDøgJfÛ©go´KNrõHÛ$·ïàXxõ½~’yÍN’•ç&)*.ƒ9èÁ{²èžñ©E¾Oè>dÖ¶½kCIú_^¤ÿð"ꇠ½Qî´+)é¿‹þ‘ +xÚí–WXSë—ÆiÒ;‚H(A¤·@@zï½I/’¡$z éˆÒ«€€(½7E¤„Þ©"JG" çœ9ÿyæÌÜÌ3wóÌÞ7{½ëÝï÷Ûk'»¡‰  åWG!½E„D¤*z*&*"  ˆˆ”“S ‡x#PHUˆ7\("%%TòqŠHE$¤ÅH‹I‘’rUPh„“³7G…÷—PÉŽF@!H ÄÛî~…¸MPPÜ;@TrsÿñŠÐîGûÂaB¤¤""@ê t€;!¤ÂPi!Q@‰¿d˜Çß-_8Úë† ÈsÃÉ ¼¡„¡n@ܑTXu³ü†åŒõßPý3\ÝÇÍMâþGü_“ú/ˆ;Â-àß-(wo8¨‡‚ÁÑÈZÍáÑéÁa÷vµ¼!n¨ÒÉ ý%!¼Ôþp˜!Âê t„¸yÁÿÔáHØ?!n&÷'‚°¾¦Š¹¡>ÿß¿õ¯¶!ô~àñ¯à?üÖ"ÿQߌðZƒ„@ ‘ãÍý÷“í?–SCBQ0Ò hâ A hØ¿„ÿŠ¥¬Œò +ŠŠßì2„PBòŸ}¦H„§\K(Ý8DÿT¡>h4éýçN¸ùâ¿kGÄÍ|àp8”4;‡ûH€…ÿ§ýq÷ô=ó֑¯OJ¤¤äq¹‰êCÉÙJBx´Y?çâ–d΢ÛËûT$Ý»Ç×Þ§k(jP’Ü>±» ’x à/£«( {0ò²½ØÒweá'†(kw|5)z…jWòÇ‹à“ Ÿaô÷á’sí(Ði?Y¦Ú­¶? h“µòu¤^¤yýRە:ˆŒ@%¿(&>á]ªhۓS„Ukø>ùôýø“vckfûûÐ6w‘;uáÎOáXmMÕÇûnOØϼ«¡¼Ú·ÐuõoXkk)3>¸þ›YsH+.‚ï‚»ÔV¬žÑRψ‹ïüû"èÔbšJzlßÌìå|'›NGÆ +ØTuîgûMÂ2ܽd¶™!÷î‰Ëþ<ñuþÑÖ(:æÓ÷øšëª‡.TŸ¢_'’ù䫯Šß?ö_²x6Ç0D:‘¬ì9ô#¢tÐpß2¯^ìÇ'5‘ú—Fá u5Cp‚·Fæ^%’(¦0ZãÁÃê›p‡.BÜA còý¶ÕÚü -:}ÛmáU‹+â2Uì ¨‡ùÓ-ƒŽÇï@̟ùªf­—RŸøa'™+h©zí]’9'‡I¦cÌ*Ú.î8æ{ ~õï} |`6PKH2eÑJ‘uŽž¥¨‰îÞ¼(ååþâÑ}åQV‡§,òՋ¸Ï]&+œ¨»=¼>p5P?W€€Ò-•V¶Ï:“owF›ÐkŽ8pœ¶®ÞþÞŒ!¹pÏ5`“Ò¯úQ0 ù.2î?%L3Wvf‚ÖÑÔÃÑü˜nJ Û›ŸÕ@NoT÷ðS…`M5”)+O{Qæì8³õô’üPëŒr2ËhµÛú–gO¡ÖâÞÀâX³´Et¼qڗƒQ–ìʾµü¤Öa_?ˆÓfI V.î˜Úè֓¼hUÏ3Öÿì†Ë(9ƒFö wëä[À‘ê±é^¸éaWoí<;XœæDQ‘’Aë܍°+¹#·ü±¨3SÞJW^èr‚ÉèPSðñNFáí컘¬Ôû.d¨¡(/G·ùŽÝ]ÓafŠÓ·qTI©G í3ö>&Ã0e C-¼ÅÐzj\=îÒ¤’½oŸ{¿/rËÙ4€ßìˆGÅI¼Ðš |ç:Ç6¾K£! ;çë€ve…±táRÙêpanó’G4¶'ê³.ÀýÝ÷Ê«ÒÙ=×YR–ë­”Í:ú»4h¬73Ctە€"RHζoÊþ@ÂûçݟKì5\Oo£?3E[¹b"Õd£•®ËžÖïÅó9sŽúc‹Š#UuéW[6™%°÷b©ùùƚ ÔùBYe]oÕì¿Fá²]éèç­îż»ž_ÈÒÓwÞKÆWϝ’~lÉ~—|Ë9çÃZé“ÂüÉÂÞloŽIñs0 “†¨þû¥…ñ­iÁ7¬$¯Åö8ß\’- 3¸4Ûéö=½û6ñ–“1Î~ 1…bvæ!­È-å’ì8Í*}˜d«’ð.®íäªÖD†¹±jýD“oC\gjÚ)R@&'q†oOŒ6¿øÉòtï9*MWõø’+œij]ÔÌé]`å5):vBêj$€‚ʬ`J³}ûkx½P¬Ö€ø–`[Ãïš9N½‚†‡ÌÂ^j«‘’Ôş¶¨ó÷´üB—|¯®W„_®üÚoÁ9[F"­l>ìc´; rö‚›“hƒ5Ô<=(jR(âh{iÁ+C¯†QžÛ¿ˆø]·ýXÚ>R2¦µ°A)Ø0ºkç:‡¶ˆÇPD/€%ÆÆgtû}³Ý’/L¯ÞÏU7²Oçö©š/•ð¬ Ëý¾Kç¥È €L'«4åÑ´±|-ö2ô¨M°VË»`åNžä+‡ç#Ú[Q¦óÖ´ߦ2±Rï BY²'÷ØËô4ˆIÏb/¾ï—r“„jsÖ ¾±fõ’§ÇõɏÍF°,â3œ„Q ÏÆmåà? +-‘vjSKK;ÌJ CŠ}Íì~Äñ腍Nƒ·8¡1¤èühL¯4Î Uâ̟+±Ò.{Sí@˜V»Ôê隐UsWytᇽŒÆÛ^ŽÒ£ê‹;›äw6Hs˜‚çà1ÒgûYG`!ê¹Àï;?/ºŒI#œò2ç"muLúÙşËà]™†ß#9–•›½j®/å¶¢"ðšnNÚ:R°çRšå. Í2¯Õ3úpaP³h‡à3ðtþ°¤Ù5,ȝ2°w/´ÊÝ~Ýìàѽa}œ`¥4^Nj§Ô¬8î*cùöÀ/Òù«ÎÓ_ýèd¹½þ<+J†ß˘ï <5‹>[ԞJO¦8ЋBûUäÝ­µKzåÃç’x°ŸPÞ³p5Ѥgý†5ô5®aÉǯ”®Ùýg]kÙ\DI¶°ï{r‹-SªÑ½#ÛÌY‚ºNֆÐî “jz¡úìސ·ä »ýŠ$ÆXÊ"k©™Ä:ोt‡ ´8֖7¶ê?æºZPNàZÕµ>ÛÄÆÁþQrÃ7¹cƤxÏQZ6¬ðzê1p·‚¬À¢¡¬²6þrÁFd[ÕBwH*Û9®Ë¿K€’IÂk¼u9…Á>ݪ×ƈ‘ I¢1/Æy»£ÁÄ9ÇÓ¹îc‘ßLÇ2gɜo‰ä ´$¬¬½Ÿat¡Õ±ÉÊÞ^b!¶m:Ì ^I/™Å²«° üŸŠ(ÊóS‚åN¬1ì5ó#Ìt&,ZaAӞ»{àê]M–aÈ=+ÕßÏËXµŒšÊóÈ©NšÓëö|P~¥Tù5Z¿FƒÚœ•ψz ºýIU ݞ*m¹v2U“è.?¦ÁÜG!ºÏÏzN>¾{9v¦ûAx…º'±PW¤xKYŸÏz'üÆÃ_k9‰‡.¼®êõ£j±ø_ÛÖx…+‡€<%¶Ýˆ‰ÔÜÒÕP1 š¡`~ÊYfÕ'ëšT5Ôba°#TyH€M?¡^¥[t{]£Ÿèž•n$©GƒÊ¨e¿1J› Þ^ñ¹…}œ/ΕC™»¹Ø~!e¹"7åÉA´4¬à­}`¼-†£cZ×7„ p4˜ˆ(¾×DGhØí^æ8uøe"´Ó›¬Ha½íæG'¨ŽXݑUÚԜ!Ø4xÇE,tÛ蛞°4P¹É؉m䏚Ûݹ˜Ó)GÔ2ü0^±“* ˜£Z:ÿù†‘6§rp©ðۗÝ>piõ£±—D{ËÆ•G•H¯D"—VAçLâM´r²I¾”A½}MNËܘ?Q¤±£uºD*Ó12i´×LkŒ”†d;ӆ";€I<¢S®Ýµ ¡)ÄSÀ‘ùo_­¾xûMÕ%%]Àô‚c½ðz=–¯¼UÕ´ù°–pDeB‚rêÀ(• Xç]™¾‚Á øãÃ!N…ue“_R¯‚f¸ñÅRløã +®íôííÆ{ï/>—É1‹ñß°°wi6M=YºÛt'ÐB9’v9›\Šÿ +“P€€ÓÁÿƒTj.ªš—³DXÒ$0¤ŒI Ç(d'#½v:Åywtß.ãAÈ´†"!{öóÓtÎêšTô s;®'D²’š»^?`ØÜ¾ÅÐXƪxý•Ý Æc"›“µÞɞµô¬5 +%ž“Å)$>‹›“Ë[n2z¹""l!A*üTž a.,ìz¨XŒtîWó}Îû°U}ôˆlyÕí¶ýˆÿ}¤¸³ÓŒŠ’vRäí§ìɖx2ÒÝTôá­a‡ @µRl¥u&çðÉÈ¿ŠÊ¾Ê`‰õØ7{vcvTYJ=‚Ú¤¸‰›ˆo~»ØT¢ñª'G¼nX‡ Lh¨‹¤­TÙp±o—ÍH’ý„)‡æåáL&¨7ՅÏ[ÒûΦ€¨hš‰Ù8œŸåN«ù†Ur8Öøû žÊ®pË+á˜\æ÷xžŒ:8 ô¶¶¶©͹Tü×ÙOÆÆØ!v¼ÑïèïX„ºÉjz L/.¤üľ¡Tfª.?ݞ OÎd¨;«SÈ +½’Ñ2VZú2•†i¯:,{Yyˆ`Õв'ÍX“R´½Ÿ±Š'i¼Š#krÎ!4¥,?Ö2ólóg_#¬#Þ-\®,ʦºSã’bª~§ÞÞ “íÎÿ…¥Fv³x4…æì%*ˆ¹­ÞèQŒ›=°º²Æ Gn_R>ÆAÁƒo´Ÿ§|– +VŽœµÌ&Rßuituëw¯oðíàÃÙÅoΣ$§ƒlt?”V+xƒ–컽—ÑüýñV<Ží™8D˜v-§d$^¦4·{ý•Å ›c’þ"!̘¨óKœÈ4§Î~æå¶KäycI`˹}îDõð·¥µm1íã¤TÀ–AȨϭӸ‡óëü™®eNÙ¸$\ÇîdØj—?é÷i’Þæy7n‚_«w´êó®Ô±ß·t…´ÎˆNÙ{èR¾á)8bsá³¥"ujúa•ùSÂBÕÙãLð«¨Ék  J×J¿6°$t~ށuGç/¿žÚ·&;Û£÷ùF¶¯yyÏ(ܘ\³|¦qÿùSô²nÉK ¼¯œ!ÂU2ÉŸÕ}ìèóÝç,¼©uϵå6;$‡u[ñð†³­ æôh<'¤ö Œ÷ð´à¨´(þõ>ñu°Ö‡Î,S'`™µßKz'“_´€µ1D +7wã‰`u¿£hÄb{[‰R³‘’3Hr“þþ³ëÄ|ÎwL×C§äw1)Ö³Ó½;cD/ΕƒôÉCÒ øb'q9°•ßÔÄî(œîöƒ8ú•l¹¨›¶NñB/ŒÄ‰«ÀÊS#C¼3•@þ§ù˜»H.·ã±çIÞg¤=1¿½È ž +1µ Ü=qè”HžTK_}¦)¬šÚ'dü¶=U—wM¹.úc=¤\Ž|Böª}i©gm+¯nòJk6Ƕ•Gð§[SÙföG%ÎÓd*Ó™·ÕûßÞKŒêü±‡´í` Úä +Ï +\rX;{˜}ЈUÿÝió|íéÀž¼ðÀK_A.[Ò÷­ÄkLªA²™ßv($J¬V¶ûžo:³†AÛVd¸ÌP¨FþJÞ;ʽ\”?ÂC¤?fÇú{ì—µOøC1ŸßpFœ/RÄ 9L ϰ¡èÝÎÝq©/` Í£õ]¼¡¼Ž„œXG‘/î)WåwÀS ‘É÷y›‡•9ýp;°ÁºCwŽŠ"ZÛKÁ8‘…äc¯–*ËÛhhʌ›êº’ªea&F͊N·ƒ}÷—uxuM/[]ӄ9†¶P^åÚQQt)¨¬D bt à@ã4]{Ïè´{8™ÿ=Ÿ®[!çÍA¶M¬:oš­¹P¥U`¦Œ(±`ü!”µþ&»‹•íà˜%ӛœN«@̯ƒ½+HâgEÿËÍU4Ó?¹ð|¨¨›’$¤ý%‘¦ÀêÂAÍ:x"ü3¥³‚íÔ³Ž7Ú%'¹z¤m’Ûwp,¼ú^?ɼæ 'ÉÊs “—Áôà½GYtÏøÔ"ß't2kÛÞµ‰¡$ý//Òÿø?uƒCÐÞ(wڕ”ôßëþ~ endstream endobj 83 0 obj @@ -6006,7 +6006,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-20 -233 617 696] -/FontName/ALOWJJ+CMSLTT10 +/FontName/SAHUYC+CMSLTT10 /ItalicAngle -9.46 /StemV 69 /FontFile 82 0 R @@ -6023,7 +6023,7 @@ endobj >> stream xÚí“UTœÁÖ¦  „wwww î‡nœÆÝÝÝÝÝ îw î$¸‚NÎ9¿¬937³ænÖÔwS{ï·ÞzjW}”¤ÊjŒ¢ ;°”ꑕ‰•(® &¯®ÎÊdebPRŠ;‚-í ÆÎ`> +//+PÔÅÈö·ÎÅÇÁÊÇÁPÅíì=-Í-œ4â´ÿPqEmÁŽ–¦Æ ‚±³Øö¯‰©± PÍÎÔììÁŠÚØUÿ±Ä ¨ -v;º‚AL++diê 4›[BÌÿÀ’…˜Ù¹ÿ•¹ØÿgÉìèô— Hó—“ø—d±ñ‚ÀffE»¿»ÿ²ücýo¨þÝ\ÊÅÆFÑØööÿѪÿEalkiãñ;[{g°#PÁv„ü»T ü/<0ÈÒÅöß«²ÎÆ6–¦¢s0‘—‰ƒë_iK')Kw0HÙÒÙÔèìèþg ý;Çßîý“‚YT^IKNŽþ¿îö_uecKˆ³º‡=Èòß þ³þwü·OŽ–î@]&ֿ¿ßÎôÿm?Iˆ©ÈbTs6†€ŒAÿ•ø_¹ÄÄìܽÿ>#F6vv +7‹—ËçÖi@,\À²@N–Ašº8:‚!Îÿ|üŸ±™å߁Áî`S@V6–%´!ý½Ñ]ß"™VÇÌ7õ$ô>œŽp§Rª`ZûùrɌ1F‚áÂ+J\ÇåÇG¤hˆÅðæúKb¾¼¥}³m™Ý` +v;º‚AL++diê 4›[BÌÿÀ’…˜Ù¹ÿ•¹ØÿgÉìèô— Hó—“ø—d±ñ‚ÀffE»¿»ÿ²ücýo¨þÝ\ÊÅÆFÑØööÿѪÿEalkiãñ;[{g°#PÁv„ü»T ü/<0ÈÒÅöß«²ÎÆ6–¦¢s0‘—‰ƒë_iK')Kw0HÙÒÙÔèìèþg ý;Çßîý“‚YMTFCGœþ¿îö_uecKˆ³º‡=Èòß þ³þwü·OŽ–î@]&ֿ¿ßÎôÿm?Iˆ©ÈbTs6†€ŒAÿ•ø_¹ÄÄìܽÿ>#F6vv +7‹—ËçÖi@,\À²@N–Ašº8:‚!Îÿ|üŸ±™å߁Áî`S@V6–%´!ý½Ñ]ß"™VÇÌ7õ$ô>œŽp§Rª`ZûùrɌ1F‚áÂ+J\ÇåÇG¤hˆÅðæúKb¾¼¥}³m™Ý` ZHÕ¡~ºè=L+#qJmEÜû¡k€¶” %1§\˜F0Ýë.QCⱤW ËôJÝҟ®e#, H+A¦lb̄ÿÉÈÜÚiߺñ @6t§IÕÑ&£Ùµ¢<¡Ô›ab¬¡uÃ{–'Šmw–aQÝpê˜JâO¼LԞ¾T`š_•m‰$¶þÞ ´H8ð•ØÎ Fy “ÏgÑaQ?}kЉ&ÿØv¹ûeRõýÃw6j`߃ô;ø¦à»&c¡ÿÊüùÕIÛV1ݞyò²­,þFŠ3~æ¦/e¤€B¥£Š %m?é‰ÜK4`MƊDé­^oÉÙþ–€÷U¿þ-i Y#Š‹±ƒ4ÄíâÓ7š»é{ŽUT¬ï@ÎB4ô¡N»²[Z©mê™÷»ëêEk9ê`XÉQæÜŽ‘Kb ȸ›O æŠOj)ˆ‘ÉÝϾo:¦HŒL`Ë«#2üefˆ: —Ì€˜Á’4=?þ–ë:ìcA-ž§°aŽ`•¼t­ 0^5’³^ZÖ^„,${þ3V ±­D[[PÙZzçNÑÚÑPÜW;Wpà1ïý¦ÃëŠ*psQ/-ÁóÑA±·Cí׋æˆT‘Ømk,"sžÃ Å)ÂçåéÑëÂ6g×+JŒ9Aýãô•¦/«“˜]ÎŁ¡¾Ã¿;px^ÄÇí¼>g„û6üø¤§¿²ÔJÞsvÂÑÙ|Ÿß60¼æ.r36ì/”¼ @@ -6052,7 +6052,7 @@ GH Å+ߺâ7Mƒ'Æ=gèh±‰[ë&=ß/ïÜ‘žáÄðDª‹BB8_hB±u[l¨˜Ôï[S±œ¦ë_]q û ö~"Ú8e ¨[Å _°ÀÍ÷cýº4Q7·m Ú·Ç<xõGÔNQ¡rË$ÚÓ´¢u˜ xÆl”ㆠt¡ÊobÞ 8lm¼°¡$‹÷6qû"³qíz.\[.Ò-Áðn—QÁïb¦ݒs/sBU+šøGQWa­…•fÞysãʾ¡?MEDžâ$†áÍÓî2;‹']fØoQ¸¯²¡Ø¬a½–^«‰%í½ù} ‘jÝ?åGžÅwK8f'îc¯¾gê 'ÿéÚÀÏ׺dÚMtŒ†µNžóúbú4¾~"š†·my€IøfúÆV›’qb€O5½ß ðç%q®¯ÔçM-f<£5CŠ[ZšÆCOIœ-±be֜J?=ÇÙì‡È=}=¯ùaß¾ò%ä‰>xP?Jܵ§U“ ¾šÈðë¸9}K®Ýšyqeƒ€÷ês•:Ëx´pkcékJ åî¢aá¼n7R=ó{íç­éDý­bFg*‹‡ -¤fªõ ji®NáÛAöï± %õ؁ej²€ÛÔݞ2ZÖ'úÌò:0x.ã‚&EŽìŽdà ]¥i_\Âôºsÿµ÷ùÛ'5Èý=õŠ¥òx×^±Äæ`¬­Oä· §ˆ8Id0Ÿ°3‚mì}Â^‘º9ŸÇH•z¨V!¬ä ­qݟ÷Æwh•3“³bèêu(9Hp1ØÞØNÄóbcý­ÔŒ¤Û{(î·h¤+ñÆó Ï®ñu¹ü4V…«wœªU„úù¸mèFÕ9=tF$RãB žJó$¿‚ ž¸×,«Ç/i YƒÜö(æ¯Ï|èİFŸü%¼?‹´2|³õ>VùþÌò9ÿßàÿ S°±£³­±£5ð?lË Ú +¤fªõ ji®NáÛAöï± %õ؁ej²€ÛÔݞ2ZÖ'úÌò:0x.ã‚&EŽìŽdà ]¥i_\Âôºsÿµ÷ùÛ'5Èý=õŠ¥òx×^±Äæ`¬­Oä· §ˆ8Id0Ÿ°3‚mì}Â^‘º9ŸÇH•z¨V!¬ä ­qݟ÷Æwh•3“³bèêu(9Hp1ØÞØNÄóbcý­ÔŒ¤Û{(î·h¤+ñÆó Ï®ñu¹ü4V…«wœªU„úù¸mèFÕ9=tF$RãB žJó$¿‚ ž¸×,«Ç/i YƒÜö(æ¯Ï|èİFŸü%¼?‹´2|³õ>VùþÌò9ÿßàÿ S°±£³­±£5ð?D€ à endstream endobj 346 0 obj @@ -6062,7 +6062,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-1 -234 524 695] -/FontName/MSHGRM+CMTT12 +/FontName/IKABPN+CMTT12 /ItalicAngle 0 /StemV 65 /FontFile 345 0 R @@ -6075,23 +6075,25 @@ endobj /Length1 715 /Length2 2510 /Length3 533 -/Length 3046 ->> -stream -xÚí’y<”ûÇ£l“åÈ"OTDÌÝX"‘m2Bd13fјa$Ä Söl'Kd˾•J&É.â û%ÉN„«:çÜ×íÜîëþw_÷ùýó|?ßÏïó{ÿ¾Ïs⬋!9c HD -*…zpKK¨•ƒ€NœÐ#cQ‰xEÁ¨º:Ð¥º -ªSR†)©€@'=’§/çêF¤õN}s©º,‡F8Šâ†%셠QxÀ‚„Æa)¾r ‹Ç¿mñ.b½°do,F‚B Mœ±®8"Hþ”х¨þ1TÏ?[ÞX²× ½Çy -أЈx_ƒuÉ_ 흆Ýcù±þ ÕÏáT<þŠð-þû þÖGpxß?$‚'•‚%pK&þlµÆþ€ƒc18*áç®…Ç¡u‰®x,ù!á¼ p4,£ Ý -™Šý.c‰˜Ÿöæö@naxþ"\öoú£‹@áˆK_Ï¿b¿Ù¿×ÐÖ{ó!ãh€Dî÷֟o?¦OD“08¢+`AA1(2æ/áïTgϒh~`(VPT””ueÿµYqW¨X£s€2QSTü®¢©d2–HùþìÝ÷ÏÚ·7,–†EƒRRpLN§ÅdW‘+µ½ÖO_õ!@Ïr>ý¦¼–!ØÙ²pÏ"×ïâXàÚüˆˆHڐ?C/€kÄÔ®9ÖûúŠʸ´1ìޮŠ#gÀ]|•¶ÌòÏç±UNvd3”ýYxF—0ÏšÅÆc¶z›j1E¶²5­¦n½«ÞC÷êû˜Ü–MsZ+c%vèalù„|Ëøü ÁŠ!;VË:`«Àž‡†31¼]«\眊'AsDåÍfÉ8ƆMìýMgT-Sy]L\`¶Œxžÿë‡ wÓTžýkéO¯Äòo”˜™îÏ 'iK­‘I -­¯þº¦åº1‘O#›QŸüs}‘Œ1źôõÜxï£)ÇVTÅÁâîbƒÅ° ­>í9ç:’ØÃ£î.îttðÈÇ|±èõŽQÌhKæ¢Ó¤Žw¦ô±keD•­dŒó}©à‘¶(ã!Ìaùô¥ÝŒ¨taø²|?pª€mÉ{ËmÅ2û¹ Í/l^Ès6ó…&_ï¢­&.Wp•)ÌJ¿°Î½…ÛìfÐé‚6ÝÒx® ('T)+ ¦öŒùص!¥WIóÏBËx’ld'®ˆ%S¤î.7)€ô¿ œ—¯5ï (Õ_z€6û3ÍiœŠ^¶s|Æך -dLãP/Ò5]3#ãH_ƒ€Å)ÜõŠ”Uó‹›†ÓÞ¼÷Ͳ•ol0g³¥HWMr -Þ³{~£Sü‹$ÿ„Ma¬ ƒ -M}ÿp¼»Ž¨câÿ,å]*§í$‡½@7­¸ÚèÐþŸÀ^‡¢RÅE4’_Ü=ýNŸˆ1³ÓҞµI-¶! >Yy£0˝BQê­~°ÿ¦\™ZÌ%ÿÕ'¼¥CŽ·Óôݗ‘ÈÛÓiýÛ<½,÷”4ùµ",BêYT KrÍ aR—³¤äöm„r#KËóŽûy¾všK¡þ -¿Gúð¨+É¿d~)ªi¢BA$=.ZX6b«7ìÌÌïZŸ®X£”¥Ÿ§T»êù¹a:ˆ§8e[ùÌñ#‰ÓûxEåK3g:q4ÝèÀJ])–àÃ^´hÕIJK¿®-$Y*jËlç#!G½³8Úٛ{ ØñOYÎۖ%Å«îڒ—EŽKW -јhRÙÆÏ§Ë°°ÚÌf¨ßßÉZž`§Õ¾K½_»¬/ÅxRÕ*1¦µf31®HÖÓu>Â'T3¼ã¬]•šC¹2€DMCøa#WP"m©ÕIµíqžÚƒ3·^iÝ-)Jå֕ª‹iñ2Îâ‚Ê8Ú^ûtr” >ª‚:'S¦šs엤ܻÍ#ôò{Øþ —¤Ø’tD)/+eÛní[X8q ;È ÏšÃ-)ótn“ŠaòցbWó$=6YÙ£¬)‡jUB¶3->p.͎:šúÎ.=Y½ê73ÌSêàª3nÞoÏOåÊäª ï‚³ZJ”HØŠøET2·ËZ0jU&0˜Î˜X¼ŽDh‰ån¿4OWËÆ^]"jjŽ6gv]·èlã<$²ífÈ­ƒ±)ª6­…öqc)½8YËðœ¨Ãp-•>× Ív¡ó½ê‚·¸Õ–aûç||ÕÑë:Ý 7ÇO%¦´Ü‚œ×¯­Úel½(eƵ:w9˜ñÙÎKœ]“ ¸¨°ì5â~l»·2­-=ꞓªô9cµ/iÆ·œu¼ÊLFRjfæþ-&Õ}ù5‚ôŽ Xn0ì­>âPn3£PýB§ª(@2»±O›ýuºJòáûÁä«ZúÝÔ,T¢­ÍµGf[u)Š.bE¡b]gOcÇoL%_tdX]ö÷Ö4÷-ãQŒäՍÊ앴ž;üèI\ -¡Û/é}Æ#ô®pûÀ…P͵°ÿ=TùÃÜ6¸€¼ÿõ7ϔÎÑ_D2q°! MáJ}rKWѝF‹¦g=ëÃù*ý†Þ\‰}üï+¶6³ÃȄˆÉ˜=ôçåMKFö|ôÒîJ•4û–JÛÄFVÂ;\ §Óû5‡+íe½=Ý`ÖMúp±_íC·¯íç -$ê|2”‘ãðâ†>ƃ[3](Z't`Éu™ª$r0?@ñòÞ(ºDÃWÏJÛúÄt’~bp¶=Ö°6cË© Øç½šØbëÉ‹ëZ?P˜›2º!ʖ%€šZÉíÅÆÚ™jÌH%ñÙÍyõ1ïǍ®è ¿v3Xꤗê|žÔ_7ræ€íëH55{üLćåzłŸJqºÙM}ú¨ºcç _ìÿ¢p1pßÅ@{–Ðó$™+´Ê<Ÿ£œ蒱K¸03ø}”?!)l5>ޒΗ"¬[Е]cýTL¢Â4úšÐ×ßõ†Ï–næH…ƒ?MãêúMÖ û!6öA\?ÂYR`@{stë1Õ ÐyÓ-®=³4[m¡t² %ܯUÓ&I¿•v²»б̐¹k -͌²érß`6rç:l2m?W/×}îڔ—RexPÜYOÒჸgaejüóÉòe‘ë̦+.Ú"yñ oùkæF†…I>òà ˆàˆ¯c¹-6Òדü,lìš.=P>ï.<Ù¶ ¢~\4þ¥$¦æÇ.4«ÈÞ]ÝFÈÙ‡p§…e7ŒÝêԎNpxÎdPéž^Y˜Fo®’׋(pû(G:ª…OhЛäwnZ`îàZ^_=¾[¯èo¯Ä©=1‹ŒDYoÁv˜æžåµâdžïsž·«¾Ò³[Qô4âJÉàu“_G„Ÿ®~X—ýbâ…ð§rœ‚<õ£ÊjméÁÌÊ÷6â/5Í|$ =oýP¹(kÃáËÜvÍè*ߊkŽeˆËÁžy4ÏÆT–¸"ŒG£ÕøÛŽó.•Gcv=¸g¬Næmí Š}.õ¼ù2æ Z ½¿…lSî-kɏsž0$‹Ô?ԛٵ:sF œÐ̔!Ø£0Z»'W¥|2„ì‹—(ä6Z°Ÿz"ì˜Ðù;×aX4X¸9A ú ;Z®á6ÒÒ.î~·ˆ£áãv!’Sª¨¶‹°s{ŒñTry"Ì•£´ä˜ÑØîT`>ð5%VT`[7Ǝ/ð ÷ƒü—èÿÿh<E¦(²ô˜©. +/Length 3047 +>> +stream +xÚí’y<”ûÇQ¶‰YBäA"fìFd‰lÑuÆÌƒaÁHˆ¦È’íd‰lÙ·RÉ$ɚâPö%"JƒÉUsîëvî?÷uÿ»¯ûüþy¾Ÿïç÷ù½ß瑕BÙB pdЄL¢BáJp`„´³ƒ«p%DVֈb¨x2é† +"¸¶60ðT`\¡¦ŽPӀ@d#²_0ïåM䍎|siD‚ÇbHCõ‰;!X °%cñ 5X àÔ·-þÀ)Ф‚8%px,ð½ð$ˆò7(3’'Ðü!ãüþl‚ÿ.@~‡ó°C‰#“Áô„([‘wNwXþc¬Cõs¸I`…!~‹ÿ>¨¿õ1D1Q¾¨Õ!ލw¨¸ôuyÉãôš0¤NbÓG·ÇÁÁbåc +ž] çWkˆŠ+sÐ^:'6凋`\½»ó-Å\õ7v¾q&.—ê׸Ü*%zg³¿=¬qWî¤ØØ9tkæòë¶ß8Èâªb¶ûÇjR·ÎI@$¸ZE ”©õÕ~Ejþü¶©ï\"ïÚ¯Å!÷ŠiH킕¸²õª'Â9rJ¼¹äib­iNL/P,áx»îc™Å·ëcÎý³I‚ë•6»!–» +cɺ“r)dªn·ª`sÛJó„Øû±ø÷¡…ā+Œ ÕæœOE)‰f3*n˜Ú—Â}&Ë1›z Íd‰Û}<}¸éØÈ±w% ŸºÇqãyËîÓú¹¸ò»ÞÕ1MÎÊ ž7UºâÍG(·Ýý'Îsâòe±+ʃÀ‘RNf(xÙ{Õ®à¡+(n_*ö°ö†gX)÷ÒÖÒVjy«Uæå9]Æoô1ètaÇ>y¯Õ†ÁÉ7fæ‡56·™8?¢ö,=lñAt5_ºã­‚´U‰ ªÜõ•6h«™ñg”Gëʹƒ6=aUÆÌ[X h(ë‚Α„gOág0`2íc[©â’¥y2æQÎ1¯¼+Éä/Àò þBmæšþÉÖå ÓÙ@þ›Öjª×Ù +83åëM"¦DËx„¯N8?4ÄéWü"ƒ"ÜãT™hC&b¢³n!ßêk&é[„>È|íœÅã4Íí"ÔG«h0Û÷Rðâ{¨ÿ¾x×,I1ŒG׏¾Ö ¤á¬uõæ³*GÉÃ÷V_ª,$íͤªõ7¼ÛuI©Z+ñtèÚ=þªÜ·«ÙÆ>+hôÕÙìÁ-¾~öjÇuã†l[¢³k¶˜VYÃ×cäN§åË)±¬GïEWՔ¨ +ñ{ᾐð+òùíÞôPÓæt|ÛT­Š$D8aR¼¬z4ÊéXò¨› ×ãÕFµ|ãbµ¦5¿-³|™[êÇXO›eáW®Ê›ëf¬'Ó Âë äØ#÷çúÓ4§…êìBz7ÑTt•¸›s´RÀµåñžþ¢Ý‘n'øª _u0UÏùèɜ;$_'Bc¥ù¶Êu¿ãœ<™£lÂÎá8Ÿ_ª}ókþÊ­éuÖͦc9ƽæøN˜9­3Oʼ6ÃHÂÀ xDãèW½ú¬’DêÙ!4f&ˆ;‹ëÊjHozª“ì§77Ñ÷SmXm¢rý¥¾}9|qƒåd WGŠÙ ¾*¨¨j Ûc¶liè÷8V N5däåÙ¤7‡Îó?ãì²ÞN›>Ãóœþ°¦i6ê'@¯ê«ÓÈVpé¨sJ+dä§¾ÆWò¸¿ùèzv´³ºÿyTŒc‚Ý_ÒtÛûËÓe7(½ÒÍA¹êèIdEËãV·“µ«=ÄôZ 0>pe¸$LõúÆ8¶R'ØÈ^ÏAv¶M—žšdڔ»é^N@±®¥u8ù±"’D>í.ËKÊ_ç, MÕÂ̬õƒIΖ:‹&réÎ ¾ål»ðã«F¢/¼M˜=ô*ýÓÆŸÌ<¸,ÝY–Öwˆ±_¬] +Ñ($Ͷ{kÏJAÊá_]+‚R•-‡³œ +Wpõ½a?N†XûrÀëmJȉêឹÛD«¹á—؃‚©é1k))vtLQƒÒނF‡ûÒµ– çE¾ün4jXµõ; B‚Ž1ç>]âXwá䯢d5©óÉ©+˦·×+AÅTö©_qӊÒ¡·§*½d‹»†Oíxqn_ìöcÕP5 ¸ì<ú +Æañ•uáAq'abô&ÏI熳ϷkËïǝ­¾`ñë˜èýµ·Ÿç?[ø£Bxǎ ÷ù€Óäp°óeãx •›e;]tø‚M«[VtävBämyåöÖl&·'1$ˆáP¿â!š_k{r9ηÕþòU÷IϺƒ‰Û¾{çbìÃo~EU~þ(êóP¶d-úæ&ºK½¿4V¢£$Ù'aʔ"öø¶ÑܶóÈñãZÐÔvÖ\áçz(³7”êÕ¯ÂFWR¤«¦÷š,ÙIÎÜuKíùwŠ8*)ڞª ƒ¼5¯Ññëx*ës½œ»åÝVVX¥ªµrö¾KHôSó¼%Ê_¨ÆtËíFmõ¨°íþ’™$)ujžà"”džÀþËòÿ€ÿ‰,ÄP¨d"†â üX½.w endstream endobj 429 0 obj @@ -6101,7 +6103,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-30 -958 1146 777] -/FontName/SWZQGN+CMSY9 +/FontName/EVIPQQ+CMSY9 /ItalicAngle -14.035 /StemV 87 /FontFile 428 0 R @@ -6118,7 +6120,7 @@ endobj >> stream xÚSU ÖuLÉOJuËÏ+Ñ5Ô3´Rpö Ž´T0Ô3àRUu.JM,ÉÌÏsI,IµR0´´4Tp,MW04U00·22²22çâRUpÎ/¨,ÊLÏ(QÐpÖ©2WpÌM-ÊLNÌSðM,ÉHÍ’œ˜£œŸœ™ZR©§ à˜“£ÒR¬”ZœZT–š¢ÇÅeh¨’™\¢”šž™Ç¥r“g^Z¾‚9D8¥´&U–ZT t—‚Нš -@W¦äçåT*¤¤¦qéûåmKº…dgaqºán¥99~‰¹ ãAá„!˜›™S UŸ[PZ’Z¤à›Ÿ’Z”‡®4<â6ßԔÌÒ\tYϒĜÌdǼôœT]C=cSˆDf±[fEjJ@fIr†BZbNq*X<5/Ý)ÀÐ;D?8<*ÐÝO±ɀÄ̼’Ê‚T„j0ßÁRQf…B´ž!P!ÂX±h–¹æ%ç§dæ¥+—$æ¥$¥À0åä”_Q­kl  kij¡`hhb¦`nn^‹ª04/³°4ÕÓEÁÔÀÀÀÂÐ,š\ZT”šWN @Ãøi™À@JM­HMæš=G4“1^GVûk—W•Âw8wsÃ,õ¨M†’~ç›&±6åûM=wÎç…3Ïܓ¿izan£5gα6÷ý•w.ãÝ"?³l±QòIŽ;ïÏîõiaz˰8¯¤=ٗcþ•¨/‹»Â–8êXs¯ÿõº°úýù¿«Zö»G¥Kl8n.èzAmjQY0«Á¢ßøVTїμ;îÉTãvîSò‚V7Ì®NßátãfŽ“õBuÛ;ɯ?û¯ä[n¥ìõ9þæ&¿íþ’IyUîWž”4çDµÎ¯ÎM%î ¹›'ßýà ñèÖ;nïÏ¢?Wq©\z(÷¨óÿº“֋ñ?ÿ4Eðà‘ˆÌ‹k¬Ï?Zç»\E)dÂԏæ¿IHê4ÌÈ+œåõè¯ë»¶þ»ª^.SÛí|ö調gº;þÎ\¯°©~nvÌ­,û½QçÏuǽÞÜbÞóæðþ[GÕý¥_þÖX—Ô)±kŠ–ëö«ÿ =_˾eܧÁd¸=ªêOچéÂû¾m>}°ã™ê®†‰–þ=8ùf榌è½fZç¿Ú© oõ«}¿ö÷dí€Xéyõ«¾} “ªð?atV$ö‰ë$½×*«Ýÿ'ªŸÁ½6ŸùB~Cþû´–|e7io•Gü"IÛ¶»<ÙñÕdÝÙéËíK%‹êØÆøwÊqW éÓªž {gnúTÄ-,qÿìÏ!ÍÕ>—6؝6nXÄ7ïØ!ù¹”¦“öƋ†AkÍ om>ÿñã«>¬·ðŸÉ$uuz¶Ø Ñ ‰7‹OĥȽ;8W{fÒ©¯žGïÝz*ôxγu·NÞ¹Ÿ§—Þ·õïÑӎËÝØ.¶uÝÆ æžיÆÏÿrë+Û\û£_8÷…Í».5+M 2ØÄ4Mf¯¾Æ~ØùÎá¡j÷VêÛ)GLqü•ijv²íÿ¤“óý2´Ns¿^sÿÅí*þ“ê'7ÝÏ”[x-ÄWË8ìÂĘkßҜÍeY6^䓹ûÎó¯¾`F&‹ÐÏýôfµ ý.øe1ËäÈÑĕQ5f EÎLRoÏʋxì`©-|c ë›k9Œ;»f­/3 p0, HÎIM,*ÉÏM,ÊæâŸ2ØÒ +@W¦äçåT*¤¤¦qéûåmKº…dgaqºán¥99~‰¹ ãAá„!˜›™S UŸ[PZ’Z¤à›Ÿ’Z”‡®4<â6ßԔÌÒ\tYϒĜÌdǼôœT]C=cSˆDf±[fEjJ@fIr†BZbNq*X<5/Ý)ÀÐ;Dß5Ì3 0P±ɀÄ̼’Ê‚T„j0ßÁRQf…B´ž!P!ÂX±h–¹æ%ç§dæ¥+—$æ¥$¥À0åä”_Q­kl  kij¡`hhb¦`nn^‹ª04/³°4ÕÓEÁÔÀÀÀÂÐ,š\ZT”šWN @Ãøi™À@JM­HMæš=G4“1^GVûk—W•Âw8wsÃ,õ¨M†’~ç›&±6åûM=wÎç…3Ïܓ¿izan£5gα6÷ý•w.ãÝ"?³l±QòIŽ;ïÏîõiaz˰8¯¤=ٗcþ•¨/‹»Â–8êXs¯ÿõº°úýù¿«Zö»G¥Kl8n.èzAmjQY0«Á¢ßøVTїμ;îÉTãvîSò‚V7Ì®NßátãfŽ“õBuÛ;ɯ?û¯ä[n¥ìõ9þæ&¿íþ’IyUîWž”4çDµÎ¯ÎM%î ¹›'ßýà ñèÖ;nïÏ¢?Wq©\z(÷¨óÿº“֋ñ?ÿ4Eðà‘ˆÌ‹k¬Ï?Zç»\E)dÂԏæ¿IHê4ÌÈ+œåõè¯ë»¶þ»ª^.SÛí|ö調gº;þÎ\¯°©~nvÌ­,û½QçÏuǽÞÜbÞóæðþ[GÕý¥_þÖX—Ô)±kŠ–ëö«ÿ =_˾eܧÁd¸=ªêOچéÂû¾m>}°ã™ê®†‰–þ=8ùf榌è½fZç¿Ú© oõ«}¿ö÷dí€Xéyõ«¾} “ªð?atV$ö‰ë$½×*«Ýÿ'ªŸÁ½6ŸùB~Cþû´–|e7io•Gü"IÛ¶»<ÙñÕdÝÙéËíK%‹êØÆøwÊqW éÓªž {gnúTÄ-,qÿìÏ!ÍÕ>—6؝6nXÄ7ïØ!ù¹”¦“öƋ†AkÍ om>ÿñã«>¬·ðŸÉ$uuz¶Ø Ñ ‰7‹OĥȽ;8W{fÒ©¯žGïÝz*ôxγu·NÞ¹Ÿ§—Þ·õïÑӎËÝØ.¶uÝÆ æžיÆÏÿrë+Û\û£_8÷…Í».5+M 2ØÄ4Mf¯¾Æ~ØùÎá¡j÷VêÛ)GLqü•ijv²íÿ¤“óý2´Ns¿^sÿÅí*þ“ê'7ÝÏ”[x-ÄWË8ìÂĘkßҜÍeY6^䓹ûÎó¯¾`F&‹ÐÏýôfµ ý.øe1ËäÈÑĕQ5f EÎLRoÏʋxì`©-|c ë›k9Œ;»f­/3 p0, HÎIM,*ÉÏM,Êæâ%áØ¾ endstream endobj 432 0 obj @@ -6128,7 +6130,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-36 -250 1070 750] -/FontName/NTUIRZ+CMR8 +/FontName/YCIHVX+CMR8 /ItalicAngle 0 /StemV 76 /FontFile 431 0 R @@ -6144,32 +6146,26 @@ endobj /Length 5364 >> stream -xÚí’g8œk»†#¢D0jF цQ¢F£FïQc˜ÁèÆh½·è%Z½GÔè=:!$DMÔ辬µö÷íc¯oÿÙÇþ·ý¾Þû¾®÷zÎç~6M0ádTprĀùyùŁ05mQ ?/„˜ †FÂ1('G98)äãBݬ ¿°¸ ˜¸„˜˜ sröB£¬m0@ç. Ô‰FYjpŒ Òáwˆ%ܨãd‰Bb¼x@¨½=Pû_\ÚHW$Ú‰à%&æç"P– ÒåHÌ÷’²£•Pä¯6ÂÍùŸ’;íú› Èñ›“ø›áähïD ­ˆùԝ~¯†üÍò?Æúo¨þ®àfo¯wø#þ÷˜þM…; ì½þCwrpvà Ñ@5'íøw«ò/45$åæðwU·GYB­í‘@È_-”«Ê‰ÐDa,m€Vp{WäŸ}¤#âï¿Çö'Ÿº®ž²¶÷Ÿú—¦ G9bt½œÿ•ú‡ùϚÿ?ëßÃA£<Æ^„ÿ·ñ÷ûÏ/Ó¿­%ïhé„@9Zu0pGøWãߙde<½Á‚Â@°Àãß"Š<†øüW£ž#ÊÅ ©,| @DÄþ¢²tC£‘Ž˜?/Áïýþ³¶Býž鉴$ÎȤFá<çaâ>6?jŸzhÐ<<­Iü¾`7íñIÍhßO{<ÞÛ°;Í£Y²ómÍèÔSŽÒáU¾jqí'f]^^ôå‹4\Vƒ­Æ«ÇâØ˜ ð8UÑm¾{Èè¦çÆ5Ü9½Íðȗ9ç¶ýºú‹©^ß¶9D¹w[ÿlÍ×Èo-·Ä-§ä=T¸³žŸTâ;ŽÀFT¯J*‡@Ák½C°žßd­’ͳêüºœ!^†£Õüœ %¥'£¦__ö°‹§¼,w.zk^£¦cºÃZ‹oòÆ–m·‹•@c-;㣍€´ò¾dê­@"yè¡üŽð‹ï&%ïAú‘8“M§DÏ1ÀõnÖîû5‹#ù1ã}éúcž+c«¹Â29´_Õ×Bí…\.ž]/IxpÊÓ"iÞϰûˆ¨»¸¸ß¯‹wdÔÖÜfÜ4«»¶#!ªPËþ4s§;6¡-ŸKé8^aíÿ–ݶÓEäÇê.>:<3L%J¿¡®¤lÖ{®'6ë3ø$ÐÂM!ÃæV˜­¼¯³ñwëÞª!, -ÝA<Sâ>ÈÇïÊ4o£rX%°Âµ`p‘§~/®Û¸6òñ­ê0WýkRìgp®Š2í/-3D«dÊíg—>ê²ùýõó¯–vžú“Fbûf̔¾±ˆ¬˜àZû™Úž+Ì\úéOóš˜1x¦5ŽË0ò”Óã<Ìë+*]I!8è9HHÌÉxm(–ԁw_;"P´Ác! rä¥U³t{o ¤hôgÛ1eW6_е¥—,Ÿó½e¯Î·b¶fg¨Yè{&·á”HU¦#õÅnP1Àê³ÞíúWŽ[pŠcüQÆë|:†Û0ŠÀ–h#G³E¥Ä¨¢­@§ãNcÎ9—´´`"õÔa©Ç™X+Ú1Eγg[=-©övâk´"ì¡U­¹1kd`›Nùª \1èþ¦n½˜qص©§étt“Úޕ$Šw“u“¥ºdvˏ -"ð ìŠ4=[žRô»x-aAW\½$«|6MuïAÑó¦¸Ð§R[VÕ`2Չ¸(p~m¼«}*"iö%ª8Rz—‰6‘í‚£g²8ÛüaI,ð3#+xmž|ȯ(N9©±>Ïf­ÈxŽÃ<$Ë_ûµ_ô™ˆ,‰JiûËQœ%¶)Wßoiw¼k%«Õhèɽ+Ç»b ÆíròÛÝà”î"JïþEpOèq ¤#-øEɦZ[ޓŒŽËåMƗTZ$Ü·°ÇcµÔíÂֽĵøEi¢F'J úýÎ:@·YÏVjl—r QË¥œæ°m§—è²&…Ÿ‹ÔJv ÷àƒCSa2‚R¨TNŠ ɎkK¢u¹‡\mS'“î›—ÓH«"çJNÔÙ:/?ãÎEØ@0á`³0÷ôXÝÌ+)×¾÷ÌՑ•Ÿ<¬‚&rƒÔ/W˜Z¨ŽÛçqÕÙW´ß·õc­&¾ÉâÚæ¡p‹H „¿Áy¢É½’±kttÿñú ãO±{ߖ4$šmÄq–ß/Y¶‘;PˆªÌr’S‰”ªšnMzƒ‰=| ¯‰L-bõÂË+ðÎV¹vù¡šo@ ªc_Éú?u̙²@2ãðÄ©¼v[®$®P{ߨÅ>k7 OTWlJÝ›b÷¨ºMQL¢º—B%×}ÚK‘†,Åjž>¥â©vYŠ?™Æzöaç*e¾!) +‰jÉw„I<Ē;dwÂrø¿Èü|eϬöŒÎðløà1Ý܄¢áN46r»þvàʕñLDôÔ0q…Ê”ûy¥Ï…-ÇÄ$6XŒD=cOÏS)ñÈ»%8@€OF!µ×ÊILé³´C¤ªÇwyöz¨ <¸dM×'¸®‡b Ø({œ…l3tüÚºÕðì¡ÄPb;všá œc…ÖY³ØÈ­5pŽbÆ¢ êþ-ø³ä¤ö(!RÜþ}±¬æÐg$í¶É˜‚¤o¤ä¸ôM-Z^rï„~†!ԔGÒJäN±Fùo=$"²š#™PwÐÅÝëDò6½·°d“~lÑÊ' xqØàã9?´=Eέϲóýƒud5W„œD½y ²ž(³ƒ°7»˜¤!,v/m1{`¯×\«ëð2ÙÖ:¹§Mä–}£^‰£?›®Ü¸Œ¹ê¤»¥8Jö³.a’æ÷àf¾øHӓ€@¨÷vºçdd öë(3¯ÎÍ1ë¹]¡ª–tXÏs—õöÇh—Býª—Á Rª·±‰w[UNKÎgÔ™ÝÕL’´ `3)û‡SlI¶ßϒÓÏÕ7" ”ŸÃõæëU\³f])Ux#N)j¸¦c`<¢{yj„BœÏÔÛ¶ì§ô_èê`«}5W&=>€-¸a¸^§Ûr $%ëwö®Ž I°™ÌÖðÀ -–r.—•*À܌¬ÓØ .{lWº³ÝDéQÄQÏza…ëƒZ“×0´r‚4דþFÜÚGc2Ð8fºb×ÁZè -m· Ï8ÖÃ7”º -#ˆh1 À®[Ɓãù|od9 -~»Ó®4 kbwq<Õ¤¶Ñ¹ì4hìJòϧb`¿O1xÈ#1É4hN묗JðÎϐç2ú5š£M5NöD_ù„ý¬4ñÛ¾­MLäòÚȔO­¶R¢‡Ë¥Ë\½;,ÎÊé8'¼›6˜v7–lÞ¿JnÜ›RÃҎû¥ˆsDy¦@UZ…´‡¨·`™vðQ‰Ø˜~¡ºöúìˆPÞ:t¡rf³É_H+%¹‹DCzêŠ6GÉg‡±4”4*½œ1n±”¡ۜ¬À“k›¾K‚¤S•TÅN þ,¡óüqp -ÐCé¶þá:Àe}蓼žvhlŠòUˆf²7”¾ë²:Þ)ô4<¡´xòá "0—\ m² æÁŸÅ®$ºóÑg™jQCF[ª ->áuªõØÚZI†û C·m«öF4õÈ[·t„›N˜ -®Àm7$\„}Ù7;¾Y*c©(Úҋï`èbrÓÇ,ö üz…°ö1v±Ký†ÅH"áˆ廉1|ÀÌ;YsŸ»»&¢ÔwҙÈÔ±VÆUUx¢UÇ ZLÞBUd‡Í=¬ÌµÄ °+Z¸½P©Qºêÿð ‰ò2n©s1·Fíãn϶¸a½4xaußÑ8xI³U.¦Bò]è¢òÕ%ˆ¤¢‚­~7sU°ÈUÉM^Ø\ݒúÛ2¸™n„kPÿ€…ÜÍ2„‰Ð–Å¢¢Ì*ÿ‘rŽínà—µÞ»ƒåûÖÃÖ®ƒî²Ÿ¬›;5…Uæ®ìËհӋôþœàT¨ø*<¡f8¢)(ª¢ -çւrœFá²c¼yýÄ%>¥{§ïÈj¯³‡~­M®&è©)qœ/_îZüU²õŒg®”ì¥ý -VoæÓæ9%À†É †øMV ª9‚FåËê -sM!xññY™»è»U# {‘ŒÊDG û‡¢#Ç>MìäÜãÑÝb -jwƒ9§ë˜¨ŠwEÝ#µê8ð©=›Vp5„ˆYZ䴝O¤3"¿{ä ?ˆåŠ»Ï@擹ig‰äë{ð^}z].Ù¥‚a/qL\Ë:ª:Ɵž8¥¯í™ûÏë8²£; - BkÚÔÙäV²Uµyú­UôôO{î1؇-´¥ÜОȯ×DXÜë^xƒº¸ö¥Ó¥6QJÂwá\—ԃRÎò¤™†µÉ90§û»«Ü™HnmãÖ½4çŸ÷Þ¢üö1v ๲~?•„ªu1ŽdfAžXƒQ*S¾ëV$©”ϲ*Lþ”„—Àý:ú -†#“(ó¼/OaJ³ÌDz -Šh¶ºK­Ù¶àA HŸ–½û))'òsõ‚VŒ’Á~?Ùt–øÉ¼¯Æ6´Ô§Fæà`.˜ù†ˆZyʳuFžÖ¯Ãø îRžXKÓėÀS·Þ (ËB.ìºs%mÝ6mYã¢ï@ÏuÖ¤w•b † )‘-‘[¨´:›ö‡<d!kÆÝV´Òó³Ÿe¼‰•Ôtƒ#嚽 ý_ɕ”+5µú ÅYœ¿ÄsªòZ«ø¡Ña˜í¡0Ž@úQFcÜ©˜ðÂÊ™îTX©ÕÐûՒÑ#îÒOðjÓ?ñJ˜¡¢Ø„ÛôOˆÌ’ùÉe¾¦˜æpªÎÝë½`«ÂÂ=çôC¤Ù¢XÓͯQ˜4ø®©yt¹ù°Ui™n²X²·uÁ±šÁR¨bœYu\_F%Ѧ\Ë)^s¦1Ól7ã×WfÍí›ÃòÒØxÂ%6j2ג³©HŸÚx'‹æŨcPƒÒÞðó”| -cr/$Ú³’ô¾²ÿ !í23É œ-…•õf)üԘ#Dâ13ˆß(x n·uHˆmÕmIïÅf¨3äYç\¤ìKŸ -8?ï@Ç®¸‘[“c¼R3ò§ÖeÕA¼é?–™ÌÔïó<^Ü,ǎ×÷Þß>H Sù\6 ™ÃÊøv;Ä)¯˜$PDÅ{þp}ÒE:ï7ےÂɲxw§þª\S–Å.Øv“§§]U硥ɗW°Ã‘x´Ø| ¯µ×,ôy©‚a‹f¦(´šËÐv¿V°oÝÇùTbEg /[Òí™ìhÈHUé9½€îjÄsùéƒMÒѐàqƒÖ.ù<…½‡ŸnÆùv¿¦ÞbÍ¥0yݺeєŽ^¹áóÍ]çG|•ì¼ÒtÆ»1Ti|²„ -‹2 õ} PÀúÁñCù:ÇсÙûгÑw=%êâò¡%뻲¡L¯ÖÙ¯¶‘Uåa,qåÕŨ´1ÁÞI¦½"˜§ŠZӌqIñþ´²Ñßd¹74kO‘ôÝ_õÖ!ý£ ŽéÖ%ŸüG¸û„¹"æ!R 7,…×úãâFš‹½Ï¨¤5›_†—À’¸ƒšBtõҘ2J”ªìb@Q™¯Êcm¤¶éÑG"î¦,Ьæë¡åª0…™Ÿaðƒ$Ï\ÏØ‡^áÃO-;Ù@ûöz ‡G¡áZk“WMZ(00H’08¿#»¼!Üû\ÿvY—Ý&&þƒ±àNußâkúo/FD:í½,S%å Éb>€Kó=ãv“ÂΏÁö 2¢Q—Ù >€õ‘}Pt²O8§€ì뺈á㮸¬Ô“÷² úwÍý\¶EH¸ílyÚ´°§ñy ë;ú}ö†7Аu”O%!àõ$¾‚èÒÛ´·;$þîö‹­ÉÉØE¦Æòù‘²Q*.³pf¢o뛽9±v²Õ:Ó3í´ÏÓt)éÇAyz~ҐÿåCüÿÿ',í‘p4ÆÉ޶#&þ"fŒ3 +xÚí’gX“Ûš†EDº€„j€´@(R¥„P¥÷Ž tBh"½7éEš€tÒ»H•Þ¥ƒ (HUªtŽ{ï9g®ÙgþÌ5ÿæšïûó½ïó|Ϻ׻+³†6Šp²@Ê;9bÀ|<|b@˜ª–BÄÊ +C#ᔓ£,ƒò‰Šò¡nÖ@~OHL@TLBDÄ +„99{¡QÖ6 ;Œã—0ê€D£,áŽ@U8Æéð;ÄnÔv²D!1^<@ ÔÞ¨õÇ/®@-¤+íŽDðññ(K Ðir$âýIÉÑÊ (üWáæüOɉvýÍdÿÍÉüM‰pr´÷"VD¼jN¿WCþfùcý7T—w³·Wƒ;üÿ{Lÿ¦ÂPö^ÿ¡;98»ah ª‰vü»Uùš*rsø»ª„Û£,¡ŽÖöH ä¯ÊUå‰Dh 0–6@+¸½+òÏ>Òñwˆßcû×¦¤¨gÀõçþ¥iÀQŽ/ç¥þaþ³æûÏú÷pÐ(O 1„áûmüýþóËôokÉ9Z:!PŽÖ@m ÜG#þÕøw&'Oo°€Ìÿä÷‚C€ÂO >ÿÕ¨ëˆrqC*ÉŸ@ aÑ¿¨,ÝÐh¤#æÏKð{¿ÿ¬­P¿§ƒDz"-‰22©P8Ϲ¹ŽÍÚ§é7Ok½/ØM{r’C=Ú÷“؏gÆ6,ÄNãh–ô|[#:õ”ý¡Tx•¯ªx\û‰Y——]ù"5§Õ`«ñê±6f¢j..nà÷ëbµ5·6Íê®­E‰ +T³?ÍÜ)ÄÀŽMGhÊçR:ŽWXú¿åF·ítú±¸‹ †Ï SŠÐm¨)*™õžká‰ÎúEÆ > ´p“ϰ¹f+çëÃdüݺ·j‹ÂpFgÍÁ¹ò±D»ÒÍÛ¨q¬Pí\Äϡ׋ë6®…|r«úÌYÿšûœ«¬DóKÓ Ñ*‘òÁCËàÒ§BM&¿¿~þÕÒÎ3’Hlߌ™âÀ7fá\k?SÛÀsù¹ƒK?½is#zÏ´Æqiîr:œGy}E¥+)ø= ‰9¯ E‚Ú"ðhEŠ4x,¤An`€¼´jæîb`סּõþl;ÆìÊæKѶô’åsÞ·lÕùVLÖlô5 }²N‰”eڒ_ì¬>ëÞ®娱'?æ¿;ÊpO«ORæßidÏa²¨U°åïdØiÌ9甒H¤š:,õ¸#kE3²È10ÈPßêiIµ·[£f ­j͍Y#XµËWMà +A6uêEÃ®M=Mw £›Tö®ÄQ<›,›ÌÕ%³[~¤XP¾?AW¤éÙò”‚ßÅkq Úâê%¥‹°iÊûñ‹ž7Ņ>“„ܲª“ªLÄEókã]íSI³/QőR»Œ4‰¬ì=“ÅÙæJbŸXÀkódC~EqJIýói¼6kEÆsìæ!YþZï¬ý¢Ï„eˆ•KÛ_Žâô(â³~L¹ú~K«ã]+i­zCOî=YžKÈ0n—“ßîÏ Taz÷/ª„û‚O!iÁ/ڈ7UÛâðžfÔ°_.o2¼¤Ô, 清=«¥jŸÈ²î%ª½[”&òQ`t¢Èº¡Ûï¬t›õl¥Æv)µ¶\Êj ÛÑtêsŠ,kû¹H®dz><4"Å/…JÆá¤˜︶$Z—˳ËÖ6u2êü ¶y9´*rž¡`æ@­óð1ì\„  6 qMÕͼ’tí{ÏTYùÉÃ* h"7ˆ_ír…±…ªá¸}WmEë}[?Öj⛠®mº·ˆX_èœ; +Ü+»F I÷¨·0þ {°÷mI]¼ÙF gùíð’e1™c¹ˆò,¥pI¡*¨éöФ7˜È÷ðšÐÔ"V—>¼¼ïl•s—ªñD¯2öՙ´ÿSǜ)3$3OŒÒk·åJü +µ÷Jô³VúDeŦÔ=°)v²ÛÅ(¢s)Xrݧµ”iÈ\¬êéSÚ(–ê`—¥ð“q¬gv®\æ’’°’ø1 –lGˆØC4¹Cf',‡ï‹ôÏWöLª´†gÃOhç& w¢±‘Ûõ·W®Œg"¢§†)‰*”§ÜÏ+}.lñÙ'&±Á¢Äj{xz{žŠé\ˆÇÞ-ÁZ€»¤ä’{­tGÁ>K;øA**qlq—g¯‡ +ÊC€KÖ´}ëº(–€}€’GÀYÈ6}çÀ¯­[ Ä‡ª;Ø±Ó ¥+´ö˜¹ÀFnl­c3Qëôo¹;KFb$ÁíßÍj5 nµMÆ$}#!Ã¥kjÑô’}'ø3 ¡ª4’V"{Š5Êë!‘…ÐɄºƒ.î]'’µé¾…%›ôc‹V8ˆÁ‹ÃúÏùð¥ìÉÉsn}–™ï¬#­É¸"à ìÍKñD™t€½ÙD% a±{i‹Ùó{ÝæÂX‡—yȶ֩È=-B·ì@ÕJÝÙtåÆe|ÌU'í-…QÒǘuq“4¿‡˜ùâ# O||5ÂÞÛ鞓‘1د£L|½Ú7Ç,çv…*šRe`]Ï]–Û£] +õª^ƒH(߯&ÞkUI8-9ŸQEÅ=ÛòÉÀC¾ñáHÆAsgÝüƒTü7p>út8§Ñ¯Ñhªq²'úÊ'ìg¥‰ßömùl"B—×F¦¼ªµ•Ú]\>(mæêèaqVFHÇ9Á½´ÁÀ´{±¤óþU²ƒdÞê–v\/…5™"Ê3ù«Ò*¤;Œ¥¦ Vîåˆq‹¥uØæ`~˜\Ûô] ™ª¤,0sH«óe žwܧ=oë®\Ö÷~Ê ãi偯¦X)NPåhF{C©{.¡ãý—‚ÏÂJ‹'½à/ÃSö4ÞP;±¥ŸG t„¬¬Â}x†êGª¡IUÑF•Ò®z‡É8xä›×«0gËø +ý:›åB|bw´î6‹5i ÷ƒÔbøM ðw©¶Dê3-û$_¹‘Ïkt“»¥ŠÁ×¹>¢9:•,G¸-çaÙpqVº3Œžó÷™.a›´Ÿ= +/úàÂ;ÜDtºpc!ê†ýìêз>ª~}äuÉ×" jüYìJ<¡3}–ù¸F5dt±¥"ï^§R­­• @?tÛ¶joDC—¬…`K[¨é„±àjÌÞvCLÎIЗ}³ã›¥<–Š¢)½8ñ†.&‡0~Ìb º[/Ö>Æ&z©·B¿ C$\ñÞT4†˜y'kìsu÷ÄûN:;ÖJ"Â8« +O4ëèEŠÉZ(‹ìР¹çO”8—xÂøvE ·*ÕKƒç‡U¡¹fI{Ìv픉LYßp;W¤étk°%ã™lƨëµ#Ã1;†="r®<—xo]#ïÀ(ñ]àC¦˜«t¤~í~J¡m/‹f:-½5ž®s¬Ä‚+÷98ÚL{'˜âl±ÿóœvv¹Š‘¹Í꾪¢!%)©Y6ý&Î哛‚kÚ:_¸àÈOªèn)7Šy‰B‰+iÚÉã¾Æc¯“ôf?9h.v) X±üæx(W«$ÙäO¸ef~üet §T¦É£Ê+X*U=Õ£•‡?§Ñž˜UÑð Tìx‚yçxü —lˆÍ设Z«Ýo˜F@N˜LètcÄïö5ü¤kååH +týNq¶ö^~6âݍ@ þetޖ/í¥:m.¼G~?u¦ß&†+ýfjÏDùãõXIM¢é©mâ=ªùv,(! ï•Bª6 m§ „bQ#hŽ[ßuÐ"ëcÎRGWýFÞ]¢¸Œ[*äEÌ­Bû¸Ú³­øoX.õ_F]Äw4^Ro•‹*|‡¨|u "®¨`­ßÍÜc(rV2ÆE“6W·¤~Á¶ n¦áê×?d&s³ a$p£a¶¨(³Ê¬”c»øe­÷Þ`¹Ç¾õ°µë »Ì£§ëæNMa•¹+û²5ltÂýƒ?g8ä+¾ƒJNè†é¨Kø‹êƒ(ù4¡ì§Q¸lo?1ñOiÅÞé;2Zël¡_k“«ñ{jJç˗»•¬@=ã™*%{i¿‚ÕZ…xµ¸GGIù±aÒ¨!>“Õ‚€jö Q¹²º‚Á\S^||ÆCúú^äè^$­<ÑÃöažðȱOC;9÷dt·˜œÊ]Îé:&ªâ]Q÷H­|jϦ\ !d’>mçîŒÈïyÊb¾båêӗþdnÚY"ñú>¼WŽ]‡Ó_æE©@ØÀKײŽªŽñg§úNék{æþóڎlèŽB½àšÕA6™•LUmž^«¾~ݳžûôöÁa m)74çrë5÷»Þ †.®}ÉÇDuè†M䃒îºp¬‹ èB)f¹ÓLÃڇGŠd˜ÒýݕïL$ +µ6‹òë^šsޝ÷Þ¢‰üö1v ๲þ •˜²u1ŽxfAŽHA2S®ëV$‰¤Ï² +L—Àõ:ú +†#(ý¼/GnJ½Ì˼ +Šh¶ºG¥Ñ¶àAHŸ–¹÷))'òsõ‚¾fŒ¢þ~?µÙt¦ØÉS¼¯Æ64T§Fæà`N˜Ù†,TL’LsiâÌDK³;¤Kü<)gŠ''ÔFĒÛnÌ#oǔ˸(%‚DÑæC,½1ØÄq®ÿ²­ äô^abãþ´BÃYP‹Ë’ÖO*‡¼«þ“MÓ;E¥¨ŽbÌ«å>òèmdX†ôSZ½AÔ +á}®ŠÆÉ´ŠG.¿ 9ß[+)|•ã͌â¯]™£wˆo{W&P@MŸ­èCkÜ64ú¿¤±R_Ò¼C”Ì.ñÐÓ0gŽkÐ|AÜã•j:Cވ0°p™¾‰bq£û.jœv€Îä9›;¦w|8餖mqH,ÁªêÅ|¾\Ï8¬\}c7|(ØR3z˪ ;âÆrÆ<£²}¸?ZyʱvFžÖ¯ÃøðïPœXKÑḟÀS·Þñ+IB.ìºs%lÝ6mYâ¢ïƒ@ϵפvcô‡ )‘-‘[¨´Z›öGÜú¤!kÆÝV4R󳟥½‰”Tu‚#e›½ ü_ɖ”+6µú ÅYœ¿ÄsªòZ«ø¡Þa˜í¡Ž0Ž@úQDcÜ)ñÂÊïTX©ÖÐùՒÒ!îÑMðhÓ?ñH}˜!"߄ÛôOϒúÉf¾&Ÿfw¦ÆÕë½`«ÌÌ5çôC¸Ù¢XÃͯQˆ$øž ‰ Yt¹ù°Ui™N²h²·uÁ±ªþR¨BœYu\_F%+á¦lË)^s¦1ãl7Ã×We&í›Ãò’Øx‚%Vj*Rג³©HŸÚx'‹æ…¨cPƒâÞðó”¼òc²/ÄÛ³’ô¾²ý &é23É œ-…•õfÉÿTŸ#@â1ыÝÈ{ n·uˆ‹nÕmIíÅf¨ÑçYç\¤ìK +8>ï@Ç®¸[“c<’3r§ÖeÕA<é?–ÍÔp?^Ü,ǎ×÷>Ø>H Sþ\6 ™ÃJûv;Ä)­ê›â'GÅ{þp}ÚE2ï7ےÄɲxw§þª\C†Ù.Øv“»§]Eû‘¥É—W°Ã‘x´è| µ×,ôy©¼a³F¦(´šÓÐv¿V oÝÇùT|E{ /[ÂÍ@f4d¤ªôœŽ_g5â¹Ütˆþ&ÉhHð¸~k—ÜžüÞ£O7ã¼»_So±ä’›¼nݲhJG¯Üðúæ.w@Ûó#¾Jt^i8ãÝè*7>]B…E†áÚ¾ à/`ù‚`ÿ¡tãèÀä}ÅÑ軞uqùВ€õŽ]ÙP¢SmˆìWÝȪò0¿òêbPܘ`ë$ÕZÈS‰E­iĸ¤xZÙÀèm2ßšµ'Oúî¯rëîqvûtë’OþcÜ}‚\aóɄæÂk½q1#E}þ^J)æW…á%°$® ¦Ý4ÆLúņ*»PTæ«òX[…Ém:ô‘°»)³‡‹ùzh¹J $L>Fúgü É3×3ö‘WxÀð3ËNVÐ~=¾.ýáQh¸æÚäÕÃǓò ôÄôÎïðÂ.oˆ÷?׿]Ö¡@·‰Šý`(¸SÝ·øš®„Ùۋ‘N3G'ÃXIñB¢˜àÒ|߸ݤ°óc0„mDœ”pÔev‚`}d…ìÊ) ýº.løä‡ëN+µä½lüþÆ]s?—mab.;[î¶Mìi|ÈúŽ^Ÿ½á 4dåSIx=yW^démÚÛubwûÅրädì"ccùüHÙ(¥v—Y8aÈ·õÍޜh;AÙjé™VÚçiڔôã <]?)Èÿò!úÿ€ÿ–öH8ãäGÛý¯Œ" endstream endobj 659 0 obj @@ -6179,7 +6175,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-6 -233 542 698] -/FontName/XWDNZO+CMTT9 +/FontName/RTVIJG+CMTT9 /ItalicAngle 0 /StemV 74 /FontFile 658 0 R @@ -6196,7 +6192,7 @@ endobj >> stream xÚí²S”.̶¦™¶íü’+mÛ¶mÛXi®´­•¶mÛ¶m›õï³ûTÞÕ75ê®GGÜĜó7ž˜dD -Ê´‚&öF¦böv.´ŒtŒ\aYN# ™°“©¡‹¥½ˆ¡‹)€‘““ èj`b0²q±°q1±ÀÀ„í<,Í-\”ÿR±mM, í²†.¦¶ÿ˜ڔí-M]<éA€Ò¿¶8”LMÜLMè``&–Æ.#SsK;ú1IڙÙØÿ6quøï’›©“ó?\Š8)ÿPšØÛÙxLLÍ`èåìÿ9Íô–ÿm¬ÿªÿ4sµ±‘3´ý—ý¿úô¿” m-m<ÿ/½­ƒ«‹©@ÖÞÄÔÉî?¥ê¦ÿf“55±tµýϪ¤‹¡¥± ¹)€áß)Kg1KSKc €‹“«é¥MíLþ“៶ý½†ºˆœ–<õ¿_ôßECK;O‡ÿéú/õŌÿwüOwœ,=Ú t Œÿÿ™ÿ½ÒýÃDíŒíM,íÌÊ.†v&†N&ÿ3ñ¿B Ù{xѲh™˜™¬,L6NŸÿ§LÕÎÒÑÕTRÀÊÀÀÀÁüo&cW''S;—ÿúÿ\÷¿c3Ëzcjêaj “™…n ¬OƒOýdðØ»D¬Þ>µ¬ÓUt•Æúœ‹13z kN·bõ'ÄZáqþýB!*õ•‚?¬ÎW–;®÷YoÀÓ§rƒÊl¢S{ÿ‰«*ú„vµI „¾çÚ4ªM_»:—ÕKqëÞ$×Å¡ûnˆ»ùciÄ·{ͤR‹º{lµá0⨈ËxIÔ]::[ÿ¹ÂnZØD ˳– ÕÇ69ä[õA€VÕo¡QÂúÐ499ìÅö%PU˯!pp~çT­ùATi\¢_Z}+Xâ½_}p¿Žx(vÁ:½~%»ªµØ õ4óÄ£$كpw9ërÀˆ©úOžSÍn²2U”ß#얔þLóäW¬ó &Ë®A–¹ð520¢©g ,›·$DFߢºAïttß±/õ…S·-…'’Š/®t©i‹¦øSK­œÏD¹JsPZf† • ¿FBI¯Nƒ429æ”< '´ .̱ egq Å„­7êѧy) êvF¨×„^'˜Ý÷h~”K×XYl.¨>Y(¦Q‡/±‘Éh°·YÐÕÒ3j\0ËBÖ ôNP•¿úGVùú·×+êZ3Ó'”ѳzµ(죭*¶7'6/j,“êüpw}náÚÅï?žm b)Èa›:y:ºZ:;®²˜HØòïßTru%<ÖÜöƒ#6CZŒTN} qÒӆ+wbÕᜣøN6…#âÐ㨌e¦mΟL²×ã]j—pÊ-ÏÖO\:/7lèòÛ¿„ü0CIaµó‹e:dÓA0J$ËXÅ,Ž/ìDÒ`ËuÑ¡Þ3s–r衚Zý C+7Ÿ‹î¼]­B2.h·°äʚ!ŽOkŽä޹§MªŸ£o5CþY#׆ŒÇF vX¼°æÈyaäB™"J8 ÷üE,Œ(hÀúþu®‰Å&C}>™«—”#Q뚜;ñP m-÷“Wçµ핞&G¶ô%…Zµ¬ÓUt•Æúœ‹13z kN·bõ'ÄZáqþýB!*õ•‚?¬ÎW–;®÷YoÀÓ§rƒÊl¢S{ÿ‰«*ú„vµI „¾çÚ4ªM_»:—ÕKqëÞ$×Å¡ûnˆ»ùciÄ·{ͤR‹º{lµá0⨈ËxIÔ]::[ÿ¹ÂnZØD ˳– ÕÇ69ä[õA€VÕo¡QÂúÐ499ìÅö%PU˯!pp~çT­ùATi\¢_Z}+Xâ½_}p¿Žx(vÁ:½~%»ªµØ õ4óÄ£$كpw9ërÀˆ©úOžSÍn²2U”ß#얔þLóäW¬ó &Ë®A–¹ð520¢©g ,›·$DFߢºAïttß±/õ…S·-…'’Š/®t©i‹¦øSK­œÏD¹JsPZf† • ¿FBI¯Nƒ429æ”< '´ .̱ egq Å„­7êѧy) êvF¨×„^'˜Ý÷h~”K×XYl.¨>Y(¦Q‡/±‘Éh°·YÐÕÒ3j\0ËBÖ ôNP•¿úGVùú·×+êZ3Ó'”ѳzµ(죭*¶7'6/j,“êüpw}náÚÅï?žm b)Èa›:y:ºZ:;®²˜HØòïßTru%<ÖÜöƒ#6CZŒTN} qÒӆ+wbÕᜣøN6…#âÐ㨌e¦mΟL²×ã]j—pÊ-ÏÖO\:/7lèòÛ¿„ü0CIaµó‹e:dÓA0J$ËXÅ,Ž/ìDÒ`ËuÑ¡Þ3s–r衚Zý C+7Ÿ‹î¼]­B2.h·°äʚ!ŽOkŽä޹§MªŸ£o5CþY#׆ŒÇF vX¼°æÈyaäB™"J8 ÷üE,Œ(hÀúþu®‰Å&C}>™«—”#Q뚜;ñP m-÷“Wçµ핞&G¶ô%…ZÂg¼“…ËØ%ÍHÚ©!Ü_Ÿÿª“=×ç¢wU˜ºÜwÏÁ‹ÿö—æÊ’ù\$dXÎ×(ùBÕÑ«äh×,ŽÆÛ#b¥•K)ìZóèÎØßsÈk¬#+2© –ifþrÄÓÿ,“+ ԉIhy: ™Ž2¢ÏË @@ -6251,7 +6247,7 @@ G Á(è€;IÂßîF×l{»cêâ‘éVŠœPôĹu¤TvâCb¬½Û“ÃĖÐ@`†S9L¥ U`uÜÝoszFZ“jÔ,÷>Ì sÖ}ö*›)²—Al§¦Nš,¹ Ê/¼ˆ%å¯ÌXF¡`ððîie½æªÓãúQC˜ÊDÓñiæ‘$Ñ3Ô¸åEôÎ…'Ž…#àÈq`hÜ©µþMLÅÝ[Ê5 ¨2?û8ièHqqžŽ91ÂlѺÅÒî´û6k2Ë.¿{ä‚Í+œ!0•Ü™€üý#Ú Ÿg+üø?u§mžlˏˆŸn!Åâ|-ä{!£t líèà^¨tk­z š¨#Y·{¦ ê?—Qu 26Ããë*OKæ1åŸú³&°,ãµÂ«X¶Á³ÛAWà ûÈÊ´gÄP "‘›OÖ¢X \QŸíÅõvÒJEåg°5P¬Äø°Æ’ˆ -8öææ¬Q¨”4 ˆf£)²Å¹A1‰#D¢¢•ûaÙJ®”„®L¶° wtÄÎ])d7óúæô&ÏÀI\WxkdåfqàEݐ¡l½m„ßB€ãÎõè+ö&¨ë©Zês†ÿÃóÿüÂÀØÆÔÐÉÅÞÖÐÉæ™•¾G +8öææ¬Q¨”4 ˆf£)²Å¹A1‰#D¢¢•ûaÙJ®”„®L¶° wtÄÎ])d7óúæô&ÏÀI\WxkdåfqàEݐ¡l½m„ßB€ãÎõè+ö&¨ë©Zês†ÿÃóÿüÂÀØÆÔÐÉÅÞÖÐÉæˆo¾3 endstream endobj 670 0 obj @@ -6261,7 +6257,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-35 -250 1148 750] -/FontName/PKXZUV+CMTI9 +/FontName/JDRYGJ+CMTI9 /ItalicAngle -14.04 /StemV 70 /FontFile 669 0 R @@ -6277,8 +6273,15 @@ endobj /Length 1582 >> stream -xÚí’{8TiǑ¨!*”t™·Â’LgdÌE–1¢‘»cÎÁaæL3cFÉJÉ¥¥{+ eé¶$ñ$“J÷‹Iے\wŦëbKdÛö¬öŸ}ö¿}ö¼ÿœß÷÷}¿ïçýc6Ÿëë́E¡[„‰­É$2°Ü½9t@&A33ŽðĨsበÓédÀ”„2 ؐQ 3Àmãhx„X°,G\TÀ"8ÊçaÀ'Ž@„ª>O¼D|ËI0°fdK4XƒD#¸I™ `”/¡H8Š–Œ0q°0 ŽÉ°dç–Á£U\ÀBÅi T”°ÈŒ„–xˆT§!*–Œõ7TãÃفÀƒ'‰™ÓmžÈÿ0ˆ„$bî"Á±ñV?dŒÍQ‰p|—#æ P>  ÀšlK‚lÇt4šÊ˜‹Šù Œ'ˆFFuƒÇ“¨†7ʱ„»Ò?ÐÇ×j컎5¹<{Ë7 úì­ÉŸkՌpTÖB$"«ŒªõémݸÖc|ŒbáÀKÌÃ`ÿ)| åì,’m²^JÖ6É¶4@¥@q5ú`èF Âq‚h6ÔQ•/Áqþ ª ªÃPՌD†ð Y‡PõàÅs­úBÞ^®[àwAٙøým:ýkõ¯´ÏmÑ%æÇY¸ÍkÎVÏ?øW¿Î¢¥ /?h¿¶ÏÕÉUo²aÿúÚÔ3Ûg[œÈÕ±«+P”Y‚в#ýcl5b—­GÂN>´ù(R(0e[Ù'ÔË$æQsW*ú;vè¿þ!¤[³rY 4ljË´¢·¨©›t4Y9G“Óv^ÝcS™øx!፹niÚøpƒš¢ÔŒ½S>|º¢²ëyµ©|ݽdÆð·|n}W±Éá¹Öñ5Í«|Vm¡è›«}:{ڊÍM3…ËiÞesÓÃLɪzç×m°Þÿ;ƒÌ ÷$åî&+ªß¾ ;Ϥêü^ëmÁÈ¡ôý‡Õ#¶Ï:h®”z÷´®^Ðg0í¤ì­Sçàbÿþ¶]ÄڍgëìÍ^R*X—Oښæêû¢ŠøõöéžÌÐÒJé6)>ï^3¤®HƒI!ó‹Õ3ӛ¥åy{r*sò‡LX:C.p™£D;8ì¦ùà„øêeoÍÌ ٕÓð<û¹üJ;ñn`d¦G`zЍzKãÝmÒýMþGÛîÛßΓ%WïPfP[(—‹(­½] uâ·~ghë‡fL»¼¢B)¥;^ÊÕZøÈùþSõJð3/Ëã¦7ånÙ[،øfç!¼¢ÑñÔÕ_×í2K½}ååE;ï’ ùɃèÁY~†Q²Èc™7†é½¡ |­¼ŸO'æß²:aŠXÏh†ob«¿ü¥±éU”òÊuâ%œUN†j}€–agãñf¯¡ÆIŽ·¼;)ƒu’ÒÔ|‡ 7Z]Tñ óGâë³~)¶âZp¸Z{[‚ÕJӌsËW[ä,íë~ù°~_à‚Ú֞mAEÉܔ½ÆÛ×ãvJ‚Î×WÅój±søç§<ç»sL®äM|CRókõÉ86ðâÌÃ× ¼¡®”ìuà <Âü’×™S&' -%wâSÛ|•4Êå‡ôöq>|5kioº0N”•Vð´åñÙÙ՝Œ>Ì¢º9µƒHC ‰ ÃbÏí Î_ =Ëè:n×ø¨/¦\­_"Me]kxº1&ä#Vê9ó;:v†tmMÍ"åîÑÔ0X{þjEJ\TŠqC¤Ð/'Rª4·6ÒÅÕtKÞ~£“8GR[&^™M*˜±"ÁÈ(3?ÒQ¬¨÷Þñ&æ{óÖ¤‘:EUº&줇¶×|—e6¬ÍÌr’@ø¾*äDz{Ž–ÛصWô,ÖØG×Vi½h‰ÔžLŸlê¯\­Y~”虺ÈêÞ»•Né­×’—RŸÎò½;›9hÞRpÁ@‚†¶ßà^Ño. Ø{€{Ôú—áÿ€ÿD_€ðp±HÈã„ß$ÊQq +xÚí’{8TiǑȐJºÌ[aI¦32æ"ËF£È-·cÎÁaæL3cFÉJ—–î­$”¥Û’Š'™Tº_Lږäº+6]Ÿ[2ÙÁ¶=«ýgŸýoŸ=ï?ç÷ý}ßïûyç˜Ïóö³a„-ÄD6d™Xžþ: “ ‚¹9 G¸"Tˆ¹rEét2`Š£™lÉ ˆÆ€¨‚9` ×Ép4*Z,YV#.*` +åq1àÉE#UË~BŠˆd$˜|>ðÙ|‘8— 0‰@ “ŒòD ‰B1Ââ&)Ô1¯ûԒ xœŠ Xª8­€Šb|€‘HÂb/¡ê4DÅò±þ†j|8[Ìç{q#ñ#sú¢Í |Ù¡`X„àÀS#86ÞˆŒ±y"0*ŒïrD\>ÊcbQ|ؐíHÝ˜ŽÆ±Q){£"^4ˆäòãQÁàñ$ªár,öpõ v÷°û®cMo.Љüeë}vÖäϵjF8*«!‘UFÕúô¶fÜanO£Xðq1˜‹Ã +_B¹¸¥l–P€-d² P)Pâ_«0t½á¸ +A4[ê¨Êã8‚‰FÿՅ?Ց¨jF"Ex„œCƨzØ¢9Öýáo/×ϼ èJùþ6þµúWÚç6é -=æ¶äªx„ˏ]gÑ2—t\Ûëî쮯c4°öƒ6õôÖYÖņÇóuíë‹äåV ²üðÇ x;„¥k‘Èm? +åŠL©Ææ…É &R±…cìÅüåòÎíS^ÿÞ£Yµ4DiÐ:µ¤È#Ö`ƒ®&+ïHjƎ«»m«R~CC.$¿±Ð«7Ë8 jT“Ÿ5gï Ÿª¬…ì{_m¨Xs/•1ü-Ï»¡»ÔôЛ¤Ú–«Vl¢L1ABVÇ4öÔe›gÜhþå³Ï¿7Ðíe¦åT¿K ì1\ôav¨ç6Å®fkjàÞ,{Ÿm5…}6[ƒ™û4²©GoyÀ04J!ñïm[9¿ßpê é[管EAí;‰uëÏÔ;X¸¤³>ºMڜáð¢šøõÖi>̈³U®ÒcZ.xÞã«T—gÀ¤ðy¥êٙ-’Š‚ÝyUy…JS–®Ò.wk‡EÞ´šT³ôÍÁYCá;³âŸç>—]é Þ ‰Éö +É ½Ñ`e²«]²¯9èHû}‡ÛÒԚ}ÁŠ,j+år ¥­¯»©¨±^ô6ð4m­rúÔËË*ºÓ¥|-å‚G.÷Ÿª‡Sžùi”Y3»)óÈíÜÄf$µ¸(ñÊ&§“W]³Ó<ýö•—íýË&¦®;¬çÅJcŽfߦ÷E$ó´ +~>•RxËÎ`Âd‘¾ñô€”nÖÀ>ÙK³«(å•ûÄý‹9+œÔ ‡`-£®¦c-~ʦIN·ü»(Cõâ³é…ŽŽ¡´úØÒã'5äüRjímÉñÖÚÓÔ¦vÖ$$Ã$¿b¥eޒþž—/Œö†Ì¯kë ÖæW–ÍIÛc²ø=Þa¯ è>qU:×+~#äà1q®cq‰³"wP=}zºÜÅfz֯ȏxN|«ug{üÎö-&§",w ¿ãüTàrw¶éõÁü’‰oèOj_bm«²Ž¾8ýðuerWٝ–»Æk¸‘K˜Wö:{²NŠ@|')½=@AÓ¨r<¨¿—óáÀ«™Kú¢Ñ‰ÂœŒ¢§­Ï̪ébôc–5-éDZL\™pn;qÞ"èYV÷1û¦GýñjS&ÒäXεƧëãÃO2$>3޳ã¦KV×Ö.T â^͍Cuç¯V¦%Ʀ™4Æób$ + c=\M¯ì}ñ7º)³Åu岸幤¢é˒³ cœÔÈòÿío2h 7oMú£[R­mÊÞÖéØþšçºÔ–Õ«™]Aâ ÞW‡ÿX~ÏÉj »îо¥¯C\]µÖ‹ÖmºŽYb¥fÅ=bhŠOúBë{ï–w:g¶]K]B}:3àî,æE_xÑC1ÑqÃûʔ–âà=û½8Aÿò!üðŸàñ.. +¸x,ð;Þ\QC endstream endobj 673 0 obj @@ -6288,7 +6291,7 @@ endobj /Ascent 850 /Descent -200 /FontBBox[-39 -250 1036 750] -/FontName/JBWKPP+CMR9 +/FontName/LPEXWB+CMR9 /ItalicAngle 0 /StemV 74 /FontFile 672 0 R @@ -6304,7 +6307,7 @@ endobj /Length 9865 >> stream -xÚí’UT]Ѷeà. .‚»www×\î.ÁÝÝ îîNpîî/÷Þz¯ZÝW?Õê¯Zíý³çsÕ×\‹‚TI•AØÌÞ(aof`adáˆÊ«pX™)(D€Æ`½˜1È`áæf»XX™,Ü]ÆË<»FÂ×¶§.ӄjeÓ MB tœ\¼ƒ¢›Ù"¨¾=yç˜2º÷(å-=‚v|vßÙF(tž„Ôº m&vû3ƒM‚¹omqY>°n'ÄãsÛÆN0ÓÅëÖ6—µçLØè3ýáñÀ׆_»§ìÀDÚ},13]¨x-ráž:SÁà‹×•RíÔݚ¥Y¹) Ö§ ‚_ûÑYýôª½öaÇn&Ü!ÅEG‹²·í=˜³M"º6öã8ÑeriY²1žÀºPéþ.ß8XoKÈÑ ØÍ`Èx²%cûqZX™»iŠËλ‰· ¿µÝ~ÙÆ&nHC`õ¾IˆH½@[ô℠­c\ù³o=P´2´zB @@ -6343,14 +6346,14 @@ N YPT?“ҏ¿ë¼ö·z‚(uh½Ñî%³Yóbk‡°Nè7«tÐJ°°4(†DBðo«]­œj¼{})¯T`KA˜ô^‡¶¸/ŽЂ9—È _ƒ)T¿Vµ+3d>ÛªºeF¶);¢¼Å¶¼s ™Â U܊ÀFOIÄÊÐ<Šx˜‘Y•úqŽÞÜÌ æ†Ãà+ÛB‘‰D~÷—̨VûÑzVCÛE=V´$;æ•6_þ´é•¸äc‡<ø>g\™;õÓ ÉÃ=u„³câMÚÿ˜“¾Øð3œ^~l‹6µà˜íì=+»>—ö‘—«ºßòÑÄR’ØÓ~_MÝ »l†}V÷ç ÕWk"–´–µžñaÑNSìÜ"=Ñ?9Ùä»GubÍ¥åó…©m` ¨’uÓùÊ_*_MH¨Ö)ß)\»çYjK—úc^ñ›¾¥‡åWX¤%t]Ùãß3N„µ??ù¦mGÙ BŸ%^†7~Ìä…¥ê“Æ?9 3¥=ÄzÞ v ç+‡ °ûãØSÓnMk3Îúõ9§Ýy¿¯Ç¤2¸ò¢!‡†„žX"~W§Là»Ø=HÐÔT¢«[¬O¿±mÍõhÂÄØL™½ŽR´s¨yâ”éÚà=ûî¾U´3Gú­õ€Jv­N ~˜ð¹þ́ÉzañKaãT‹‹dÍGXn…49ÓªûyEˇْ+@( C´$DÛäÄF© „ÎÉ/»š¡ˆd8Êc¿Î¤§)†ÂÑx~L ^9ƒP’é U´X’½#fjÜû]iÅuxì_‹ —R*q€Õ gQÃy@¢Ž!ª1…—ßk)6Å7 X•$9míè Ô‰6O²8ðÊ5NþœŒœÎMh™j;oì ICÆà&À†älÄf >EfrŠ^Ò$×ÃVÐç–4/R†TˆÌk—˜—J)êOe{:n`TokEfdBIòˆIÁSʾï)ž2µ[eH7΄ï<½5NíÙYG—µ¬ ue/ðˆ+Ÿ¶ &W‡$k8lnqo"C]߂$õ§¹acqÀ Åou!¹‹ŸÝ#S¶ ’;˵ì‰vÆžç>CìRuÐRu£§ûàÜ4´.íC€Ê ÙW9•ª3Ù"¤¡½6—²aH¢3Ýྲྀ’DM¡Ä%• ¶‡…4;Qu<ôQeþhP£†Çáq|Ô£]aÃê(Õ,8„§â\?¢L6… Eo“Úor"à4ÅN¢ü£’Ð ¼|eM¿´$'àËcз•ô¯+CiyZd%$/#„ù¨AõÛzîY68—¥+nhf‡Šùy±rg]Âß2;I;(l£|C¤¬—›ÿ2ÏÅéüӖÙç£FV­#”Ým3B®˜ÊÉ ;a#FÈ1‚5:”áå'ÄtpÏá!]Ð Ï-z†Û6Ù±çPӢǥKõuŸêÈB‹Ê40ÝuúCdlP†º~¿|çd¼öþ(Ü`ÅKÌâH £ -ª›zbþ¿|ÿÀÿ¦6@c'°½­±“5"âV™{Š +ª›zbþ¿|ÿÀÿ¦6@c'°½­±“5"âô6{Ž endstream endobj 1 0 obj << -/Creator( TeX output 2008.08.05:1031) +/Creator( TeX output 2008.08.19:0807) /Producer(dvipdfm 0.13.2c, Copyright \251 1998, by Mark A. Wicks) -/CreationDate(D:20080805103136-05'00') +/CreationDate(D:20080819080722-05'00') >> endobj 5 0 obj @@ -8376,797 +8379,797 @@ endobj xref 0 792 0000000000 65535 f -0000514031 00000 n -0000539555 00000 n -0000539202 00000 n -0000539408 00000 n -0000514195 00000 n +0000514032 00000 n +0000539556 00000 n +0000539203 00000 n +0000539409 00000 n +0000514196 00000 n 0000004978 00000 n 0000000009 00000 n -0000394324 00000 n -0000394137 00000 n +0000394323 00000 n +0000394136 00000 n 0000000913 00000 n -0000407869 00000 n -0000407681 00000 n +0000407868 00000 n +0000407680 00000 n 0000001858 00000 n 0000002775 00000 n -0000425087 00000 n -0000424901 00000 n +0000425086 00000 n +0000424900 00000 n 0000003752 00000 n -0000539308 00000 n +0000539309 00000 n 0000004496 00000 n -0000539358 00000 n +0000539359 00000 n 0000004923 00000 n -0000514298 00000 n -0000009841 00000 n -0000441311 00000 n -0000441118 00000 n +0000514299 00000 n +0000009836 00000 n +0000441310 00000 n +0000441117 00000 n 0000005039 00000 n 0000005959 00000 n -0000453899 00000 n -0000453704 00000 n +0000453898 00000 n +0000453703 00000 n 0000007575 00000 n 0000008526 00000 n -0000009775 00000 n -0000514483 00000 n -0000014397 00000 n -0000009903 00000 n -0000455740 00000 n -0000455543 00000 n -0000010810 00000 n +0000009770 00000 n +0000514484 00000 n +0000014392 00000 n +0000009898 00000 n +0000455739 00000 n +0000455542 00000 n +0000010805 00000 n 0000457631 00000 n 0000457436 00000 n -0000011801 00000 n -0000012782 00000 n -0000014331 00000 n -0000514588 00000 n -0000016155 00000 n -0000014459 00000 n -0000016089 00000 n -0000514693 00000 n -0000017850 00000 n -0000016217 00000 n -0000017784 00000 n -0000514886 00000 n -0000019076 00000 n -0000017912 00000 n -0000019010 00000 n -0000514991 00000 n -0000024116 00000 n -0000019138 00000 n +0000011796 00000 n +0000012777 00000 n +0000014326 00000 n +0000514589 00000 n +0000016150 00000 n +0000014454 00000 n +0000016084 00000 n +0000514694 00000 n +0000017845 00000 n +0000016212 00000 n +0000017779 00000 n +0000514887 00000 n +0000019071 00000 n +0000017907 00000 n +0000019005 00000 n +0000514992 00000 n +0000024111 00000 n +0000019133 00000 n 0000463475 00000 n 0000463287 00000 n -0000020106 00000 n -0000021104 00000 n -0000024028 00000 n -0000515177 00000 n -0000024867 00000 n -0000024178 00000 n -0000024834 00000 n -0000515282 00000 n -0000027131 00000 n -0000024929 00000 n -0000027065 00000 n -0000515387 00000 n -0000027861 00000 n -0000027193 00000 n -0000027806 00000 n -0000515680 00000 n -0000030446 00000 n -0000027923 00000 n -0000030369 00000 n -0000515785 00000 n -0000033909 00000 n +0000020101 00000 n +0000021099 00000 n +0000024023 00000 n +0000515178 00000 n +0000024862 00000 n +0000024173 00000 n +0000024829 00000 n +0000515283 00000 n +0000027126 00000 n +0000024924 00000 n +0000027060 00000 n +0000515388 00000 n +0000027856 00000 n +0000027188 00000 n +0000027801 00000 n +0000515681 00000 n +0000030441 00000 n +0000027918 00000 n +0000030364 00000 n +0000515786 00000 n +0000033904 00000 n 0000468824 00000 n 0000468630 00000 n -0000030508 00000 n -0000031254 00000 n -0000033832 00000 n -0000515971 00000 n -0000036037 00000 n -0000033971 00000 n -0000035960 00000 n -0000516076 00000 n -0000038937 00000 n -0000036099 00000 n -0000038849 00000 n -0000516181 00000 n -0000041446 00000 n -0000038999 00000 n -0000041358 00000 n -0000516374 00000 n -0000043865 00000 n -0000041508 00000 n -0000043787 00000 n -0000516481 00000 n -0000046609 00000 n -0000043929 00000 n -0000046542 00000 n -0000516671 00000 n -0000049365 00000 n -0000046673 00000 n -0000049298 00000 n -0000516779 00000 n -0000052042 00000 n -0000049429 00000 n -0000051953 00000 n -0000516887 00000 n -0000054779 00000 n -0000052106 00000 n -0000054701 00000 n -0000517186 00000 n -0000058335 00000 n -0000054843 00000 n -0000058268 00000 n -0000517294 00000 n -0000061686 00000 n -0000058399 00000 n -0000061608 00000 n -0000517485 00000 n -0000064445 00000 n -0000061750 00000 n -0000064356 00000 n -0000517593 00000 n -0000067253 00000 n -0000064509 00000 n -0000067164 00000 n -0000517701 00000 n -0000070112 00000 n -0000067317 00000 n -0000070045 00000 n -0000517900 00000 n -0000072909 00000 n -0000070176 00000 n -0000072820 00000 n -0000518008 00000 n -0000075761 00000 n -0000072973 00000 n -0000075694 00000 n -0000518199 00000 n -0000078655 00000 n -0000075825 00000 n -0000078588 00000 n -0000518307 00000 n -0000081159 00000 n -0000078719 00000 n -0000081070 00000 n -0000518415 00000 n -0000084468 00000 n -0000081223 00000 n -0000084401 00000 n -0000518714 00000 n -0000087817 00000 n -0000084532 00000 n -0000087728 00000 n -0000518822 00000 n -0000090037 00000 n -0000087881 00000 n -0000089959 00000 n -0000519013 00000 n -0000092019 00000 n -0000090101 00000 n -0000091941 00000 n -0000519121 00000 n -0000093984 00000 n -0000092083 00000 n -0000093895 00000 n -0000519229 00000 n -0000095887 00000 n -0000094048 00000 n -0000095809 00000 n -0000519428 00000 n -0000098253 00000 n -0000095951 00000 n -0000098175 00000 n -0000519536 00000 n -0000101041 00000 n -0000098317 00000 n -0000100952 00000 n -0000519727 00000 n -0000103745 00000 n -0000101105 00000 n -0000103667 00000 n -0000519835 00000 n -0000106949 00000 n -0000103809 00000 n -0000106882 00000 n -0000519943 00000 n -0000109646 00000 n -0000107013 00000 n -0000109579 00000 n -0000520340 00000 n -0000112370 00000 n -0000109710 00000 n -0000112281 00000 n -0000520448 00000 n -0000115096 00000 n -0000112434 00000 n -0000115029 00000 n -0000520639 00000 n -0000118320 00000 n -0000115160 00000 n -0000118253 00000 n -0000520747 00000 n -0000121457 00000 n -0000118384 00000 n -0000121390 00000 n -0000520855 00000 n -0000123765 00000 n -0000121521 00000 n -0000123698 00000 n -0000521054 00000 n -0000126796 00000 n -0000123829 00000 n -0000126729 00000 n -0000521162 00000 n -0000129411 00000 n -0000126860 00000 n -0000129322 00000 n -0000521353 00000 n -0000131444 00000 n -0000129475 00000 n -0000131377 00000 n -0000521461 00000 n -0000134271 00000 n -0000131508 00000 n -0000134204 00000 n -0000521569 00000 n -0000137016 00000 n -0000134335 00000 n -0000136949 00000 n -0000521868 00000 n -0000139509 00000 n -0000137080 00000 n -0000139431 00000 n -0000521976 00000 n -0000141898 00000 n -0000139573 00000 n -0000141831 00000 n -0000522167 00000 n -0000145043 00000 n -0000141962 00000 n -0000144976 00000 n -0000522275 00000 n -0000147481 00000 n -0000145107 00000 n -0000147414 00000 n -0000522383 00000 n -0000149596 00000 n -0000147545 00000 n -0000149529 00000 n -0000522582 00000 n -0000152034 00000 n -0000149660 00000 n -0000151945 00000 n -0000522690 00000 n -0000153980 00000 n -0000152098 00000 n -0000153913 00000 n -0000522881 00000 n -0000155781 00000 n -0000154044 00000 n -0000155725 00000 n -0000522989 00000 n -0000157800 00000 n -0000155845 00000 n -0000157755 00000 n -0000523097 00000 n -0000160424 00000 n -0000157864 00000 n -0000160346 00000 n -0000523396 00000 n -0000162735 00000 n -0000160488 00000 n -0000162690 00000 n -0000523504 00000 n -0000165062 00000 n -0000162799 00000 n -0000164995 00000 n -0000523695 00000 n -0000167164 00000 n -0000165126 00000 n -0000167108 00000 n -0000523803 00000 n -0000169320 00000 n -0000167228 00000 n -0000169231 00000 n -0000523911 00000 n -0000171632 00000 n -0000169384 00000 n -0000171576 00000 n -0000524110 00000 n -0000174193 00000 n -0000171696 00000 n -0000174137 00000 n -0000524218 00000 n -0000176102 00000 n -0000174257 00000 n -0000176046 00000 n -0000524409 00000 n -0000178565 00000 n -0000176166 00000 n -0000178509 00000 n -0000524517 00000 n -0000181619 00000 n -0000178629 00000 n -0000181563 00000 n -0000524625 00000 n -0000184419 00000 n -0000181683 00000 n -0000184363 00000 n -0000524924 00000 n -0000186993 00000 n -0000184483 00000 n -0000186926 00000 n -0000525032 00000 n -0000189590 00000 n -0000187057 00000 n -0000189534 00000 n -0000525223 00000 n -0000191977 00000 n -0000189654 00000 n -0000191910 00000 n -0000525331 00000 n -0000192247 00000 n -0000192041 00000 n -0000192213 00000 n -0000525439 00000 n -0000194417 00000 n -0000192311 00000 n -0000194328 00000 n -0000525638 00000 n -0000197145 00000 n -0000194481 00000 n -0000197067 00000 n -0000525746 00000 n -0000200923 00000 n +0000030503 00000 n +0000031249 00000 n +0000033827 00000 n +0000515972 00000 n +0000036032 00000 n +0000033966 00000 n +0000035955 00000 n +0000516077 00000 n +0000038932 00000 n +0000036094 00000 n +0000038844 00000 n +0000516182 00000 n +0000041441 00000 n +0000038994 00000 n +0000041353 00000 n +0000516375 00000 n +0000043860 00000 n +0000041503 00000 n +0000043782 00000 n +0000516482 00000 n +0000046604 00000 n +0000043924 00000 n +0000046537 00000 n +0000516672 00000 n +0000049360 00000 n +0000046668 00000 n +0000049293 00000 n +0000516780 00000 n +0000052037 00000 n +0000049424 00000 n +0000051948 00000 n +0000516888 00000 n +0000054774 00000 n +0000052101 00000 n +0000054696 00000 n +0000517187 00000 n +0000058330 00000 n +0000054838 00000 n +0000058263 00000 n +0000517295 00000 n +0000061681 00000 n +0000058394 00000 n +0000061603 00000 n +0000517486 00000 n +0000064440 00000 n +0000061745 00000 n +0000064351 00000 n +0000517594 00000 n +0000067248 00000 n +0000064504 00000 n +0000067159 00000 n +0000517702 00000 n +0000070107 00000 n +0000067312 00000 n +0000070040 00000 n +0000517901 00000 n +0000072904 00000 n +0000070171 00000 n +0000072815 00000 n +0000518009 00000 n +0000075756 00000 n +0000072968 00000 n +0000075689 00000 n +0000518200 00000 n +0000078650 00000 n +0000075820 00000 n +0000078583 00000 n +0000518308 00000 n +0000081154 00000 n +0000078714 00000 n +0000081065 00000 n +0000518416 00000 n +0000084463 00000 n +0000081218 00000 n +0000084396 00000 n +0000518715 00000 n +0000087812 00000 n +0000084527 00000 n +0000087723 00000 n +0000518823 00000 n +0000090032 00000 n +0000087876 00000 n +0000089954 00000 n +0000519014 00000 n +0000092014 00000 n +0000090096 00000 n +0000091936 00000 n +0000519122 00000 n +0000093979 00000 n +0000092078 00000 n +0000093890 00000 n +0000519230 00000 n +0000095882 00000 n +0000094043 00000 n +0000095804 00000 n +0000519429 00000 n +0000098248 00000 n +0000095946 00000 n +0000098170 00000 n +0000519537 00000 n +0000101036 00000 n +0000098312 00000 n +0000100947 00000 n +0000519728 00000 n +0000103740 00000 n +0000101100 00000 n +0000103662 00000 n +0000519836 00000 n +0000106944 00000 n +0000103804 00000 n +0000106877 00000 n +0000519944 00000 n +0000109641 00000 n +0000107008 00000 n +0000109574 00000 n +0000520341 00000 n +0000112365 00000 n +0000109705 00000 n +0000112276 00000 n +0000520449 00000 n +0000115091 00000 n +0000112429 00000 n +0000115024 00000 n +0000520640 00000 n +0000118315 00000 n +0000115155 00000 n +0000118248 00000 n +0000520748 00000 n +0000121452 00000 n +0000118379 00000 n +0000121385 00000 n +0000520856 00000 n +0000123760 00000 n +0000121516 00000 n +0000123693 00000 n +0000521055 00000 n +0000126791 00000 n +0000123824 00000 n +0000126724 00000 n +0000521163 00000 n +0000129406 00000 n +0000126855 00000 n +0000129317 00000 n +0000521354 00000 n +0000131439 00000 n +0000129470 00000 n +0000131372 00000 n +0000521462 00000 n +0000134266 00000 n +0000131503 00000 n +0000134199 00000 n +0000521570 00000 n +0000137011 00000 n +0000134330 00000 n +0000136944 00000 n +0000521869 00000 n +0000139508 00000 n +0000137075 00000 n +0000139430 00000 n +0000521977 00000 n +0000141897 00000 n +0000139572 00000 n +0000141830 00000 n +0000522168 00000 n +0000145042 00000 n +0000141961 00000 n +0000144975 00000 n +0000522276 00000 n +0000147480 00000 n +0000145106 00000 n +0000147413 00000 n +0000522384 00000 n +0000149595 00000 n +0000147544 00000 n +0000149528 00000 n +0000522583 00000 n +0000152033 00000 n +0000149659 00000 n +0000151944 00000 n +0000522691 00000 n +0000153979 00000 n +0000152097 00000 n +0000153912 00000 n +0000522882 00000 n +0000155780 00000 n +0000154043 00000 n +0000155724 00000 n +0000522990 00000 n +0000157799 00000 n +0000155844 00000 n +0000157754 00000 n +0000523098 00000 n +0000160423 00000 n +0000157863 00000 n +0000160345 00000 n +0000523397 00000 n +0000162734 00000 n +0000160487 00000 n +0000162689 00000 n +0000523505 00000 n +0000165061 00000 n +0000162798 00000 n +0000164994 00000 n +0000523696 00000 n +0000167163 00000 n +0000165125 00000 n +0000167107 00000 n +0000523804 00000 n +0000169319 00000 n +0000167227 00000 n +0000169230 00000 n +0000523912 00000 n +0000171631 00000 n +0000169383 00000 n +0000171575 00000 n +0000524111 00000 n +0000174192 00000 n +0000171695 00000 n +0000174136 00000 n +0000524219 00000 n +0000176101 00000 n +0000174256 00000 n +0000176045 00000 n +0000524410 00000 n +0000178564 00000 n +0000176165 00000 n +0000178508 00000 n +0000524518 00000 n +0000181618 00000 n +0000178628 00000 n +0000181562 00000 n +0000524626 00000 n +0000184418 00000 n +0000181682 00000 n +0000184362 00000 n +0000524925 00000 n +0000186992 00000 n +0000184482 00000 n +0000186925 00000 n +0000525033 00000 n +0000189589 00000 n +0000187056 00000 n +0000189533 00000 n +0000525224 00000 n +0000191976 00000 n +0000189653 00000 n +0000191909 00000 n +0000525332 00000 n +0000192246 00000 n +0000192040 00000 n +0000192212 00000 n +0000525440 00000 n +0000194416 00000 n +0000192310 00000 n +0000194327 00000 n +0000525639 00000 n +0000197144 00000 n +0000194480 00000 n +0000197066 00000 n +0000525747 00000 n +0000200922 00000 n 0000478113 00000 n 0000477925 00000 n -0000197209 00000 n -0000198214 00000 n -0000200821 00000 n -0000525854 00000 n -0000203657 00000 n -0000200987 00000 n -0000203577 00000 n -0000526053 00000 n -0000205835 00000 n -0000203721 00000 n -0000205768 00000 n -0000526161 00000 n -0000208653 00000 n -0000205899 00000 n -0000208575 00000 n -0000526269 00000 n -0000210452 00000 n -0000208717 00000 n -0000210374 00000 n -0000526666 00000 n -0000212559 00000 n -0000210516 00000 n -0000212470 00000 n -0000526774 00000 n -0000214759 00000 n -0000212623 00000 n -0000214692 00000 n -0000526965 00000 n -0000217740 00000 n -0000214823 00000 n -0000217662 00000 n -0000527073 00000 n -0000221077 00000 n -0000217804 00000 n -0000220999 00000 n -0000527181 00000 n -0000223209 00000 n -0000221141 00000 n -0000223131 00000 n -0000527380 00000 n -0000225138 00000 n -0000223273 00000 n -0000225060 00000 n -0000527488 00000 n -0000227695 00000 n -0000225202 00000 n -0000227606 00000 n -0000527679 00000 n -0000230800 00000 n -0000227759 00000 n -0000230711 00000 n -0000527787 00000 n -0000233834 00000 n -0000230864 00000 n -0000233767 00000 n -0000527895 00000 n -0000235795 00000 n -0000233898 00000 n -0000235739 00000 n -0000528194 00000 n -0000236065 00000 n -0000235859 00000 n -0000236031 00000 n -0000528302 00000 n -0000239346 00000 n -0000236129 00000 n -0000239268 00000 n -0000528493 00000 n -0000242190 00000 n -0000239410 00000 n -0000242101 00000 n -0000528601 00000 n -0000245043 00000 n -0000242254 00000 n -0000244965 00000 n -0000528709 00000 n -0000246509 00000 n -0000245107 00000 n -0000246431 00000 n -0000528908 00000 n -0000252450 00000 n -0000481470 00000 n -0000481274 00000 n -0000246573 00000 n -0000483079 00000 n -0000482891 00000 n -0000247575 00000 n -0000248578 00000 n -0000252335 00000 n -0000529016 00000 n -0000254795 00000 n -0000252514 00000 n -0000254713 00000 n -0000529207 00000 n -0000257609 00000 n -0000254859 00000 n -0000257494 00000 n -0000529315 00000 n -0000260764 00000 n -0000257673 00000 n -0000260660 00000 n -0000529423 00000 n -0000263091 00000 n -0000260828 00000 n -0000263024 00000 n -0000529722 00000 n -0000265573 00000 n -0000263155 00000 n -0000265491 00000 n -0000529830 00000 n -0000268070 00000 n -0000265637 00000 n -0000267988 00000 n -0000530021 00000 n -0000270543 00000 n -0000268134 00000 n -0000270476 00000 n -0000530129 00000 n -0000272923 00000 n -0000270607 00000 n -0000272819 00000 n -0000530237 00000 n -0000275686 00000 n -0000272987 00000 n -0000275608 00000 n -0000530436 00000 n -0000276228 00000 n -0000275750 00000 n -0000276161 00000 n -0000530544 00000 n -0000277074 00000 n -0000276292 00000 n -0000277029 00000 n -0000530735 00000 n -0000278189 00000 n -0000277138 00000 n -0000278144 00000 n -0000530843 00000 n -0000279946 00000 n -0000278253 00000 n -0000279879 00000 n -0000530951 00000 n -0000281741 00000 n -0000280010 00000 n -0000281674 00000 n -0000531250 00000 n -0000283709 00000 n -0000281805 00000 n -0000283631 00000 n -0000531358 00000 n -0000285610 00000 n -0000283773 00000 n -0000285528 00000 n -0000531549 00000 n -0000288248 00000 n -0000285674 00000 n -0000288144 00000 n -0000531657 00000 n -0000289928 00000 n -0000288312 00000 n -0000289857 00000 n -0000531765 00000 n -0000291962 00000 n -0000289992 00000 n -0000291858 00000 n -0000531964 00000 n -0000294257 00000 n -0000292026 00000 n -0000294201 00000 n -0000532072 00000 n -0000296791 00000 n -0000294321 00000 n -0000296687 00000 n -0000532263 00000 n -0000300137 00000 n -0000296855 00000 n -0000300092 00000 n -0000532371 00000 n -0000302795 00000 n -0000300201 00000 n -0000302717 00000 n -0000532479 00000 n -0000304907 00000 n -0000302859 00000 n -0000304840 00000 n -0000532876 00000 n -0000306438 00000 n -0000304971 00000 n -0000306371 00000 n -0000532984 00000 n -0000308609 00000 n -0000306502 00000 n -0000308542 00000 n -0000533175 00000 n -0000308881 00000 n -0000308673 00000 n -0000308847 00000 n -0000533283 00000 n -0000312046 00000 n -0000308945 00000 n -0000311968 00000 n -0000533391 00000 n -0000314849 00000 n -0000312110 00000 n -0000314771 00000 n -0000533590 00000 n -0000317832 00000 n -0000314913 00000 n -0000317765 00000 n -0000533698 00000 n -0000319960 00000 n -0000317896 00000 n -0000319882 00000 n -0000533889 00000 n -0000322031 00000 n -0000320024 00000 n -0000321953 00000 n -0000533997 00000 n -0000322303 00000 n -0000322095 00000 n -0000322269 00000 n -0000534105 00000 n -0000325386 00000 n -0000322367 00000 n -0000325319 00000 n -0000534404 00000 n -0000328202 00000 n -0000325450 00000 n -0000328124 00000 n -0000534512 00000 n -0000330901 00000 n -0000328266 00000 n -0000330823 00000 n -0000534703 00000 n -0000333499 00000 n -0000330965 00000 n -0000333421 00000 n -0000534811 00000 n -0000335807 00000 n -0000333563 00000 n -0000335729 00000 n -0000534919 00000 n -0000337836 00000 n -0000335871 00000 n -0000337780 00000 n -0000535118 00000 n -0000339847 00000 n -0000337900 00000 n -0000339780 00000 n -0000535226 00000 n -0000340119 00000 n -0000339911 00000 n -0000340085 00000 n -0000535417 00000 n -0000341447 00000 n -0000340183 00000 n -0000341380 00000 n -0000535525 00000 n -0000341719 00000 n -0000341511 00000 n -0000341685 00000 n -0000535633 00000 n -0000344828 00000 n -0000341783 00000 n -0000344739 00000 n -0000535932 00000 n -0000347836 00000 n -0000344892 00000 n -0000347747 00000 n -0000536040 00000 n -0000350670 00000 n -0000347900 00000 n -0000350581 00000 n -0000536231 00000 n -0000354127 00000 n -0000350734 00000 n -0000354060 00000 n -0000536339 00000 n -0000357311 00000 n -0000354191 00000 n -0000357244 00000 n -0000536447 00000 n -0000358755 00000 n -0000357375 00000 n -0000358688 00000 n -0000536646 00000 n -0000361675 00000 n -0000358819 00000 n -0000361608 00000 n -0000536754 00000 n -0000364961 00000 n -0000361739 00000 n -0000364916 00000 n -0000536945 00000 n -0000367861 00000 n -0000365025 00000 n -0000367827 00000 n -0000537053 00000 n -0000370452 00000 n -0000367925 00000 n -0000370418 00000 n -0000537161 00000 n -0000373219 00000 n -0000370516 00000 n -0000373185 00000 n -0000537460 00000 n -0000375989 00000 n -0000373283 00000 n -0000375944 00000 n -0000537568 00000 n -0000378219 00000 n -0000488745 00000 n -0000488558 00000 n -0000376053 00000 n -0000376799 00000 n -0000378150 00000 n -0000537759 00000 n -0000378491 00000 n -0000378283 00000 n -0000378457 00000 n -0000537867 00000 n -0000381691 00000 n -0000502166 00000 n -0000501971 00000 n -0000378555 00000 n -0000504051 00000 n -0000503863 00000 n -0000379524 00000 n -0000380495 00000 n -0000381607 00000 n -0000537975 00000 n -0000382953 00000 n -0000381755 00000 n -0000382856 00000 n -0000538174 00000 n -0000384597 00000 n -0000383017 00000 n -0000384513 00000 n -0000538282 00000 n -0000386674 00000 n -0000384661 00000 n -0000386564 00000 n -0000538390 00000 n -0000389051 00000 n -0000386738 00000 n -0000388930 00000 n -0000538589 00000 n -0000391556 00000 n -0000389115 00000 n -0000391472 00000 n -0000538697 00000 n -0000393801 00000 n -0000391620 00000 n -0000393730 00000 n -0000538805 00000 n -0000394073 00000 n -0000393865 00000 n -0000394039 00000 n -0000520242 00000 n -0000515580 00000 n -0000514403 00000 n -0000514798 00000 n -0000515096 00000 n -0000515492 00000 n -0000517086 00000 n -0000515890 00000 n -0000516286 00000 n -0000516589 00000 n -0000516995 00000 n -0000518614 00000 n -0000517402 00000 n -0000517809 00000 n -0000518116 00000 n -0000518523 00000 n -0000520142 00000 n -0000518930 00000 n -0000519337 00000 n -0000519644 00000 n -0000520051 00000 n -0000526568 00000 n -0000521768 00000 n -0000520556 00000 n -0000520963 00000 n -0000521270 00000 n -0000521677 00000 n -0000523296 00000 n -0000522084 00000 n -0000522491 00000 n -0000522798 00000 n -0000523205 00000 n -0000524824 00000 n -0000523612 00000 n -0000524019 00000 n -0000524326 00000 n -0000524733 00000 n -0000526468 00000 n -0000525140 00000 n -0000525547 00000 n -0000525962 00000 n -0000526377 00000 n -0000532778 00000 n -0000528094 00000 n -0000526882 00000 n -0000527289 00000 n -0000527596 00000 n -0000528003 00000 n -0000529622 00000 n -0000528410 00000 n -0000528817 00000 n -0000529124 00000 n -0000529531 00000 n -0000531150 00000 n -0000529938 00000 n -0000530345 00000 n -0000530652 00000 n -0000531059 00000 n -0000532678 00000 n -0000531466 00000 n -0000531873 00000 n -0000532180 00000 n -0000532587 00000 n -0000539104 00000 n -0000534304 00000 n -0000533092 00000 n -0000533499 00000 n -0000533806 00000 n -0000534213 00000 n -0000535832 00000 n -0000534620 00000 n -0000535027 00000 n -0000535334 00000 n -0000535741 00000 n -0000537360 00000 n -0000536148 00000 n -0000536555 00000 n -0000536862 00000 n -0000537269 00000 n -0000539004 00000 n -0000537676 00000 n -0000538083 00000 n -0000538498 00000 n -0000538913 00000 n -0000539487 00000 n -0000539510 00000 n -0000539532 00000 n +0000197208 00000 n +0000198213 00000 n +0000200820 00000 n +0000525855 00000 n +0000203656 00000 n +0000200986 00000 n +0000203576 00000 n +0000526054 00000 n +0000205834 00000 n +0000203720 00000 n +0000205767 00000 n +0000526162 00000 n +0000208652 00000 n +0000205898 00000 n +0000208574 00000 n +0000526270 00000 n +0000210451 00000 n +0000208716 00000 n +0000210373 00000 n +0000526667 00000 n +0000212558 00000 n +0000210515 00000 n +0000212469 00000 n +0000526775 00000 n +0000214758 00000 n +0000212622 00000 n +0000214691 00000 n +0000526966 00000 n +0000217739 00000 n +0000214822 00000 n +0000217661 00000 n +0000527074 00000 n +0000221076 00000 n +0000217803 00000 n +0000220998 00000 n +0000527182 00000 n +0000223208 00000 n +0000221140 00000 n +0000223130 00000 n +0000527381 00000 n +0000225137 00000 n +0000223272 00000 n +0000225059 00000 n +0000527489 00000 n +0000227694 00000 n +0000225201 00000 n +0000227605 00000 n +0000527680 00000 n +0000230799 00000 n +0000227758 00000 n +0000230710 00000 n +0000527788 00000 n +0000233833 00000 n +0000230863 00000 n +0000233766 00000 n +0000527896 00000 n +0000235794 00000 n +0000233897 00000 n +0000235738 00000 n +0000528195 00000 n +0000236064 00000 n +0000235858 00000 n +0000236030 00000 n +0000528303 00000 n +0000239345 00000 n +0000236128 00000 n +0000239267 00000 n +0000528494 00000 n +0000242189 00000 n +0000239409 00000 n +0000242100 00000 n +0000528602 00000 n +0000245042 00000 n +0000242253 00000 n +0000244964 00000 n +0000528710 00000 n +0000246508 00000 n +0000245106 00000 n +0000246430 00000 n +0000528909 00000 n +0000252449 00000 n +0000481471 00000 n +0000481275 00000 n +0000246572 00000 n +0000483080 00000 n +0000482892 00000 n +0000247574 00000 n +0000248577 00000 n +0000252334 00000 n +0000529017 00000 n +0000254794 00000 n +0000252513 00000 n +0000254712 00000 n +0000529208 00000 n +0000257608 00000 n +0000254858 00000 n +0000257493 00000 n +0000529316 00000 n +0000260763 00000 n +0000257672 00000 n +0000260659 00000 n +0000529424 00000 n +0000263090 00000 n +0000260827 00000 n +0000263023 00000 n +0000529723 00000 n +0000265572 00000 n +0000263154 00000 n +0000265490 00000 n +0000529831 00000 n +0000268069 00000 n +0000265636 00000 n +0000267987 00000 n +0000530022 00000 n +0000270542 00000 n +0000268133 00000 n +0000270475 00000 n +0000530130 00000 n +0000272922 00000 n +0000270606 00000 n +0000272818 00000 n +0000530238 00000 n +0000275685 00000 n +0000272986 00000 n +0000275607 00000 n +0000530437 00000 n +0000276227 00000 n +0000275749 00000 n +0000276160 00000 n +0000530545 00000 n +0000277073 00000 n +0000276291 00000 n +0000277028 00000 n +0000530736 00000 n +0000278188 00000 n +0000277137 00000 n +0000278143 00000 n +0000530844 00000 n +0000279945 00000 n +0000278252 00000 n +0000279878 00000 n +0000530952 00000 n +0000281740 00000 n +0000280009 00000 n +0000281673 00000 n +0000531251 00000 n +0000283708 00000 n +0000281804 00000 n +0000283630 00000 n +0000531359 00000 n +0000285609 00000 n +0000283772 00000 n +0000285527 00000 n +0000531550 00000 n +0000288247 00000 n +0000285673 00000 n +0000288143 00000 n +0000531658 00000 n +0000289927 00000 n +0000288311 00000 n +0000289856 00000 n +0000531766 00000 n +0000291961 00000 n +0000289991 00000 n +0000291857 00000 n +0000531965 00000 n +0000294256 00000 n +0000292025 00000 n +0000294200 00000 n +0000532073 00000 n +0000296790 00000 n +0000294320 00000 n +0000296686 00000 n +0000532264 00000 n +0000300136 00000 n +0000296854 00000 n +0000300091 00000 n +0000532372 00000 n +0000302794 00000 n +0000300200 00000 n +0000302716 00000 n +0000532480 00000 n +0000304906 00000 n +0000302858 00000 n +0000304839 00000 n +0000532877 00000 n +0000306437 00000 n +0000304970 00000 n +0000306370 00000 n +0000532985 00000 n +0000308608 00000 n +0000306501 00000 n +0000308541 00000 n +0000533176 00000 n +0000308880 00000 n +0000308672 00000 n +0000308846 00000 n +0000533284 00000 n +0000312045 00000 n +0000308944 00000 n +0000311967 00000 n +0000533392 00000 n +0000314848 00000 n +0000312109 00000 n +0000314770 00000 n +0000533591 00000 n +0000317831 00000 n +0000314912 00000 n +0000317764 00000 n +0000533699 00000 n +0000319959 00000 n +0000317895 00000 n +0000319881 00000 n +0000533890 00000 n +0000322030 00000 n +0000320023 00000 n +0000321952 00000 n +0000533998 00000 n +0000322302 00000 n +0000322094 00000 n +0000322268 00000 n +0000534106 00000 n +0000325385 00000 n +0000322366 00000 n +0000325318 00000 n +0000534405 00000 n +0000328201 00000 n +0000325449 00000 n +0000328123 00000 n +0000534513 00000 n +0000330900 00000 n +0000328265 00000 n +0000330822 00000 n +0000534704 00000 n +0000333498 00000 n +0000330964 00000 n +0000333420 00000 n +0000534812 00000 n +0000335806 00000 n +0000333562 00000 n +0000335728 00000 n +0000534920 00000 n +0000337835 00000 n +0000335870 00000 n +0000337779 00000 n +0000535119 00000 n +0000339846 00000 n +0000337899 00000 n +0000339779 00000 n +0000535227 00000 n +0000340118 00000 n +0000339910 00000 n +0000340084 00000 n +0000535418 00000 n +0000341446 00000 n +0000340182 00000 n +0000341379 00000 n +0000535526 00000 n +0000341718 00000 n +0000341510 00000 n +0000341684 00000 n +0000535634 00000 n +0000344827 00000 n +0000341782 00000 n +0000344738 00000 n +0000535933 00000 n +0000347835 00000 n +0000344891 00000 n +0000347746 00000 n +0000536041 00000 n +0000350669 00000 n +0000347899 00000 n +0000350580 00000 n +0000536232 00000 n +0000354126 00000 n +0000350733 00000 n +0000354059 00000 n +0000536340 00000 n +0000357310 00000 n +0000354190 00000 n +0000357243 00000 n +0000536448 00000 n +0000358754 00000 n +0000357374 00000 n +0000358687 00000 n +0000536647 00000 n +0000361674 00000 n +0000358818 00000 n +0000361607 00000 n +0000536755 00000 n +0000364960 00000 n +0000361738 00000 n +0000364915 00000 n +0000536946 00000 n +0000367860 00000 n +0000365024 00000 n +0000367826 00000 n +0000537054 00000 n +0000370451 00000 n +0000367924 00000 n +0000370417 00000 n +0000537162 00000 n +0000373218 00000 n +0000370515 00000 n +0000373184 00000 n +0000537461 00000 n +0000375988 00000 n +0000373282 00000 n +0000375943 00000 n +0000537569 00000 n +0000378218 00000 n +0000488746 00000 n +0000488559 00000 n +0000376052 00000 n +0000376798 00000 n +0000378149 00000 n +0000537760 00000 n +0000378490 00000 n +0000378282 00000 n +0000378456 00000 n +0000537868 00000 n +0000381690 00000 n +0000502167 00000 n +0000501972 00000 n +0000378554 00000 n +0000504052 00000 n +0000503864 00000 n +0000379523 00000 n +0000380494 00000 n +0000381606 00000 n +0000537976 00000 n +0000382952 00000 n +0000381754 00000 n +0000382855 00000 n +0000538175 00000 n +0000384596 00000 n +0000383016 00000 n +0000384512 00000 n +0000538283 00000 n +0000386673 00000 n +0000384660 00000 n +0000386563 00000 n +0000538391 00000 n +0000389050 00000 n +0000386737 00000 n +0000388929 00000 n +0000538590 00000 n +0000391555 00000 n +0000389114 00000 n +0000391471 00000 n +0000538698 00000 n +0000393800 00000 n +0000391619 00000 n +0000393729 00000 n +0000538806 00000 n +0000394072 00000 n +0000393864 00000 n +0000394038 00000 n +0000520243 00000 n +0000515581 00000 n +0000514404 00000 n +0000514799 00000 n +0000515097 00000 n +0000515493 00000 n +0000517087 00000 n +0000515891 00000 n +0000516287 00000 n +0000516590 00000 n +0000516996 00000 n +0000518615 00000 n +0000517403 00000 n +0000517810 00000 n +0000518117 00000 n +0000518524 00000 n +0000520143 00000 n +0000518931 00000 n +0000519338 00000 n +0000519645 00000 n +0000520052 00000 n +0000526569 00000 n +0000521769 00000 n +0000520557 00000 n +0000520964 00000 n +0000521271 00000 n +0000521678 00000 n +0000523297 00000 n +0000522085 00000 n +0000522492 00000 n +0000522799 00000 n +0000523206 00000 n +0000524825 00000 n +0000523613 00000 n +0000524020 00000 n +0000524327 00000 n +0000524734 00000 n +0000526469 00000 n +0000525141 00000 n +0000525548 00000 n +0000525963 00000 n +0000526378 00000 n +0000532779 00000 n +0000528095 00000 n +0000526883 00000 n +0000527290 00000 n +0000527597 00000 n +0000528004 00000 n +0000529623 00000 n +0000528411 00000 n +0000528818 00000 n +0000529125 00000 n +0000529532 00000 n +0000531151 00000 n +0000529939 00000 n +0000530346 00000 n +0000530653 00000 n +0000531060 00000 n +0000532679 00000 n +0000531467 00000 n +0000531874 00000 n +0000532181 00000 n +0000532588 00000 n +0000539105 00000 n +0000534305 00000 n +0000533093 00000 n +0000533500 00000 n +0000533807 00000 n +0000534214 00000 n +0000535833 00000 n +0000534621 00000 n +0000535028 00000 n +0000535335 00000 n +0000535742 00000 n +0000537361 00000 n +0000536149 00000 n +0000536556 00000 n +0000536863 00000 n +0000537270 00000 n +0000539005 00000 n +0000537677 00000 n +0000538084 00000 n +0000538499 00000 n +0000538914 00000 n +0000539488 00000 n +0000539511 00000 n +0000539533 00000 n trailer << /Size 792 @@ -9174,5 +9177,5 @@ trailer /Info 1 0 R >> startxref -539653 +539654 %%EOF diff --git a/doc/bashref.texi b/doc/bashref.texi index 056d108fa..d5d46d7ca 100644 --- a/doc/bashref.texi +++ b/doc/bashref.texi @@ -6459,7 +6459,7 @@ file if it is the only so-named file found in @code{$PATH}. @item The @code{vi} editing mode will invoke the @code{vi} editor directly when -the @samp{v} command is run, instead of checking @code{$FCEDIT} and +the @samp{v} command is run, instead of checking @code{$VISUAL} and @code{$EDITOR}. @item diff --git a/doc/bashref.texi~ b/doc/bashref.texi~ index f1e2505a0..056d108fa 100644 --- a/doc/bashref.texi~ +++ b/doc/bashref.texi~ @@ -30,9 +30,9 @@ Invariant Sections, with the Front-Cover texts being ``A GNU Manual'', and with the Back-Cover Texts as in (a) below. A copy of the license is included in the section entitled ``GNU Free Documentation License''. -(a) The FSF's Back-Cover Text is: ``You have the freedom to -copy and modify this GNU manual. Buying copies from the FSF -supports it in developing GNU and promoting software freedom.'' +(a) The FSF's Back-Cover Text is: You are free to copy and modify +this GNU manual. Buying copies from GNU Press supports the FSF in +developing GNU and promoting software freedom.'' @end quotation @end copying @@ -3498,7 +3498,7 @@ alert (bell) @item \b backspace @item \c -suppress trailing newline +suppress further output @item \e escape @item \f @@ -6566,7 +6566,7 @@ takes effect immediately, and has the additional side effect of causing pending output and typeahead to be discarded. There are a number of ways to refer to a job in the shell. The -character @samp{%} introduces a job name. +character @samp{%} introduces a job specification (@var{jobspec}). Job number @code{n} may be referred to as @samp{%n}. The symbols @samp{%%} and @samp{%+} refer to the shell's notion of the diff --git a/doc/version.texi b/doc/version.texi index c43baad1f..3e419be4a 100644 --- a/doc/version.texi +++ b/doc/version.texi @@ -2,9 +2,9 @@ Copyright (C) 1988-2008 Free Software Foundation, Inc. @end ignore -@set LASTCHANGE Sun Jul 6 14:33:52 EDT 2008 +@set LASTCHANGE Fri Aug 22 12:46:16 EDT 2008 @set EDITION 4.0 @set VERSION 4.0 -@set UPDATED 6 July 2008 -@set UPDATED-MONTH July 2008 +@set UPDATED 22 August 2008 +@set UPDATED-MONTH August 2008 diff --git a/doc/version.texi~ b/doc/version.texi~ index a5d96a53e..c43baad1f 100644 --- a/doc/version.texi~ +++ b/doc/version.texi~ @@ -2,9 +2,9 @@ Copyright (C) 1988-2008 Free Software Foundation, Inc. @end ignore -@set LASTCHANGE Thu Jul 3 14:56:28 EDT 2008 +@set LASTCHANGE Sun Jul 6 14:33:52 EDT 2008 @set EDITION 4.0 @set VERSION 4.0 -@set UPDATED 3 July 2008 +@set UPDATED 6 July 2008 @set UPDATED-MONTH July 2008 diff --git a/examples/complete/bash_completion b/examples/complete/bash_completion new file mode 100644 index 000000000..b0cf4a85d --- /dev/null +++ b/examples/complete/bash_completion @@ -0,0 +1,9401 @@ +# bash_completion - programmable completion functions for bash 3.x +# (backwards compatible with bash 2.05b) +# +# $Id: bash_completion,v 1.872 2006/03/01 16:20:18 ianmacd Exp $ +# +# Copyright (C) Ian Macdonald +# +# 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. +# +# The latest version of this software can be obtained here: +# +# http://www.caliban.org/bash/index.shtml#completion +# +# RELEASE: 20060301 + +if [[ $- == *v* ]]; then + BASH_COMPLETION_ORIGINAL_V_VALUE="-v" +else + BASH_COMPLETION_ORIGINAL_V_VALUE="+v" +fi + +if [[ -n $BASH_COMPLETION_DEBUG ]]; then + set -v +else + set +v +fi + +# Alter the following to reflect the location of this file. +# +[ -n "$BASH_COMPLETION" ] || BASH_COMPLETION=/etc/bash_completion +[ -n "$BASH_COMPLETION_DIR" ] || BASH_COMPLETION_DIR=/etc/bash_completion.d +readonly BASH_COMPLETION BASH_COMPLETION_DIR + +# Set a couple of useful vars +# +UNAME=$( uname -s ) +# strip OS type and version under Cygwin (e.g. CYGWIN_NT-5.1 => Cygwin) +UNAME=${UNAME/CYGWIN_*/Cygwin} +RELEASE=$( uname -r ) + +# features supported by bash 2.05 and higher +if [ ${BASH_VERSINFO[0]} -eq 2 ] && [[ ${BASH_VERSINFO[1]} > 04 ]] || + [ ${BASH_VERSINFO[0]} -gt 2 ]; then + declare -r bash205=$BASH_VERSION 2>/dev/null || : + default="-o default" + dirnames="-o dirnames" + filenames="-o filenames" +fi +# features supported by bash 2.05b and higher +if [ ${BASH_VERSINFO[0]} -eq 2 ] && [[ ${BASH_VERSINFO[1]} = "05b" ]] || + [ ${BASH_VERSINFO[0]} -gt 2 ]; then + declare -r bash205b=$BASH_VERSION 2>/dev/null || : + nospace="-o nospace" +fi +# features supported by bash 3.0 and higher +if [ ${BASH_VERSINFO[0]} -gt 2 ]; then + declare -r bash3=$BASH_VERSION 2>/dev/null || : + bashdefault="-o bashdefault" + plusdirs="-o plusdirs" +fi + +# Turn on extended globbing and programmable completion +shopt -s extglob progcomp + +# A lot of the following one-liners were taken directly from the +# completion examples provided with the bash 2.04 source distribution + +# Make directory commands see only directories +complete -d pushd + +# The following section lists completions that are redefined later +# Do NOT break these over multiple lines. +# +# START exclude -- do NOT remove this line +complete -f -X '!*.?(t)bz?(2)' bunzip2 bzcat bzcmp bzdiff bzegrep bzfgrep bzgrep +complete -f -X '!*.@(zip|ZIP|jar|JAR|exe|EXE|pk3|war|wsz|ear|zargo|xpi|sxw|ott)' unzip zipinfo +complete -f -X '*.Z' compress znew +complete -f -X '!*.@(Z|gz|tgz|Gz|dz)' gunzip zcmp zdiff zcat zegrep zfgrep zgrep zless zmore +complete -f -X '!*.Z' uncompress +complete -f -X '!*.@(gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' ee display +complete -f -X '!*.@(gif|jp?(e)g|tif?(f)|png|p[bgp]m|bmp|x[bp]m|rle|rgb|pcx|fits|pm|GIF|JPG|JP?(E)G|TIF?(F)|PNG|P[BGP]M|BMP|X[BP]M|RLE|RGB|PCX|FITS|PM)' xv qiv +complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2|.Z))' gv ggv kghostview +complete -f -X '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' xdvi +complete -f -X '!*.@(dvi|DVI)?(.@(gz|bz2))' kdvi +complete -f -X '!*.@(dvi|DVI)' dvips dviselect dvitype dvipdf advi dvipdfm dvipdfmx +complete -f -X '!*.@(pdf|PDF)' acroread gpdf xpdf +complete -f -X '!*.@(?(e)ps|?(E)PS|pdf|PDF)' kpdf +complete -f -X '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ)|cb(r|z)|CB(R|Z)|djv?(u)|DJV?(U)||dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX)' evince +complete -f -X '!*.@(?(e)ps|?(E)PS)' ps2pdf +complete -f -X '!*.texi*' makeinfo texi2html +complete -f -X '!*.@(?(la)tex|?(LA)TEX|texi|TEXI|dtx|DTX|ins|INS)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi +complete -f -X '!*.@(mp3|MP3)' mpg123 mpg321 madplay +complete -f -X '!*.@(mp?(e)g|MP?(E)G|wma|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|viv|rm|ram|yuv|mov|MOV|qt|QT|wmv|mp3|MP3|m4v|M4V|ogg|OGG|ogm|OGM|mp4|MP4|wav|WAV|asx|ASX|mng|MNG|srt)' xine aaxine fbxine kaffeine +complete -f -X '!*.@(avi|asf|wmv)' aviplay +complete -f -X '!*.@(rm?(j)|ra?(m)|smi?(l))' realplay +complete -f -X '!*.@(mpg|mpeg|avi|mov|qt)' xanim +complete -f -X '!*.@(ogg|OGG|m3u|flac|spx)' ogg123 +complete -f -X '!*.@(mp3|MP3|ogg|OGG|pls|m3u)' gqmpeg freeamp +complete -f -X '!*.fig' xfig +complete -f -X '!*.@(mid?(i)|MID?(I))' playmidi +complete -f -X '!*.@(mid?(i)|MID?(I)|rmi|RMI|rcp|RCP|[gr]36|[GR]36|g18|G18|mod|MOD|xm|XM|it|IT|x3m|X3M)' timidity +complete -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e)g|MPG|avi|AVI|asf|ASF|ogg|OGG|class|CLASS)' vi vim gvim rvim view rview rgvim rgview gview +complete -f -X '*.@(o|so|so.!(conf)|a|rpm|gif|GIF|jp?(e)g|JP?(E)G|mp3|MP3|mp?(e)g|MPG|avi|AVI|asf|ASF|ogg|OGG|class|CLASS)' emacs +complete -f -X '!*.@(exe|EXE|com|COM|scr|SCR|exe.so)' wine +complete -f -X '!*.@(zip|ZIP|z|Z|gz|GZ|tgz|TGZ)' bzme +complete -f -X '!*.@(?([xX]|[sS])[hH][tT][mM]?([lL]))' netscape mozilla lynx opera galeon curl dillo elinks amaya +complete -f -X '!*.@(sxw|stw|sxg|sgl|doc|dot|rtf|txt|htm|html|odt|ott|odm)' oowriter +complete -f -X '!*.@(sxi|sti|pps|ppt|pot|odp|otp)' ooimpress +complete -f -X '!*.@(sxc|stc|xls|xlw|xlt|csv|ods|ots)' oocalc +complete -f -X '!*.@(sxd|std|sda|sdd|odg|otg)' oodraw +complete -f -X '!*.@(sxm|smf|mml|odf)' oomath +complete -f -X '!*.odb' oobase +complete -f -X '!*.rpm' rpm2cpio +# FINISH exclude -- do not remove this line + +# start of section containing compspecs that can be handled within bash + +# user commands see only users +complete -u su usermod userdel passwd chage write chfn groups slay w sux + +# group commands see only groups +[ -n "$bash205" ] && complete -g groupmod groupdel newgrp 2>/dev/null + +# bg completes with stopped jobs +complete -A stopped -P '%' bg + +# other job commands +complete -j -P '%' fg jobs disown + +# readonly and unset complete with shell variables +complete -v readonly unset + +# set completes with set options +complete -A setopt set + +# shopt completes with shopt options +complete -A shopt shopt + +# helptopics +complete -A helptopic help + +# unalias completes with aliases +complete -a unalias + +# bind completes with readline bindings (make this more intelligent) +complete -A binding bind + +# type and which complete on commands +complete -c command type which + +# builtin completes on builtins +complete -b builtin + +# start of section containing completion functions called by other functions + +# This function checks whether we have a given program on the system. +# No need for bulky functions in memory if we don't. +# +have() +{ + unset -v have + PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin type $1 &>/dev/null && + have="yes" +} + +# use GNU sed if we have it, since its extensions are still used in our code +# +[ $UNAME != Linux ] && have gsed && alias sed=gsed + +# This function checks whether a given readline variable +# is `on'. +# +_rl_enabled() +{ + [[ "$( bind -v )" = *$1+([[:space:]])on* ]] +} + +# This function shell-quotes the argument +quote() +{ + echo \'${1//\'/\'\\\'\'}\' #'# Help vim syntax highlighting +} + +# This function quotes the argument in a way so that readline dequoting +# results in the original argument +quote_readline() +{ + local t="${1//\\/\\\\}" + echo \'${t//\'/\'\\\'\'}\' #'# Help vim syntax highlighting +} + +# This function shell-dequotes the argument +dequote() +{ + eval echo "$1" +} + + +# Get the word to complete +# This is nicer than ${COMP_WORDS[$COMP_CWORD]}, since it handles cases +# where the user is completing in the middle of a word. +# (For example, if the line is "ls foobar", +# and the cursor is here --------> ^ +# it will complete just "foo", not "foobar", which is what the user wants.) +_get_cword() +{ + if [[ "${#COMP_WORDS[COMP_CWORD]}" -eq 0 ]] || [[ "$COMP_POINT" == "${#COMP_LINE}" ]]; then + echo "${COMP_WORDS[COMP_CWORD]}" + else + local i + local cur="$COMP_LINE" + local index="$COMP_POINT" + for (( i = 0; i <= COMP_CWORD; ++i )); do + while [[ "${#cur}" -ge ${#COMP_WORDS[i]} ]] && [[ "${cur:0:${#COMP_WORDS[i]}}" != "${COMP_WORDS[i]}" ]]; do + cur="${cur:1}" + index="$(( index - 1 ))" + done + if [[ "$i" -lt "$COMP_CWORD" ]]; then + local old_size="${#cur}" + cur="${cur#${COMP_WORDS[i]}}" + local new_size="${#cur}" + index="$(( index - old_size + new_size ))" + fi + done + + if [[ "${COMP_WORDS[COMP_CWORD]:0:${#cur}}" != "$cur" ]]; then + # We messed up! At least return the whole word so things keep working + echo "${COMP_WORDS[COMP_CWORD]}" + else + echo "${cur:0:$index}" + fi + fi +} + + +# This function performs file and directory completion. It's better than +# simply using 'compgen -f', because it honours spaces in filenames. +# If passed -d, it completes only on directories. If passed anything else, +# it's assumed to be a file glob to complete on. +# +_filedir() +{ + local IFS=$'\t\n' xspec + + _expand || return 0 + + local toks=( ) tmp + while read -r tmp; do + [[ -n $tmp ]] && toks[${#toks[@]}]=$tmp + done < <( compgen -d -- "$(quote_readline "$cur")" ) + + if [[ "$1" != -d ]]; then + xspec=${1:+"!*.$1"} + while read -r tmp; do + [[ -n $tmp ]] && toks[${#toks[@]}]=$tmp + done < <( compgen -f -X "$xspec" -- "$(quote_readline "$cur")" ) + fi + + COMPREPLY=( "${COMPREPLY[@]}" "${toks[@]}" ) +} + +# This function completes on signal names +# +_signals() +{ + local i + + # standard signal completion is rather braindead, so we need + # to hack around to get what we want here, which is to + # complete on a dash, followed by the signal name minus + # the SIG prefix + COMPREPLY=( $( compgen -A signal SIG${cur#-} )) + for (( i=0; i < ${#COMPREPLY[@]}; i++ )); do + COMPREPLY[i]=-${COMPREPLY[i]#SIG} + done +} + +# This function completes on configured network interfaces +# +_configured_interfaces() +{ + if [ -f /etc/debian_version ]; then + # Debian system + COMPREPLY=( $( sed -ne 's|^iface \([^ ]\+\).*$|\1|p' \ + /etc/network/interfaces ) ) + elif [ -f /etc/SuSE-release ]; then + # SuSE system + COMPREPLY=( $( command ls \ + /etc/sysconfig/network/ifcfg-* | \ + sed -ne 's|.*ifcfg-\('$cur'.*\)|\1|p' ) ) + elif [ -f /etc/pld-release ]; then + # PLD Linux + COMPREPLY=( $( command ls -B \ + /etc/sysconfig/interfaces | \ + sed -ne 's|.*ifcfg-\('$cur'.*\)|\1|p' ) ) + else + # Assume Red Hat + COMPREPLY=( $( command ls \ + /etc/sysconfig/network-scripts/ifcfg-* | \ + sed -ne 's|.*ifcfg-\('$cur'.*\)|\1|p' ) ) + fi +} + +# This function completes on all available network interfaces +# -a: restrict to active interfaces only +# -w: restrict to wireless interfaces only +# +_available_interfaces() +{ + local cmd + + if [ "${1:-}" = -w ]; then + cmd="iwconfig" + elif [ "${1:-}" = -a ]; then + cmd="ifconfig" + else + cmd="ifconfig -a" + fi + + COMPREPLY=( $( eval $cmd 2>/dev/null | \ + sed -ne 's|^\('$cur'[^[:space:][:punct:]]\{1,\}\).*$|\1|p') ) +} + +# This function expands tildes in pathnames +# +_expand() +{ + # FIXME: Why was this here? + # [ "$cur" != "${cur%\\}" ] && cur="$cur\\" + + # expand ~username type directory specifications + if [[ "$cur" == \~*/* ]]; then + eval cur=$cur + elif [[ "$cur" == \~* ]]; then + cur=${cur#\~} + COMPREPLY=( $( compgen -P '~' -u $cur ) ) + return ${#COMPREPLY[@]} + fi +} + +# This function completes on process IDs. +# AIX and Solaris ps prefers X/Open syntax. +[ $UNAME = SunOS -o $UNAME = AIX ] && +_pids() +{ + COMPREPLY=( $( compgen -W '$( command ps -efo pid | sed 1d )' -- $cur )) +} || +_pids() +{ + COMPREPLY=( $( compgen -W '$( command ps axo pid | sed 1d )' -- $cur ) ) +} + +# This function completes on process group IDs. +# AIX and SunOS prefer X/Open, all else should be BSD. +[ $UNAME = SunOS -o $UNAME = AIX ] && +_pgids() +{ + COMPREPLY=( $( compgen -W '$( command ps -efo pgid | sed 1d )' -- $cur )) +} || +_pgids() +{ + COMPREPLY=( $( compgen -W '$( command ps axo pgid | sed 1d )' -- $cur )) +} + +# This function completes on user IDs +# +_uids() +{ + if type getent &>/dev/null; then + COMPREPLY=( $( getent passwd | \ + awk -F: '{if ($3 ~ /^'$cur'/) print $3}' ) ) + elif type perl &>/dev/null; then + COMPREPLY=( $( compgen -W '$( perl -e '"'"'while (($uid) = (getpwent)[2]) { print $uid . "\n" }'"'"' )' -- $cur ) ) + else + # make do with /etc/passwd + COMPREPLY=( $( awk 'BEGIN {FS=":"} {if ($3 ~ /^'$cur'/) print $3}'\ + /etc/passwd ) ) + fi +} + +# This function completes on group IDs +# +_gids() +{ + if type getent &>/dev/null; then + COMPREPLY=( $( getent group | \ + awk -F: '{if ($3 ~ /^'$cur'/) print $3}' ) ) + elif type perl &>/dev/null; then + COMPREPLY=( $( compgen -W '$( perl -e '"'"'while (($gid) = (getgrent)[2]) { print $gid . "\n" }'"'"' )' -- $cur ) ) + else + # make do with /etc/group + COMPREPLY=( $( awk 'BEGIN {FS=":"} {if ($3 ~ /^'$cur'/) print $3}'\ + /etc/group ) ) + fi +} + +# This function completes on services +# +_services() +{ + local sysvdir famdir + [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d || sysvdir=/etc/init.d + famdir=/etc/xinetd.d + COMPREPLY=( $( builtin echo $sysvdir/!(*.rpmsave|*.rpmorig|*~|functions)) ) + + if [ -d $famdir ]; then + COMPREPLY=( "${COMPREPLY[@]}" $( builtin echo $famdir/!(*.rpmsave|*.rpmorig|*~)) ) + fi + + COMPREPLY=( $( compgen -W '${COMPREPLY[@]#@($sysvdir|$famdir)/}' -- $cur ) ) +} + +# This function complete on modules +# +_modules() +{ + local modpath + modpath=/lib/modules/$1 + COMPREPLY=( $( command ls -R $modpath | \ + sed -ne 's/^\('$cur'.*\)\.k\?o\(\|.gz\)$/\1/p') ) +} + +# this function complete on user:group format +# +_usergroup() +{ + local IFS=$'\n' + cur=${cur//\\\\ / } + if [[ $cur = *@(\\:|.)* ]] && [ -n "$bash205" ]; then + user=${cur%%*([^:.])} + COMPREPLY=( $(compgen -P ${user/\\\\} -g -- ${cur##*[.:]}) ) + elif [[ $cur = *:* ]] && [ -n "$bash205" ]; then + COMPREPLY=( $( compgen -g -- ${cur##*[.:]} ) ) + else + COMPREPLY=( $( compgen -S : -u -- $cur ) ) + fi +} + +# this function count the number of mandatory args +# +_count_args() +{ + args=1 + for (( i=1; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" != -* ]]; then + args=$(($args+1)) + fi + done +} + +# start of section containing completion functions for bash built-ins + +# bash alias completion +# +_alias() +{ + local cur + + COMPREPLY=() + cur=${COMP_WORDS[$COMP_CWORD]} + + case "$COMP_LINE" in + *[^=]) + COMPREPLY=( $( compgen -A alias -S '=' -- $cur ) ) + ;; + *=) + COMPREPLY=( "$( alias ${cur%=} 2>/dev/null | \ + sed -e 's|^alias '$cur'\(.*\)$|\1|' )" ) + ;; + esac +} +complete -F _alias $nospace alias + +# bash export completion +# +_export() +{ + local cur + + COMPREPLY=() + cur=${COMP_WORDS[$COMP_CWORD]} + + case "$COMP_LINE" in + *=\$*) + COMPREPLY=( $( compgen -v -P '$' -- ${cur#*=\$} ) ) + ;; + *[^=]) + COMPREPLY=( $( compgen -v -S '=' -- $cur ) ) + ;; + *=) + COMPREPLY=( "$( eval echo -n \"$`echo ${cur%=}`\" | + ( echo -n \' + sed -e 's/'\''/'\''\\\'\'''\''/g' + echo -n \' ) )" ) + ;; + esac +} +complete -F _export $default $nospace export + +# bash shell function completion +# +_function() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [[ $1 == @(declare|typeset) ]]; then + if [ "$prev" = -f ]; then + COMPREPLY=( $( compgen -A function -- $cur ) ) + elif [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-a -f -F -i -r -x -p' -- \ + $cur ) ) + fi + elif [ $COMP_CWORD -eq 1 ]; then + COMPREPLY=( $( compgen -A function -- $cur ) ) + else + COMPREPLY=( "() $( type -- ${COMP_WORDS[1]} | sed -e 1,2d )" ) + fi +} +complete -F _function function declare typeset + +# bash complete completion +# +_complete() +{ + local cur prev options + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + -o) + options="default dirnames filenames" + [ -n "$bash205b" ] && options="$options nospace" + [ -n "$bash3" ] && options="$options bashdefault plusdirs" + COMPREPLY=( $( compgen -W "$options" -- $cur ) ) + return 0 + ;; + + -A) + COMPREPLY=( $( compgen -W 'alias arrayvar binding \ + builtin command directory disabled enabled \ + export file function group helptopic hostname \ + job keyword running service setopt shopt \ + signal stopped user variable' -- $cur ) ) + return 0 + ;; + + -C) + COMPREPLY=( $( compgen -A command -- $cur ) ) + return 0 + ;; + -F) + COMPREPLY=( $( compgen -A function -- $cur ) ) + return 0 + ;; + -@(p|r)) + COMPREPLY=( $( complete -p | sed -e 's|.* ||' | \ + grep "^$cur" ) ) + return 0 + ;; + + esac + + if [[ "$cur" == -* ]]; then + # relevant options completion + options="-a -b -c -d -e -f -g -j -k -s -v -u -A -G -W -P -S -X -F -C" + [ -n "$bash205" ] && options="$options -o" + COMPREPLY=( $( compgen -W "$options" -- $cur ) ) + else + COMPREPLY=( $( compgen -A command -- $cur ) ) + fi +} +complete -F _complete complete + +# start of section containing completion functions for external programs + +# a little help for FreeBSD ports users +[ $UNAME = FreeBSD ] && complete -W 'index search fetch fetch-list \ + extract patch configure build install reinstall \ + deinstall clean clean-depends kernel buildworld' make + +# This completes on a list of all available service scripts for the +# 'service' command and/or the SysV init.d directory, followed by +# that script's available commands +# +{ have service || [ -d /etc/init.d/ ]; } && +_service() +{ + local cur sysvdir + + COMPREPLY=() + prev=${COMP_WORDS[COMP_CWORD-1]} + cur=`_get_cword` + + # don't complete for things like killall, ssh and mysql if it's + # the standalone command, rather than the init script + [[ ${COMP_WORDS[0]} != @(*init.d/!(functions|~)|service) ]] && return 0 + + # don't complete past 2nd token + [ $COMP_CWORD -gt 2 ] && return 0 + + [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d \ + || sysvdir=/etc/init.d + + if [[ $COMP_CWORD -eq 1 ]] && [[ $prev == "service" ]]; then + _services + else + COMPREPLY=( $( compgen -W '`sed -ne "y/|/ /; \ + s/^.*Usage.*{\(.*\)}.*$/\1/p" \ + $sysvdir/${prev##*/} 2>/dev/null`' -- $cur ) ) + fi + + return 0 +} && +complete -F _service service +[ -d /etc/init.d/ ] && complete -F _service $default \ + $(for i in /etc/init.d/*; do echo ${i##*/}; done) + +# chown(1) completion +# +_chown() +{ + local cur + cur=`_get_cword` + + # options completion + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-c -h -f -R -v --changes \ + --dereference --no-dereference --from= --silent --quiet \ + --reference= --recursive --verbose --help --version' -- $cur ) ) + else + _count_args + + case $args in + 1) + _usergroup + ;; + *) + _filedir + ;; + esac + fi +} +complete -F _chown $filenames chown + +# chgrp(1) completion +# +_chgrp() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + cur=${cur//\\\\/} + prev=${COMP_WORDS[COMP_CWORD-1]} + + # options completion + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-c -h -f -R -v --changes \ + --dereference --no-dereference --silent --quiet \ + --reference= --recursive --verbose --help --version' -- $cur ) ) + return 0 + fi + + # first parameter on line or first since an option? + if [ $COMP_CWORD -eq 1 ] && [[ "$cur" != -* ]] || \ + [[ "$prev" == -* ]] && [ -n "$bash205" ]; then + local IFS=$'\n' + COMPREPLY=( $( compgen -g $cur 2>/dev/null ) ) + else + _filedir || return 0 + fi + + return 0 +} +complete -F _chgrp $filenames chgrp + +# umount(8) completion. This relies on the mount point being the third +# space-delimited field in the output of mount(8) +# +_umount() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + OLDIFS="$IFS" + IFS="\n" + COMPREPLY=( $( compgen -W '$( mount | cut -d" " -f 3 )' -- $cur ) ) + IFS="$OLDIFS" + + return 0 +} +complete -F _umount $dirnames umount + +# mount(8) completion. This will pull a list of possible mounts out of +# /etc/{,v}fstab, unless the word being completed contains a ':', which +# would indicate the specification of an NFS server. In that case, we +# query the server for a list of all available exports and complete on +# that instead. +# +_mount() +{ local cur i sm host + + COMPREPLY=() + cur=`_get_cword` + [[ "$cur" == \\ ]] && cur="/" + + for i in {,/usr}/{,s}bin/showmount; do [ -x $i ] && sm=$i && break; done + + if [ -n "$sm" ] && [[ "$cur" == *:* ]]; then + COMPREPLY=( $( $sm -e ${cur%%:*} | sed 1d | \ + grep ^${cur#*:} | awk '{print $1}' ) ) + elif [[ "$cur" == //* ]]; then + host=${cur#//} + host=${host%%/*} + if [ -n "$host" ]; then + COMPREPLY=( $( compgen -W "$( echo $( smbclient -d 0 -NL $host 2>/dev/null| + sed -ne '/^['"$'\t '"']*Sharename/,/^$/p' | + sed -ne '3,$s|^[^A-Za-z]*\([^'"$'\t '"']*\).*$|//'$host'/\1|p' ) )" -- "$cur" ) ) + fi + elif [ -r /etc/vfstab ]; then + # Solaris + COMPREPLY=( $( awk '! /^[ \t]*#/ {if ($3 ~ /\//) print $3}' \ + /etc/vfstab | grep "^$cur" ) ) + elif [ ! -e /etc/fstab ]; then + # probably Cygwin + COMPREPLY=( $( mount | awk '! /^[ \t]*#/ {if ($3 ~ /\//) print $3}' \ + | grep "^$cur" ) ) + else + # probably Linux + COMPREPLY=( $( awk '! /^[ \t]*#/ {if ($2 ~ /\//) print $2}' \ + /etc/fstab | grep "^$cur" ) ) + fi + + return 0 +} +complete -F _mount $default $filenames mount + +# Linux rmmod(8) completion. This completes on a list of all currently +# installed kernel modules. +# +have rmmod && { +_rmmod() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + COMPREPLY=( $( /sbin/lsmod | \ + awk '{if (NR != 1 && $1 ~ /^'$cur'/) print $1}' 2>/dev/null )) + return 0 +} +complete -F _rmmod rmmod + +# Linux insmod(8), modprobe(8) and modinfo(8) completion. This completes on a +# list of all available modules for the version of the kernel currently +# running. +# +_insmod() +{ + local cur prev modpath + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + # behave like lsmod for modprobe -r + if [ $1 = "modprobe" ] && + [ "${COMP_WORDS[1]}" = "-r" ]; then + COMPREPLY=( $( /sbin/lsmod | \ + awk '{if (NR != 1 && $1 ~ /^'$cur'/) print $1}' ) ) + return 0 + fi + + # do filename completion if we're giving a path to a module + if [[ "$cur" == */* ]]; then + _filedir '@(?(k)o?(.gz))' + return 0 + fi + + if [ $COMP_CWORD -gt 1 ] && + [[ "${COMP_WORDS[COMP_CWORD-1]}" != -* ]]; then + # do module parameter completion + COMPREPLY=( $( /sbin/modinfo -p ${COMP_WORDS[1]} 2>/dev/null | \ + awk '{if ($1 ~ /^parm:/ && $2 ~ /^'$cur'/) { print $2 } \ + else if ($1 !~ /:/ && $1 ~ /^'$cur'/) { print $1 }}' ) ) + else + _modules $(uname -r) + fi + + return 0 +} +complete -F _insmod $filenames insmod modprobe modinfo +} + +# man(1) completion +# +[ $UNAME = GNU -o $UNAME = Linux -o $UNAME = Darwin \ + -o $UNAME = FreeBSD -o $UNAME = SunOS -o $UNAME = Cygwin \ + -o $UNAME = OpenBSD ] && +_man() +{ + local cur prev sect manpath UNAME + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + _expand || return 0 + + # default completion if parameter contains / + if [[ "$cur" == */* ]]; then + _filedir + return 0 + fi + + UNAME=$( uname -s ) + # strip OS type and version under Cygwin + UNAME=${UNAME/CYGWIN_*/Cygwin} + if [ $UNAME = GNU -o $UNAME = Linux -o $UNAME = FreeBSD \ + -o $UNAME = Cygwin ]; then + manpath=$( manpath 2>/dev/null || command man --path ) + else + manpath=$MANPATH + fi + + if [ -z "$manpath" ]; then + COMPREPLY=( $( compgen -c -- $cur ) ) + return 0 + fi + + # determine manual section to search + [[ "$prev" == [0-9ln] ]] && sect=$prev || sect='*' + + manpath=$manpath: + if [ -n "$cur" ]; then + manpath="${manpath//://*man$sect/$cur* } ${manpath//://*cat$sect/$cur* }" + else + manpath="${manpath//://*man$sect/ } ${manpath//://*cat$sect/ }" + fi + + # redirect stderr for when path doesn't exist + COMPREPLY=( $( eval command ls "$manpath" 2>/dev/null ) ) + # weed out directory path names and paths to man pages + COMPREPLY=( ${COMPREPLY[@]##*/?(:)} ) + # strip suffix from man pages + COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2)} ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]%.*}' -- "${cur//\\\\/}" ) ) + + [[ "$prev" != [0-9ln] ]] && _filedir '[0-9ln]' + + return 0 +} +[ $UNAME = GNU -o $UNAME = Linux -o $UNAME = Darwin \ + -o $UNAME = FreeBSD -o $UNAME = SunOS -o $UNAME = Cygwin \ + -o $UNAME = OpenBSD ] && \ +complete -F _man $filenames man apropos whatis + +# renice(8) completion +# +_renice() +{ + local command cur curopt i + + COMPREPLY=() + cur=`_get_cword` + command=$1 + + i=0 + # walk back through command line and find last option + while [ $i -le $COMP_CWORD -a ${#COMPREPLY[@]} -eq 0 ]; do + curopt=${COMP_WORDS[COMP_CWORD-$i]} + case "$curopt" in + -u) + COMPREPLY=( $( compgen -u -- $cur ) ) + ;; + -g) + _pgids + ;; + -p|$command) + _pids + ;; + esac + i=$(( ++i )) + done +} +complete -F _renice renice + +# kill(1) completion +# +_kill() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD -eq 1 ] && [[ "$cur" == -* ]]; then + # return list of available signals + _signals + else + # return list of available PIDs + _pids + fi +} +complete -F _kill kill + +# Linux and FreeBSD killall(1) completion. +# +[ $UNAME = Linux -o $UNAME = FreeBSD ] && +_killall() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD -eq 1 ] && [[ "$cur" == -* ]]; then + _signals + else + COMPREPLY=( $( compgen -W '$( command ps axo command | \ + sed -ne "1d; s/^\[\?\([^-][^] ]*\).*$/\1/p" | \ + sed -e "s/.*\///" )' -- $cur ) ) + fi + + return 0 +} +[ $UNAME = Linux -o $UNAME = FreeBSD ] && complete -F _killall killall pkill + +# Linux and FreeBSD pgrep(1) completion. +# +[ $UNAME = Linux -o $UNAME = FreeBSD ] && +_pgrep() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + COMPREPLY=( $( compgen -W '$( command ps axo command | \ + sed -ne "1d; s/^\[\?\([^-][^] ]*\).*$/\1/p" | \ + sed -e "s/.*\///" )' -- $cur ) ) + + return 0 +} +[ $UNAME = Linux -o $UNAME = FreeBSD ] && complete -F _pgrep pgrep +# Linux pidof(8) completion. +[ $UNAME = Linux ] && complete -F _pgrep pidof + +# GNU find(1) completion. This makes heavy use of ksh style extended +# globs and contains Linux specific code for completing the parameter +# to the -fstype option. +# +_find() +{ + local cur prev i exprfound onlyonce + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(max|min)depth) + COMPREPLY=( $( compgen -W '0 1 2 3 4 5 6 7 8 9' -- $cur ) ) + return 0 + ;; + -?(a|c)newer|-fls|-fprint?(0|f)|-?(i)?(l)name|-?(i)wholename) + _filedir + return 0 + ;; + -fstype) + # this is highly non-portable + [ -e /proc/filesystems ] && + COMPREPLY=( $( cut -d$'\t' -f 2 /proc/filesystems | \ + grep "^$cur" ) ) + return 0 + ;; + -gid) + _gids + return 0 + ;; + -group) + if [ -n "$bash205" ]; then + COMPREPLY=( $( compgen -g -- $cur 2>/dev/null) ) + fi + return 0 + ;; + -?(x)type) + COMPREPLY=( $( compgen -W 'b c d p f l s' -- $cur ) ) + return 0 + ;; + -uid) + _uids + return 0 + ;; + -user) + COMPREPLY=( $( compgen -u -- $cur ) ) + return 0 + ;; + -exec|-ok) + COMP_WORDS=(COMP_WORDS[0] $cur) + COMP_CWORD=1 + _command + return 0 + ;; + -[acm]min|-[acm]time|-?(i)?(l)name|-inum|-?(i)path|-?(i)regex| \ + -links|-perm|-size|-used|-printf) + # do nothing, just wait for a parameter to be given + return 0 + ;; + esac + + _expand || return 0 + + # set exprfound to 1 if there is already an expression present + for i in ${COMP_WORDS[@]}; do + [[ "$i" = [-\(\),\!]* ]] && exprfound=1 && break + done + + # handle case where first parameter is not a dash option + if [ "$exprfound" != 1 ] && [[ "$cur" != [-\(\),\!]* ]]; then + _filedir -d + return 0 + fi + + # complete using basic options + COMPREPLY=( $( compgen -W '-daystart -depth -follow -help -maxdepth \ + -mindepth -mount -noleaf -version -xdev -amin -anewer \ + -atime -cmin -cnewer -ctime -empty -false -fstype \ + -gid -group -ilname -iname -inum -ipath -iregex \ + -wholename \ + -links -lname -mmin -mtime -name -newer -nouser \ + -nogroup -perm -regex -size -true -type -uid -used \ + -user -xtype -exec -fls -fprint -fprint0 -fprintf -ok \ + -print -print0 -printf -prune -ls' -- $cur ) ) + + # this removes any options from the list of completions that have + # already been specified somewhere on the command line, as long as + # these options can only be used once (in a word, "options", in + # opposition to "tests" and "actions", as in the find(1) manpage). + onlyonce=' -daystart -depth -follow -help -maxdepth -mindepth -mount \ + -noleaf -version -xdev ' + COMPREPLY=( $( echo "${COMP_WORDS[@]}" | \ + (while read -d ' ' i; do + [ "$i" == "" ] || + [ "${onlyonce/ ${i%% *} / }" == "$onlyonce" ] && + continue + # flatten array with spaces on either side, + # otherwise we cannot grep on word boundaries of + # first and last word + COMPREPLY=" ${COMPREPLY[@]} " + # remove word from list of completions + COMPREPLY=( ${COMPREPLY/ ${i%% *} / } ) + done + echo "${COMPREPLY[@]}") + ) ) + + _filedir + + return 0 +} +complete -F _find $filenames find + +# Linux iwconfig(8) completion +# +[ $UNAME = Linux ] && have iwconfig && +_iwconfig() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + mode) + COMPREPLY=( $( compgen -W 'managed ad-hoc master \ + repeater secondary monitor' -- $cur ) ) + return 0 + ;; + essid) + COMPREPLY=( $( compgen -W 'on off any' -- $cur ) ) + if [ -n "${COMP_IWLIST_SCAN:-}" ]; then + COMPREPLY=( "${COMPREPLY[@]}" \ + $( iwlist ${COMP_WORDS[1]} scan | \ + awk -F '"' '/ESSID/ {print $2}' | \ + grep "^$cur" )) + fi + return 0 + ;; + nwid) + COMPREPLY=( $( compgen -W 'on off' -- $cur ) ) + return 0 + ;; + channel) + COMPREPLY=( $( iwlist ${COMP_WORDS[1]} channel | \ + awk '/^[[:space:]]*Channel/ {print $2}' | \ + grep "^$cur" ) ) + return 0 + ;; + + freq) + COMPREPLY=( $( iwlist ${COMP_WORDS[1]} channel | \ + awk '/^[[:space:]]*Channel/ {print $4"G"}' | \ + grep "^$cur" ) ) + return 0 + ;; + ap) + COMPREPLY=( $( compgen -W 'on off any' -- $cur ) ) + if [ -n "${COMP_IWLIST_SCAN:-}" ]; then + COMPREPLY=( "${COMPREPLY[@]}" \ + $( iwlist ${COMP_WORDS[1]} scan | \ + awk -F ': ' '/Address/ {print $2}' | \ + grep "^$cur" ) ) + fi + return 0 + ;; + rate) + COMPREPLY=( $( compgen -W 'auto fixed' -- $cur ) ) + COMPREPLY=( "${COMPREPLY[@]}" \ + $( iwlist ${COMP_WORDS[1]} rate | \ + awk '/^[[:space:]]*[0-9]/ {print $1"M"}' | \ + grep "^$cur" ) ) + return 0 + ;; + rts) + COMPREPLY=( $( compgen -W 'auto fixed off' -- $cur ) ) + return 0 + ;; + frag) + COMPREPLY=( $( compgen -W 'auto fixed off' -- $cur ) ) + return 0 + ;; + key) + COMPREPLY=( $( compgen -W 'off on open restricted' -- $cur ) ) + return 0 + ;; + enc) + COMPREPLY=( $( compgen -W 'off on open restricted' -- $cur ) ) + return 0 + ;; + power) + COMPREPLY=( $( compgen -W 'period timeout off on' -- $cur ) ) + return 0 + ;; + txpower) + COMPREPLY=( $( compgen -W 'off on auto' -- $cur ) ) + return 0 + ;; + retry) + COMPREPLY=( $( compgen -W 'limit lifetime' -- $cur ) ) + return 0 + ;; + esac + + if [ $COMP_CWORD -eq 1 ]; then + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--help --version' -- $cur ) ) + else + _available_interfaces -w + fi + else + COMPREPLY=( $( compgen -W 'essid nwid mode freq channel sens mode \ + ap nick rate rts frag enc key power txpower commit' -- $cur ) ) + fi + +} && +complete -F _iwconfig iwconfig + +# Linux iwlist(8) completion +# +[ $UNAME = Linux ] && have iwlist && +_iwlist() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [ $COMP_CWORD -eq 1 ]; then + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--help --version' -- $cur ) ) + else + _available_interfaces -w + fi + else + COMPREPLY=( $( compgen -W 'scan scanning freq frequency \ + channel rate bit bitrate key enc encryption power \ + txpower retry ap accesspoint peers event' -- $cur ) ) + fi +} && +complete -F _iwlist iwlist + +# Linux iwspy(8) completion +# +[ $UNAME = Linux ] && have iwspy && +_iwspy() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD -eq 1 ]; then + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--help --version' -- $cur ) ) + else + _available_interfaces -w + fi + else + COMPREPLY=( $( compgen -W 'setthr getthr off' -- $cur ) ) + fi +} && +complete -F _iwspy iwspy + +# Linux iwpriv(8) completion +# +[ $UNAME = Linux ] && have iwpriv && +_iwpriv() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + roam) + COMPREPLY=( $( compgen -W 'on off' -- $cur ) ) + return 0 + ;; + port) + COMPREPLY=( $( compgen -W 'ad-hoc managed' -- $cur ) ) + return 0 + ;; + esac + + if [ $COMP_CWORD -eq 1 ]; then + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--help --version' -- $cur ) ) + else + _available_interfaces -w + fi + else + COMPREPLY=( $( compgen -W '--all roam port' -- $cur ) ) + fi +} && +complete -F _iwpriv iwpriv + +# RedHat & Debian GNU/Linux if{up,down} completion +# +[ $UNAME = Linux ] && { have ifup || have ifdown; } && +_ifupdown() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD -eq 1 ]; then + _configured_interfaces + COMPREPLY=( $(compgen -W '${COMPREPLY[@]}' -- "$cur") ) + fi + + return 0 +} && +complete -F _ifupdown ifup ifdown +[ $UNAME = Linux ] && have ifstatus && complete -F _ifupdown ifstatus + +# Linux ipsec(8) completion (for FreeS/WAN) +# +[ $UNAME = Linux ] && have ipsec && +_ipsec() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + + if [ $COMP_CWORD -eq 1 ]; then + COMPREPLY=( $( compgen -W 'auto barf eroute klipsdebug look \ + manual pluto ranbits rsasigkey \ + setup showdefaults showhostkey spi \ + spigrp tncfg whack' -- $cur ) ) + return 0 + fi + + case ${COMP_WORDS[1]} in + auto) + COMPREPLY=( $( compgen -W '--asynchronous --up --add --delete \ + --replace --down --route --unroute \ + --ready --status --rereadsecrets' \ + -- $cur ) ) + ;; + manual) + COMPREPLY=( $( compgen -W '--up --down --route --unroute \ + --union' -- $cur ) ) + ;; + ranbits) + COMPREPLY=( $( compgen -W '--quick --continuous --bytes' \ + -- $cur ) ) + ;; + setup) + COMPREPLY=( $( compgen -W '--start --stop --restart' -- $cur ) ) + ;; + + *) + ;; + esac + + return 0 +} && +complete -F _ipsec ipsec + +# Postfix completion. +# +have postfix && { +# postfix(1) +# +_postfix() +{ + local cur prev + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [[ $cur == '-' ]]; then + COMPREPLY=(-c -D -v) + return 0 + fi + if [[ $prev == '-c' ]]; then + _filedir -d + return 0 + fi + if [[ $prev == '-D' ]]; then + COMPREPLY=( $( compgen -W 'start' -- "`get_cword`" ) ) + return 0 + fi + COMPREPLY=( $( compgen -W 'start stop reload abort flush check' -- \ + "`get_cword`" ) ) +} +complete -F _postfix postfix + +# postalias(1) and postmap(1) +# +_postmap() +{ + local cur prev len idx + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [[ $cur == '-' ]]; then + COMPREPLY=(-N -f -i -n -o -p -r -v -w -c -d -q) + return 0 + fi + if [[ $prev == '-c' ]]; then + _filedir -d + return 0 + fi + if [[ $prev == -[dq] ]]; then + return 0 + fi + + if [[ "$cur" == *:* ]]; then + COMPREPLY=( $( compgen -f -- ${cur#*:} ) ) + else + len=${#cur} + idx=0 + for pval in $( /usr/sbin/postconf -m ); do + if [[ "$cur" == "${pval:0:$len}" ]]; then + COMPREPLY[$idx]="$pval:" + idx=$(($idx+1)) + fi + done + if [[ $idx -eq 0 ]]; then + COMPREPLY=( $( compgen -f -- "$cur" ) ) + fi + fi + return 0 +} +complete -F _postmap postmap postalias + +# postcat(1) +# +_postcat() +{ + local cur prev pval len idx qfile + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [[ $cur == '-' ]]; then + COMPREPLY=(-c -q -v) + return 0 + fi + if [[ $prev == '-c' ]]; then + _filedir -d + return 0 + fi + + qfile=0 + for idx in "${COMP_WORDS[@]}"; do + [[ "$idx" = -q ]] && qfile=1 && break + done + if [[ $qfile == 1 ]]; then + len=${#cur} + idx=0 + for pval in $( mailq | \ + sed -e '1d; $d; /^[^0-9A-Z]\|^$/d; s/[* !].*$//' ); do + if [[ "$cur" == "${pval:0:$len}" ]]; then + COMPREPLY[$idx]=$pval + idx=$(($idx+1)) + fi + done + return 0 + else + _filedir + return 0 + fi +} +complete -F _postcat postcat + +# postconf(1) +# +_postconf() +{ + local cur prev pval len idx eqext + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + if [[ $cur == '-' ]]; then + COMPREPLY=(-c -d -e -h -m -l -n -v) + return 0 + fi + if [[ $prev == '-c' ]]; then + _filedir -d + return 0 + fi + if [[ $prev == '-e' ]]; then + cur=${cur#[\"\']} + eqext='=' + fi + len=${#cur} + idx=0 + for pval in $( /usr/sbin/postconf | cut -d ' ' -f 1 ); do + if [[ "$cur" == "${pval:0:$len}" ]]; then + COMPREPLY[$idx]="$pval$eqext" + idx=$(($idx+1)) + fi + done + return 0 +} +complete -F _postconf postconf + +# postsuper(1) +# +_postsuper() +{ + local cur prev pval len idx + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [[ $cur == '-' ]]; then + COMPREPLY=(-c -d -h -H -p -r -s -v) + return 0 + fi + case $prev in + -[dr]) + len=${#cur} + idx=0 + for pval in $( echo ALL; mailq | \ + sed -e '1d; $d; /^[^0-9A-Z]\|^$/d; s/[* !].*$//' ); do + if [[ "$cur" == "${pval:0:$len}" ]]; then + COMPREPLY[$idx]=$pval + idx=$(($idx+1)) + fi + done + return 0 + ;; + -h) + len=${#cur} + idx=0 + for pval in $( echo ALL; mailq | \ + sed -e '1d; $d; /^[^0-9A-Z]\|^$/d; s/[* ].*$//; /!$/d' ); do + if [[ "$cur" == "${pval:0:$len}" ]]; then + COMPREPLY[$idx]=$pval + idx=$(($idx+1)) + fi + done + return 0 + ;; + -H) + len=${#cur} + idx=0 + for pval in $( echo ALL; mailq | \ + sed -e '1d; $d; /^[^0-9A-Z]\|^$/d; /^[0-9A-Z]*[* ]/d; s/!.*$//' ); do + if [[ "$cur" == "${pval:0:$len}" ]]; then + COMPREPLY[$idx]=$pval + idx=$(($idx+1)) + fi + done + return 0 + ;; + esac + COMPREPLY=( $( compgen -W 'hold incoming active deferred' -- $cur ) ) + return 0 +} +complete -F _postsuper postsuper +} + +# cvs(1) completion +# +have cvs && { +set_prefix() +{ + [ -z ${prefix:-} ] || prefix=${cur%/*}/ + [ -r ${prefix:-}CVS/Entries ] || prefix="" +} + +get_entries() +{ + local IFS=$'\n' + [ -r ${prefix:-}CVS/Entries ] && \ + entries=$(cut -d/ -f2 -s ${prefix:-}CVS/Entries) +} + +get_modules() +{ + if [ -n "$prefix" ]; then + COMPREPLY=( $( command ls -d ${cvsroot}/${prefix}/!(CVSROOT) ) ) + else + COMPREPLY=( $( command ls -d ${cvsroot}/!(CVSROOT) ) ) + fi +} + +_cvs() +{ + local cur count mode i cvsroot cvsroots pwd + local -a flags miss files entries changed newremoved + + COMPREPLY=() + cur=`_get_cword` + + count=0 + for i in "${COMP_WORDS[@]}"; do + [ $count -eq $COMP_CWORD ] && break + # Last parameter was the CVSROOT, now go back to mode selection + if [ "${COMP_WORDS[((count))]}" == "$cvsroot" -a "$mode" == "cvsroot" ]; then + mode="" + fi + if [ -z "$mode" ]; then + case $i in + -d) + mode=cvsroot + cvsroot=${COMP_WORDS[((count+1))]} + ;; + @(ad?(d)|new)) + mode=add + ;; + @(adm?(in)|rcs)) + mode=admin + ;; + ann?(notate)) + mode=annotate + ;; + @(checkout|co|get)) + mode=checkout + ;; + @(com?(mit)|ci)) + mode=commit + ;; + di?(f?(f))) + mode=diff + ;; + ex?(p?(ort))) + mode=export + ;; + ?(un)edit) + mode=$i + ;; + hi?(s?(tory))) + mode=history + ;; + im?(p?(ort))) + mode=import + ;; + re?(l?(ease))) + mode=release + ;; + ?(r)log) + mode=log + ;; + @(rdiff|patch)) + mode=rdiff + ;; + @(remove|rm|delete)) + mode=remove + ;; + @(rtag|rfreeze)) + mode=rtag + ;; + st?(at?(us))) + mode=status + ;; + @(tag|freeze)) + mode=tag + ;; + up?(d?(ate))) + mode=update + ;; + *) + ;; + esac + elif [[ "$i" = -* ]]; then + flags=( "${flags[@]}" $i ) + fi + count=$((++count)) + done + + case "$mode" in + add) + if [[ "$cur" != -* ]]; then + set_prefix + if [ $COMP_CWORD -gt 1 -a -r ${prefix:-}CVS/Entries ]; then + get_entries + [ -z "$cur" ] && \ + files=$( command ls -Ad !(CVS) ) || \ + files=$( command ls -d ${cur}* 2>/dev/null ) + for i in "${entries[@]}"; do + files=( ${files[@]/#$i//} ) + done + COMPREPLY=( $( compgen -W '${files[@]}' -- \ + $cur ) ) + fi + else + COMPREPLY=( $( compgen -W '-k -m' -- $cur ) ) + fi + ;; + admin) + if [[ "$cur" = -* ]]; then + COMPREPLY=( $( compgen -W '-i -a -A -e -b -c -k -l -u \ + -L -U -m -M -n -N -o -q -I \ + -s -t -t- -T -V -x -z' -- \ + $cur ) ) + fi + ;; + annotate) + if [[ "$cur" = -* ]]; then + COMPREPLY=( $( compgen -W '-D -F -f -l -R -r' -- $cur ) ) + else + get_entries + COMPREPLY=( $( compgen -W '${entries[@]}' -- $cur ) ) + fi + ;; + checkout) + if [[ "$cur" != -* ]]; then + [ -z "$cvsroot" ] && cvsroot=$CVSROOT + COMPREPLY=( $( cvs -d "$cvsroot" co -c 2> /dev/null | \ + awk '{print $1}' ) ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- $cur ) ) + else + COMPREPLY=( $( compgen -W '-A -N -P -R -c -f -l -n -p \ + -s -r -D -d -k -j' -- $cur ) ) + fi + ;; + commit) + set_prefix + + if [[ "$cur" != -* ]] && [ -r ${prefix:-}CVS/Entries ]; then + # if $COMP_CVS_REMOTE is not null, 'cvs commit' will + # complete on remotely checked-out files (requires + # passwordless access to the remote repository + if [ -n "${COMP_CVS_REMOTE:-}" ]; then + # this is the least computationally intensive + # way found so far, but other changes + # (something other than changed/removed/new) + # may be missing + changed=( $( cvs -q diff --brief 2>&1 | \ + sed -ne 's/^Files [^ ]* and \([^ ]*\) differ$/\1/p' ) ) + newremoved=( $( cvs -q diff --brief 2>&1 | \ + sed -ne 's/^cvs diff: \([^ ]*\) .*, no comparison available$/\1/p' ) ) + COMPREPLY=( $( compgen -W '${changed[@]:-} \ + ${newremoved[@]:-}' -- $cur ) ) + else + _filedir + fi + else + COMPREPLY=( $( compgen -W '-n -R -l -f -F -m -r' -- \ + $cur ) ) + fi + ;; + cvsroot) + if [ -r ~/.cvspass ]; then + # Ugly escaping because of bash treating ':' specially + cvsroots=$( sed 's/^[^ ]* //; s/:/\\:/g' ~/.cvspass ) + COMPREPLY=( $( compgen -W '$cvsroots' -- $cur ) ) + fi + ;; + export) + if [[ "$cur" != -* ]]; then + [ -z "$cvsroot" ] && cvsroot=$CVSROOT + COMPREPLY=( $( cvs -d "$cvsroot" co -c | awk '{print $1}' ) ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]}' -- $cur ) ) + else + COMPREPLY=( $( compgen -W '-N -f -l -R -n \ + -r -D -d -k' -- $cur ) ) + fi + ;; + diff) + if [[ "$cur" == -* ]]; then + _longopt diff + else + get_entries + COMPREPLY=( $( compgen -W '${entries[@]:-}' -- $cur ) ) + fi + ;; + remove) + if [[ "$cur" != -* ]]; then + set_prefix + if [ $COMP_CWORD -gt 1 -a -r ${prefix:-}CVS/Entries ]; then + get_entries + # find out what files are missing + for i in "${entries[@]}"; do + [ ! -r "$i" ] && miss=( "${miss[@]}" $i ) + done + COMPREPLY=( $(compgen -W '${miss[@]:-}' -- $cur) ) + fi + else + COMPREPLY=( $( compgen -W '-f -l -R' -- $cur ) ) + fi + ;; + import) + if [[ "$cur" != -* ]]; then + # starts with same algorithm as checkout + [ -z "$cvsroot" ] && cvsroot=$CVSROOT + prefix=${cur%/*} + if [ -r ${cvsroot}/${prefix} ]; then + get_modules + COMPREPLY=( ${COMPREPLY[@]#$cvsroot} ) + COMPREPLY=( ${COMPREPLY[@]#\/} ) + fi + pwd=$( pwd ) + pwd=${pwd##*/} + COMPREPLY=( $( compgen -W '${COMPREPLY[@]} $pwd' -- \ + $cur ) ) + else + COMPREPLY=( $( compgen -W '-d -k -I -b -m -W' -- $cur )) + fi + ;; + update) + if [[ "$cur" = -* ]]; then + COMPREPLY=( $( compgen -W '-A -P -C -d -f -l -R -p \ + -k -r -D -j -I -W' -- \ + $cur ) ) + fi + ;; + "") + COMPREPLY=( $( compgen -W 'add admin annotate checkout ci co \ + commit diff delete edit export \ + freeze get history import log new \ + patch rcs rdiff release remove \ + rfreeze rlog rm rtag stat status \ + tag unedit up update -H -Q -q -b \ + -d -e -f -l -n -t -r -v -w -x -z \ + --help --version' -- $cur ) ) + ;; + *) + ;; + esac + + return 0 +} +complete -F _cvs $default cvs +} + +have rpm && { +# helper functions for rpm completion +# +_rpm_installed_packages() +{ + local ver nodig nosig + + if [ -r /var/log/rpmpkgs -a \ + /var/log/rpmpkgs -nt /var/lib/rpm/Packages ]; then + # using RHL 7.2 or later - this is quicker than querying the DB + COMPREPLY=( $( sed -ne \ + 's|^\('$cur'.*\)-[0-9a-zA-Z._]\+-[0-9a-z.@]\+.*\.rpm$|\1|p' \ + /var/log/rpmpkgs ) ) + else + nodig="" + nosig="" + ver=$(rpm --version) + ver=${ver##* } + + if [[ "$ver" > "4.0.4" ]]; then + nodig="--nodigest" + fi + if [[ "$ver" > "4.0.99" ]]; then + nosig="--nosignature" + fi + + COMPREPLY=( $( rpm -qa $nodig $nosig | sed -ne \ + 's|^\('$cur'.*\)-[0-9a-zA-Z._]\+-[0-9a-z.@]\+$|\1|p' ) ) + fi +} + +_rpm_groups() +{ + local IFS=$'\t' + # remove trailing backslash, or grep will complain + cur=${cur%"\\"} + COMPREPLY=( $( rpm -qa $nodig $nosig --queryformat '%{group}\n' | \ + grep "^$cur" ) ) + # backslash escape spaces and translate newlines to tabs + COMPREPLY=( $( echo "${COMPREPLY[@]}" | sed 's/ /\\ /g' | tr '\n' '\t' ) ) +} + +# rpm(8) completion +# +_rpm() +{ + local cur prev ver nodig nosig + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + nodig="" + nosig="" + ver=$(rpm --version); ver=${ver##* } + + if [[ "$ver" > "4.0.4" ]]; then + nodig="--nodigest" + fi + if [[ "$ver" > "4.0.99" ]]; then + nosig="--nosignature" + fi + + if [ $COMP_CWORD -eq 1 ]; then + # first parameter on line + case "$cur" in + -b*) + COMPREPLY=( $( compgen -W '-ba -bb -bc -bi -bl -bp -bs'\ + -- $cur ) ) + ;; + -t*) + COMPREPLY=( $( compgen -W '-ta -tb -tc -ti -tl -tp -ts'\ + -- $cur ) ) + ;; + --*) + COMPREPLY=( $( compgen -W '--help --version --initdb \ + --checksig --recompile --rebuild --resign --addsign \ + --rebuilddb --showrc --setperms --setugids --tarbuild \ + --eval --install --upgrade --query --freshen --erase \ + --verify --querytags --rmsource --rmspec --clean \ + --import' -- $cur ) ) + ;; + *) + COMPREPLY=( $( compgen -W '-b -e -F -i -q -t -U -V' \ + -- $cur ) ) + ;; + esac + + return 0 + fi + + case "$prev" in + --@(@(db|exclude)path|prefix|relocate|root)) + _filedir -d + return 0 + ;; + --eval) + # get a list of macros + COMPREPLY=( $( sed -ne 's|^\(%'${cur#\%}'[^ '$'\t'']*\).*$|\1|p' \ + /usr/lib/rpm/macros ) ) + return 0 + ;; + --pipe) + COMPREPLY=( $( compgen -c -- $cur ) ) + return 0 + ;; + --rcfile) + _filedir + return 0 + ;; + --specfile) + # complete on .spec files + _filedir spec + return 0 + ;; + --whatprovides) + if [[ "$cur" == */* ]]; then + _filedir + else + # complete on capabilities + COMPREPLY=( $( rpm -qa $nodig $nosig --queryformat \ + '%{providename}\n' | grep "^$cur" ) ) + fi + return 0 + ;; + --whatrequires) + # complete on capabilities + COMPREPLY=( $( rpm -qa $nodig $nosig --queryformat \ + '%{requirename}\n' | grep "^$cur" ) ) + return 0 + ;; + esac + + case "${COMP_WORDS[1]}" in + -@([iFU]*|-install|-freshen|-upgrade)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--percent --force --test \ + --replacepkgs --replacefiles --root --excludedocs \ + --includedocs --noscripts --rcfile --ignorearch \ + --dbpath --prefix --ignoreos --nodeps --allfiles \ + --ftpproxy --ftpport --justdb --httpproxy --httpport \ + --noorder --relocate --badreloc --notriggers \ + --excludepath --ignoresize --oldpackage --define \ + --eval --pipe --queryformat --repackage --nosuggests \ + --nodigest --nosignature' -- $cur ) ) + else + _filedir 'rpm' + fi + ;; + -@(e|-erase)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--allmatches --noscripts \ + --notriggers --nodeps --test --repackage' -- $cur ) ) + else + _rpm_installed_packages + fi + ;; + -@(q*|-query)) + # check whether we're doing file completion + if [ "${COMP_LINE#* -*([^ -])f}" != "$COMP_LINE" ]; then + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--scripts --root \ + --rcfile --requires --ftpport --ftpproxy \ + --httpproxy --httpport --provides --triggers \ + --dump --changelog --dbpath \ + --last --filesbypkg \ + --info --list --state \ + --docfiles --configfiles --queryformat \ + --conflicts --obsoletes \ + --nodigest --nosignature \ + --triggerscripts' -- $cur ) ) + else + _filedir + fi + elif [ "${COMP_LINE#* -*([^ -])g}" != "$COMP_LINE" ]; then + _rpm_groups + elif [ "${COMP_LINE#* -*([^ -])p}" != "$COMP_LINE" ]; then + # uninstalled package completion + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--scripts --root \ + --rcfile --whatprovides --whatrequires \ + --requires --triggeredby --ftpport --ftpproxy \ + --httpproxy --httpport --provides --triggers \ + --dump --changelog --dbpath --filesbypkg \ + --define --eval --pipe --showrc --info --list \ + --state --docfiles --configfiles --queryformat\ + --conflicts --obsoletes --nodigest \ + --nosignature' -- $cur ) ) + else + _filedir 'rpm' + fi + else + # installed package completion + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--scripts --root \ + --rcfile --whatprovides --whatrequires \ + --requires --triggeredby --ftpport --ftpproxy \ + --httpproxy --httpport --provides --triggers \ + --dump --changelog --dbpath --specfile \ + --querybynumber --last --filesbypkg --define \ + --eval --pipe --showrc --info --list --state \ + --docfiles --configfiles --queryformat \ + --conflicts --obsoletes --pkgid --hdrid \ + --fileid --tid --nodigest --nosignature \ + --triggerscripts' -- $cur ) ) + elif [ "${COMP_LINE#* -*([^ -])a}" == "$COMP_LINE" ]; then + _rpm_installed_packages + fi + fi + ;; + -@(K*|-checksig)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--nopgp --nogpg --nomd5 \ + --nodigest --nosignature' -- $cur ) ) + else + _filedir 'rpm' + fi + ;; + -@([Vy]*|-verify)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--root --rcfile --dbpath \ + --nodeps --nogroup --nolinkto --nomode --nomtime \ + --nordev --nouser --nofiles --noscripts --nomd5 \ + --querytags --specfile --whatrequires --whatprovides \ + --nodigest --nosignature' -- $cur ) ) + # check whether we're doing file completion + elif [ "${COMP_LINE#* -*([^ -])f}" != "$COMP_LINE" ]; then + _filedir + elif [ "${COMP_LINE#* -*([^ -])g}" != "$COMP_LINE" ]; then + _rpm_groups + elif [ "${COMP_LINE#* -*([^ -])p}" != "$COMP_LINE" ]; then + _filedir 'rpm' + else + _rpm_installed_packages + fi + ;; + -[bt]*) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--short-circuit --timecheck \ + --clean --rmsource --rmspec --test --sign --buildroot \ + --target -- buildarch --buildos --nobuild --nodeps \ + --nodirtokens' -- $cur ) ) + elif [[ ${COMP_WORDS[1]} == -b* ]]; then + _filedir 'spec' + else + _filedir '@(tgz|tar.@(gz|bz2))' + fi + ;; + --re@(build|compile)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--nodeps --rmsource \ + --rmspec --sign --nodirtokens --target' -- $cur ) ) + else + _filedir '?(no)src.rpm' + fi + ;; + --tarbuild) + _filedir '@(tgz|tar.@(gz|bz2))' + ;; + --@(re|add)sign) + _filedir 'rpm' + ;; + --set@(perms|gids)) + _rpm_installed_packages + ;; + --@(clean|rms@(ource|pec))) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--clean --rmsource \ + --rmspec' -- $cur ) ) + else + _filedir 'spec' + fi + ;; + --@(import|dbpath|root)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--import --dbpath --root' \ + -- $cur ) ) + else + _filedir + fi + ;; + esac + + return 0 +} +complete -F _rpm $filenames rpm rpmbuild +} + +# Debian apt-get(8) completion. +# +have apt-get && +_apt_get() +{ + local cur prev special i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do + if [[ ${COMP_WORDS[i]} == @(install|remove|purge|source|build-dep) ]]; then + special=${COMP_WORDS[i]} + fi + done + + if [ -n "$special" ]; then + case $special in + remove|purge) + if [ -f /etc/debian_version ]; then + # Debian system + COMPREPLY=( $( _comp_dpkg_installed_packages \ + $cur ) ) + else + # assume RPM based + _rpm_installed_packages + fi + return 0 + ;; + *) + COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) ) + return 0 + ;; + + esac + fi + + case "$prev" in + -@(c|-config-file)) + _filedir + return 0 + ;; + + -@(t|-target-release|-default-release)) + COMPREPLY=( $( apt-cache policy | \ + grep "release.o=Debian,a=$cur" | \ + sed -e "s/.*a=\(\w*\).*/\1/" | uniq 2> /dev/null) ) + return 0 + ;; + + esac + + if [[ "$cur" == -* ]]; then + + COMPREPLY=( $( compgen -W '-d -f -h -v -m -q -s -y \ + -u -t -b -c -o --download-only --fix-broken \ + --help --version --ignore-missing \ + --fix-missing --no-download --quiet --simulate \ + --just-print --dry-run --recon --no-act --yes \ + --assume-yes --show-upgraded --only-source \ + --compile --build --ignore-hold \ + --target-release --no-upgrade --force-yes \ + --print-uris --purge --reinstall \ + --list-cleanup --default-release \ + --trivial-only --no-remove --diff-only \ + --tar-only --config-file --option --auto-remove' -- $cur ) ) + else + + COMPREPLY=( $( compgen -W 'update upgrade dselect-upgrade \ + dist-upgrade install remove purge source \ + build-dep check clean autoclean autoremove' \ + -- $cur ) ) + + fi + + + return 0 +} && +complete -F _apt_get $filenames apt-get + +# Debian apt-cache(8) completion. +# +have apt-cache && +_apt_cache() +{ + local cur prev special i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + + if [ "$cur" != show ]; then + for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do + if [[ ${COMP_WORDS[i]} == @(add|depends|dotty|policy|rdepends|madison|show?(pkg|src|)) ]]; then + special=${COMP_WORDS[i]} + fi + done + fi + + + if [ -n "$special" ]; then + case $special in + add) + _filedir + return 0 + ;; + + *) + COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) ) + return 0 + ;; + + esac + fi + + + case "$prev" in + -@(c|p|s|-config-file|-@(pkg|src)-cache)) + _filedir + return 0 + ;; + search) + if [[ "$cur" != -* ]]; then + return 0 + fi + ;; + esac + + if [[ "$cur" == -* ]]; then + + COMPREPLY=( $( compgen -W '-h -v -p -s -q -i -f -a -g -c \ + -o --help --version --pkg-cache --src-cache \ + --quiet --important --full --all-versions \ + --no-all-versions --generate --no-generate \ + --names-only --all-names --recurse \ + --config-file --option' -- $cur ) ) + else + + COMPREPLY=( $( compgen -W 'add gencaches show showpkg showsrc \ + stats dump dumpavail unmet search search \ + depends rdepends pkgnames dotty xvcg \ + policy madison' -- $cur ) ) + + fi + + + return 0 +} && +complete -F _apt_cache $filenames apt-cache + + +# Debian aptitude(1) completion +# +have aptitude && { +have grep-status && { +_comp_dpkg_hold_packages() +{ + grep-status -P -e "^$1" -a -FStatus 'hold' -n -s Package +} +} || { +_comp_dpkg_hold_packages() +{ + grep -B 2 'hold' /var/lib/dpkg/status | grep "Package: $1" \ + | cut -d\ -f2 +} +} + +_aptitude() +{ + local cur dashoptions prev special i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + + dashoptions='-S -u -i -h --help --version -s --simulate -d \ + --download-only -P --prompt -y --assume-yes -F \ + --display-format -O --sort -w --width -f -r -g \ + --with-recommends --with-suggests -R -G \ + --without-recommends --without-suggests -t \ + --target-release -V --show-versions -D --show-deps\ + -Z -v --verbose --purge-unused' + + for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do + if [[ ${COMP_WORDS[i]} == @(install|reinstall|hold|unhold|markauto|unmarkauto|dist-upgrade|full-upgrade|download|show|forbid-version|purge|remove|changelog|why|why-not|keep|keep-all) ]]; then + special=${COMP_WORDS[i]} + fi + #exclude some mutually exclusive options + [[ ${COMP_WORDS[i]} == '-u' ]] && dashoptions=${dashoptions/-i} + [[ ${COMP_WORDS[i]} == '-i' ]] && dashoptions=${dashoptions/-u} + done + + if [[ -n "$special" ]]; then + case $special in + @(install|hold|markauto|unmarkauto|dist-upgrade|full-upgrade|download|show|changelog|why|why-not)) + COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) ) + return 0 + ;; + @(purge|remove|reinstall|forbid-version)) + COMPREPLY=( $( _comp_dpkg_installed_packages $cur ) ) + return 0 + ;; + unhold) + COMPREPLY=( $( _comp_dpkg_hold_packages $cur ) ) + return 0 + ;; + + esac + fi + + case $prev in + # don't complete anything if these options are found + @(autoclean|clean|forget-new|search|upgrade|safe-upgrade|update|keep-all)) + return 0 + ;; + + -S) + _filedir + return 0 + ;; + + -@(t|-target-release|-default-release)) + COMPREPLY=( $( apt-cache policy | \ + grep "release.o=Debian,a=$cur" | \ + sed -e "s/.*a=\(\w*\).*/\1/" | uniq 2> /dev/null ) ) + return 0 + ;; + + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W "$dashoptions" -- $cur ) ) + else + COMPREPLY=( $( compgen -W 'update upgrade safe-upgrade forget-new clean \ + autoclean install reinstall remove \ + hold unhold purge markauto unmarkauto why why-not \ + dist-upgrade full-upgrade download search show \ + forbid-version changelog keep-all' -- $cur ) ) + fi + + + return 0 +} +complete -F _aptitude $default aptitude +} + +# Debian apt-build(1) completion. +# +have apt-build && +_apt_build() +{ + local cur prev special i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do + if [[ ${COMP_WORDS[i]} == @(install|remove|source|info|clean) ]]; then + special=${COMP_WORDS[i]} + fi + done + + if [ -n "$special" ]; then + case $special in + @(install|source|info)) + COMPREPLY=( $( apt-cache pkgnames $cur 2> /dev/null ) ) + return 0 + ;; + remove) + COMPREPLY=( $( _comp_dpkg_installed_packages \ + $cur ) ) + return 0 + ;; + *) + return 0 + ;; + esac + fi + + case "$prev" in + + --@(patch|build-dir|repository-dir)) + _filedir + return 0 + ;; + + -@(h|-help)) + return 0 + ;; + + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--help --show-upgraded -u --build-dir \ + --repository-dir --build-only \ + --build-command --reinstall --rebuild \ + --remove-builddep --no-wrapper --purge \ + --patch --patch-strip -p --yes -y \ + --version -v --no-source' -- $cur ) ) + + else + COMPREPLY=( $( compgen -W 'update upgrade install remove \ + source dist-upgrade world clean info \ + clean-build update-repository ' -- $cur ) ) + fi + + + return 0 +} && +complete -F _apt_build $filenames apt-build + +# chsh(1) completion +# +_chsh() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [ "$prev" = "-s" ]; then + if [ -f /etc/debian_version ]; then + COMPREPLY=( $( /dev/null ) ) + fi + if [ ${#khd[@]} -gt 0 ]; then + # Needs to look for files called + # .../.ssh2/key_22_.pub + # dont fork any processes, because in a cluster environment, + # there can be hundreds of hostkeys + for i in "${khd[@]}" ; do + if [[ "$i" == *key_22_$curd*.pub ]] && [ -r "$i" ] ; then + host=${i/#*key_22_/} + host=${host/%.pub/} + COMPREPLY=( "${COMPREPLY[@]}" $host ) + fi + done + fi + + # append any available aliases from config files + if [ ${#config[@]} -gt 0 ] && [ -n "$aliases" ]; then + local host_aliases=$( sed -ne 's/^[Hh][Oo][Ss][Tt]\([Nn][Aa][Mm][Ee]\)\?['"$'\t '"']\+\([^*?]*\)$/\2/p' "${config[@]}" ) + hosts=$( compgen -W "$host_aliases" -- $ocur ) + COMPREPLY=( "${COMPREPLY[@]}" $hosts ) + fi + + # Now add results of normal hostname completion + COMPREPLY=( "${COMPREPLY[@]}" $( compgen -A hostname -- $ocur ) ) + + # apply suffix + for (( i=0; i < ${#COMPREPLY[@]}; i++ )); do + COMPREPLY[i]=$user${COMPREPLY[i]}$suffix + done + else + # Just do normal hostname completion + COMPREPLY=( $( compgen -A hostname -S "$suffix" -- $cur ) ) + fi + + return 0 +} +complete -F _known_hosts traceroute traceroute6 tracepath tracepath6 \ + ping ping6 fping fping6 telnet host nslookup rsh rlogin ftp dig ssh-installkeys mtr + +# ssh(1) completion +# +have ssh && { +_ssh() +{ + local cur prev + local -a config + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -*c) + COMPREPLY=( $( compgen -W 'blowfish 3des 3des-cbc blowfish-cbc \ + arcfour cast128-cbc' -- $cur ) ) + ;; + -*i) + _filedir + ;; + -*l) + COMPREPLY=( $( compgen -u -- $cur ) ) + ;; + *) + _known_hosts -a + + [ $COMP_CWORD -eq 1 ] || \ + COMPREPLY=( "${COMPREPLY[@]}" $( compgen -c -- $cur ) ) + esac + + return 0 +} +shopt -u hostcomplete && complete -F _ssh ssh slogin sftp xhost autossh + +# scp(1) completion +# +_scp() +{ + local cur userhost path + + COMPREPLY=() + cur=`_get_cword` + + _expand || return 0 + + if [[ "$cur" == *:* ]]; then + local IFS=$'\t\n' + # remove backslash escape from : + cur=${cur/\\:/:} + userhost=${cur%%?(\\):*} + path=${cur#*:} + # unescape spaces + path=${path//\\\\\\\\ / } + if [ -z "$path" ]; then + # default to home dir of specified user on remote host + path=$(ssh -o 'Batchmode yes' $userhost pwd 2>/dev/null) + fi + # escape spaces; remove executables, aliases, pipes and sockets; + # add space at end of file names + COMPREPLY=( $( ssh -o 'Batchmode yes' $userhost \ + command ls -aF1d "$path*" 2>/dev/null | \ + sed -e "s/[][(){}<>\",:;^&!$&=?\`|\\ ']/\\\\\\\\\\\\&/g" \ + -e 's/[*@|=]$//g' -e 's/[^\/]$/& /g' ) ) + return 0 + fi + + [[ "$cur" == */* ]] || _known_hosts -c -a + local IFS=$'\t\n' + COMPREPLY=( "${COMPREPLY[@]}" $( command ls -aF1d $cur* \ + 2>/dev/null | sed \ + -e "s/[][(){}<>\",:;^&!$&=?\`|\\ ']/\\\\&/g" \ + -e 's/[*@|=]$//g' -e 's/[^\/]$/& /g' ) ) + return 0 +} +complete -F _scp $nospace scp +} + +# rsync(1) completion +# +have rsync && +_rsync() +{ + local cur prev shell i userhost path + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + _expand || return 0 + + case "$prev" in + --@(config|password-file|include-from|exclude-from)) + _filedir + return 0 + ;; + -@(T|-temp-dir|-compare-dest)) + _filedir -d + return 0 + ;; + -@(e|-rsh)) + COMPREPLY=( $( compgen -W 'rsh ssh' -- $cur ) ) + return 0 + ;; + esac + + case "$cur" in + -*) + COMPREPLY=( $( compgen -W '-v -q -c -a -r -R -b -u -l -L -H \ + -p -o -g -D -t -S -n -W -x -B -e -C -I -T -P \ + -z -h -4 -6 --verbose --quiet --checksum \ + --archive --recursive --relative --backup \ + --backup-dir --suffix= --update --links \ + --copy-links --copy-unsafe-links --safe-links \ + --hard-links --perms --owner --group --devices\ + --times --sparse --dry-run --whole-file \ + --no-whole-file --one-file-system \ + --block-size= --rsh= --rsync-path= \ + --cvs-exclude --existing --ignore-existing \ + --delete --delete-excluded --delete-after \ + --ignore-errors --max-delete= --partial \ + --force --numeric-ids --timeout= \ + --ignore-times --size-only --modify-window= \ + --temp-dir= --compare-dest= --compress \ + --exclude= --exclude-from= --include= \ + --include-from= --version --daemon --no-detach\ + --address= --config= --port= --blocking-io \ + --no-blocking-io --stats --progress \ + --log-format= --password-file= --bwlimit= \ + --write-batch= --read-batch= --help' -- $cur )) + ;; + *:*) + # find which remote shell is used + shell=rsh + for (( i=1; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" == -@(e|-rsh) ]]; then + shell=${COMP_WORDS[i+1]} + break + fi + done + if [[ "$shell" == ssh ]]; then + # remove backslash escape from : + cur=${cur/\\:/:} + userhost=${cur%%?(\\):*} + path=${cur#*:} + # unescape spaces + path=${path//\\\\\\\\ / } + if [ -z "$path" ]; then + # default to home dir of specified + # user on remote host + path=$(ssh -o 'Batchmode yes' \ + $userhost pwd 2>/dev/null) + fi + # escape spaces; remove executables, aliases, pipes + # and sockets; add space at end of file names + COMPREPLY=( $( ssh -o 'Batchmode yes' $userhost \ + command ls -aF1d "$path*" 2>/dev/null | \ + sed -e 's/ /\\\\\\\ /g' -e 's/[*@|=]$//g' \ + -e 's/[^\/]$/& /g' ) ) + fi + ;; + *) + _known_hosts -c -a + _filedir + ;; + esac + + return 0 +} && +complete -F _rsync $nospace $filenames rsync + +# Linux route(8) completion +# +[ $UNAME = Linux ] && +_route() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + if [ "$prev" = dev ]; then + COMPREPLY=( $( ifconfig -a | sed -ne 's|^\('$cur'[^ ]*\).*$|\1|p' )) + return 0 + fi + + COMPREPLY=( $( compgen -W 'add del -host -net netmask metric mss \ + window irtt reject mod dyn reinstate dev \ + default gw' -- $cur ) ) + + COMPREPLY=( $( echo " ${COMP_WORDS[@]}" | \ + (while read -d ' ' i; do + [ "$i" == "" ] && continue + # flatten array with spaces on either side, + # otherwise we cannot grep on word + # boundaries of first and last word + COMPREPLY=" ${COMPREPLY[@]} " + # remove word from list of completions + COMPREPLY=( ${COMPREPLY/ $i / } ) + done + echo "${COMPREPLY[@]}") + ) ) + return 0 +} +[ $UNAME = Linux ] && complete -F _route route + +# GNU make(1) completion +# +have make || have gmake || have gnumake || have pmake && +_make() +{ + local file makef makef_dir="." makef_inc cur prev i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + # --name value style option + case $prev in + -@(f|o|W)) + _filedir + return 0 + ;; + -@(I|C)) + _filedir -d + return 0 + ;; + esac + + # --name=value style option + if [[ "$cur" == *=* ]]; then + prev=${cur/=*/} + cur=${cur/*=/} + case "$prev" in + --@(file|makefile)) + _filedir + return 0 + ;; + --@(directory|include-dir)) + _filedir -d + return 0 + ;; + esac + fi + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-b -m -B -C -d -e -f -h -i -I\ + -j -l -k -n -o -p -q -r -R - s -S -t -v -w -W \ + --always-make --directory= --debug \ + --environment-overrides --file= --makefile= --help \ + --ignore-errors --include-dir= --jobs --load-average \ + --max-load --keep-going --just-print --dry-run \ + --recon --old-file= --assume-old= --print-data-base \ + --question --no-builtin-rules --no-builtin-variables \ + --silent --quiet --no-keep-goind --stop --touch \ + --version --print-directory --no-print-directory \ + --what-if= --new-file= --assume-new= \ + --warn-undefined-variables' -- $cur ) ) + else + # before we check for makefiles, see if a path was specified + # with -C + for (( i=0; i < ${#COMP_WORDS[@]}; i++ )); do + if [[ ${COMP_WORDS[i]} == -C ]]; then + # eval for tilde expansion + eval makef_dir=${COMP_WORDS[i+1]} + break + fi + done + + # make reads `GNUmakefile', then `makefile', then `Makefile' + if [ -f ${makef_dir}/GNUmakefile ]; then + makef=${makef_dir}/GNUmakefile + elif [ -f ${makef_dir}/makefile ]; then + makef=${makef_dir}/makefile + elif [ -f ${makef_dir}/Makefile ]; then + makef=${makef_dir}/Makefile + else + makef=${makef_dir}/*.mk # local convention + fi + + # before we scan for targets, see if a Makefile name was + # specified with -f + for (( i=0; i < ${#COMP_WORDS[@]}; i++ )); do + if [[ ${COMP_WORDS[i]} == -f ]]; then + # eval for tilde expansion + eval makef=${COMP_WORDS[i+1]} + break + fi + done + + [ ! -f $makef ] && return 0 + + # deal with included Makefiles + makef_inc=$( grep -E '^-?include' $makef | sed -e "s,^.* ,"$makef_dir"/," ) + + for file in $makef_inc; do + [ -f $file ] && makef="$makef $file" + done + + COMPREPLY=( $( awk -F':' '/^[a-zA-Z0-9][^$#\/\t=]*:([^=]|$)/ \ + {split($1,A,/ /);for(i in A)print A[i]}' \ + $makef 2>/dev/null | command grep "^$cur" )) + fi +} && +complete -f -F _make $filenames make gmake gnumake pmake + +# GNU tar(1) completion +# +_tar() +{ + local cur ext regex tar untar + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD -eq 1 ]; then + COMPREPLY=( $( compgen -W 'c t x u r d A' -- $cur ) ) + return 0 + fi + + case "${COMP_WORDS[1]}" in + ?(-)[cr]*f) + _filedir + return 0 + ;; + +([^IZzjy])f) + ext='t@(ar?(.@(Z|gz|bz?(2)))|gz|bz?(2))' + regex='t\(ar\(\.\(Z\|gz\|bz2\?\)\)\?\|gz\|bz2\?\)' + ;; + *[Zz]*f) + ext='t?(ar.)@(gz|Z)' + regex='t\(ar\.\)\?\(gz\|Z\)' + ;; + *[Ijy]*f) + ext='t?(ar.)bz?(2)' + regex='t\(ar\.\)\?bz2\?' + ;; + *) + _filedir + return 0 + ;; + + esac + + if [[ "$COMP_LINE" == *$ext' ' ]]; then + # complete on files in tar file + # + # get name of tar file from command line + tar=$( echo "$COMP_LINE" | \ + sed -e 's/^.* \([^ ]*'$regex'\) .*$/\1/' ) + # devise how to untar and list it + untar=t${COMP_WORDS[1]//[^Izjyf]/} + + COMPREPLY=( $( compgen -W "$( echo $( tar $untar $tar \ + 2>/dev/null ) )" -- "$cur" ) ) + return 0 + fi + + # file completion on relevant files + _filedir "$ext" + + return 0 +} +[ -n "${COMP_TAR_INTERNAL_PATHS:-}" ] && complete -F _tar $dirnames tar || + complete -F _tar $filenames tar + +# jar(1) completion +# +have jar && +_jar() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD = 1 ]; then + COMPREPLY=( $( compgen -W 'c t x u' -- $cur ) ) + return 0 + fi + + case "${COMP_WORDS[1]}" in + *c*f) + _filedir + ;; + *f) + _filedir '?(e|j|w)ar' + ;; + *) + _filedir + ;; + esac +} && +complete -F _jar $filenames jar + +# Linux iptables(8) completion +# +have iptables && +_iptables() +{ + local cur prev table chain + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + chain='s/^Chain \([^ ]\+\).*$/\1/p' + + if [[ $COMP_LINE == *-t\ *filter* ]]; then + table="-t filter" + elif [[ $COMP_LINE == *-t\ *nat* ]]; then + table="-t nat" + elif [[ $COMP_LINE == *-t\ *mangle* ]]; then + table="-t mangle" + fi + + case "$prev" in + -*[AIDRPFXLZ]) + COMPREPLY=( $( compgen -W '`iptables $table -nL | \ + sed -ne "s/^Chain \([^ ]\+\).*$/\1/p"`' -- $cur ) ) + ;; + -*t) + COMPREPLY=( $( compgen -W 'nat filter mangle' -- $cur ) ) + ;; + -j) + if [ "$table" = "-t filter" -o "$table" = "" ]; then + COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \ + `iptables $table -nL | sed -ne "$chain" \ + -e "s/INPUT|OUTPUT|FORWARD|PREROUTING|POSTROUTING//"`' -- \ + $cur ) ) + elif [ "$table" = "-t nat" ]; then + COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \ + MIRROR SNAT DNAT MASQUERADE `iptables $table -nL | \ + sed -ne "$chain" -e "s/OUTPUT|PREROUTING|POSTROUTING//"`' \ + -- $cur ) ) + elif [ "$table" = "-t mangle" ]; then + COMPREPLY=( $( compgen -W 'ACCEPT DROP LOG ULOG REJECT \ + MARK TOS `iptables $table -nL | sed -ne "$chain" \ + -e "s/INPUT|OUTPUT|FORWARD|PREROUTING|POSTROUTING//"`' -- \ + $cur ) ) + fi + ;; + *) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-i -o -s -d -p -f -m --append \ + --delete --insert --replace --list --flush --zero --new \ + --delete-chain --policy --rename-chain --proto --source \ + --destination --in-interface --jump --match --numeric \ + --out-interface --table --verbose --line-numbers --exact \ + --fragment --modprobe= --set-counters --version' -- "$cur") ) + fi + ;; + esac + +} && +complete -F _iptables iptables + +# tcpdump(8) completion +# +have tcpdump && +_tcpdump() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(r|w|F)) + _filedir + return 0 + ;; + -i) + _available_interfaces -a + return 0 + ;; + esac + + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-a -d -e -f -l -n -N -O -p \ + -q -R -S -t -u -v -x -C -F -i -m -r -s -T -w \ + -E' -- $cur ) ) + fi + +} && +complete -F _tcpdump tcpdump + +# autorpm(8) completion +# +have autorpm && +_autorpm() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + COMPREPLY=( $( compgen -W '--notty --debug --help --version \ + auto add fullinfo info help install list \ + remove set' -- $cur ) ) + +} && +complete -F _autorpm autorpm + +# This meta-cd function observes the CDPATH variable, so that cd additionally +# completes on directories under those specified in CDPATH. +# +_cd() +{ + local IFS=$'\t\n' cur=`_get_cword` i j k + + # try to allow variable completion + if [[ "$cur" == ?(\\)\$* ]]; then + COMPREPLY=( $( compgen -v -P '$' -- "${cur#?(\\)$}" ) ) + return 0 + fi + + # Use standard dir completion if no CDPATH or parameter starts with /, + # ./ or ../ + if [ -z "${CDPATH:-}" ] || [[ "$cur" == ?(.)?(.)/* ]]; then + _filedir -d + return 0 + fi + + local -r mark_dirs=$(_rl_enabled mark-directories && echo y) + local -r mark_symdirs=$(_rl_enabled mark-symlinked-directories && echo y) + + # we have a CDPATH, so loop on its contents + for i in ${CDPATH//:/$'\t'}; do + # create an array of matched subdirs + k="${#COMPREPLY[@]}" + for j in $( compgen -d $i/$cur ); do + if [[ ( $mark_symdirs && -h $j || $mark_dirs && ! -h $j ) && ! -d ${j#$i/} ]]; then + j="${j}/" + fi + COMPREPLY[k++]=${j#$i/} + done + done + + _filedir -d + + if [[ ${#COMPREPLY[@]} -eq 1 ]]; then + i=${COMPREPLY[0]} + if [ "$i" == "$cur" ] && [[ $i != "*/" ]]; then + COMPREPLY[0]="${i}/" + fi + fi + + return 0 +} +if shopt -q cdable_vars; then + complete -v -F _cd $nospace $filenames cd +else + complete -F _cd $nospace $filenames cd +fi + +_remove_comp_word() +{ + if [[ COMP_CWORD -eq 0 ]]; then + return + elif [[ ${#COMP_WORDS[@]} -ge 2 ]]; then + local old_cw0="${COMP_WORDS[0]}" + local new_cw0="${COMP_WORDS[1]}" + local old_length="${#COMP_LINE}" + COMP_LINE=${COMP_LINE#${old_cw0}} + local head=${COMP_LINE:0:${#new_cw0}} + local i=1 + while [[ $head != $new_cw0 ]]; do + COMP_LINE=${COMP_LINE:1} + head=${COMP_LINE:0:${#new_cw0}} + if (( ++i > 10 )); then + break + fi + done + local new_length="${#COMP_LINE}" + COMP_POINT=$(( COMP_POINT + new_length - old_length)) + + COMP_CWORD=$(( COMP_CWORD - 1 )) + for (( i=0; i < ${#COMP_WORDS[@]} - 1; ++i )); do + COMP_WORDS[i]="${COMP_WORDS[i+1]}" + done + unset COMP_WORDS[${#COMP_WORDS[@]}-1] + else + return + fi +} + +# A meta-command completion function for commands like sudo(8), which need to +# first complete on a command, then complete according to that command's own +# completion definition - currently not quite foolproof (e.g. mount and umount +# don't work properly), but still quite useful. +# +_command() +{ + local cur func cline cspec noglob cmd done i \ + _COMMAND_FUNC _COMMAND_FUNC_ARGS + + _remove_comp_word + COMPREPLY=() + cur=`_get_cword` + # If the the first arguments following our meta-command-invoker are + # switches, get rid of them. Most definitely not foolproof. + done= + while [ -z $done ] ; do + cmd=${COMP_WORDS[0]} + if [[ "$cmd" == -* ]] && [ $COMP_CWORD -ge 1 ]; then + _remove_comp_word + elif [[ "$cmd" == -* ]] && [[ $COMP_CWORD -eq 0 ]]; then + return + else + done=1 + fi + done + + if [ $COMP_CWORD -eq 0 ]; then + COMPREPLY=( $( compgen -c -- $cur ) ) + elif complete -p $cmd &>/dev/null; then + cspec=$( complete -p $cmd ) + if [ "${cspec#* -F }" != "$cspec" ]; then + # COMP_CWORD and COMP_WORDS() are not read-only, + # so we can set them before handing off to regular + # completion routine + + # get function name + func=${cspec#*-F } + func=${func%% *} + + if [[ ${#COMP_WORDS[@]} -ge 2 ]]; then + $func $cmd "${COMP_WORDS[${#COMP_WORDS[@]}-1]}" "${COMP_WORDS[${#COMP_WORDS[@]}-2]}" + else + $func $cmd "${COMP_WORDS[${#COMP_WORDS[@]}-1]}" + fi + + # remove any \: generated by a command that doesn't + # default to filenames or dirnames (e.g. sudo chown) + # FIXME: I'm pretty sure this does not work! + if [ "${cspec#*-o }" != "$cspec" ]; then + cspec=${cspec#*-o } + cspec=${cspec%% *} + if [[ "$cspec" != @(dir|file)names ]]; then + COMPREPLY=("${COMPREPLY[@]//\\\\:/:}") + fi + fi + elif [ -n "$cspec" ]; then + cspec=${cspec#complete}; + cspec=${cspec%%$cmd}; + COMPREPLY=( $( eval compgen "$cspec" -- "$cur" ) ); + fi + fi + + [ ${#COMPREPLY[@]} -eq 0 ] && _filedir +} +complete -F _command $filenames nohup exec nice eval strace time ltrace then \ + else do vsound command xargs + +_root_command() +{ + PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin _command $1 $2 $3 +} +complete -F _root_command $filenames sudo fakeroot really + +# ant(1) completion +# +have ant && { +_ant() +{ + local cur prev buildfile i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -buildfile|-f) + _filedir 'xml' + return 0 + ;; + -logfile) + _filedir + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + # relevant options completion + COMPREPLY=( $( compgen -W '-help -projecthelp -version -quiet \ + -verbose -debug -emacs -logfile -logger \ + -listener -buildfile -f -D -find' -- $cur ) ) + else + # available targets completion + # find which buildfile to use + buildfile=build.xml + for (( i=1; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" == -buildfile ]]; then + buildfile=${COMP_WORDS[i+1]} + break + fi + done + [ ! -f $buildfile ] && return 0 + + # parse buildfile for targets + COMPREPLY=( $( awk -F'"' '//dev/null | \ + sed -e '1,/^-/d' -e '/^(/,$d' | \ + awk '{print $1}' | grep "^$cur" ) ) +} + +_pg_users() +{ + #COMPREPLY=( $( psql -qtc 'select usename from pg_user' template1 2>/dev/null | \ + # grep "^ $cur" ) ) + #[ ${#COMPREPLY[@]} -eq 0 ] && + COMPREPLY=( $( compgen -u -- $cur ) ) +} + +# createdb(1) completion +# +_createdb() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(h|-host=)) + _known_hosts + return 0 + ;; + -@(U|-username=)) + _pg_users + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-D -T -E -h -p -U -W -e -q \ + --location= --template= --encoding= --host= --port= \ + --username= --password --echo --quiet --help' -- $cur )) + else + _pg_databases + fi +} +complete -F _createdb $default createdb + +# dropdb(1) completion +# +_dropdb() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(h|-host=)) + _known_hosts + return 0 + ;; + -@(U|-username=)) + _pg_users + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-h -p -U -W -e -q \ + --host= --port= --username= --password \ + --interactive --echo --quiet --help' -- $cur ) ) + else + _pg_databases + fi +} +complete -F _dropdb $default dropdb + +# psql(1) completion +# +_psql() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -h|--host) + _known_hosts + return 0 + ;; + -U|--username) + _pg_users + return 0 + ;; + -d|--dbname) + _pg_databases + return 0 + ;; + -@(o|f)|--output|--file) + _filedir + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + # return list of available options + COMPREPLY=( $( compgen -W '-a --echo-all -A --no-align \ + -c --command -d --dbname -e --echo-queries \ + -E --echo-hidden -f --file -F --filed-separator \ + -h --host -H --html -l --list -n -o --output \ + -p --port -P --pset -q -R --record-separator \ + -s --single-step -S --single-line -t --tuples-only \ + -T --table-attr -U --username -v --variable \ + -V --version -W --password -x --expanded -X --nopsqlrc \ + -? --help ' -- $cur ) ) + else + # return list of available databases + _pg_databases + fi +} +complete -F _psql $default psql +} + +_longopt() +{ + local cur opt + + cur=`_get_cword` + + if [[ "$cur" == --*=* ]]; then + opt=${cur%%=*} + # cut backslash that gets inserted before '=' sign + opt=${opt%\\*} + cur=${cur#*=} + _filedir + COMPREPLY=( $( compgen -P "$opt=" -W '${COMPREPLY[@]}' -- $cur)) + return 0 + fi + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( $1 --help 2>&1 | sed -e '/--/!d' \ + -e 's/.*\(--[-A-Za-z0-9]\+=\?\).*/\1/' | \ + command grep "^$cur" | sort -u ) ) + elif [[ "$1" == @(mk|rm)dir ]]; then + _filedir -d + else + _filedir + fi +} +# makeinfo and texi2dvi are defined elsewhere. +for i in a2ps autoconf automake bc gprof ld nm objcopy objdump readelf strip \ + bison cpio diff patch enscript cp df dir du ln ls mkfifo mknod mv rm \ + touch vdir awk gperf grep grub indent less m4 sed shar date \ + tee who texindex cat csplit cut expand fmt fold head \ + md5sum nl od paste pr ptx sha1sum sort split tac tail tr unexpand \ + uniq wc ldd bash id irb mkdir rmdir; do + have $i && complete -F _longopt $filenames $i +done + +# These commands use filenames, so '-o filenames' is not needed. +for i in env netstat seq uname units wget; do + have $i && complete -F _longopt $default $i +done +unset i + +# gcc(1) completion +# +# The only unusual feature is that we don't parse "gcc --help -v" output +# directly, because that would include the options of all the other backend +# tools (linker, assembler, preprocessor, etc) without any indication that +# you cannot feed such options to the gcc driver directly. (For example, the +# linker takes a -z option, but you must type -Wl,-z for gcc.) Instead, we +# ask the driver ("g++") for the name of the compiler ("cc1"), and parse the +# --help output of the compiler. +# +have gcc && +_gcc() +{ + local cur cc backend + + COMPREPLY=() + cur=`_get_cword` + + _expand || return 0 + + case "$1" in + gcj) + backend=jc1 + ;; + gpc) + backend=gpc1 + ;; + *77) + backend=f771 + ;; + *) + backend=cc1 # (near-)universal backend + ;; + esac + + if [[ "$cur" == -* ]]; then + cc=$( $1 -print-prog-name=$backend ) + # sink stderr: + # for C/C++/ObjectiveC it's useless + # for FORTRAN/Java it's an error + COMPREPLY=( $( $cc --help 2>/dev/null | tr '\t' ' ' | \ + sed -e '/^ *-/!d' -e 's/ *-\([^ ]*\).*/-\1/' | \ + command grep "^$cur" | sort -u ) ) + else + _filedir + fi +} && +complete $filenames -F _gcc gcc g++ c++ g77 gcj gpc +[ $UNAME = GNU -o $UNAME = Linux -o $UNAME = Cygwin ] && \ +[ -n "${have:-}" ] && complete $filenames -F _gcc cc + +# Linux cardctl(8) completion +# +have cardctl && +_cardctl() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD -eq 1 ]; then + COMPREPLY=( $( compgen -W 'status config ident suspend \ + resume reset eject insert scheme' \ + -- $cur ) ) + fi +} && +complete -F _cardctl cardctl + +# This function is required by _dpkg() and _dpkg-reconfigure() +# +have dpkg && { +_comp_dpkg_installed_packages() +{ + grep -A 1 "Package: $1" /var/lib/dpkg/status | \ + grep -B 1 -E "ok installed|half-installed|unpacked| \ + half-configured|config-files" | \ + grep "Package: $1" | cut -d\ -f2 +} + +# Debian dpkg(8) completion +# +_dpkg() +{ + local cur prev i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + i=$COMP_CWORD + + _expand || return 0 + + # find the last option flag + if [[ $cur != -* ]]; then + while [[ $prev != -* && $i != 1 ]]; do + i=$((i-1)) + prev=${COMP_WORDS[i-1]} + done + fi + + case "$prev" in + -@(c|i|A|I|f|e|x|X|-@(install|unpack|record-avail|contents|info|fsys-tarfile|field|control|extract))) + _filedir '?(u)deb' + return 0 + ;; + -@(b|-build)) + _filedir -d + return 0 + ;; + -@(s|p|l|-@(status|print-avail|list))) + COMPREPLY=( $( apt-cache pkgnames $cur 2>/dev/null ) ) + return 0 + ;; + -@(S|-search)) + _filedir + return 0 + ;; + -@(r|L|P|-@(remove|purge|listfiles))) + COMPREPLY=( $( _comp_dpkg_installed_packages $cur ) ) + return 0 + ;; + *) + + COMPREPLY=( $( compgen -W '-i --install --unpack -A --record-avail \ + --configure -r --remove -P --purge --get-selections \ + --set-selections --update-avail --merge-avail \ + --clear-avail --command-fd --forget-old-unavail -s \ + --status -p --print-avail -L --listfiles -l --list \ + -S --search -C --audit --print-architecture \ + --print-gnu-build-architecture \ + --print-installation-architecture \ + --compare-versions --help --version --force-help \ + --force-all --force-auto-select --force-downgrade \ + --force-configure-any --force-hold --force-bad-path \ + --force-not-root --force-overwrite \ + --force-overwrite-diverted --force-bad-verify \ + --force-depends-version --force-depends \ + --force-confnew --force-confold --force-confdef \ + --force-confmiss --force-conflicts --force-architecture\ + --force-overwrite-dir --force-remove-reinstreq \ + --force-remove-essential -Dh \ + --debug=help --licence --admindir= --root= --instdir= \ + -O --selected-only -E --skip-same-version \ + -G --refuse-downgrade -B --auto-deconfigure \ + --no-debsig --no-act -D --debug= --status-fd \ + -b --build -I --info -f --field -c --contents \ + -x --extract -X --vextract --fsys-tarfile -e --control \ + --ignore-depends= --abort-after' -- $cur ) ) + ;; + esac + + +} +complete -F _dpkg $filenames dpkg dpkg-deb +} + +# Debian GNU dpkg-reconfigure(8) completion +# +have dpkg-reconfigure && +_dpkg_reconfigure() +{ + local cur prev opt + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + + case "$prev" in + -@(f|-frontend)) + opt=( $( echo /usr/share/perl5/Debconf/FrontEnd/* ) ) + opt=( ${opt[@]##*/} ) + opt=( ${opt[@]%.pm} ) + COMPREPLY=( $( compgen -W '${opt[@]}' -- $cur ) ) + return 0 + ;; + -@(p|-priority)) + COMPREPLY=( $( compgen -W 'low medium high critical' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-f --frontend -p --priority -a --all \ + -u --unseen-only -h --help -s --showold \ + --force --terse' -- $cur ) ) + else + COMPREPLY=( $( _comp_dpkg_installed_packages $cur ) ) + fi +} && +complete -F _dpkg_reconfigure $default dpkg-reconfigure + +# Debian dpkg-source completion +# +have dpkg-source && +_dpkg_source() +{ + local cur prev options work i action packopts unpackopts + + packopts="-c -l -F -V -T -D -U -W -E -sa -i -I -sk -sp -su -sr -ss -sn -sA -sK -sP -sU -sR" + unpackopts="-sp -sn -su" + options=`echo "-x -b $packopts $unpackopts" | xargs echo | sort -u | xargs echo` + + COMPREPLY=() + if [ "$1" != "dpkg-source" ]; then + exit 1 + fi + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + action="options" + for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do + if [[ ${COMP_WORDS[$i]} == "-x" ]]; then + action=unpack + elif [[ ${COMP_WORDS[$i]} == "-b" ]]; then + action=pack + elif [[ ${COMP_WORDS[$i]} == "-h" ]]; then + action=help + fi + done + # if currently seeing a complete option, return just itself. + for i in $options; do + if [ "$cur" = "$i" ]; then + COMPREPLY=( "$cur" ) + return 0 + fi + done + case "$action" in + "unpack") + if [ "$cur" = "-" -o "$cur" = "-s" ]; then + COMPREPLY=( $unpackots ) + return 0 + fi + case "$prev" in + "-x") + COMPREPLY=( $( compgen -d -- "$cur" ) \ + $( compgen -f -X '!*.dsc' -- "$cur" ) ) + return 0 + ;; + *) + COMPREPLY=( $unpackopts $(compgen -d -f -- "$cur" ) ) + return 0 + ;; + esac + return 0 + ;; + "pack") + if [ "$cur" = "-" ]; then + COMPREPLY=( $packopts ) + return 0 + fi + if [ "$cur" = "-s" ]; then + COMPREPLY=( "-sa" "-sk" "-sp" "-su" "-sr" "-ss" "-sn" \ + "-sA" "-sK" "-sP" "-sU" "-sR" ) + return 0 + fi + case "$prev" in + "-b") + COMPREPLY=( $( compgen -d -- "$cur" ) ) + return 0 + ;; + "-c"|"-l"|"-T"|"-i"|"-I") + # -c: get controlfile + # -l: get per-version info from this file + # -T: read variables here, not debian/substvars + # -i: filter out files to ignore diffs of. + # -I: filter out files when building tarballs. + # return directory names and file names + COMPREPLY=( $( compgen -d -f ) ) + return 0 + ;; + "-F") + # -F: force change log format + COMPREPLY=( $( ( cd /usr/lib/dpkg/parsechangelog; compgen -f "$cur" ) ) ) + return 0 + ;; + "-V"|"-D") + # -V: set a substitution variable + # we don't know anything about possible variables or values + # so we don't try to suggest any completion. + COMPREPLY=() + return 0 + ;; + "-D") + # -D: override or add a .dsc field and value + # if $cur doesn't contain a = yet, suggest variable names + if echo -- "$cur" | grep -q "="; then + # $cur contains a "=" + COMPREPLY=() + return 0 + else + COMPREPLY=( Format Source Version Binary Maintainer Uploader Architecture Standards-Version Build-Depends Files ) + return 0 + fi + ;; + "-U") + # -U: remove a field + # Suggest possible fieldnames + COMPREPLY=( Format Source Version Binary Maintainer Uploader Architecture Standards-Version Build-Depends Files ) + return 0 + ;; + *) + COMPREPLY=( $packopts ) + return 0 + ;; + esac + return 0 + ;; + *) + # if seeing a partial option, return possible completions. + if [ "$cur" = "-s" ]; then + COMPREPLY=( "-sa" "-sk" "-sp" "-su" "-sr" "-ss" "-sn" \ + "-sA" "-sK" "-sP" "-sU" "-sR" ) + return 0 + fi + # else return all possible options. + COMPREPLY=( $options ) + return 0 + ;; + esac +} && +complete -F _dpkg_source dpkg-source + +# Debian Linux dselect(8) completion. +# +have dselect && +_dselect() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + --admindir) + _filedir -d + return 0 + ;; + + -@(D|debug)) + _filedir + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--admindir --help --version --licence \ + --license --expert --debug' -- $cur ) ) + else + COMPREPLY=( $( compgen -W 'access update select install config \ + remove quit' -- $cur ) ) + fi + + + return 0 +} && +complete -F _dselect $filenames dselect + +# Java completion +# + +# available path elements completion +have java && { +_java_path() +{ + cur=${cur##*:} + _filedir '@(jar|zip)' +} + +# exact classpath determination +_java_find_classpath() +{ + local i + + # search first in current options + for (( i=1; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" == -@(cp|classpath) ]]; then + classpath=${COMP_WORDS[i+1]} + break + fi + done + + # default to environment + [ -z "$classpath" ] && classpath=$CLASSPATH + + # default to current directory + [ -z "$classpath" ] && classpath=. +} + +# exact sourcepath determination +_java_find_sourcepath() +{ + local i + + # search first in current options + for (( i=1; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" == -sourcepath ]]; then + sourcepath=${COMP_WORDS[i+1]} + break + fi + done + + # default to classpath + [ -z "$sourcepath" ] && _java_find_classpath + sourcepath=$classpath +} + +# available classes completion +_java_classes() +{ + local classpath i + + # find which classpath to use + _java_find_classpath + + # convert package syntax to path syntax + cur=${cur//.//} + # parse each classpath element for classes + for i in ${classpath//:/ }; do + if [ -r $i ] && [[ "$i" == *.@(jar|zip) ]]; then + if type zipinfo &> /dev/null; then + COMPREPLY=( "${COMPREPLY[@]}" $( zipinfo -1 \ + "$i" | grep "^$cur" | grep '\.class$' | \ + grep -v "\\$" ) ) + else + COMPREPLY=( "${COMPREPLY[@]}" $( jar tf "$i" \ + "$cur" | grep "\.class$" | grep -v "\\$" ) ) + fi + + elif [ -d $i ]; then + i=${i%/} + COMPREPLY=( "${COMPREPLY[@]}" $( find "$i" -type f \ + -path "$i/$cur*.class" 2>/dev/null | \ + grep -v "\\$" | sed -e "s|^$i/||" ) ) + fi + done + + # remove class extension + COMPREPLY=( ${COMPREPLY[@]%.class} ) + # convert path syntax to package syntax + COMPREPLY=( ${COMPREPLY[@]//\//.} ) +} + +# available packages completion +_java_packages() +{ + local sourcepath i + + # find wich sourcepath to use + _java_find_sourcepath + + # convert package syntax to path syntax + cur=${cur//.//} + # parse each sourcepath element for packages + for i in ${sourcepath//:/ }; do + if [ -d $i ]; then + COMPREPLY=( "${COMPREPLY[@]}" $( command ls -F -d \ + $i/$cur* 2>/dev/null | sed -e 's|^'$i'/||' ) ) + fi + done + # keep only packages + COMPREPLY=( $( echo "${COMPREPLY[@]}" | tr " " "\n" | grep "/$" ) ) + # remove packages extension + COMPREPLY=( ${COMPREPLY[@]%/} ) + # convert path syntax to package syntax + cur=${COMPREPLY[@]//\//.} +} + +# java completion +# +_java() +{ + local cur prev i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + for ((i=1; i < $COMP_CWORD; i++)); do + case ${COMP_WORDS[$i]} in + -cp|-classpath) + ((i++)) # skip the classpath string. + ;; + -*) + # this is an option, not a class/jarfile name. + ;; + *) + # once we've seen a class, just do filename completion + _filedir + return 0 + ;; + esac + done + + case $prev in + -@(cp|classpath)) + _java_path + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + # relevant options completion + COMPREPLY=( $( compgen -W '-client -hotspot -server -classic \ + -cp -classpath -D -verbose -verbose:class \ + -verbose:gc -version:jni -version \ + -showversion -? -help -X -jar \ + -ea -enableassertions -da -disableassertions \ + -esa -enablesystemassertions \ + -dsa -disablesystemassertions ' -- $cur ) ) + else + if [[ "$prev" == -jar ]]; then + # jar file completion + _filedir jar + else + # classes completion + _java_classes + fi + fi +} +complete -F _java $filenames java +} + +# javadoc completion +# +have javadoc && +_javadoc() +{ + COMPREPLY=() + local cur prev + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + -@(overview|helpfile|stylesheetfile)) + _filedir + return 0 + ;; + -d) + _filedir -d + return 0 + ;; + -@(classpath|bootclasspath|docletpath|sourcepath|extdirs)) + _java_path + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + # relevant options completion + COMPREPLY=( $( compgen -W '-overview -public -protected \ + -package -private -help -doclet -docletpath \ + -sourcepath -classpath -exclude -subpackages \ + -breakiterator -bootclasspath -source -extdirs \ + -verbose -locale -encoding -J -d -use -version \ + -author -docfilessubdirs -splitindex \ + -windowtitle -doctitle -header -footer -bottom \ + -link -linkoffline -excludedocfilessubdir \ + -group -nocomment -nodeprecated -noqualifier \ + -nosince -nodeprecatedlist -notree -noindex \ + -nohelp -nonavbar -quiet -serialwarn -tag \ + -taglet -tagletpath -charset -helpfile \ + -linksource -stylesheetfile -docencoding' -- \ + $cur ) ) + else + # source files completion + _filedir java + # packages completion + _java_packages + fi +} && +complete -F _javadoc $filenames javadoc + +# javac completion +# +have javac && +_javac() +{ + COMPREPLY=() + local cur prev + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + -d) + _filedir -d + return 0 + ;; + -@(classpath|bootclasspath|sourcepath|extdirs)) + _java_path + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + # relevant options completion + COMPREPLY=( $( compgen -W '-g -g:none -g:lines -g:vars\ + -g:source -O -nowarn -verbose -deprecation -classpath\ + -sourcepath -bootclasspath -extdirs -d -encoding -source\ + -target -help' -- $cur ) ) + else + # source files completion + _filedir java + fi +} && +complete -F _javac $filenames javac + +# PINE address-book completion +# +have pine && +_pineaddr() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + COMPREPLY=( $( compgen -W '$( awk "{print \$1}" ~/.addressbook 2>/dev/null)' \ + -- $cur ) ) +} && +complete -F _pineaddr $default pine + +# mutt completion +# +# Mutt doesn't have an "addressbook" like Pine, but it has aliases and +# a "query" function to retrieve addresses, so that's what we use here. +have mutt || have muttng && { +_muttaddr() +{ + _muttaliases + _muttquery + return 0 +} + +_muttconffiles() +{ + local file sofar + local -a newconffiles + + sofar=" $1 " + shift + while [[ "$1" ]]; do + newconffiles=( $(sed -rn 's|^source[[:space:]]+([^[:space:]]+).*$|\1|p' $(eval echo $1) ) ) + for file in "${newconffiles[@]}"; do + [[ ! "$file" ]] || [[ "${sofar/ ${file} / }" != "$sofar" ]] && + continue + sofar="$sofar $file" + sofar=" $(eval _muttconffiles \"$sofar\" $file) " + done + shift + done + echo $sofar +} + +_muttaliases() +{ + local cur muttrc + local -a conffiles aliases + cur=`_get_cword` + + [ -f ~/.${muttcmd}/${muttcmd}rc ] && muttrc="~/.${muttcmd}/${muttcmd}rc" + [ -f ~/.${muttcmd}rc ] && muttrc="~/.${muttcmd}rc" + [ -z "$muttrc" ] && return 0 + + conffiles=( $(eval _muttconffiles $muttrc $muttrc) ) + aliases=( $( sed -rn 's|^alias[[:space:]]+([^[:space:]]+).*$|\1|p' \ + $(eval echo "${conffiles[@]}") ) ) + COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "${aliases[*]}" -- $cur ) ) + + return 0 +} + +_muttquery() +{ + local cur querycmd + local -a queryresults + cur=`_get_cword` + + querycmd="$( $muttcmd -Q query_command | sed -r 's|^query_command=\"(.*)\"$|\1|; s|%s|'$cur'|' )" + if [ -z "$cur" -o -z "$querycmd" ]; then + queryresults=() + else + queryresults=( $( $querycmd | \ + sed -nr '2,$s|^([^[:space:]]+).*|\1|p' ) ) + fi + + COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "${queryresults[*]}" \ + -- $cur ) ) + + return 0 +} + +_muttfiledir() +{ + local cur folder spoolfile + cur=`_get_cword` + + # This is currently not working so well. Perhaps this function should + # just call _filedir() for the moment. + if [[ $cur == [=+]* ]]; then + folder="$( $muttcmd -Q folder | sed -r 's|^folder=\"(.*)\"$|\1|' )" + : folder:=~/Mail + + # Match any file in $folder beginning with $cur + # (minus the leading '=' sign). + COMPREPLY=( $( compgen -f -- "$folder/${cur:1}" ) ) + COMPREPLY=( ${COMPREPLY[@]#$folder/} ) + return 0 + elif [ "$cur" == !* ]; then + spoolfile="$( $muttcmd -Q spoolfile | sed -r 's|^spoolfile=\"(.*)\"$|\1|' )" + [ ! -z "$spoolfile" ] && eval cur="${cur/^!/$spoolfile}"; + fi + _filedir + + return 0 +} + +_mutt() +{ + local cur prev + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + COMPREPLY=() + + [ ${COMP_WORDS[0]} == muttng ] && muttcmd="muttng" || muttcmd="mutt" + + case "$cur" in + -*) + COMPREPLY=( $( compgen -W '-A -a -b -c -e -f -F -H -i -m -n \ + -p -Q -R -s -v -x -y -z -Z -h' \ + -- $cur ) ) + return 0 + ;; + *) + case "$prev" in + -@(a|f|F|H|i)) + _muttfiledir + return 0 + ;; + -A) + _muttaliases + return 0 + ;; + -@(e|m|Q|s|h|p|R|v|y|z|Z)) + return 0 + ;; + *) + _muttaddr + return 0 + ;; + esac + ;; + esac + +} +complete -F _mutt $default $filenames mutt muttng +} + +_configure_func() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + # if $COMP_CONFIGURE_HINTS is not null, then completions of the form + # --option=SETTING will include 'SETTING' as a contextual hint + [[ "$cur" != -* ]] && return 0 + + if [ -n "$COMP_CONFIGURE_HINTS" ]; then + COMPREPLY=( $( $1 --help | awk '/^ --[A-Za-z]/ { print $1; if ($2 ~ /--[A-Za-z]/) print $2 }' | sed -e 's/[[,].*//g' | grep ^$cur ) ) + + else + COMPREPLY=( $( $1 --help | awk '/^ --[A-Za-z]/ { print $1; if ($2 ~ /--[A-Za-z]/) print $2 }' | sed -e 's/[[,=].*//g' | grep ^$cur ) ) + fi +} +complete -F _configure_func $default configure + +# Debian reportbug(1) completion +# +have reportbug && +_reportbug() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -f|--filename|-i|--include|--mta|-o|--output) + _filedir + return 0 + ;; + -B|--bts) + COMPREPLY=( $( compgen -W "debian guug kde mandrake help" -- \ + $cur )) + return 0 + ;; + -e|--editor|--mua) + COMP_WORDS=(COMP_WORDS[0] $cur) + COMP_CWORD=1 + _command + return 0 + ;; + --mode) + COMPREPLY=( $( compgen -W "novice standard expert" -- $cur ) ) + return 0 + ;; + -S|--severity) + COMPREPLY=( $( compgen -W "grave serious important normal \ + minor wishlist" -- $cur ) ) + return 0 + ;; + -u|--ui|--interface) + COMPREPLY=( $( compgen -W "newt text gnome" -- $cur ) ) + return 0 + ;; + -t|--type) + COMPREPLY=( $( compgen -W "gnats debbugs" -- $cur ) ) + return 0 + ;; + -T|--tags) + COMPREPLY=( $( compgen -W "none patch security upstream sid \ + woody potato sarge fixed" -- $cur )) + return 0 + ;; + *) + ;; + esac + + COMPREPLY=($( compgen -W '-h --help -v --version -a --af -b \ + --no-query-bts --query-bts -B --bts -c --configure \ + --no-config-files --check-available -d --debug \ + --no-check-available -e --editor --email -f \ + --filename -g --gnupg -H --header -i --include -j \ + --justification -l --ldap --no-ldap -L --list-cc -m \ + --maintonly --mode --mua --mta --mutt -n --mh --nmh \ + -o --output -p --print -P --pgp --proxy --http_proxy\ + -q --quiet -Q --query-only --realname --report-quiet \ + --reply-to --replyto -s --subject -S --severity \ + --smtphost -t --type -T --tags --template -V -x \ + --no-cc --package-version -z --no-compress \ + --ui --interface -u \ + wnpp boot-floppies kernel-image' -- $cur ) \ + $( apt-cache pkgnames -- $cur 2> /dev/null ) ) + _filedir + return 0 +} && +complete -F _reportbug $filenames reportbug + +# Debian querybts(1) completion +# +have querybts && +_querybts() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -B|--bts) + COMPREPLY=( $( compgen -W "debian guug kde mandrake help" -- \ + $cur )) + return 0 + ;; + -u|--ui|--interface) + COMPREPLY=($( compgen -W "newt text gnome" -- $cur )) + return 0 + ;; + *) + ;; + esac + + COMPREPLY=($( compgen -W '-h --help -v --version -A --archive \ + -B --bts -l --ldap --no-ldap --proxy= --http_proxy= \ + -s --source -w --web -u --ui --interface \ + wnpp boot-floppies' -- $cur ) \ + $( apt-cache pkgnames -- $cur 2> /dev/null ) ) +} && +complete -F _querybts $filenames querybts + +# update-alternatives completion +# +have update-alternatives && { +installed_alternatives() +{ + local admindir + # find the admin dir + for i in alternatives dpkg/alternatives rpm/alternatives; do + [ -d /var/lib/$i ] && admindir=/var/lib/$i && break + done + for (( i=1; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" == --admindir ]]; then + admindir=${COMP_WORDS[i+1]} + break + fi + done + COMPREPLY=( $( command ls $admindir | grep "^$cur" ) ) +} + +_update_alternatives() +{ + local cur prev mode args i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + --@(altdir|admindir)) + _filedir -d + return 0 + ;; + --@(help|version)) + return 0 + ;; + esac + + # find wich mode to use and how many real args used so far + for (( i=1; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" == --@(install|remove|auto|display|config|remove-all) ]]; then + mode=${COMP_WORDS[i]} + args=$(($COMP_CWORD - i)) + break + fi + done + + case $mode in + --install) + case $args in + 1) + _filedir + ;; + 2) + installed_alternatives + ;; + 3) + _filedir + ;; + esac + ;; + --remove) + case $args in + 1) + installed_alternatives + ;; + 2) + _filedir + ;; + esac + ;; + --auto) + installed_alternatives + ;; + --remove-all) + installed_alternatives + ;; + --display) + installed_alternatives + ;; + --config) + installed_alternatives + ;; + *) + COMPREPLY=( $( compgen -W '--verbose --quiet --help --version \ + --altdir --admindir' -- $cur ) \ + $( compgen -W '--install --remove --auto --display \ + --config' -- $cur ) ) + esac +} +complete -F _update_alternatives update-alternatives +} + +# Python completion +# +have python && +_python() +{ + local prev cur + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]##*/} + + case "$prev" in + -Q) + COMPREPLY=( $( compgen -W "old new warn warnall" -- $cur ) ) + return 0 + ;; + -W) + COMPREPLY=( $( compgen -W "ignore default all module once error" -- $cur ) ) + return 0 + ;; + -c) + _filedir '@(py|pyc|pyo)' + return 0 + ;; + !(python|-?)) + [[ ${COMP_WORDS[COMP_CWORD-2]} != -@(Q|W) ]] && _filedir + ;; + esac + + + # if '-c' is already given, complete all kind of files. + for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do + if [[ ${COMP_WORDS[i]} == -c ]]; then + _filedir + fi + done + + + if [[ "$cur" != -* ]]; then + _filedir '@(py|pyc|pyo)' + else + COMPREPLY=( $( compgen -W "- -d -E -h -i -O -Q -S -t -u \ + -U -v -V -W -x -c" -- $cur ) ) + fi + + + + return 0 +} && +complete -F _python $filenames python + +# Perl completion +# +have perl && +{ +_perlmodules() +{ + COMPREPLY=( $( compgen -P "$prefix" -W "$( perl -e 'sub mods { my ($base,$dir)=@_; return if $base !~ /^\Q$ENV{cur}/; chdir($dir) or return; for (glob(q[*.pm])) {s/\.pm$//; print qq[$base$_\n]}; mods(/^(?:[.\d]+|$Config{archname}-$Config{osname}|auto)$/ ? undef : qq[${base}${_}\\\\:\\\\:],qq[$dir/$_]) for grep {-d} glob(q[*]); } mods(undef,$_) for @INC;' )" -- $cur ) ) +} + +_perl() +{ + local cur prev prefix temp + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + prefix="" + + # completing an option (may or may not be separated by a space) + if [[ "$cur" == -?* ]]; then + temp=$cur + prev=${temp:0:2} + cur=${temp:2} + prefix=$prev + fi + + # only handle module completion for now + case "$prev" in + -I|-x) + COMPREPLY=( $( compgen -d -P "$prev" -- "$cur" ) ) + return 0 + ;; + -m|-M) + _perlmodules + return 0 + ;; + esac + + # handle case where first parameter is not a dash option + if [[ "${COMP_WORDS[COMP_CWORD]}" != -* ]]; then + _filedir + return 0 + fi + + # complete using basic options + COMPREPLY=( $( compgen -W '-C -s -T -u -U -W -X -h -v -V -c -w -d -D -p \ + -n -a -F -l -0 -I -m -M -P -S -x -i -e ' -- $cur ) ) + return 0 +} +complete -F _perl $filenames perl + +_perldoc() +{ + local cur prev prefix temp + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + prefix="" + + # completing an option (may or may not be separated by a space) + if [[ "$cur" == -?* ]]; then + temp=$cur + prev=${temp:0:2} + cur=${temp:2} + prefix=$prev + fi + + # complete builtin perl functions + case $prev in + -f) + COMPREPLY=( $( compgen -W 'chomp chop chr crypt hex index lc \ + lcfirst length oct ord pack q qq reverse rindex sprintf \ + substr tr uc ucfirst y m pos quotemeta s split study qr abs \ + atan2 cos exp hex int log oct rand sin sqrt srand pop push \ + shift splice unshift grep join map qw reverse sort unpack \ + delete each exists keys values binmode close closedir \ + dbmclose dbmopen die eof fileno flock format getc print \ + printf read readdir rewinddir seek seekdir select syscall \ + sysread sysseek syswrite tell telldir truncate warn write \ + pack read syscall sysread syswrite unpack vec -X chdir chmod \ + chown chroot fcntl glob ioctl link lstat mkdir open opendir \ + readlink rename rmdir stat symlink umask unlink utime caller \ + continue do dump eval exit goto last next redo return \ + sub wantarray caller import local my our package use defined \ + formline reset scalar undef \ + alarm exec fork getpgrp getppid getpriority kill pipe qx \ + setpgrp setpriority sleep system times wait waitpid \ + import no package require use bless dbmclose dbmopen package \ + ref tie tied untie use accept bind connect getpeername \ + getsockname getsockopt listen recv send setsockopt shutdown \ + socket socketpair msgctl msgget msgrcv msgsnd semctl semget \ + semop shmctl shmget shmread shmwrite endgrent endhostent \ + endnetent endpwent getgrent getgrgid getgrnam getlogin \ + getpwent getpwnam getpwuid setgrent setpwent endprotoent \ + endservent gethostbyaddr gethostbyname gethostent \ + getnetbyaddr getnetbyname getnetent getprotobyname \ + getprotobynumber getprotoent getservbyname getservbyport \ + getservent sethostent setnetent setprotoent setservent \ + gmtime localtime time times' -- $cur ) ) + return 0 + ;; + esac + + case $cur in + -*) + COMPREPLY=( $( compgen -W '-h -v -t -u -m -l -F -X -f -q' -- $cur )) + return 0 + ;; + */*) + return 0 + ;; + *) + _perlmodules + COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W '$( PAGER=cat man perl 2>/dev/null | sed -ne "/perl.*Perl overview/,/perlwin32/s/^[^a-z0-9]*\([a-z0-9]*\).*$/\1/p")' -- $cur ) ) + + return 0 + ;; + esac +} +complete -F _perldoc $default perldoc +} + +# rcs(1) completion +# +have rcs && +_rcs() +{ + local cur prev file dir i + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + file=${cur##*/} + dir=${cur%/*} + + # deal with relative directory + [ "$file" = "$dir" ] && dir=. + + COMPREPLY=( $( compgen -f "$dir/RCS/$file" ) ) + + for (( i=0; i < ${#COMPREPLY[@]}; i++ )); do + file=${COMPREPLY[$i]##*/} + dir=${COMPREPLY[$i]%RCS/*} + COMPREPLY[$i]=$dir$file + done + + COMPREPLY=( "${COMPREPLY[@]}" $( compgen -G "$dir/$file*,v" ) ) + + for (( i=0; i < ${#COMPREPLY[@]}; i++ )); do + COMPREPLY[$i]=${COMPREPLY[$i]%,v} + done + + # default to files if nothing returned and we're checking in. + # otherwise, default to directories + [ ${#COMPREPLY[@]} -eq 0 -a $1 = ci ] && _filedir || _filedir -d +} && +complete -F _rcs $filenames ci co rlog rcs rcsdiff + +# lilo(8) completion +# +have lilo && { +_lilo_labels() +{ + COMPREPLY=( $( awk -F'=' '/label/ {print $2}' \ + /etc/lilo.conf | sed -e 's/"//g' | grep "^$cur" ) ) +} + +_lilo() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + -@(C|i|m|s|S)) + _filedir + return 0 + ;; + -r) + _filedir -d + return 0 + ;; + -@(I|D|R)) + # label completion + _lilo_labels + return 0 + ;; + -@(A|b|M|u|U)) + # device completion + cur=${cur:=/dev/} + _filedir + return 0 + ;; + -T) + # topic completion + COMPREPLY=( $( compgen -W 'help ChRul EBDA geom geom= \ + table= video' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + # relevant options completion + COMPREPLY=( $( compgen -W '-A -b -c -C -d -f -g -i -I -l -L -m \ + -M -p -P -q -r -R -s -S -t -T -u -U -v -V -w -x -z' -- \ + $cur ) ) + fi +} +complete -F _lilo lilo +} + +# links completion +# +have links && +_links() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + case "$cur" in + --*) + COMPREPLY=( $( compgen -W '--help' -- $cur ) ) + ;; + -*) + COMPREPLY=( $( compgen -W '-async-dns -max-connections \ + -max-connections-to-host -retries \ + -receive-timeout -unrestartable-receive-timeout\ + -format-cache-size -memory-cache-size \ + -http-proxy -ftp-proxy -download-dir \ + -assume-codepage -anonymous -dump -no-connect \ + -source -version -help' -- $cur ) ) + ;; + *) + if [ -r ~/.links/links.his ]; then + COMPREPLY=( $( compgen -W '$( < ~/.links/links.his )' \ + -- $cur ) ) + fi + _filedir '@(htm|html)' + return 0 + ;; + esac + + return 0 +} && +complete -F _links $filenames links + +[ $UNAME = FreeBSD ] && { +# FreeBSD package management tool completion +# +_pkg_delete() +{ + local cur pkgdir prev + + pkgdir=${PKG_DBDIR:-/var/db/pkg}/ + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + [ "$prev" = "-o" -o "$prev" = "-p" -o "$prev" = "-W" ] && return 0 + + COMPREPLY=( $( compgen -d $pkgdir$cur ) ) + COMPREPLY=( ${COMPREPLY[@]#$pkgdir} ) + + return 0 +} +complete -F _pkg_delete $dirnames pkg_delete pkg_info +have pkg_deinstall && complete -F _pkg_delete $dirnames pkg_deinstall + +# FreeBSD kernel module commands +# +_kldload() +{ + local cur moddir + + moddir=/modules/ + [ -d $moddir ] || moddir=/boot/kernel/ + cur=`_get_cword` + + COMPREPLY=( $( compgen -f $moddir$cur ) ) + COMPREPLY=( ${COMPREPLY[@]#$moddir} ) + COMPREPLY=( ${COMPREPLY[@]%.ko} ) + + return 0 +} +complete -F _kldload $filenames kldload + +_kldunload() +{ + local cur + cur=`_get_cword` + COMPREPLY=( $(kldstat | sed -ne "s/^.*[ \t]\+\($cur[a-z_]\+\).ko$/\1/p") ) +} +complete -F _kldunload $filenames kldunload +} + +# FreeBSD portupgrade completion +# +have portupgrade && +_portupgrade() +{ + local cur pkgdir prev + + pkgdir=${PKG_DBDIR:-/var/db/pkg}/ + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + [ "$prev" = "-l" -o "$prev" = "-L" -o "$prev" = "-o" ] && return 0 + + COMPREPLY=( $( compgen -d $pkgdir$cur ) ) + COMPREPLY=( ${COMPREPLY[@]#$pkgdir} ) + COMPREPLY=( ${COMPREPLY[@]%-*} ) + + return 0 +} && +complete -F _portupgrade $dirnames portupgrade + +# FreeBSD portinstall completion +# +have portinstall && +_portinstall() +{ + local cur portsdir prev indexfile + local -a COMPREPLY2 + + portsdir=${PORTSDIR:-/usr/ports}/ + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + # First try INDEX-5 + indexfile=$portsdir/INDEX-5 + # Then INDEX if INDEX-5 does not exist or system is not FreeBSD 5.x + [ "${OSTYPE%.*}" = "freebsd5" -a -f $indexfile ] || + indexfile=$portsdir/INDEX + + [ "$prev" = "-l" -o "$prev" = "-L" -o "$prev" = "-o" ] && return 0 + + COMPREPLY=( $( egrep "^$cur" < $indexfile | cut -d'|' -f1 ) ) + COMPREPLY2=( $( egrep "^[^\|]+\|$portsdir$cur" < $indexfile | \ + cut -d'|' -f2 ) ) + COMPREPLY2=( ${COMPREPLY2[@]#$portsdir} ) + COMPREPLY=( "${COMPREPLY[@]}" "${COMPREPLY2[@]}" ) + + return 0 +} && +complete -F _portinstall $dirnames portinstall + +# Slackware Linux removepkg completion +# +have removepkg && [ -f /etc/slackware-version ] && +_removepkg() +{ + local packages cur + + COMPREPLY=() + cur=`_get_cword` + + COMPREPLY=( $( (cd /var/log/packages; compgen -f -- "$cur") ) ) +} && +complete -F _removepkg $filenames removepkg && + complete $dirnames -f -X '!*.tgz' installpkg upgradepkg explodepkg + +# look(1) completion +# +have look && +_look() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD = 1 ]; then + COMPREPLY=( $( compgen -W '$(look $cur)' ) ) + fi +} && +complete -F _look $default look + +# ypcat(1) and ypmatch(1) completion +# +have ypmatch && +_ypmatch() +{ + local cur map + + COMPREPLY=() + cur=`_get_cword` + + [ $1 = ypcat ] && [ $COMP_CWORD -gt 1 ] && return 0 + [ $1 = ypmatch ] && [ $COMP_CWORD -gt 2 ] && return 0 + + if [ $1 = ypmatch ] && [ $COMP_CWORD -eq 1 ] && \ + [ ${#COMP_WORDS[@]} -eq 3 ]; then + map=${COMP_WORDS[2]} + COMPREPLY=( $( compgen -W '$( ypcat $map | \ + cut -d':' -f 1 )' -- $cur) ) + else + [ $1 = ypmatch ] && [ $COMP_CWORD -ne 2 ] && return 0 + COMPREPLY=( $( compgen -W \ + '$( echo $(ypcat -x | cut -d"\"" -f 2))' -- $cur)) + fi + + return 0 +} && +complete -F _ypmatch ypmatch ypcat + +# mplayer(1) completion +# +have mplayer && { +_mplayer_options_list() +{ + cur=${cur%\\} + COMPREPLY=( $( $1 $2 help 2> /dev/null | \ + sed -e '1,/^Available/d' | awk '{print $1}' | \ + sed -e 's/:$//' -e 's/^'${2#-}'$//' -e 's/<.*//' | \ + grep "^$cur" ) ) +} + +_mplayer() +{ + local cmd cur prev skinsdir IFS=$' \t\n' i j k=0 + + COMPREPLY=() + cmd=${COMP_WORDS[0]} + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(ac|afm|vc|vfm|ao|vo|vop|fstype)) + _mplayer_options_list mplayer $prev + return 0 + ;; + -@(oac|ovc|of)) + _mplayer_options_list mencoder $prev + return 0 + ;; + -audiofile) + _filedir '@(mp3|MP3|mpg|MPG|ogg|OGG|wav|WAV|mid|MID|flac|FLAC|mka|MKA)' + return 0 + ;; + -font) + _filedir '@(desc|ttf)' + return 0 + ;; + -sub) + _filedir '@(srt|SRT|sub|SUB|txt|TXT|utf|UTF|rar|RAR|mpsub|smi|js|ssa|SSA|aas|AAS)' + return 0 + ;; + -vobsub) + _filedir '@(idx|IDX|ifo|IFO|sub|SUB)' + IFS=$'\t\n' + COMPREPLY=( $( for i in "${COMPREPLY[@]}"; do + if [ -f $i -a -r $i ]; then + echo ${i%.*} + else + echo $i + fi + done ) ) + IFS=$' \t\n' + return 0 + ;; + -ifo) + _filedir '@(ifo|IFO)' + return 0 + ;; + -cuefile) + _filedir '@(bin|BIN|cue|CUE)' + return 0 + ;; + -skin) + # if you don't have installed mplayer in /usr/local you + # may want to set the MPLAYER_SKINS_DIR global variable + if [ -n "$MPLAYER_SKINS_DIR" ]; then + skinsdir=$MPLAYER_SKINS_DIR + else + skinsdir=/usr/local/share/mplayer/Skin + fi + + IFS=$'\t\n' + for i in ~/.mplayer/Skin $skinsdir; do + if [ -d $i -a -r $i ]; then + for j in $( compgen -d $i/$cur ); do + COMPREPLY[$k]=${j#$i/} + k=$((++k)) + done + fi + done + IFS=$' \t\n' + return 0 + ;; + -@(mixer|@(cdrom|dvd)-device|dvdauth|fb|zrdev)) + cur=${cur:=/dev/} + _filedir + return 0 + ;; + -@(edl?(out)|lircconf|menu-cfg|playlist|csslib|dumpfile)| \ + -@(subfile|vobsub|aofile|fbmodeconfig|include|o|dvdkey)| \ + -passlogfile) + _filedir + return 0 + ;; + -@(auto@(q|sync)|loop|menu-root|speed|sstep|aid|alang)| \ + -@(?(@(audio|sub)-)demuxer|bandwidth|cache|chapter)| \ + -@(dvd?(angle)|fps|frames|mc|passwd|user|sb|srate|ss|vcd)| \ + -@(vi?(d|vo)|ffactor|sid|slang|spu@(align|aa|gauss))| \ + -@(vobsubid|delay|bpp|brightness|contrast|dfbopts|display)| \ + -@(fbmode|geometry|guiwid|hue|icelayer|screen[wh]|wid)| \ + -@(monitor@(aspect|-@(dotclock|[hv]freq))|panscan|saturation)| \ + -@(xineramascreen|zr@(crop|norm|quality|[xy]doff|[vh]dec))| \ + -@(aspect|pp|x|y|xy|z|stereo|audio-@(density|delay|preload))| \ + -@(endpos|osdlevel|ffourcc|sws|channels|skiplimit|format)| \ + -@(ofps|aa@(driver|@(osd|sub)color)|vobsubout?(i@(ndex|d)))| \ + -sub@(-bg-@(alpha|color)|cp|delay|fps|pos|align|width)| \ + -sub@(font-@(blur|outline|autoscale|encoding|@(osd|text)-scale))) + return 0 + ;; + -lavdopts) + COMPREPLY=( $( compgen -W 'ec er= bug= idct= gray' \ + -- $cur ) ) + return 0 + ;; + -lavcopts) + COMPREPLY=( $( compgen -W 'vcodec= vqmin= vqscale= \ + vqmax= mbqmin= mbqmax= vqdiff= \ + vmax_b_frames= vme= vhq v4mv \ + keyint= vb_strategy= vpass= \ + aspect= vbitrate= vratetol= \ + vrc_maxrate= vrc_minrate= \ + vrc_buf_size= vb_qfactor= vi_qfactor= \ + vb_qoffset= vi_qoffset= vqblur= \ + vqcomp= vrc_eq= vrc_override= \ + vrc_init_cplx= vqsquish= vlelim= \ + vcelim= vstrict= vdpart vpsize= gray \ + vfdct= idct= lumi_mask= dark_mask= \ + tcplx_mask= scplx_mask= naq ildct \ + format= pred qpel precmp= cmp= \ + subcmp= predia= dia= trell last_pred= \ + preme= subq= psnr mpeg_quant aic umv' \ + -- $cur ) ) + return 0 + ;; + -ssf) + COMPREPLY=( $( compgen -W 'lgb= cgb= ls= cs= chs= \ + cvs=' -- $cur ) ) + return 0 + ;; + -jpeg) + COMPREPLY=( $( compgen -W 'noprogressive progressive \ + nobaseline baseline optimize= \ + smooth= quality= outdir=' -- $cur ) ) + return 0 + ;; + -xvidopts) + COMPREPLY=( $( compgen -W 'dr2 nodr2' -- $cur ) ) + return 0 + ;; + -xvidencopts) + COMPREPLY=( $( compgen -W 'pass= bitrate= \ + fixed_quant= me_quality= 4mv \ + rc_reaction_delay_factor= \ + rc_averaging_period= rc_buffer= \ + quant_range= min_key_interval= \ + max_key_interval= mpeg_quant \ + mod_quant lumi_mask hintedme \ + hintfile debug keyframe_boost= \ + kfthreshold= kfreduction=' -- $cur ) ) + return 0 + ;; + -divx4opts) + COMPREPLY=( $( compgen -W 'br= key= deinterlace q= \ + min_quant= max_quant= rc_period= \ + rc_reaction_period= crispness= \ + rc_reaction_ratio= pass= vbrpass= \ + help' -- $cur ) ) + return 0 + ;; + -info) + COMPREPLY=( $( compgen -W 'name= artist= genre= \ + subject= copyright= srcform= \ + comment= help' -- $cur ) ) + return 0 + ;; + -lameopts) + COMPREPLY=( $( compgen -W 'vbr= abr cbr br= q= aq= \ + ratio= vol= mode= padding= fast \ + preset= help' -- $cur ) ) + return 0 + ;; + -rawaudio) + COMPREPLY=( $( compgen -W 'on channels= rate= \ + samplesize= format=' -- $cur ) ) + return 0 + ;; + -rawvideo) + COMPREPLY=( $( compgen -W 'on fps= sqcif qcif cif \ + 4cif pal ntsc w= h= y420 yv12 yuy2 \ + y8 format= size=' -- $cur ) ) + return 0 + ;; + -aop) + COMPREPLY=( $( compgen -W 'list= delay= format= fout= \ + volume= mul= softclip' -- $cur ) ) + return 0 + ;; + -dxr2) + COMPREPLY=( $( compgen -W 'ar-mode= iec958-encoded \ + iec958-decoded mute ucode= 75ire bw \ + color interlaced macrovision= norm= \ + square-pixel ccir601-pixel cr-left= \ + cr-right= cr-top= cr-bot= ck-rmin= \ + ck-gmin= ck-bmin= ck-rmax= ck-gmax= \ + ck-bmax= ck-r= ck-g= ck-b= \ + ignore-cache= ol-osd= olh-cor= \ + olw-cor= olx-cor= oly-cor= overlay \ + overlay-ratio= update-cache' -- $cur )) + return 0 + ;; + -tv) + COMPREPLY=( $( compgen -W 'on noaudio driver= device= \ + input= freq= outfmt= width= height= \ + buffersize= norm= channel= chanlist= \ + audiorate= forceaudio alsa amode= \ + forcechan= adevice= audioid= volume= \ + bass= treble= balance= fps= \ + channels= immediatemode=' -- $cur ) ) + return 0 + ;; + -mf) + COMPREPLY=( $( compgen -W 'on w= h= fps= type=' \ + -- $cur ) ) + return 0 + ;; + -cdda) + COMPREPLY=( $( compgen -W 'speed= paranoia= \ + generic-dev= sector-size= overlap= \ + toc-bias toc-offset= skip noskip' \ + -- $cur ) ) + return 0 + ;; + -input) + COMPREPLY=( $( compgen -W 'conf= ar-delay ar-rate \ + keylist cmdlist js-dev file' -- $cur ) ) + return 0 + ;; + -af) + COMPREPLY=( $( compgen -W 'resample resample= \ + channels channels= format format= \ + volume volume= delay delay= pan \ + pan= sub sub= surround surround=' \ + -- $cur ) ) + return 0 + ;; + -af-adv) + COMPREPLY=( $( compgen -W 'force= list=' -- $cur ) ) + return 0 + ;; + esac + + case "$cur" in + -*) + COMPREPLY=( $( compgen -W '-aid -alang -audio-demuxer \ + -audiofile -cdrom-device -cache -cdda \ + -channels -chapter -csslib -demuxer \ + -dvd -dvd-device -dvdangle -dvdauth \ + -dvdkey -dvdnav -forceidx -fps -frames \ + -hr-mp3-seek -idx -mc -mf -ni -nobps \ + -passwd -rawaudio -rtsp-stream-over-tcp\ + -skipopening -sb -srate -ss -tv -user \ + -vcd -vid -vivo -ifo -ffactor -font \ + -noautosub -nooverlapsub -sid -slang \ + -sub -subcc -subcp -sub-demuxer \ + -subdelay -subfont-autoscale \ + -subfont-blur -subfont-encoding \ + -subfont-osd-scale -subfont-outline \ + -subfont-text-scale -subfps -subfile \ + -subpos -unicode -utf8 -vobsub \ + -vobsubid -ac -afm -aspect -flip \ + -lavdopts -noaspect -nosound -pp -ssf \ + -stereo -sws -vc -vfm -vop -xvidopts\ + -xy -zoom -bandwidth -cuefile \ + -noextbased -rawvideo -overlapsub \ + -sub-bg-alpha -sub-bg-color -subalign \ + -subwidth -sub-no-text-pp -spualign \ + -spuaa -spugauss -pphelp -verbose -v \ + -noni -noidx -nohr-mp3-seek -extbased \ + -bps -oldpp -nozoom -noflip -nounicode \ + -noutf8' -- $cur ) ) + # add mplayer specific options + [[ "$cmd" == @(?(g)mplayer) ]] && COMPREPLY=( "${COMPREPLY[@]}" \ + $(compgen -W '-autoq -autosync -benchmark \ + -framedrop -h -help -hardframedrop \ + -identify -input -lircconf -loop \ + -nojoystick -nolirc -nortc -playlist \ + -quiet -really-quiet -rnd -sdp -skin \ + -slave -softsleep -speed -sstep \ + -use-stdin -dumpaudio -dumpfile \ + -dumpstream -dumpvideo -dumpmicrodvdsub\ + -dumpmpsub -dumpsrtsub -dumpjacosub \ + -dumpsami -dumpsub -osdlevel -af \ + -af-adv -ao -aofile -aop -delay -mixer \ + -nowaveheader -bpp -brightness \ + -contrast -display -double -dr -dxr2 \ + -fb -fbmode -fbmodeconfig -forcexv -fs \ + -geometry -hue -icelayer -jpeg \ + -monitor-dotclock -monitor-hfreq \ + -monitor-vfreq -monitoraspect \ + -nograbpointer -noslices -panscan \ + -rootwin -saturation -screenw -screenh \ + -stop-xscreensaver -vm -vo -vsync -wid \ + -xineramascreen -z -zrbw -zrcrop \ + -zrdev -zrfd -zrhelp -zrnorm -zrquality \ + -zrvdec -zrhdec -zrxdoff -zrydoff -y \ + -edl -edlout -enqueue -fixed-vo \ + -menu -menu-root -menu-cfg -shuffle \ + -format -aahelp -dfbopts -fstype \ + -guiwid -nokeepaspect -x --help \ + -aaosdcolor -aasubcolor -aadriver \ + -aaextended -aaeight' -- $cur) ) + # add mencoder specific options + [[ "$cmd" = mencoder ]] && COMPREPLY=( "${COMPREPLY[@]}" \ + $(compgen -W '-audio-density -audio-delay \ + -audio-preload -divx4opts -endpos \ + -ffourcc -include -info -lameopts \ + -lavcopts -noskip -o -oac -ofps -ovc \ + -passlogfile -skiplimit -vobsubout \ + -vobsuboutindex -vobsuboutid \ + -xvidencopts -of --verbose' -- $cur) ) + ;; + *) + _filedir '@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|ASF|vob|VOB|bin|BIN|dat|DAT|vcd|VCD|ps|PS|pes|PES|fli|FLI|flv|FLV|viv|VIV|rm?(j)|RM?(J)|ra?(m)|RA?(M)|yuv|YUV|mov|MOV|qt|QT|mp[34]|MP[34]|m4v|M4V|og[gm]|OG[GM]|wav|WAV|dump|DUMP|mk[av]|MK[AV]|m4a|M4A|aac|AAC|m2v|M2V|dv|DV|rmvb|RMVB|mid|MID|ts|TS|3gp|mpc|MPC|flac|FLAC|flv|FLV|divx|DIVX)' + ;; + esac + + return 0 +} +complete $filenames -F _mplayer mplayer mencoder gmplayer kplayer +} + +# KDE dcop completion +# +have dcop && +_dcop() +{ + local cur compstr + + COMPREPLY=() + cur=`_get_cword` + if [ -z $cur ]; then + compstr=${COMP_WORDS[*]} + else + compstr=$( command echo ${COMP_WORDS[*]} | sed "s/ $cur$//" ) + fi + COMPREPLY=( $( compgen -W '$( command $compstr | sed s/\(.*\)// )' -- $cur ) ) +} && +complete -F _dcop dcop + +# wvdial(1) completion +# +have wvdial && +_wvdial() +{ + local cur prev config i IFS=$'\t\n' + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + --config) + _filedir + return 0 + ;; + esac + + case $cur in + -*) + COMPREPLY=( $( compgen -W '--config --chat \ + --remotename --help --version --no-syslog' \ + -- $cur ) ) + ;; + *) + # start with global and personal config files + config="/etc/wvdial.conf"$'\t'"$HOME/.wvdialrc" + # replace with command line config file if present + for (( i=1; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" == "--config" ]]; then + config=${COMP_WORDS[i+1]} + break + fi + done + # parse config files for sections and + # remove default section + COMPREPLY=( $( sed -ne \ + "s|^\[Dialer \($cur.*\)\]$|\1|p" \ + $config 2>/dev/null |grep -v '^Defaults$')) + # escape spaces + COMPREPLY=${COMPREPLY// /\\ } + ;; + esac + +} && +complete -F _wvdial wvdial + +# gpg(1) completion +# +have gpg && +_gpg() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(s|-sign|-clearsign|-decrypt-files|-load-extension)) + _filedir + return 0 + ;; + --@(export|@(?(l|nr|nrl)sign|edit)-key)) + # return list of public keys + COMPREPLY=( $( compgen -W "$( gpg --list-keys 2>/dev/null | sed -ne 's@^pub.*/\([^ ]*\).*\(<\([^>]*\)>\).*$@\1 \3@p')" -- "$cur" )) + return 0 + ;; + -@(r|-recipient)) + COMPREPLY=( $( compgen -W "$( gpg --list-keys 2>/dev/null | sed -ne 's@^pub.*<\([^>]*\)>.*$@\1@p')" -- "$cur" )) + if [ -e ~/.gnupg/gpg.conf ]; then + COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W "$( sed -ne 's@^[ \t]*group[ \t][ \t]*\([^=]*\).*$@\1@p' ~/.gnupg/gpg.conf )" -- "$cur") ) + fi + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-s -b -e -f -c -d -a -r -u -Z -o -v\ + -q -n -N $(gpg --dump-options)' -- $cur ) ) + fi + +} && +complete -F _gpg $default gpg + +# iconv(1) completion +# +have iconv && +_iconv() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(f|t|-@(from|to)-code)) + COMPREPLY=( $( compgen -W \ + '$( iconv --list | sed -e "s@//@@;" )' -- "$cur" ) ) + return 0 + ;; + esac + + + if [[ "$cur" = -* ]]; then + COMPREPLY=( $( compgen -W '--from-code -f --to-code -t --list + --output -o --verbose' -- "$cur" ) ) + return 0 + fi +} && +complete -F _iconv $default iconv + +# dict(1) completion +# +{ have dict || have rdict; } && { +_dictdata() +{ + dict $host $port $1 2>/dev/null | sed -ne \ + 's/^['$'\t '']['$'\t '']*\([^'$'\t '']*\).*$/\1/p' +} + +_dict() +{ + local cur prev host port db dictfile + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + dictfile=/usr/share/dict/words + + for (( i=1; i < COMP_CWORD; i++ )); do + case "${COMP_WORDS[i]}" in + -@(h|--host)) + host=${COMP_WORDS[i+1]} + [ -n "$host" ] && host="-h $host" + i=$((++i)) + ;; + -@(p|-port)) + port=${COMP_WORDS[i+1]} + [ -n "$port" ] && port="-p $port" + i=$((++i)) + ;; + -@(d|-database)) + db=${COMP_WORDS[i+1]} + [ -n "$db" ] && host="-d $db" + i=$((++i)) + ;; + *) + ;; + esac + done + + if [[ "$cur" = -* ]]; then + COMPREPLY=( $( compgen -W '-h --host -p --port -d --database \ + -m --match -s --strategy -c --config -C \ + --nocorrect -D --dbs -S --strats -H \ + --serverhelp -i --info -I --serverinfo \ + -a --noauth -u --user -k --key -V --version \ + -L --license --help -v --verbose -r --raw \ + -P --pager --debug --html --pipesize --client' \ + -- "$cur" ) ) + return 0 + fi + + case "$prev" in + -@(d|-database|i|info)) + COMPREPLY=( $( compgen -W '$( _dictdata -D )' -- "$cur" ) ) + return 0 + ;; + -@(s|-strategy)) + COMPREPLY=( $( compgen -W '$( _dictdata -S )' -- "$cur" ) ) + return 0 + ;; + *) + ;; + esac + + [ -r $dictfile ] && \ + COMPREPLY=( $( compgen -W '$( cat $dictfile )' -- "$cur" ) ) +} +complete -F _dict $default dict rdict +} + +# cdrecord(1) completion +# +have cdrecord && +_cdrecord() +{ + local cur prev i generic_options track_options track_mode + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + # foo=bar style option + if [[ "$cur" == *=* ]]; then + prev=${cur/=*/} + cur=${cur/*=/} + case "$prev" in + @(text|cue)file) + _filedir + return 0 + ;; + blank) + COMPREPLY=( $( compgen -W 'help all fast \ + track unreserve trtail unclose session' \ + -- $cur ) ) + return 0 + ;; + driveropts) + COMPREPLY=( $( compgen -W 'burnfree noburnfree\ + varirec= audiomaster forcespeed noforcespeed\ + speedread nospeedread singlesession \ + nosinglesession hidecdr nohidecdr tattooinfo\ + tattoofile=' -- $cur ) ) + return 0 + ;; + esac + fi + + generic_options=(-version -v -V -d -silent -s -force -immed -dummy \ + -dao -raw -raw96r -raw96p -raw16 -multi -msinfo -toc \ + -atip -fix -nofix -waiti -load -lock -eject -format \ + -setdropts -checkdrive -prcap -inq -scanbus -reset \ + -abort -overburn -ignsize -useinfo -packet -noclose \ + -text debug= kdebug= kd= minbuf= speed= blank= fs= \ + dev= gracetime= timeout= driver= driveropts= \ + defpregap= pktsize= mcn= textfile= cuefile=) + track_options=(-audio -swab -data -mode2 -xa -xa1 -xa2 -xamix -cdi \ + -isosize -pad padsize= -nopad -shorttrack -noshorttrack\ + pregap= -preemp -nopreemp -copy -nocopy -scms tcsize= \ + isrc= index=) + # look if previous was either a file or a track option + track_mode=0 + if [ $COMP_CWORD -gt 1 ]; then + if [ -f "$prev" ]; then + track_mode=1 + else + for (( i=0; i < ${#track_options[@]}; i++ )); do + if [[ "${track_options[i]}" == "$prev" ]]; then + track_mode=1 + break + fi + done + fi + fi + + # files are always eligible completion + _filedir + # track options are always available + COMPREPLY=( "${COMPREPLY[@]}" $( compgen -W '${track_options[@]}' -- $cur ) ) + # general options are no more available after file or track option + if [ $track_mode -eq 0 ]; then + COMPREPLY=( "${COMPREPLY[@]}" \ + $( compgen -W '${generic_options[@]}' -- $cur ) ) + fi + +} && +complete -F _cdrecord $filenames cdrecord + +# mkisofs(8) completion +# +have mkisofs && +_mkisofs() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(o|abstract|biblio|check-session|copyright|log-file|root-info|prep-boot|*-list)) + _filedir + return 0 + ;; + -*-charset) + COMPREPLY=( $( mkisofs -input-charset help 2>&1 | \ + tail +3 | grep "^$cur") ) + return 0 + ;; + -uid) + _uids + return 0 + ;; + -gid) + _gids + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-abstract -A -allow-lowercase \ + -allow-multidot -biblio -cache-inodes \ + -no-cache-inodes -b -eltorito-alt-boot -B -G \ + -hard-disk-boot -no-emul-boot -no-boot \ + -boot-load-seg -boot-load-size \ + -boot-info-table -C -c -check-oldname \ + -check-session -copyright -d -D -dir-mode \ + -dvd-video -f -file-mode -gid -gui \ + -graft-points -hide -hide-list -hidden \ + -hidden-list -hide-joliet -hide-joliet-list \ + -hide-joliet-trans-tbl -hide-rr-moved \ + -input-charset -output-charset -iso-level -J \ + -joliet-long -jcharset -l -L -log-file -m \ + -exclude-list -max-iso9660-filenames -M -N \ + -new-dir-mode -nobak -no-bak -force-rr -no-rr \ + -no-split-symlink-components \ + -no-split-symlink-fields -o -pad -no-pad \ + -path-list -P -p -print-size -quiet -R -r \ + -relaxed-filenames -sort -split-output \ + -stream-media-size -stream-file-name -sysid -T\ + -table-name -ucs-level -udf -uid \ + -use-fileversion -U -no-iso-translate -V \ + -volset -volset-size -volset-seqno -v -x -z \ + -hfs -apple -map -magic -hfs-creator \ + -hfs-type -probe -no-desktop -mac-name \ + -boot-hfs-file -part -auto -cluster-size \ + -hide-hfs -hide-hfs-list -hfs-volid \ + -icon-position -root-info -prep-boot \ + -input-hfs-charset -output-hfs-charset \ + -hfs-unlock -hfs-bless -hfs-parms --cap \ + --netatalk --double --ethershare --ushare \ + --exchange --sgi --xinet --macbin --single \ + --dave --sfm --osx-double --osx-hfs' -- $cur )) + else + _filedir + fi + +} && +complete -F _mkisofs $filenames mkisofs + +# mc(1) completion +# +have mc && +_mc() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + # -name value style option + case "$prev" in + -@(e|v|l|P)) + _filedir + return 0 + ;; + esac + + # --name=value style option + if [[ "$cur" == *=* ]]; then + prev=${cur/=*/} + cur=${cur/*=/} + case "$prev" in + --@(edit|view|ftplog|printwd)) + _filedir + return 0 + ;; + esac + fi + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-a --stickchars -b --nocolor -c \ + --color -C --colors= -d --nomouse -e --edit= -f \ + --datadir -k --resetsoft -l --ftplog= -P --printwd= \ + -s --slow -t --termcap -u --nosubshell -U --subshell \ + -v --view= -V --version -x --xterm -h --help' -- $cur ) ) + else + _filedir -d + fi +} && +complete -F _mc $filenames mc + +# yum(8) completion +# +have yum && { +_yum() +{ + local cur prev special + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do + if [[ ${COMP_WORDS[i]} == @(install|update|upgrade|remove|erase|deplist) ]]; then + special=${COMP_WORDS[i]} + fi + done + + if [ -n "$special" ]; then + case $special in + install|deplist) + COMPREPLY=( $( compgen -W '$( yum -C list | cut -d" " -f1 )' -- $cur ) ) + return 0 + ;; + *) + _rpm_installed_packages + return 0 + ;; + esac + fi + + case $cur in + --*) + COMPREPLY=( $( compgen -W '--installroot --version --help --enablerepo --disablerepo --exclude --obsoletes --noplugins' -- $cur ) ) + return 0 + ;; + -*) + COMPREPLY=( $( compgen -W '-c -e -d -y -t -R -C -h' -- $cur ) ) + return 0 + ;; + esac + + case $prev in + list) + COMPREPLY=( $( compgen -W 'all available updates installed extras obsoletes recent' -- $cur ) ) + ;; + clean) + COMPREPLY=( $( compgen -W 'packages headers metadata cache dbcache all' -- $cur ) ) + ;; + localinstall) + _filedir rpm + ;; + -c) + _filedir + ;; + --installroot) + _filedir -d + ;; + *) + COMPREPLY=( $( compgen -W 'install update check-update upgrade remove list \ + search info provides clean groupinstall groupupdate \ + grouplist deplist erase groupinfo groupremove \ + localinstall localupdate makecache resolvedep \ + shell whatprovides' -- $cur ) ) + ;; + esac +} +complete -F _yum $filenames yum + +# yum-arch(8) completion +# +_yum_arch() +{ + local cur + COMPREPLY=() + cur=`_get_cword` + + case "$cur" in + -*) + COMPREPLY=( $( compgen -W '-d -v -vv -n -c -z -s -l -q' -- $cur ) ) + ;; + *) + _filedir -d + ;; + esac + + return 0 + +} +complete -F _yum_arch $filenames yum-arch +} + +# ImageMagick completion +# +have convert && { +_ImageMagick() +{ + local prev + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -channel) + COMPREPLY=( $( compgen -W 'Red Green Blue Opacity \ + Matte Cyan Magenta Yellow Black' -- $cur ) ) + return 0 + ;; + -colormap) + COMPREPLY=( $( compgen -W 'shared private' -- $cur ) ) + return 0 + ;; + -colorspace) + COMPREPLY=( $( compgen -W 'GRAY OHTA RGB Transparent \ + XYZ YCbCr YIQ YPbPr YUV CMYK' -- $cur ) ) + return 0 + ;; + -compose) + COMPREPLY=( $( compgen -W 'Over In Out Atop Xor Plus \ + Minus Add Subtract Difference Multiply Bumpmap\ + Copy CopyRed CopyGreen CopyBlue CopyOpacity' \ + -- $cur ) ) + return 0 + ;; + -compress) + COMPREPLY=( $( compgen -W 'None BZip Fax Group4 JPEG \ + Lossless LZW RLE Zip' -- $cur ) ) + return 0 + ;; + -dispose) + COMPREPLY=( $( compgen -W 'Undefined None Background \ + Previous' -- $cur ) ) + return 0 + ;; + -encoding) + COMPREPLY=( $( compgen -W 'AdobeCustom AdobeExpert \ + AdobeStandard AppleRoman BIG5 GB2312 Latin2 \ + None SJIScode Symbol Unicode Wansung' -- $cur)) + return 0 + ;; + -endian) + COMPREPLY=( $( compgen -W 'MSB LSB' -- $cur ) ) + return 0 + ;; + -filter) + COMPREPLY=( $( compgen -W 'Point Box Triangle Hermite \ + Hanning Hamming Blackman Gaussian Quadratic \ + Cubic Catrom Mitchell Lanczos Bessel Sinc' \ + -- $cur ) ) + return 0 + ;; + -format) + COMPREPLY=( $( convert -list format | \ + awk '/ [r-][w-][+-] / {print $1}' | \ + tr -d '*' | tr [:upper:] [:lower:] | \ + grep "^$cur" ) ) + return 0 + ;; + -gravity) + COMPREPLY=( $( compgen -W 'Northwest North NorthEast \ + West Center East SouthWest South SouthEast' \ + -- $cur ) ) + return 0 + ;; + -intent) + COMPREPLY=( $( compgen -W 'Absolute Perceptual \ + Relative Saturation' -- $cur ) ) + return 0 + ;; + -interlace) + COMPREPLY=( $( compgen -W 'None Line Plane Partition' \ + -- $cur ) ) + return 0 + ;; + -limit) + COMPREPLY=( $( compgen -W 'Disk File Map Memory' \ + -- $cur ) ) + return 0 + ;; + -list) + COMPREPLY=( $( compgen -W 'Delegate Format Magic \ + Module Resource Type' -- $cur ) ) + return 0 + ;; + -map) + COMPREPLY=( $( compgen -W 'best default gray red \ + green blue' -- $cur ) ) + _filedir + return 0 + ;; + -noise) + COMPREPLY=( $( compgen -W 'Uniform Gaussian \ + Multiplicative \ + Impulse Laplacian Poisson' -- $cur ) ) + return 0 + ;; + -preview) + COMPREPLY=( $( compgen -W 'Rotate Shear Roll Hue \ + Saturation Brightness Gamma Spiff \ + Dull Grayscale Quantize Despeckle \ + ReduceNoise AddNoise Sharpen Blur \ + Treshold EdgeDetect Spread Shade \ + Raise Segment Solarize Swirl Implode \ + Wave OilPaint CharcoalDrawing JPEG' \ + -- $cur ) ) + return 0 + ;; + -@(mask|profile|texture|tile|write)) + _filedir + return 0 + ;; + -type) + COMPREPLY=( $( compgen -W 'Bilevel Grayscale Palette \ + PaletteMatte TrueColor TrueColorMatte \ + ColorSeparation ColorSeparationlMatte \ + Optimize' -- $cur ) ) + return 0 + ;; + -units) + COMPREPLY=( $( compgen -W 'Undefined PixelsPerInch \ + PixelsPerCentimeter' -- $cur ) ) + return 0 + ;; + -virtual-pixel) + COMPREPLY=( $( compgen -W 'Constant Edge mirror tile' \ + -- $cur ) ) + return 0 + ;; + -visual) + COMPREPLY=( $( compgen -W 'StaticGray GrayScale \ + StaticColor PseudoColor TrueColor \ + DirectColor defaut visualid' -- $cur )) + return 0 + ;; + esac +} + +_convert() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + _ImageMagick + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-adjoin -affine -antialias -append \ + -authenticate -average -background -black-threshold \ + -blue-primary -blur -border -bordercolor -channel \ + -charcoal -chop -clip -coalesce -colorize -colors \ + -colorspace -comment -compress -contrast -convolve \ + -crop -cycle -debug -deconstruct -delay -density \ + -depth -despeckle -display -dispose -dither -draw \ + -edge -emboss -encoding -endian -enhance -equalize \ + -extract -fill -filter -flatten -flip -flop -font \ + -frame -fuzz -gamma -gaussian -geometry \ + -green-primary -gravity -help -implode -intent \ + -interlace -label -lat -level -limit -list -log -loop \ + -map -mask -matte -median -modulate -monochrome \ + -morph -mosaic -negate -noop -noise -normalize \ + -opaque -ordered-dither -page -paint -ping -pointsize \ + -preview -profile -quality -raise -random-threshold \ + -region -raise -red-primary -render -resize -resample \ + -roll -rotate -sample -sampling-factor -scale -scene \ + -seed -segment -shade -sharpen -shave -shear -size \ + -solarize -spread -stroke -strokewidth -swirl \ + -texture -threshold -thumbnail -tile -transform \ + -transparent -treedepth -trim -type -undercolor \ + -units -unsharp -verbose -version -view \ + -virtual-pixel -wave -white-point -white-threshold \ + -write' -- $cur ) ) + elif [[ "$cur" == +* ]]; then + COMPREPLY=( $( compgen -W '+adjoin +append +compress \ + +contrast +debug +dither +endian +gamma +label +map \ + +mask +matte +negate +noise +page +raise +render \ + +write' -- $cur ) ) + else + _filedir + fi +} +complete -F _convert $filenames convert + +_mogrify() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + _ImageMagick + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-affine -antialias -authenticate \ + -background -black-threshold -blue-primary -blur \ + -border -bordercolor -channel -charcoal -chop \ + -colorize -colors -colorspace -comment -compress \ + -contrast -convolve -crop -cycle -debug -delay \ + -density -depth -despeckle -display -dispose -dither \ + -draw -edge -emboss -encoding -endian -enhance \ + -equalize -extract -fill -filter -flip -flop -font \ + -format -frame -fuzz -gamma -gaussian -geometry \ + -green-primary -implode -interlace -help -label -lat \ + -level -limit -list -log -loop -map -mask -matte \ + -median -modulate -monochrome -negate -noop \ + -normalize -opaque -page -paint -fill -ordered-dither \ + -pointsize -profile -quality -raise -random-threshold \ + -red-primary -region -resample -resize -roll -rotate \ + -sample -sampling-factor -scale -scene -seed -segment \ + -shade -sharpen -shear -size -solarize -spread \ + -stroke -strokewidth -swirl -texture -threshold \ + -thumbnail -tile -transform -transparent -treedepth \ + -trim -type -undercolor -units -unsharp -verbose \ + -version -view -virtual-pixel -wave -white-point \ + -white-threshold' -- $cur ) ) + elif [[ "$cur" == +* ]]; then + COMPREPLY=( $( compgen -W '+compress +contrast +debug +dither \ + +endian +gamma +label +map +mask +matte +negate +page \ + +raise' -- $cur ) ) + else + _filedir + fi +} +complete -F _mogrify $filenames mogrify + +_display() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + _ImageMagick + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-authenticate -backdrop -border \ + -colormap -colors -colorspace -comment -compress \ + -contrast -crop -debug -delay -density -depth \ + -despeckle -display -dispose -dither -edge -endian \ + -enhance -extract -filter -flip -flop -frame -gamma \ + -geometry -help -immutable -interlace -label -limit \ + -log -map -matte -monochrome -negate -noop -page \ + -quality -raise -remote -roll -rotate -sample \ + -sampling-factor -scene -segment -sharpen -size \ + -texture -treedepth -trim -update -verbose -version \ + -virtual-pixel -window -window_group -write' -- $cur)) + elif [[ "$cur" == +* ]]; then + COMPREPLY=( $( compgen -W '+compress +contrast +debug +dither \ + +endian +gamma +label +map +matte +negate +page \ + +raise +write' -- $cur ) ) + else + _filedir + fi +} +complete -F _display $filenames display + +_animate() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + _ImageMagick + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-authenticate -backdrop -colormap \ + -colors -colorspace -crop -debug -delay -density \ + -depth -display -dither -extract -gamma -geometry \ + -help -interlace -limit -log -matte -map -monochrome \ + -noop -pause -remote -rotate -sampling-factor -scene \ + -size -treedepth -trim -verbose -version -visual \ + -virtual-pixel -window' -- $cur ) ) + elif [[ "$cur" == +* ]]; then + COMPREPLY=( $( compgen -W '+debug +dither +gamma +map +matte' -- $cur ) ) + else + _filedir + fi +} +complete -F _animate $filenames animate + +_identify() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + _ImageMagick + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-authenticate -debug -density \ + -depth -extract -format -help -interlace -limit -list \ + -log -size -sampling-factor -verbose -version \ + -virtual-pixel' -- $cur ) ) + elif [[ "$cur" == +* ]]; then + COMPREPLY=( $( compgen -W '+debug ' -- $cur ) ) + else + _filedir + fi +} +complete -F _identify $filenames identify + +_montage() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + _ImageMagick + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-adjoin -affine -authenticate \ + -blue-primary -blur -colors -colorspace -comment \ + -compose -compress -crop -debug -density -depth \ + -display -dispose -dither -draw -encoding -endian \ + -extract -fill -filter -flip -flop -frame -gamma \ + -geometry -gravity -green-primary -interlace -help \ + -label -limit -log -matte -mode -monochrome -noop \ + -page -pointsize -quality -red-primary -resize \ + -rotate -sampling-factor -scene -shadow -size \ + -stroke -texture -thumbnail -tile -transform \ + -transparent -treedepth -trim -type -verbose \ + -version -virtual-pixel -white-point' -- $cur ) ) + elif [[ "$cur" == +* ]]; then + COMPREPLY=( $( compgen -W '+adjoin +compress +debug +dither \ + +endian +gamma +label +matte +page' -- $cur ) ) + else + _filedir + fi +} +complete -F _montage $filenames montage + +_composite() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + _ImageMagick + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-affine -authenticate \ + -blue-primary -colors -colorspace -comment -compose \ + -compress -debug -density -depth -displace -display \ + -dispose -dissolve -dither -encoding -endian -extract \ + -filter -font -geometry -gravity -green-primary -help \ + -interlace -label -limit -log -matte -monochrome \ + -negate -page -profile -quality -red-primary -rotate \ + -resize -sampling-factor -scene -sharpen -size \ + -stegano -stereo -thumbnail -tile -transform \ + -treedepth -type -units -unsharp -verbose -version \ + -virtual-pixel -watermark -white-point -write' \ + -- $cur ) ) + elif [[ "$cur" == +* ]]; then + COMPREPLY=( $( compgen -W '+compress +debug +dither +endian +label \ + +matte +negate +page +write' -- $cur ) ) + else + _filedir + fi +} +complete -F _composite $filenames composite +} + +# dd(1) completion +# +have dd && +_dd() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + case "$cur" in + if=*|of=*) + cur=${cur#*=} + _filedir + return 0 + ;; + conv=*) + cur=${cur#*=} + COMPREPLY=( $( compgen -W 'ascii ebcdic ibm block unblock \ + lcase notrunc ucase swab noerror sync' \ + -- $cur ) ) + return 0 + ;; + esac + + _expand || return 0 + + COMPREPLY=( $( compgen -W '--help --version' -- $cur ) \ + $( compgen -W 'bs cbs conv count ibs if obs of seek skip'\ + -S '=' -- $cur ) ) +} && +complete -F _dd $nospace $filenames dd + +# CUPS cancel(1) completion +# +have cancel && +_cancel() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + COMPREPLY=( $( lpstat | cut -d' ' -f1 | grep "^$cur" ) ) +} && +complete -F _cancel $filenames cancel + +# aspell(1) completion +# +have aspell && { +_aspell_dictionary() +{ + local datadir + datadir=/usr/lib/aspell + COMPREPLY=( $( command ls $datadir/*.@(multi|alias) ) ) + COMPREPLY=( ${COMPREPLY[@]%.@(multi|alias)} ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]#$datadir/}' -- $cur ) ) +} + +_aspell() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + # --name value style option + case "$prev" in + @(-c|-p|check)) + _filedir + return 0 + ;; + @(dump|create|merge)) + COMPREPLY=( $( compgen -W 'master personal repl' -- $cur ) ) + return 0 + ;; + -d) + _aspell_dictionary + return 0 + ;; + esac + + # --name=value style option + if [[ "$cur" == *=* ]]; then + prev=${cur/=*/} + cur=${cur/*=/} + case "$prev" in + --@(conf|personal|repl|per-conf)) + _filedir + return 0 + ;; + --@(conf-dir|data-dir|dict-dir|home-dir|local-data-dir|prefix)) + _filedir -d + return 0 + ;; + --master) + _aspell_dictionary + return 0 + ;; + --mode) + COMPREPLY=( $( compgen -W 'none url email sgml tex' -- $cur ) ) + return 0 + ;; + --sug-mode) + COMPREPLY=( $( compgen -W 'ultra fast normal bad-speller' -- $cur ) ) + return 0 + ;; + --keymapping) + COMPREPLY=( $( compgen -W 'aspell ispell' -- $cur ) ) + return 0 + ;; + esac + fi + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--conf= --conf-dir= --data-dir= --dict-dir= \ + --encoding= --add-filter= --rem-filter= --mode= -e \ + -H -t --add-extra-dicts= --rem-extra-dicts= \ + --home-dir= -W --ignore= --ignore-accents \ + --dont-ignore-accents --ignore-case --dont-ignore-case \ + --ignore-repl --dont-ignore-repl --jargon= --keyboard= \ + --lang= --language-tag= --local-data-dir= -d --master= \ + --module= --add-module-search-order= \ + --rem-module-search-order= --per-conf= -p --personal= \ + --prefix= --repl= -C -B --run-together --dont-run-together \ + --run-together-limit= --run-together-min= --save-repl \ + --dont-save-repl --set-prefix --dont-set-prefix --size= \ + --spelling= --strip-accents --dont-strip-accents \ + --sug-mode= --add-word-list-path= --rem-word-list-path= \ + -b -x --backup -b|-x --dont-backup --reverse --dont-reverse \ + --time --dont-time --keymapping= --add-email-quote= \ + --rem-email-quote= --email-margin= --add-tex-command= \ + --rem-tex-command= --tex-check-comments \ + --dont-tex-check-comments --add-tex-extension= \ + --rem-tex-extension= --add-sgml-check= --rem-sgml-check= \ + --add-sgml-extension= --rem-sgml-extension=' -- $cur ) ) + else + COMPREPLY=( $( compgen -W '-? help -c check -a pipe -l list \ + config config soundslike filter -v version dump \ + create merge' -- $cur ) ) + fi + +} +complete -F _aspell $filenames aspell +} + +# xmms(1) completion +# +have xmms && +_xmms() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-h --help -r --rew -p --play \ + -u --pause -s --stop -t --play-pause -f --fwd -e \ + --enqueue -m --show-main-window -i --sm-client-id \ + -v --version' -- $cur ) ) + else + _filedir '@(mp[23]|MP[23]|ogg|OGG|wav|WAV|pls|m3u|xm|mod|s[3t]m|it|mtm|ult|flac)' + + fi + +} && +complete -F _xmms $filenames xmms + +# info(1) completion +# +have info && +_info() +{ + local cur infopath UNAME + + COMPREPLY=() + cur=`_get_cword` + + _expand || return 0 + + # default completion if parameter contains / + if [[ "$cur" == */* ]]; then + _filedir + return 0 + fi + + infopath='/usr/share/info' + + if [ "${INFOPATH: -1:1}" == ':' ]; then + infopath=${INFOPATH}${infopath} + elif [ ${INFOPATH:+set} ]; then + infopath=$INFOPATH + fi + + infopath=$infopath: + if [ -n "$cur" ]; then + infopath="${infopath//://$cur* }" + else + infopath="${infopath//:// }" + fi + + # redirect stderr for when path doesn't exist + COMPREPLY=( $( eval command ls "$infopath" 2>/dev/null ) ) + # weed out directory path names and paths to info pages + COMPREPLY=( ${COMPREPLY[@]##*/?(:)} ) + # weed out info dir file + for (( i=0 ; i < ${#COMPREPLY[@]} ; ++i )); do + if [ "${COMPREPLY[$i]}" == 'dir' ]; then + unset COMPREPLY[$i]; + fi; + done + # strip suffix from info pages + COMPREPLY=( ${COMPREPLY[@]%.@(gz|bz2)} ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]%.*}' -- "${cur//\\\\/}" ) ) + + return 0 +} && +complete -F _info $filenames info + +# dhclient(1) completion +# +have dhclient && _dhclient() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(cf|lf|pf|sf)) + _filedir + return 0 + ;; + -s) + _known_hosts + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-p -d -q -1 -r -lf -pf \ + -cf -sf -s -g -n -nw -w' -- $cur ) ) + else + _available_interfaces + fi +} && +complete -F _dhclient dhclient + +# lvm(8) completion +# +have lvm && { +_volumegroups() +{ + COMPREPLY=( $(compgen -W "$( vgscan 2>/dev/null | \ + sed -n -e 's|.*Found.*"\(.*\)".*$|\1|p' )" -- $cur ) ) +} + +_physicalvolumes() +{ + COMPREPLY=( $(compgen -W "$( pvscan 2>/dev/null | \ + sed -n -e 's|^.*PV \(.*\) VG.*$|\1|p' )" -- $cur ) ) +} + +_logicalvolumes() +{ + COMPREPLY=( $(compgen -W "$( lvscan 2>/dev/null | \ + sed -n -e "s|^.*'\(.*\)'.*$|\1|p" )" -- $cur ) ) +} + +_units() +{ + COMPREPLY=( $( compgen -W 'h s b k m g t H K M G T' -- $cur ) ) +} + +_sizes() +{ + COMPREPLY=( $( compgen -W 'k K m M g G t T' -- $cur ) ) +} + +_args() +{ + args=0 + if [[ "${COMP_WORDS[0]}" == lvm ]]; then + offset=2 + else + offset=1 + fi + for (( i=$offset; i < COMP_CWORD; i++ )); do + if [[ "${COMP_WORDS[i]}" != -* ]]; then + args=$(($args + 1)) + fi + done +} + +_lvmdiskscan() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -h -? --help -l \ + --lvmpartition -v --verbose --version' -- $cur ) ) + fi +} +complete -F _lvmdiskscan lvmdiskscan + +_pvscan() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -e \ + --exported -n --novolumegroup -h -? \ + --help --ignorelockingfailure -P \ + --partial -s --short -u --uuid -v \ + --verbose --version' -- $cur ) ) + fi +} +complete -F _pvscan pvscan + +_pvs() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(o|O|-options|-sort)) + COMPREPLY=( $( compgen -W 'pv_fmt pv_uuid \ + pv_size pv_free pv_used pv_name \ + pv_attr pv_pe_count \ + pv_pe_alloc_count' -- $cur ) ) + return 0 + ;; + --units) + _units + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--aligned -a --all -d --debug \ + -h -? --help --ignorelockingfailure --noheadings \ + --nosuffix -o --options -O --sort \ + --separator --unbuffered --units \ + -v --verbose --version' -- $cur ) ) + else + _physicalvolumes + fi +} +complete -F _pvs pvs + +_pvdisplay() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + --units) + _units + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-c --colon -C --columns --units \ + -v --verbose -d --debug -h --help --version' -- $cur ) ) + else + _physicalvolumes + fi +} +complete -F _pvdisplay pvdisplay + +_pvchange() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|x|-autobackup|--allocatable)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-a --all -A --autobackup \ + -d --debug -h --help -t --test -u --uuid -x \ + --allocatable -v --verbose --addtag --deltag \ + --version' -- $cur ) ) + else + _physicalvolumes + fi +} +complete -F _pvchange pvchange + +_pvcreate() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + --restorefile) + _filedir + return 0 + ;; + -@(M|-metadatatype)) + COMPREPLY=( $( compgen -W '1 2' -- $cur ) ) + return 0 + ;; + --metadatacopies) + COMPREPLY=( $( compgen -W '0 1 2' -- $cur ) ) + return 0 + ;; + --@(metadatasize|setphysicalvolumesize)) + _sizes + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--restorefile -d --debug -f \ + --force -h -? --help --labelsector -M --metadatatype \ + --metadatacopies --metadatasize \ + --setphysicalvolumesize -t --test -u --uuid uuid -v \ + --verbose -y --yes --version' -- $cur ) ) + else + _physicalvolumes + fi +} +complete -F _pvcreate pvcreate + +_pvmove() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(n|-name)) + _logicalvolumes + return 0 + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--abort -A --autobackup \ + -b --background -d --debug -f --force -h -? \ + --help -i --interval -t --test -v --verbose \ + --version -n --name' -- $cur ) ) + else + _physicalvolumes + fi +} +complete -F _pvmove pvmove + +_pvremove() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -f --force -h -? \ + --help -y --yes -t --test -v --verbose \ + --version' -- $cur ) ) + else + _physicalvolumes + fi +} +complete -F _pvremove pvremove + +_vgscan() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -h --help \ + --ignorelockingfailure --mknodes -P \ + --partial -v --verbose --version' -- $cur ) ) + fi +} +complete -F _vgscan vgscan + +_vgs() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(o|O|-options|-sort)) + COMPREPLY=( $( compgen -W 'vg_fmt vg_uuid vg_name \ + vg_attr vg_size vg_free vg_sysid \ + vg_extent_size vg_extent_count vg_free_count \ + max_lv max_pv pv_count lv_count snap_count \ + vg_seqno' -- $cur ) ) + return 0 + ;; + --units) + _units + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--aligned -d --debug \ + -h --help --ignorelockingfailure --noheadings \ + --nosuffix -o --options -O --sort -P --partial \ + --separator --unbuffered --units \ + -v --verbose --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgs vgs + +_vgdisplay() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + --units) + _units + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-c --colon -C --columns --units \ + -P --partial -A --activevolumegroups -v --verbose \ + -d --debug -h --help --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgdisplay vgdisplay + +_vgchange() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(a|A|x|-available|-autobackup|-resizeable)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup --alloc -P \ + --partial -d --debug -h --help --ignorelockingfailure \ + -t --test -u --uuid -v --verbose --version -a \ + --available -x --resizeable -l --logicalvolume \ + --addtag --deltag' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgchange vgchange + +_vgcreate() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(M|-metadatatype)) + COMPREPLY=( $( compgen -W '1 2' -- $cur ) ) + return 0 + ;; + -@(s|-physicalextentsize)) + _sizes + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup --addtag \ + --alloc -d --debug -h --help -l --maxlogicalvolumes \ + -M --metadatatype -p --maxphysicalvolumes -s \ + --physicalextentsize -t --test -v --verbose \ + --version' -- $cur ) ) + else + _args + if [ $args -eq 0 ]; then + _volumegroups + else + _physicalvolumes + fi + fi +} +complete -F _vgcreate vgcreate + +_vgremove() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -h --help -t --test \ + -v --verbose --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgremove vgremove + +_vgrename() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup -d --debug -h \ + -? --help -t --test -v --verbose --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgrename vgrename + +_vgreduce() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-a --all -A --autobackup -d \ + --debug -h --help --removemissing -t --test -v \ + --verbose --version' -- $cur ) ) + + else + _args + if [ $args -eq 0 ]; then + _volumegroups + else + _physicalvolumes + fi + fi +} +complete -F _vgreduce vgreduce + +_vgextend() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(L|-size)) + _sizes + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup -d --debug -h \ + -? --help -t --test -v --verbose --version' -- $cur ) ) + else + _args + if [ $args -eq 0 ]; then + _volumegroups + else + _physicalvolumes + fi + fi +} +complete -F _vgextend vgextend + +_vgport() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-a --all -d --debug -h \ + -? --help -v --verbose --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgport vgimport vgexport + +_vgck() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -h \ + -? --help -v --verbose --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgck vgck + +_vgconvert() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(M|-metadatatype)) + COMPREPLY=( $( compgen -W '1 2' -- $cur ) ) + return 0 + ;; + --metadatacopies) + COMPREPLY=( $( compgen -W '0 1 2' -- $cur ) ) + return 0 + ;; + --metadatasize) + _sizes + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -h --help --labelsector \ + -M --metadatatype --metadatacopies --metadatasize \ + -t --test -v --verbose --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgconvert vgconvert + +_vgcfgbackup() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(f|-file)) + _filedir + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -f --file -h --help \ + --ignorelockingfailure -P --partial -v --verbose \ + --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgcfgbackup vgcfgbackup + +_vgcfgrestore() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(f|-file)) + _filedir + return 0 + ;; + -@(M|-metadatatype)) + COMPREPLY=( $( compgen -W '1 2' -- $cur ) ) + return 0 + ;; + -@(n|-name)) + _volumegroups + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -f --file -l --list \ + -h --help -M --Metadatatype -n --name -t --test \ + -v --verbose --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgcfgrestore vgcfgrestore + +_vgmerge() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup -d --debug \ + -h --help -l --list -t --test -v --verbose \ + --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgmerge vgmerge + +_vgsplit() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(M|-metadatatype)) + COMPREPLY=( $( compgen -W '1 2' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup -d --debug \ + -h --help -l --list -M --metadatatype -t --test \ + -v --verbose --version' -- $cur ) ) + else + _args + if [ $args -eq 0 -o $args -eq 1 ]; then + _volumegroups + else + _physicalvolumes + fi + fi +} +complete -F _vgsplit vgsplit + +_vgmknodes() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-d --debug -h --help -v --verbose \ + --version' -- $cur ) ) + else + _volumegroups + fi +} +complete -F _vgmknodes vgmknodes + +_lvscan() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-b --blockdevice -d --debug \ + -h -? --help --ignorelockingfailure -P \ + --partial -v --verbose --version' -- $cur ) ) + fi +} +complete -F _lvscan lvscan + +_lvs() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(o|O|-options|-sort)) + COMPREPLY=( $( compgen -W 'lv_uuid lv_name \ + lv_attr lv_minor lv_size seg_count \ + origin snap_percent segtype stripes \ + stripesize chunksize seg_start \ + seg_size' -- $cur ) ) + return 0 + ;; + --units) + _units + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--aligned -d --debug \ + -h --help --ignorelockingfailure --noheadings \ + --nosuffix -o --options -O --sort -P --partial \ + --segments --separator --unbuffered --units \ + -v --verbose --version' -- $cur ) ) + else + _logicalvolumes + fi +} +complete -F _lvs lvs + +_lvdisplay() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + --units) + _units + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-c --colon -C --columns --units \ + -P --partial -m --maps -v --verbose -d --debug -h \ + --help --version' -- $cur ) ) + else + _logicalvolumes + fi +} +complete -F _lvdisplay lvdisplay + +_lvchange() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(a|A|C|M|-available|-autobackup|-continguous|-persistent)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(p|-permission)) + COMPREPLY=( $( compgen -W 'r rw' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup -a --available \ + --addtag --alloc -C --contiguous -d --debug --deltag \ + -f --force -h --help --ignorelockingfailure -M \ + --persistent --major major --minor minor -P --partial \ + -p --permission -r --readahead --refresh -t --test \ + -v --verbose --version' -- $cur ) ) + else + _logicalvolumes + fi +} +complete -F _lvchange lvchange + +_lvcreate() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|C|M|Z|-autobackup|-continguous|-persistent|-zero)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(L|-size)) + _sizes + return 0 + ;; + -@(p|-permission)) + COMPREPLY=( $( compgen -W 'r rw' -- $cur ) ) + return 0 + ;; + -@(n|-name)) + _logicalvolumes + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup --addtag --alloc \ + -C --contiguous -d --debug -h -? --help -i --stripes \ + -I --stripesize -l --extents -L --size -M --persistent \ + --major --minor -n --name -p --permission -r \ + --readahead -t --test --type -v --verbose -Z --zero \ + --version' -- $cur ) ) + else + _args + if [ $args -eq 0 ]; then + _volumegroups + else + _physicalvolumes + fi + fi +} +complete -F _lvcreate lvcreate + +_lvremove() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup -d --debug -f \ + --force -h -? --help -t --test -v --verbose \ + --version' -- $cur ) ) + else + _logicalvolumes + fi +} +complete -F _lvremove lvremove + +_lvrename() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup -d --debug -h \ + -? --help -t --test -v --verbose --version' -- $cur ) ) + else + _logicalvolumes + fi +} +complete -F _lvrename lvrename + +_lvreduce() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(L|-size)) + _sizes + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup -d \ + --debug -f --force -h --help -l --extents \ + -L --size -n --nofsck -r --resizefs -t --test \ + -v --verbose --version' -- $cur ) ) + else + _logicalvolumes + fi +} +complete -F _lvreduce lvreduce + +_lvresize() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(L|-size)) + _sizes + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup --alloc -d \ + --debug -h --help -i --stripes -I --stripesize \ + -l --extents -L --size -n --nofsck -r --resizefs \ + -t --test --type -v --verbose --version' -- $cur ) ) + else + _args + if [ $args -eq 0 ]; then + _logicalvolumes + else + _physicalvolumes + fi + fi +} +complete -F _lvresize lvresize + +_lvextend() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -@(A|-autobackup)) + COMPREPLY=( $( compgen -W 'y n' -- $cur ) ) + return 0 + ;; + -@(L|-size)) + _sizes + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-A --autobackup --alloc -d \ + --debug -h --help -i --stripes -I --stripesize \ + -l --extents -L --size -n --nofsck -r --resizefs \ + -t --test --type -v --verbose --version' -- $cur ) ) + else + _args + if [ $args -eq 0 ]; then + _logicalvolumes + else + _physicalvolumes + fi + fi +} +complete -F _lvextend lvextend + +_lvm() +{ + local prev + + COMPREPLY=() + cur=`_get_cword` + + if [ $COMP_CWORD -eq 1 ]; then + COMPREPLY=( $( compgen -W 'dumpconfig help lvchange \ + lvcreate lvdisplay lvextend lvmchange \ + lvmdiskscan lvmsadc lvmsar lvreduce \ + lvremove lvrename lvresize lvs lvscan \ + pvchange pvcreate pvdata pvdisplay pvmove \ + pvremove pvresize pvs pvscan vgcfgbackup \ + vgcfgrestore vgchange vgck vgconvert \ + vgcreate vgdisplay vgexport vgextend \ + vgimport vgmerge vgmknodes vgreduce \ + vgremove vgrename vgs vgscan vgsplit \ + version' -- $cur ) ) + else + case ${COMP_WORDS[1]} in + pvchange) + _pvchange + ;; + pvcreate) + _pvcreate + ;; + pvdisplay) + _pvdisplay + ;; + pvmove) + _pvmove + ;; + pvremove) + _pvremove + ;; + pvresize) + _pvresize + ;; + pvs) + _pvs + ;; + pvscan) + _pvscan + ;; + vgcfgbackup) + _vgcfgbackup + ;; + vgcfgrestore) + _vgcfgrestore + ;; + vgchange) + _vgchange + ;; + vgck) + _vgck + ;; + vgconvert) + _vgconvert + ;; + vgcreate) + _vgcreate + ;; + vgdisplay) + _vgdisplay + ;; + vgexport) + _vgexport + ;; + vgextend) + _vgextend + ;; + vgimport) + _vgimport + ;; + vgmerge) + _vgmerge + ;; + vgmknodes) + _vgmknodes + ;; + vgreduce) + _vgreduce + ;; + vgremove) + _vgremove + ;; + vgrename) + _vgrename + ;; + vgs) + _vgs + ;; + vgscan) + _vgscan + ;; + vgsplit) + _vgsplit + ;; + lvchange) + _lvchange + ;; + lvcreate) + _lvcreate + ;; + lvdisplay) + _lvdisplay + ;; + lvextend) + _lvextend + ;; + lvreduce) + _lvreduce + ;; + lvremove) + _lvremove + ;; + lvrename) + _lvrename + ;; + lvresize) + _lvresize + ;; + lvs) + _lvs + ;; + lvscan) + _lvscan + ;; + esac + fi +} +complete -F _lvm lvm +} + +# mkinitrd(8) completion +# +have mkinitrd && +_mkinitrd() +{ + local cur args + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + # --name value style option + case "$prev" in + --preload) + _modules + return 0 + ;; + esac + + # --name=value style option + if [[ "$cur" == *=* ]]; then + prev=${cur/=*/} + cur=${cur/*=/} + case "$prev" in + --@(with|builtin)) + _modules + return 0 + ;; + --@(fstab|dsdt)) + _filedir + return 0 + ;; + --tmpdir) + _filedir -d + return 0 + ;; + esac + fi + + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--version -v -f --preload \ + --with= --omit-scsi-modules --omit-raid-modules \ + --images-version --fstab= --nocompress --builtin= \ + --nopivot --noudev --allow-missing --tmpdir= \ + --initrdfs= --dsdt= --lvm-version= --froce-usb' \ + -- $cur ) ) + else + _count_args + + case $args in + 1) + _filedir + ;; + 2) + COMPREPLY=( $( command ls /lib/modules | grep "^$cur" ) ) + ;; + esac + fi + +} && +complete -F _mkinitrd mkinitrd + +# pkgconfig(1) completion +# +have pkg-config && +_pkg_config() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + # return list of available options + COMPREPLY=( $( compgen -W '-version --modversion \ + --atleast-pkgconfig-version= --libs --libs-only-l \ + --libs-only-other --libs-only-L --cflags \ + --cflags-only-I --cflags-only-other --variable= \ + --define-variable= --exists --uninstalled \ + --atleast-version= --exact-version= --max-version= \ + --list-all --debug --print-errors --silence-errors \ + --errors-to-stdout -? --help --usage' -- $cur)) + else + COMPREPLY=( $( pkg-config --list-all 2>/dev/null | \ + awk '{print $1}' | grep "^$cur" ) ) + fi +} && +complete -F _pkg_config pkg-config + + +# cpio(1) completion +# +have cpio && { +_cpio_format() +{ + COMPREPLY=( $( compgen -W 'bin odc newc crc tar ustar hpbin hpodc' -- $cur ) ) +} + +_cpio() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + # --name value style option + case $prev in + -H) + _cpio_format + return 0 + ;; + -@(E|F|I)) + _filedir + return 0 + ;; + -R) + _usergroup + return 0 + ;; + esac + + # --name=value style option + if [[ "$cur" == *=* ]]; then + prev=${cur/=*/} + cur=${cur/*=/} + case $prev in + --format) + _cpio_format + return 0 + ;; + --@(file|pattern-file)) + _filedir + return 0 + ;; + --owner) + _usergroup + return 0 + ;; + --rsh-command) + COMPREPLY=( $( compgen -c -- $cur ) ) + return 0 + ;; + esac + fi + + if [ $COMP_CWORD -eq 1 ]; then + COMPREPLY=( $( compgen -W '-o --create -i --extract -p --pass-through' -- $cur) ) + else + case ${COMP_WORDS[1]} in + -@(o|-create)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-0 -a -c -v -A -B\ + -L -V -C -H -M -O -F --file= --format=\ + --message= --null --reset-access-time\ + --verbose --dot --append --block-size=\ + --dereference --io-size= --quiet\ + --force-local --rsh-command= --help\ + --version' -- $cur ) ) + fi + ;; + -@(i|-extract)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-b -c -d -f -m -n -r\ + -t -s -u -v -B -S -V -C -E -H -M -R -I\ + -F --file= --make-directories\ + --nonmatching\ + --preserve-modification-time\ + --numeric-uid-gid --rename -t --list\ + --swap-bytes --swap --dot\ + --unconditional --verbose --block-size=\ + --swap-halfwords --io-size=\ + --pattern-file= --format= --owner=\ + --no-preserve-owner --message=\ + --force-local --no-absolute-filenames\ + --sparse --only-verify-crc --quiet\ + --rsh-command= --help\ + --version' -- $cur ) ) + fi + ;; + -@(p|-pass-through)) + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-0 -a -d -l -m -u -v\ + -L -V -R --null --reset-access-time\ + --make-directories --link --quiet\ + --preserve-modification-time\ + --unconditional --verbose --dot\ + --dereference --owner=\ + --no-preserve-owner --sparse --help\ + --version' -- $cur ) ) + else + _filedir -d + fi + ;; + esac + fi +} +complete -F _cpio cpio +} + +# id(1) completion +# +have id && +_id() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-a -g --group -G --groups -n --name\ + -r --real -u --user --help --version' -- $cur ) ) + else + COMPREPLY=( $( compgen -u $cur ) ) + fi +} && +complete -F _id id + +# getent(1) completion +# +have getent && +_getent() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + passwd) + COMPREPLY=( $( compgen -u $cur ) ) + return 0 + ;; + group) + COMPREPLY=( $( compgen -g $cur ) ) + return 0 + ;; + services) + COMPREPLY=( $( compgen -s $cur ) ) + return 0 + ;; + hosts) + COMPREPLY=( $( compgen -A hostname $cur ) ) + return 0 + ;; + protocols) + COMPREPLY=( $( getent protocols | awk '{print $1}' | grep "^$cur" ) ) + return 0 + ;; + networks) + COMPREPLY=( $( getent networks | awk '{print $1}' | grep "^$cur" ) ) + return 0 + ;; + esac + + + if [ $COMP_CWORD -eq 1 ]; then + COMPREPLY=( $( compgen -W 'passwd group hosts services protocols networks' -- $cur ) ) + fi +} && +complete -F _getent getent + +# ntpdate(1) completion +# +have ntpdate && +_ntpdate() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + -k) + _filedir + return 0 + ;; + -U) + COMPREPLY=( $( compgen -u $cur ) ) + return 0 + ;; + esac + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-4 -6 -b -B -d -Q -q -s -u -v -a\ + -e -k -p -o -r -t' -- $cur ) ) + else + _known_hosts + fi +} && +complete -F _ntpdate ntpdate + +# smartctl(8) completion +# +have smartctl && { +_smartctl_quietmode() +{ + COMPREPLY=( $( compgen -W 'errorsonly silent' -- $cur ) ) +} +_smartctl_device() +{ + COMPREPLY=( $( compgen -W 'ata scsi 3ware' -- $cur ) ) +} +_smartctl_tolerance() +{ + COMPREPLY=( $( compgen -W 'warn exit ignore' -- $cur ) ) +} +_smartctl_badsum() +{ + COMPREPLY=( $( compgen -W 'normal conservative permissive verypermissive' -- $cur ) ) +} +_smartctl_report() +{ + COMPREPLY=( $( compgen -W 'ioctl ataioctl scsiioctl' -- $cur ) ) +} +_smartctl_feature() +{ + COMPREPLY=( $( compgen -W 'on off' -- $cur ) ) +} +_smartctl_log() +{ + COMPREPLY=( $( compgen -W 'error selftest selective directory' -- $cur ) ) +} +_smartctl_vendorattribute() +{ + COMPREPLY=( $( compgen -W 'help 9,minutes 9,seconds 9,halfminutes \ + 9,temp 192,emergencyretractcyclect 193,loadunload \ + 194,10xCelsius 194,unknown 198,offlinescanuncsectorct \ + 200,writeerrorcount 201,detectedtacount 220,temp' -- $cur ) ) +} +_smartctl_firmwarebug() +{ + COMPREPLY=( $( compgen -W 'none samsung samsung2' -- $cur ) ) +} +_smartctl_presets() +{ + COMPREPLY=( $( compgen -W 'use ignore show showall' -- $cur ) ) +} +_smartctl_test() +{ + COMPREPLY=( $( compgen -W 'offline short long conveyance select afterselect,on afterselect,off pending' -- $cur ) ) +} + +_smartctl() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + # --name value style option + case "$prev" in + -q) + _smartctl_quietmode + ;; + -d) + _smartctl_device + return 0 + ;; + -t) + _smartctl_tolerance + return 0 + ;; + -b) + _smartctl_badsum + return 0 + ;; + -r) + _smartctl_report + return 0 + ;; + -s) + _smartctl_feature + return 0 + ;; + -o) + _smartctl_feature + return 0 + ;; + -S) + _smartctl_feature + return 0 + ;; + -l) + _smartctl_log + return 0 + ;; + -v) + _smartctl_vendorattribute + return 0 + ;; + -F) + _smartctl_firmwarebug + return 0 + ;; + -P) + _smartctl_presets + return 0 + ;; + -t) + _smartctl_test + return 0 + ;; + esac + + # --name=value style option + if [[ "$cur" == *=* ]]; then + prev=${cur/=*/} + cur=${cur/*=/} + case "$prev" in + --quietmode) + _smartctl_quietmode + return 0 + ;; + --device) + _smartctl_device + return 0 + ;; + --tolerance) + _smartctl_tolerance + return 0 + ;; + --badsum) + _smartctl_badsum + return 0 + ;; + --report) + _smartctl_report + return 0 + ;; + --smart) + _smartctl_feature + return 0 + ;; + --offlineauto) + _smartctl_feature + return 0 + ;; + --saveauto) + _smartctl_feature + return 0 + ;; + --log) + _smartctl_log + return 0 + ;; + --vendorattribute) + _smartctl_vendorattribute + return 0 + ;; + --firmwarebug) + _smartctl_firmwarebug + return 0 + ;; + --presets) + _smartctl_presets + return 0 + ;; + --test) + _smartctl_test + return 0 + ;; + esac + fi + + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-h --help --usage -V --version \ + --copyright --license-i --info -a --all -q \ + --quietmode= -d --device= -T --tolerance= -b --badsum= \ + -r --report= -s --smart= -o --offlineauto= -S \ + --saveauto= -H --health -c --capabilities -A \ + --attributes -l --log= -v --vendorattribute= -F \ + --firmwarebug= -P --presets= -t --test= -C \ + --captive -X --abort' -- $cur ) ) + else + cur=${cur:=/dev/} + _filedir + fi +} +complete -F _smartctl smartctl +} + +# vncviewer(1) completion +# +have vncviewer && +_vncviewer() +{ + local cur prev + local -a config + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case "$prev" in + -via) + _known_hosts -a + ;; + *) + # ssh into the the server, find and ping the broadcast address, then + # sort and show the results. + COMPREPLY=( $( ssh -o 'Batchmode yes' $prev \ + "ping -bnc 4 255.255.255.255" 2>/dev/null | \ + awk -F ' ' '{print $4}' | \ + sort -n | uniq | egrep '[0-9]+\.[0-9]+\.' 2>/dev/null ) ) + esac + + return 0 +} && +complete -F _vncviewer vncviewer + +# sysctl(8) completion +# +have sysctl && +_sysctl() +{ + local cur + + COMPREPLY=() + cur=`_get_cword` + + COMPREPLY=( $( compgen -W "$(sysctl -N -a 2>/dev/null)" -- $cur ) ) + + return 0 +} && +complete -F _sysctl sysctl + +# update-rc.d(8) completion +# +# Copyright (C) 2004 Servilio Afre Puentes +# +have update-rc.d && +_update_rc_d() +{ + local cur prev sysvdir services options valid_options + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d \ + || sysvdir=/etc/init.d + + services=( $(echo $sysvdir/!(README*|*.sh|*.dpkg*|*.rpm*)) ) + services=( ${services[@]#$sysvdir/} ) + options=( -f -n ) + + if [[ $COMP_CWORD -eq 1 || "$prev" == -* ]]; then + valid_options=( $( \ + echo "${COMP_WORDS[@]} ${options[@]}" \ + | tr " " "\n" \ + | sed -ne "/$( echo "${options[@]}" | sed "s/ /\\|/g" )/p" \ + | sort | uniq -u \ + ) ) + COMPREPLY=( $( compgen -W '${options[@]} ${services[@]}' \ + -X '$( echo ${COMP_WORDS[@]} | tr " " "|" )' -- $cur ) ) + elif [[ "$prev" == ?($( echo ${services[@]} | tr " " "|" )) ]]; then + COMPREPLY=( $( compgen -W 'remove defaults start stop' -- $cur ) ) + elif [[ "$prev" == defaults && "$cur" == [0-9] ]]; then + COMPREPLY=( 0 1 2 3 4 5 6 7 8 9 ) + elif [[ "$prev" == defaults && "$cur" == [sk]?([0-9]) ]]; then + COMPREPLY=( 0 1 2 3 4 5 6 7 8 9 ) + elif [[ "$prev" == defaults && -z "$cur" ]]; then + COMPREPLY=( 0 1 2 3 4 5 6 7 8 9 s k ) + elif [[ "$prev" == ?(start|stop) ]]; then + if [[ "$cur" == [0-9] || -z "$cur" ]]; then + COMPREPLY=( 0 1 2 3 4 5 6 7 8 9 ) + elif [[ "$cur" == [0-9][0-9] ]]; then + COMPREPLY=( $cur ) + else + COMPREPLY=() + fi + elif [[ "$prev" == ?([0-9][0-9]|[0-6S]) ]]; then + if [[ -z "$cur" ]]; then + if [[ $prev == [0-9][0-9] ]]; then + COMPREPLY=( 0 1 2 3 4 5 6 S ) + else + COMPREPLY=( 0 1 2 3 4 5 6 S . ) + fi + elif [[ "$cur" == [0-6S.] ]]; then + COMPREPLY=( $cur ) + else + COMPREPLY=() + fi + elif [[ "$prev" == "." ]]; then + COMPREPLY=( $(compgen -W "start stop" -- $cur) ) + else + COMPREPLY=() + fi + + return 0 +} && +complete -F _update_rc_d update-rc.d + +# invoke-rc.d(8) completion +# +# Copyright (C) 2004 Servilio Afre Puentes +# +have invoke-rc.d && +_invoke_rc_d() +{ + local cur prev sysvdir services options valid_options + + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + [ -d /etc/rc.d/init.d ] && sysvdir=/etc/rc.d/init.d \ + || sysvdir=/etc/init.d + + services=( $(echo $sysvdir/!(README*|*.sh|*.dpkg*|*.rpm*)) ) + services=( ${services[@]#$sysvdir/} ) + options=( --help --quiet --force --try-anyway --disclose-deny --query --no-fallback ) + + if [[ ($COMP_CWORD -eq 1) || ("$prev" == --* ) ]]; then + valid_options=( $( \ + echo ${COMP_WORDS[@]} ${options[@]} \ + | tr " " "\n" \ + | sed -ne "/$( echo ${options[@]} | sed "s/ /\\\\|/g" )/p" \ + | sort | uniq -u \ + ) ) + COMPREPLY=( $( compgen -W '${valid_options[@]} ${services[@]}' -- \ + $cur ) ) + elif [ -x $sysvdir/$prev ]; then + COMPREPLY=( $( compgen -W '`sed -ne "y/|/ /; \ + s/^.*Usage:[ ]*[^ ]*[ ]*{*\([^}\"]*\).*$/\1/p" \ + $sysvdir/$prev`' -- \ + $cur ) ) + else + COMPREPLY=() + fi + + return 0 +} && +complete -F _invoke_rc_d invoke-rc.d + +# minicom(1) completion +# +have minicom && +_minicom() +{ + local cur prev + + COMPREPLY=() + cur=`_get_cword` + prev=${COMP_WORDS[COMP_CWORD-1]} + + case $prev in + -@(a|c)) + COMPREPLY=( $( compgen -W 'on off' -- $cur ) ) + return 0 + ;; + -@(S|C)) + _filedir + return 0 + ;; + -P) + COMPREPLY=( $( command ls /dev/tty* ) ) + COMPREPLY=( $( compgen -W '${COMPREPLY[@]} ${COMPREPLY[@]#/dev/}' -- $cur ) ) + return 0 + ;; + esac + + + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '-s -o -m -M -z -l -L -w -a -t \ + -c -S -d -p -C -T -8' -- $cur ) ) + else + COMPREPLY=( $( command ls /etc/minicom/minirc.* 2>/dev/null | sed -e 's|/etc/minicom/minirc.||' | grep "^$cur" ) ) + fi +} && +complete -F _minicom minicom + +# svn completion +# +have svn && +{ +_svn() +{ + local cur prev commands options command + + COMPREPLY=() + cur=`_get_cword` + + commands='add blame praise annotate ann cat checkout co cleanup commit \ + ci copy cp delete del remove rm diff di export help ? h import \ + info list ls lock log merge mkdir move mv rename ren \ + propdel pdel pd propedit pedit pe propget pget pg \ + proplist plist pl propset pset ps resolved revert \ + status stat st switch sw unlock update up' + + if [[ $COMP_CWORD -eq 1 ]] ; then + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--version' -- $cur ) ) + else + COMPREPLY=( $( compgen -W "$commands" -- $cur ) ) + fi + else + + prev=${COMP_WORDS[COMP_CWORD-1]} + case $prev in + --config-dir) + _filedir -d + return 0; + ;; + -@(F|-file|-targets)) + _filedir + return 0; + ;; + --encoding) + COMPREPLY=( $( compgen -W \ + '$( iconv --list | sed -e "s@//@@;" )' \ + -- "$cur" ) ) + return 0; + ;; + --@(editor|diff|diff3)-cmd) + COMP_WORDS=(COMP_WORDS[0] $cur) + COMP_CWORD=1 + _command + return 0; + ;; + esac + + command=${COMP_WORDS[1]} + + if [[ "$cur" == -* ]]; then + # possible options for the command + case $command in + add) + options='--auto-props --no-auto-props \ + --force --targets --no-ignore \ + --non-recursive -N -q --quiet' + ;; + @(blame|annotate|ann|praise)) + options='-r --revisions --username \ + --password --no-auth-cache \ + --non-interactive -v \ + --verbose --incremental --xml' + ;; + cat) + options='-r --revision --username \ + --password --no-auth-cache \ + --non-interactive' + ;; + @(checkout|co)) + options='-r --revision -q --quiet -N \ + --non-recursive --username \ + --password --no-auth-cache \ + --non-interactive \ + --ignore-externals' + ;; + cleanup) + options='--diff3-cmd' + ;; + @(commit|ci)) + options='-m --message -F --file \ + --encoding --force-log -q \ + --quiet --non-recursive -N \ + --targets --editor-cmd \ + --username --password \ + --no-auth-cache \ + --non-interactive --no-unlock' + ;; + @(copy|cp)) + options='-m --message -F --file \ + --encoding --force-log -r \ + --revision -q --quiet \ + --editor-cmd -username \ + --password --no-auth-cache \ + --non-interactive' + ;; + @(delete|del|remove|rm)) + options='--force -m --message -F \ + --file --encoding --force-log \ + -q --quiet --targets \ + --editor-cmd -username \ + --password --no-auth-cache \ + --non-interactive' + ;; + @(diff|di)) + options='-r --revision -x --extensions \ + --diff-cmd --no-diff-deleted \ + -N --non-recursive --username \ + --password --no-auth-cache \ + --non-interactive --force \ + --old --new --notice-ancestry' + ;; + export) + options='-r --revision -q --quiet \ + --username --password \ + --no-auth-cache \ + --non-interactive -N \ + --non-recursive --force \ + --native-eol --ignore-externals' + ;; + import) + options='--auto-props --no-auto-props \ + -m --message -F --file \ + --encoding --force-log -q \ + --quiet --non-recursive \ + --no-ignore --editor-cmd \ + --username --password \ + --no-auth-cache \ + --non-interactive' + ;; + info) + options='--username --password \ + --no-auth-cache \ + --non-interactive -r \ + --revision --xml --targets \ + -R --recursive --incremental' + ;; + @(list|ls)) + options='-r --revision -v --verbose -R \ + --recursive --username \ + --password --no-auth-cache \ + --non-interactive \ + --incremental --xml' + ;; + lock) + options='-m --message -F --file \ + --encoding --force-log \ + --targets --force --username \ + --password --no-auth-cache \ + --non-interactive' + ;; + log) + options='-r --revision -v --verbose \ + --targets --username \ + --password --no-auth-cache \ + --non-interactive \ + --stop-on-copy --incremental \ + --xml -q --quiet --limit' + ;; + merge) + options='-r --revision -N \ + --non-recursive -q --quiet \ + --force --dry-run --diff3-cmd \ + --username --password \ + --no-auth-cache \ + --non-interactive \ + --ignore-ancestry' + ;; + mkdir) + options='-m --message -F --file \ + --encoding --force-log -q \ + --quiet --editor-cmd \ + --username --password \ + --no-auth-cache \ + --non-interactive' + ;; + @(move|mv|rename|ren)) + options='-m --message -F --file \ + --encoding --force-log -r \ + --revision -q --quiet \ + --force --editor-cmd \ + --username --password \ + --no-auth-cache \ + --non-interactive' + ;; + @(propdel|pdel|pd)) + options='-q --quiet -R --recursive -r \ + --revision --revprop \ + --username --password \ + --no-auth-cache \ + --non-interactive' + ;; + @(propedit|pedit|pe)) + options='-r --revision --revprop \ + --encoding --editor-cmd \ + --username --password \ + --no-auth-cache \ + --non-interactive --force' + ;; + @(propget|pget|pg)) + options='-R --recursive -r --revision \ + --revprop --strict --username \ + --password --no-auth-cache \ + --non-interactive' + ;; + @(proplist|plist|pl)) + options='-v --verbose -R --recursive \ + -r --revision --revprop -q \ + --quiet --username --password \ + --no-auth-cache \ + --non-interactive' + ;; + @(propset|pset|ps)) + options='-F --file -q --quiet \ + --targets -R --recursive \ + --revprop --encoding \ + --username --password \ + --no-auth-cache \ + --non-interactive -r \ + --revision --force' + ;; + resolved) + options='--targets -R --recursive -q \ + --quiet' + ;; + revert) + options='--targets -R --recursive -q \ + --quiet' + ;; + @(status|stat|st)) + options='-u --show-updates -v \ + --verbose -N --non-recursive \ + -q --quiet --username \ + --password --no-auth-cache \ + --non-interactive --no-ignore \ + --ignore-externals \ + --incremental --xml' + ;; + @(switch|sw)) + options='--relocate -r --revision -N \ + --non-recursive -q --quiet \ + --username --password \ + --no-auth-cache \ + --non-interactive --diff3-cmd' + ;; + unlock) + options='--targets --force --username \ + --password --no-auth-cache \ + --non-interactive' + ;; + @(update|up)) + options='-r --revision -N \ + --non-recursive -q --quiet \ + --username --password \ + --no-auth-cache \ + --non-interactive \ + --diff3-cmd --ignore-externals' + ;; + esac + options="$options --help -h --config-dir" + + COMPREPLY=( $( compgen -W "$options" -- $cur ) ) + else + if [[ "$command" == @(help|h|\?) ]]; then + COMPREPLY=( $( compgen -W "$commands" -- $cur ) ) + else + _filedir + fi + fi + fi + + return 0 +} +complete -F _svn $default svn + +_svnadmin() +{ + local cur prev commands options mode + + COMPREPLY=() + cur=`_get_cword` + + commands='create deltify dump help ? hotcopy list-dblogs \ + list-unused-dblogs load lslocks lstxns recover rmlocks \ + rmtxns setlog verify' + + if [[ $COMP_CWORD -eq 1 ]] ; then + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--version' -- $cur ) ) + else + COMPREPLY=( $( compgen -W "$commands" -- $cur ) ) + fi + else + prev=${COMP_WORDS[COMP_CWORD-1]} + case $prev in + --config-dir) + _filedir -d + return 0; + ;; + --fs-type) + COMPREPLY=( $( compgen -W 'fsfs bdb' -- $cur ) ) + return 0; + ;; + esac + + command=${COMP_WORDS[1]} + + if [[ "$cur" == -* ]]; then + # possible options for the command + case $command in + create) + options='--bdb-txn-nosync \ + --bdb-log-keep --config-dir \ + --fs-type' + ;; + deltify) + options='-r --revision -q --quiet' + ;; + dump) + options='-r --revision --incremental \ + -q --quiet --deltas' + ;; + hotcopy) + options='--clean-logs' + ;; + load) + options='--ignore-uuid --force-uuid \ + --parent-dir -q --quiet \ + --use-pre-commit-hook \ + --use-post-commit-hook' + ;; + rmtxns) + options='-q --quiet' + ;; + setlog) + options='-r --revision --bypass-hooks' + ;; + esac + + options="$options --help -h" + COMPREPLY=( $( compgen -W "$options" -- $cur ) ) + else + if [[ "$command" == @(help|h|\?) ]]; then + COMPREPLY=( $( compgen -W "$commands" -- $cur ) ) + else + _filedir + fi + fi + fi + + return 0 +} +complete -F _svnadmin $default svnadmin + +_svnlook() +{ + local cur prev commands options mode + + COMPREPLY=() + cur=`_get_cword` + + commands='author cat changed date diff dirs-changed help ? h history \ + info lock log propget pget pg proplist plist pl tree uuid \ + youngest' + + if [[ $COMP_CWORD -eq 1 ]] ; then + if [[ "$cur" == -* ]]; then + COMPREPLY=( $( compgen -W '--version' -- $cur ) ) + else + COMPREPLY=( $( compgen -W "$commands" -- $cur ) ) + fi + else + command=${COMP_WORDS[1]} + + if [[ "$cur" == -* ]]; then + # possible options for the command + case $command in + @(author|cat|date|dirs-changed|info|log)) + options='-r --revision -t \ + --transaction' + ;; + changed) + options='-r --revision -t \ + --transaction --copy-info' + ;; + diff) + options='-r --revision -t \ + --transaction \ + --no-diff-deleted \ + --no-diff-added \ + --diff-copy-from' + ;; + history) + options='-r --revision --show-ids' + ;; + prop@(get|list)) + options='-r --revision -t \ + --transaction --revprop' + ;; + tree) + options='-r --revision -t \ + --transaction --show-ids \ + --full-paths' + ;; + esac + + options="$options --help -h" + COMPREPLY=( $( compgen -W "$options" -- $cur ) ) + else + if [[ "$command" == @(help|h|\?) ]]; then + COMPREPLY=( $( compgen -W "$commands" -- $cur ) ) + else + _filedir + fi + fi + fi + + return 0 +} +complete -F _svnlook $default svnlook +} + +_filedir_xspec() +{ + local IFS cur xspec + + IFS=$'\t\n' + COMPREPLY=() + cur=`_get_cword` + + _expand || return 0 + + # get first exclusion compspec that matches this command + xspec=$( sed -ne $'/^complete .*[ \t]'${1##*/}$'\([ \t]\|$\)/{p;q;}' \ + $BASH_COMPLETION ) + # prune to leave nothing but the -X spec + xspec=${xspec#*-X } + xspec=${xspec%% *} + + local toks=( ) tmp + + while read -r tmp; do + [[ -n $tmp ]] && toks[${#toks[@]}]=$tmp + done < <( compgen -d -- "$(quote_readline "$cur")" ) + + while read -r tmp; do + [[ -n $tmp ]] && toks[${#toks[@]}]=$tmp + done < <( eval compgen -f -X $xspec -- "\$(quote_readline "\$cur")" ) + + COMPREPLY=( "${toks[@]}" ) +} +list=( $( sed -ne '/^# START exclude/,/^# FINISH exclude/p' \ + $BASH_COMPLETION | \ + # read exclusion compspecs + ( + while read line + do + # ignore compspecs that are commented out + if [ "${line#\#}" != "$line" ]; then continue; fi + line=${line%# START exclude*} + line=${line%# FINISH exclude*} + line=${line##*\'} + list=( "${list[@]}" $line ) + done + echo "${list[@]}" + ) + ) ) +# remove previous compspecs +if [ ${#list[@]} -gt 0 ]; then + eval complete -r ${list[@]} + # install new compspecs + eval complete -F _filedir_xspec $filenames "${list[@]}" +fi +unset list + +# source completion directory definitions +if [ -d $BASH_COMPLETION_DIR -a -r $BASH_COMPLETION_DIR -a \ + -x $BASH_COMPLETION_DIR ]; then + for i in $BASH_COMPLETION_DIR/*; do + [[ ${i##*/} != @(*~|*.bak|*.swp|\#*\#|*.dpkg*|.rpm*) ]] && + [ \( -f $i -o -h $i \) -a -r $i ] && . $i + done +fi +unset i + +# source user completion file +[ $BASH_COMPLETION != ~/.bash_completion -a -r ~/.bash_completion ] \ + && . ~/.bash_completion +unset -f have +unset UNAME RELEASE default dirnames filenames have nospace bashdefault \ + plusdirs + +set $BASH_COMPLETION_ORIGINAL_V_VALUE +unset BASH_COMPLETION_ORIGINAL_V_VALUE + +### Local Variables: +### mode: shell-script +### End: diff --git a/execute_cmd.c b/execute_cmd.c index df7aa14cb..faf62482f 100644 --- a/execute_cmd.c +++ b/execute_cmd.c @@ -1747,7 +1747,7 @@ coproc_pidchk (pid) struct coproc *cp; cp = getcoprocbypid (pid); -#if defined (DEBUG) +#if 0 if (cp) itrace("coproc_pidchk: pid %d has died", pid); #endif @@ -1885,7 +1885,7 @@ execute_coproc (command, pipe_in, pipe_out, fds_to_close) coproc_setvars (cp); -#if defined (DEBUG) +#if 0 itrace ("execute_coproc: [%d] %s", coproc_pid, the_printed_command); #endif diff --git a/lib/intl/plural.c b/lib/intl/plural.c index e4a61d652..49ef28dff 100644 --- a/lib/intl/plural.c +++ b/lib/intl/plural.c @@ -3,20 +3,21 @@ /* Skeleton parser for Yacc-like parsing with Bison, Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. - This program is free software; you can redistribute it and/or modify + This file is part of GNU Bash. + + Bash 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. + the Free Software Foundation, either version 3 of the License, or + (at your option) any later version. - This program is distributed in the hope that it will be useful, + Bash 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. */ + along with Bash. If not, see . +*/ /* As a special exception, when this file is copied by Bison into a Bison output file, you may use that output file without restriction. @@ -1676,4 +1677,3 @@ yyerror (str) { /* Do nothing. We don't print error messages here. */ } - diff --git a/lib/readline/doc/Makefile b/lib/readline/doc/Makefile index 817c2af65..af5ee3e57 100644 --- a/lib/readline/doc/Makefile +++ b/lib/readline/doc/Makefile @@ -2,21 +2,22 @@ # This makefile for Readline library documentation is in -*- text -*- mode. # Emacs likes it that way. -# Copyright (C) 1996-2002 Free Software Foundation, Inc. +# Copyright (C) 1996-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 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 3 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. +# 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 USA. +# You should have received a copy of the GNU General Public License +# along with this program. If not, see . +# + topdir = . srcdir = . diff --git a/lib/readline/examples/Makefile b/lib/readline/examples/Makefile index 636a1dc33..2df224071 100644 --- a/lib/readline/examples/Makefile +++ b/lib/readline/examples/Makefile @@ -2,19 +2,19 @@ # # Copyright (C) 1994 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 USA. +# 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 3 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, see . +# EXECUTABLES = fileman rltest rl CFLAGS = -g -I../.. -I.. -DREADLINE_LIBRARY diff --git a/po/LINGUAS b/po/LINGUAS index ef4374ec8..e8036bbe3 100644 --- a/po/LINGUAS +++ b/po/LINGUAS @@ -1,2 +1,2 @@ # Set of available languages. -en@quot en@boldquot af bg ca cs de eo es et fr hu id ja lt nl pl pt_BR ro ru sk sv tr vi +en@quot en@boldquot af bg ca cs de eo es et fr hu id ja lt nl pl pt_BR ro ru sk sv tr vi zh_TW diff --git a/po/af.gmo b/po/af.gmo index 35ff5a3853a68516cfa5e5a95d94fc1f2fea838b..640c8534ee9043183d3bdb1378988f9782fdece3 100644 GIT binary patch delta 23 ec-lM9d7g8_K_)H>T_Xbp0}Crt!_B9eSeO7?Z3d$N delta 23 ec-lM9d7g8_K_)H}T_Ym}Ljx;A)6J)uSeO7?2L_q| diff --git a/po/af.po b/po/af.po index 7f1fb9b9b..35eb0b1ba 100644 --- a/po/af.po +++ b/po/af.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2004-03-17 13:48+0200\n" "Last-Translator: Petri Jooste \n" "Language-Team: Afrikaans \n" @@ -14,417 +14,427 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 #, fuzzy msgid "bad array subscript" msgstr "Os/2 Biskaart Skikking" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: illegal option -- %c\n" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: kan nie %s skep nie" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, fuzzy, c-format msgid "%s: cannot read: %s" msgstr "%s: kan nie %s skep nie" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, fuzzy, c-format msgid "`%s': cannot unbind" msgstr "%s: bevel nie gevind nie" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, fuzzy, c-format msgid "`%s': unknown function name" msgstr "%s: leesalleen-funksie" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 #, fuzzy msgid "loop count" msgstr "Afteken" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" -#: builtins/common.c:105 +#: builtins/common.c:107 #, fuzzy, c-format msgid "line %d: " msgstr "3d modus" -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 #, fuzzy msgid "too many arguments" msgstr "te veel parameters" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, fuzzy, c-format msgid "%s: option requires an argument" msgstr "%s: option `%s' requires an argument\n" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, fuzzy, c-format msgid "%s: not found" msgstr "%s: bevel nie gevind nie" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, fuzzy, c-format msgid "%s: invalid option" msgstr "%s: illegal option -- %c\n" -#: builtins/common.c:190 +#: builtins/common.c:192 #, fuzzy, c-format msgid "%s: invalid option name" msgstr "%s: illegal option -- %c\n" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, fuzzy, c-format msgid "`%s': not a valid identifier" msgstr "Die datum is nie geldige!" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "Die sein nommer wat was gevang het" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "Die sein nommer wat was gevang het" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 #, fuzzy msgid "invalid number" msgstr "Die sein nommer wat was gevang het" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, fuzzy, c-format msgid "%s: readonly variable" msgstr "Veranderlike boom" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 #, fuzzy msgid "argument" msgstr "argument verwag\n" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "" -#: builtins/common.c:259 +#: builtins/common.c:261 #, fuzzy, c-format msgid "%s: no job control" msgstr "geen taakbeheer in hierdie dop nie" -#: builtins/common.c:261 +#: builtins/common.c:263 #, fuzzy msgid "no job control" msgstr "geen taakbeheer in hierdie dop nie" -#: builtins/common.c:271 +#: builtins/common.c:273 #, fuzzy, c-format msgid "%s: restricted" msgstr "Die bediener beëindig Die verbinding." -#: builtins/common.c:273 +#: builtins/common.c:275 #, fuzzy msgid "restricted" msgstr "" "\n" "Bevel beëindig\n" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, fuzzy, c-format msgid "write error: %s" msgstr "pypfout: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, fuzzy, c-format msgid "%s: ambiguous job spec" msgstr "%s: dubbelsinnige herroetering" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: leesalleen-funksie" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, fuzzy, c-format msgid "%s: cannot destroy array variables in this way" msgstr "Kan nie soek 'n handtekening in hierdie boodskap!" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, fuzzy, c-format msgid "cannot open shared object %s: %s" msgstr "Kan nie oopmaak vir skrip-afvoer nie: \"" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, fuzzy, c-format msgid "%s: cannot delete: %s" msgstr "%s: kan nie %s skep nie" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: is 'n gids" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, fuzzy, c-format msgid "%s: not a regular file" msgstr "%s: kan nie 'n binêre lêer uitvoer nie" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: kan nie 'n binêre lêer uitvoer nie" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, fuzzy, c-format msgid "%s: cannot execute: %s" msgstr "%s: kan nie %s skep nie" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, fuzzy, c-format msgid "logout\n" msgstr "Afteken" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "" -#: builtins/fc.def:263 +#: builtins/fc.def:261 #, fuzzy msgid "no command found" msgstr "%s: bevel nie gevind nie" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, fuzzy, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: kan nie %s skep nie" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, fuzzy, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: illegal option -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, fuzzy, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: option `%s' requires an argument\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "Bevelreël" -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, fuzzy, c-format msgid "%s: cannot open: %s" msgstr "%s: kan nie %s skep nie" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -436,116 +446,140 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, fuzzy, c-format msgid "%s: history expansion failed" msgstr "%s: heelgetal-uitdrukking is verwag\n" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: heelgetal-uitdrukking is verwag\n" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 #, fuzzy msgid "Unknown error" msgstr "Onbekende fout %d" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 #, fuzzy msgid "expression expected" msgstr "Bools uitdrukking verwag" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: illegal option -- %c\n" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: illegal option -- %c\n" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "Die sein nommer wat was gevang het" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "Veranderlike boom" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 #, fuzzy msgid "no other directory" msgstr "boonste lêergids." -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 #, fuzzy msgid "" msgstr "Nuutste gebruik word werksaam gids" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "Stapel grootte verhoog" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -570,7 +604,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -591,50 +625,40 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, fuzzy, c-format msgid "read error: %d: %s" msgstr "pypfout: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "" -#: builtins/set.def:806 +#: builtins/set.def:805 #, fuzzy, c-format msgid "%s: cannot unset" msgstr "%s: kan nie %s skep nie" -#: builtins/set.def:813 +#: builtins/set.def:812 #, fuzzy, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: kan nie %s skep nie" -#: builtins/set.def:824 +#: builtins/set.def:823 #, fuzzy, c-format msgid "%s: not an array variable" msgstr "Veranderlike boom" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, fuzzy, c-format msgid "%s: not a function" msgstr "%s: leesalleen-funksie" @@ -644,20 +668,20 @@ msgstr "%s: leesalleen-funksie" msgid "shift count" msgstr "Shift" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, fuzzy, c-format msgid "%s: file not found" msgstr "%s: bevel nie gevind nie" @@ -671,77 +695,77 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "Begin aanteken tolk" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, fuzzy, c-format msgid "%s is a function\n" msgstr "%s: leesalleen-funksie" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, fuzzy, c-format msgid "`%c': bad command" msgstr "%s: illegal option -- %c\n" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, fuzzy, c-format msgid "%s: cannot get limit: %s" msgstr "%s: kan nie %s skep nie" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 #, fuzzy msgid "limit" msgstr "Filter beperk:" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, fuzzy, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: kan nie %s skep nie" -#: builtins/umask.def:119 +#: builtins/umask.def:118 #, fuzzy msgid "octal number" msgstr "Die sein nommer wat was gevang het" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -755,72 +779,72 @@ msgstr "Bevelre msgid "Aborting..." msgstr "" -#: error.c:259 -#, c-format -msgid "%s: warning: " -msgstr "" +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " +msgstr "besig om te skryf" -#: error.c:404 +#: error.c:405 #, fuzzy msgid "unknown command error" msgstr "Onbekende fout %d" -#: error.c:405 +#: error.c:406 #, fuzzy msgid "bad command type" msgstr "bevelnaam" -#: error.c:406 +#: error.c:407 #, fuzzy msgid "bad connector" msgstr "foutiewe verbinder`%d'" -#: error.c:407 +#: error.c:408 #, fuzzy msgid "bad jump" msgstr "Spring na:" -#: error.c:445 +#: error.c:446 #, fuzzy, c-format msgid "%s: unbound variable" msgstr "Veranderlike boom" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "pypfout: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: bevel nie gevind nie" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, fuzzy, c-format msgid "%s: %s: bad interpreter" msgstr "%s: is 'n gids" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, fuzzy, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "kan nie fd %d na fd 0 dupliseer nie: %s" @@ -904,89 +928,99 @@ msgstr "%s: heelgetal-uitdrukking is verwag\n" msgid "getcwd: cannot access parent directories" msgstr "Kan nie die program uitvoer nie:" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "kan nie fd %d na fd 0 dupliseer nie: %s" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, fuzzy, c-format msgid "describe_pid: %ld: no such pid" msgstr "E108: Geen veranderlike: \"%s\"" -#: jobs.c:1410 +#: jobs.c:1408 #, fuzzy, c-format msgid "Signal %d" msgstr "Sein kwaliteit:" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Klaar" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 #, fuzzy msgid "Stopped" msgstr "Op gehou" -#: jobs.c:1433 +#: jobs.c:1431 #, fuzzy, c-format msgid "Stopped(%s)" msgstr "Op gehou" -#: jobs.c:1437 +#: jobs.c:1435 #, fuzzy msgid "Running" msgstr "aktief" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Klaar(%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Verlaat %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Onbekende status" -#: jobs.c:1543 +#: jobs.c:1541 #, fuzzy, c-format msgid "(core dumped) " msgstr "Kern Ontwikkelaar" -#: jobs.c:1562 +#: jobs.c:1560 #, fuzzy, c-format msgid " (wd: %s)" msgstr "Aktiveer nou dadelik" -#: jobs.c:1763 +#: jobs.c:1761 #, fuzzy, c-format msgid "child setpgid (%ld to %ld)" msgstr "Fout in die skryf van %s" @@ -996,124 +1030,124 @@ msgstr "Fout in die skryf van %s" msgid "wait: pid %ld is not a child of this shell" msgstr "" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, fuzzy, c-format msgid "%s: job has terminated" msgstr "Die bediener beëindig Die verbinding." -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "3d modus" -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, fuzzy, c-format msgid " (core dumped)" msgstr "Kern Ontwikkelaar" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, fuzzy, c-format msgid "(wd now: %s)\n" msgstr "Aktiveer nou dadelik" -#: jobs.c:3533 +#: jobs.c:3553 #, fuzzy msgid "initialize_job_control: getpgrp failed" msgstr "Inisialisering van OpenGL het misluk." -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 #, fuzzy msgid "initialize_job_control: setpgid" msgstr "Inisialisering van OpenGL het misluk." -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "geen taakbeheer in hierdie dop nie" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "(onbekend)" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1171,113 +1205,118 @@ msgstr "Onverwagte einde van l msgid "syntax error: `((%s))'" msgstr "sintaksfout" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "" -#: parse.y:3080 +#: parse.y:3717 #, fuzzy msgid "syntax error in conditional expression" msgstr "Sintaks fout in patroon" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 #, fuzzy msgid "expected `)'" msgstr "')' is verwag\n" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, fuzzy, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "%s: binêre operator is verwag\n" -#: parse.y:3238 +#: parse.y:3875 #, fuzzy msgid "conditional binary operator expected" msgstr "%s: binêre operator is verwag\n" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, fuzzy, c-format msgid "unexpected token `%c' in conditional command" msgstr "Soek die lêer vir 'n uitdrukking" -#: parse.y:3273 +#: parse.y:3910 #, fuzzy, c-format msgid "unexpected token `%s' in conditional command" msgstr "Soek die lêer vir 'n uitdrukking" -#: parse.y:3277 +#: parse.y:3914 #, fuzzy, c-format msgid "unexpected token %d in conditional command" msgstr "Soek die lêer vir 'n uitdrukking" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "" -#: parse.y:4543 +#: parse.y:5199 #, fuzzy, c-format msgid "syntax error near `%s'" msgstr "Sintaks fout in patroon" -#: parse.y:4553 +#: parse.y:5209 #, fuzzy msgid "syntax error: unexpected end of file" msgstr "Onverwagte einde van lêer tydens inlees van hulpbron." -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "sintaksfout" -#: parse.y:4615 +#: parse.y:5271 #, fuzzy, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Gebruik Kaart na Los Tronk" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "" @@ -1291,110 +1330,110 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, fuzzy, c-format msgid "%s: ambiguous redirect" msgstr "%s: dubbelsinnige herroetering" -#: redir.c:149 +#: redir.c:150 #, fuzzy, c-format msgid "%s: cannot overwrite existing file" msgstr "Jy het gespesifiseer 'n bestaande lêer" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "" -#: redir.c:159 +#: redir.c:160 #, c-format msgid "cannot create temp file for here-document: %s" msgstr "" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 #, fuzzy msgid "redirection error: cannot duplicate fd" msgstr "Pypfout.\n" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "" -#: shell.c:864 +#: shell.c:876 #, fuzzy, c-format msgid "%c%c: invalid option" msgstr "%s: illegal option -- %c\n" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Ek het nie 'n naam nie!" -#: shell.c:1755 +#: shell.c:1777 #, fuzzy, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "bedryfstelselkernweergawe" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" "\t%s [GNU long option] [option] script-file ...\n" msgstr "" -#: shell.c:1758 +#: shell.c:1780 #, fuzzy msgid "GNU long options:\n" msgstr "Gnu C Saamsteller Opsies" -#: shell.c:1762 +#: shell.c:1784 #, fuzzy msgid "Shell options:\n" msgstr "opneem opsies" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "" -#: shell.c:1778 +#: shell.c:1800 #, fuzzy, c-format msgid "\t-%s or -o option\n" msgstr "" "Gebruik so: %s LÊER \n" " of: %s OPSIE\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1605,86 +1644,81 @@ msgstr "Sein kwaliteit:" msgid "Unknown Signal #%d" msgstr "Sein kwaliteit:" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, fuzzy, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "--Geen reëls in buffer--" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 #, fuzzy msgid "cannot make pipe for process substitution" msgstr "Woord Substitusie" -#: subst.c:4439 +#: subst.c:4496 #, fuzzy msgid "cannot make child for process substitution" msgstr "Woord Substitusie" -#: subst.c:4484 +#: subst.c:4541 #, fuzzy, c-format msgid "cannot open named pipe %s for reading" msgstr "Kan nie oopmaak vir skrip-afvoer nie: \"" -#: subst.c:4486 +#: subst.c:4543 #, fuzzy, c-format msgid "cannot open named pipe %s for writing" msgstr "Kan nie oopmaak vir skrip-afvoer nie: \"" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "kan nie fd %d na fd 0 dupliseer nie: %s" - -#: subst.c:4504 +#: subst.c:4561 #, fuzzy, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "Kan nie oopmaak vir skrip-afvoer nie: \"" -#: subst.c:4700 +#: subst.c:4757 #, fuzzy msgid "cannot make pipe for command substitution" msgstr "Woord Substitusie" -#: subst.c:4734 +#: subst.c:4791 #, fuzzy msgid "cannot make child for command substitution" msgstr "Woord Substitusie" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "" -#: subst.c:5502 +#: subst.c:5600 #, fuzzy, c-format msgid "%s: substring expression < 0" msgstr "ongeldige uitdrukking" -#: subst.c:6345 +#: subst.c:6645 #, fuzzy, c-format msgid "%s: bad substitution" msgstr "Woord Substitusie" -#: subst.c:6421 +#: subst.c:6721 #, fuzzy, c-format msgid "$%s: cannot assign in this way" msgstr "Kan nie soek 'n handtekening in hierdie boodskap!" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "--Geen reëls in buffer--" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "" @@ -1729,103 +1763,123 @@ msgstr "Ontbrekende '>'" msgid "invalid signal number" msgstr "Die sein nommer wat was gevang het" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, fuzzy, c-format msgid "GNU bash, version %s (%s)\n" msgstr "bedryfstelselkernweergawe" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "" @@ -1895,12 +1949,12 @@ msgstr "Gebruik so: %s [OPSIE] [BEVEL [ARG]...]\n" #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "E418: Ongeldige waarde: %s" #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "E418: Ongeldige waarde: %s" #: builtins.c:80 @@ -2277,7 +2331,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:334 @@ -2288,7 +2342,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:346 @@ -2429,10 +2483,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2448,14 +2505,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2470,7 +2527,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2484,7 +2541,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2501,7 +2558,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2514,7 +2571,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2541,7 +2598,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2553,7 +2610,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2594,7 +2651,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2617,7 +2674,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 msgid "" "Exit the shell.\n" " \n" @@ -2625,7 +2682,7 @@ msgid "" " is that of the last command executed." msgstr "" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2634,7 +2691,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2664,7 +2721,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -2676,7 +2733,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2690,7 +2747,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2714,7 +2771,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2736,7 +2793,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2770,7 +2827,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2794,7 +2851,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2811,7 +2868,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2833,7 +2890,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2878,7 +2935,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2910,7 +2967,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2919,7 +2978,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2931,7 +2990,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -3013,7 +3072,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3033,7 +3092,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3052,7 +3111,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3061,7 +3120,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3071,7 +3131,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3082,7 +3142,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3096,11 +3156,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3109,7 +3170,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3186,7 +3247,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3194,7 +3255,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3206,7 +3267,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3242,7 +3303,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3272,7 +3333,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3316,7 +3377,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3334,7 +3395,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3351,7 +3412,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3365,7 +3426,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3378,7 +3439,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3395,9 +3456,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3415,7 +3476,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3431,7 +3492,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -3442,7 +3503,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3463,7 +3524,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -3474,7 +3535,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -3485,7 +3546,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3499,7 +3560,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -3510,7 +3571,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3524,7 +3585,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3535,7 +3596,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3563,7 +3624,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3617,7 +3678,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3648,7 +3709,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3675,7 +3736,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3704,7 +3765,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3725,7 +3786,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3755,7 +3816,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3777,7 +3838,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3790,7 +3851,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3819,7 +3880,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" @@ -3957,10 +4018,6 @@ msgstr "" #~ msgid "reading" #~ msgstr "besig om te lees" -#, fuzzy -#~ msgid "writing" -#~ msgstr "besig om te skryf" - #, fuzzy #~ msgid "$%c: unbound variable" #~ msgstr "Veranderlike boom" diff --git a/po/bash.pot b/po/bash.pot index cc7424826..f4a1a3541 100644 --- a/po/bash.pot +++ b/po/bash.pot @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,405 +17,415 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=INTEGER; plural=EXPRESSION;\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, c-format +msgid "%s: invalid associative array key" +msgstr "" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "" -#: builtins/common.c:207 +#: builtins/common.c:209 msgid "invalid octal number" msgstr "" -#: builtins/common.c:209 +#: builtins/common.c:211 msgid "invalid hex number" msgstr "" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, c-format msgid "hits\tcommand\n" msgstr "" -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -427,110 +437,134 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, c-format msgid "%s: inlib failed" msgstr "" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, c-format msgid "%s: invalid line count" msgstr "" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, c-format msgid "%s: invalid array origin" msgstr "" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, c-format msgid "%s: invalid callback quantum" msgstr "" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 msgid "empty array variable name" msgstr "" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 msgid "directory stack index" msgstr "" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -555,7 +589,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -576,50 +610,40 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "" @@ -628,20 +652,20 @@ msgstr "" msgid "shift count" msgstr "" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "" @@ -654,75 +678,75 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -736,67 +760,67 @@ msgstr "" msgid "Aborting..." msgstr "" -#: error.c:259 +#: error.c:260 #, c-format -msgid "%s: warning: " +msgid "warning: " msgstr "" -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 msgid "pipe error" msgstr "" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "" @@ -871,87 +895,97 @@ msgstr "" msgid "getcwd: cannot access parent directories" msgstr "" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -961,121 +995,121 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" -#: jobs.c:3462 +#: jobs.c:3482 #, c-format msgid "%s: line %d: " msgstr "" -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 msgid "unknown" msgstr "" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1129,109 +1163,114 @@ msgstr "" msgid "syntax error: `((%s))'" msgstr "" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "" @@ -1245,105 +1284,105 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "" -#: redir.c:159 +#: redir.c:160 #, c-format msgid "cannot create temp file for here-document: %s" msgstr "" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" "\t%s [GNU long option] [option] script-file ...\n" msgstr "" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1522,82 +1561,77 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "" -#: subst.c:4494 -#, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "" -#: subst.c:7138 +#: subst.c:7440 #, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "" @@ -1638,103 +1672,123 @@ msgstr "" msgid "invalid signal number" msgstr "" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "" @@ -1794,11 +1848,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2137,7 +2191,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:334 @@ -2148,7 +2202,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:346 @@ -2289,10 +2343,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2308,14 +2365,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2330,7 +2387,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2344,7 +2401,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2361,7 +2418,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2374,7 +2431,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2401,7 +2458,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2413,7 +2470,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2454,7 +2511,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2477,7 +2534,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 msgid "" "Exit the shell.\n" " \n" @@ -2485,7 +2542,7 @@ msgid "" " is that of the last command executed." msgstr "" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2494,7 +2551,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2524,7 +2581,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -2536,7 +2593,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2550,7 +2607,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2574,7 +2631,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2596,7 +2653,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2630,7 +2687,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2654,7 +2711,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2671,7 +2728,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2693,7 +2750,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2738,7 +2795,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2770,7 +2827,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2779,7 +2838,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2791,7 +2850,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -2873,7 +2932,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -2893,7 +2952,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -2912,7 +2971,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -2921,7 +2980,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -2931,7 +2991,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -2942,7 +3002,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -2956,11 +3016,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -2969,7 +3030,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3046,7 +3107,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3054,7 +3115,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3066,7 +3127,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3102,7 +3163,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3132,7 +3193,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3176,7 +3237,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3194,7 +3255,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3211,7 +3272,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3225,7 +3286,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3238,7 +3299,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3255,9 +3316,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3275,7 +3336,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3291,7 +3352,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -3302,7 +3363,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3323,7 +3384,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -3334,7 +3395,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -3345,7 +3406,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3359,7 +3420,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -3370,7 +3431,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3384,7 +3445,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3395,7 +3456,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3423,7 +3484,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3477,7 +3538,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3508,7 +3569,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3535,7 +3596,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3564,7 +3625,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3585,7 +3646,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3615,7 +3676,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3637,7 +3698,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3650,7 +3711,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3679,7 +3740,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/bg.gmo b/po/bg.gmo index f24c570c96df6acaaf5887fc9ecd5fa52d49b496..b636176e1cd78b6437edc4f3d85e4ac714f9fc4f 100644 GIT binary patch delta 5744 zc-mc<2Y6T28OBctDu^gGC}d;yCOcs#%mhr(YDho~1|kp)D@F+hxeVE$xGD;cibbtZ ztEsyppjbr_wboH)rCO~}+}hS+-!H#|Pulw=&wKB=_nh;M_Z#Q`#->i+Z0r;qI=A!f zPFL3u=c0u5U7V}a{nj3?{mMSyxin#p@Lb_U;Q--mVS?}xVT|xiVNc-+VXUxoFXwdY z5`lj_~8vVBlu?fn~keV3ROf_^9w4;a*{w@SsqC?hF5Y*WO?sVT!Ow7$>}< zH-aqfjY1oQNx~;Q9uS@<3=KC7oD0`YmInHUqe*Qz3tunPx9&D!q;Oj}g1s7!Kz|Eo z!+-ndmV$oT^ZfIJ5h(h+Ff%aI`4=Z6kho_g3*`v4wi_CWNhd~P zfd#@;6HKTnZhIsPe&F99i$tK#Q3%po*hg3>yueH!#rN}tfxTE8g~r>W(DbD!Hay}# zv{lR%VbMItNArDQG#ge#Bj}aU2owmr3-5|XfQO=4@8xJ*@Ub879wYmk=IJq5pj3Fa zNf^V2Q-yiLbun0GXAA-!iowVK6800Gqt)Yu<*^7hQ`k*-Lo5QX7oH{D9E&2qjb)!5 zu>k}7Vqy8=SR^~M557+kj#V_23Ww_XX4!9q@SO|LFhT^VvG3xTw>XY?y*;Ly9EMQ%8i?r3`^GubA-Q1#-~U8b7uv4fsrl+ z-!-OSk=7I}w87)EDSUq*h52WvqIqsA&(*02+L~%%FaK{&MWeSzeKFa`eeq>jHVYJFvtUg&sr0IBNVG8k1+3-G#VvXCbZ*-YaC{=Y?n*SwuV!E@ISESgUrfe)u9%Ha79&WU7&%oLwN`kG#sBX9u(3vO z=LoMAPOl(2x0X25J-7!2&6i@#JMWVkiv_t+Lhq4VofbCp&NhcRLOFvef-IF-PRc!jZWb6Rey*fpJ=rB}5PGR|_nYZ2g=DV?ue2t!icEJy6${-{g#tUP z5adJ^E=(BboTj+B<4ABXk3*pz)qK|?oMiF8ts3%lufZonYS>_24IkcIV_~8Ngm)Qf z##041jYojTgmbMU8qYc-ClLQF69~)A6Hw@x2?(@bxZBPZm$ip`;J($(GOPa+iTC5e zCH8^r)+B5bt~Zm_5@t`;k|(-O0+xT zWZOsnKdPJM)-p}OcgLsT%j9~s)z0)z-^V2C7p9p7IOV;4rWk#X~1bbb$)W|pkK~@Xb z2)`Hp(l~LIbJNXIjjVT5BP4vbk-p(@BlEk=#FA@;f%*23ZfdQX&7$FGnT0Rc&%zSB zX0cGzZ09Ch9uWS@GNy2ybw+a#{YbIr$8CD%d9TZG!fo!83q>Q+eDeF4R0;Q|)E zU%0~rz8=dQ7B*PpvJlt&X(2_<1pyQ510-7+z}{B_Tu`hurF8FR2(PlPcoE|fi)q0w z6i%=NvzQ$J`C=?qyo5xyVhQAYdI_WpT?*N!FNH(F3Ee1C+~qf5f$hR->w1@wc&=H- z!mkM{thHJW)-5M09$gMe<5u9Zg)4afxbQmDa3xXHx{^e6P`J>dYgIc=c3W1FND@~g zNSSbjomf^wzMM7W>NRU9r)RB&bXTt>gN3ZaRdvD;tMiVs-DVZhTzP9w&#+rddUg(W zT5R#FhI`-RQIE!^MgHC>Zt-Nhyz6{THM$$a9Oh|1Rhs?$yTcA?&Gw-Z<3{UTtRr=_ zQ}>+u)QoQqF}h~>$rf8P{QWTZzt=e)Ep_$t_jXRZ!r$L%Iog8R5jrh?{6))9MhHs) z_AA9tqB`u|&EJ3Ipy*p2HnkqvTA@AGfjW*mB365ww9R4f(;XG%grBp8#={--&&JBr zLSVC9t2*r8PQ4c#46&oiBtQO|ohTgyc-`7sM@LcW-&?56w?tuwfBkm~VcbIE^bnY3 zmr>p5Z>N+0I6|fUrw+Tmw$r2|Q~cg4hn=e(4Zd9unTfU7JO0_?@+L=>I!*t7wYJv3 ztLdQBaf{my&z5nXaP4ibbvc21%Icv}*HJT1T^2{T>Hm*bB|3~>?6JKia@1doF>7C+ zc4QR0b~!4HUCMav@p?uGx!0~|?C@y*w^a3{BbT1K)OfgGSoP>Iw%emM1Qt}*pLrB_x zaFoMS*LS9sRTDc7*)Izum!Gb!j@)XO)#U?@rqZt2{#U8?Cd{sJMjpp$GSiP)da|T_ zS%*b8ISzVO6gK*?4;&{CD*#pot;=Zj?_JCoaq9QlZyW{xF{>zk{C1B^J=!VsD=T>xV-NemFC7PYtC3cS zkNNSb9+e@P5_*+?{@!D#Q6q#hX8qNXwyN_#?9w(Oc2mTe#hJO;eX@)D7v!{k O*6-7>w(lycOa2Q=AE+n* delta 5783 zc-mc<30&9Z9mgNMB1`iql^eN1ZV*sG#RCCFG*bZ$^9b>xL`>82ucE0bwz6ZE&6%^c zbWt^ z;TET(bC7f4;{0IeX6t-kH`jVp^>QvntQLESYs5j~ZDO2wM2r;AiWiE#dpj2;ri!}d z#)#*NGsW)W0)IaM1MXIT`?Bu!-Cf+4#jN2!MiEo4;*vSwCx*(JV zV?((v5lv||p}aRQl!Z2k8RB+-{Yoes{YXp;nCkq4gfJv73}d2dQER!mVW@OX7#jGE zm~4WH8tOg{W5S?to?jS_K&jyfGE|HfYsJ2%`f%RgAqMQh!{O}sjc|7QWjG54NAO}& z1g03|uSZAler*H`E{;IZmIws;t=L685P<-%Mljz$A}~SMNbdKKl>Tk!6C%;T9I>lO z7|Dy9#T@aGNHp_VBm#Dd!p1RCER-(}5J!r!Ha-dgcZ%nUd!rEipm@G`EQ$?%92H=} zZ~Tpp(Rlks(Oz}Y_&}{#si;^Y4%7AX(&I>rnivEaCsx^eF^qdOhI!tI!4xJ{t7&41 zg49@iZE!#*@jAIQmT+p0WxzeLsC1uy@y%FlcRChL^o~OlxpC}hTpT;TR7@0`;?T%8 zG1$h(vG99wtaCDsbppNOaki9rb}}fQ0cG(_ba6ZrEsIAJ565GYm*WvENOmd`qZ6=k zZ35#~Bw)h36VSxVo@Wzq-q^%e23$oV8d&0aXCmJEjF=^Un21e#C2>7a>~D!G3Dez` zghqBJp`k;bU;FoaBr|?QGCQyL*Dc8=sO-NxnfO1J%#MOn&_rU2_fj#{oHPYhuS~)D zT2fHqT`5fX#}ov4D}^XHlft|``Z2z^9~x;8GsRoPB#Zxp{V>5-p7ypyLwB*j1WCnt zE=xs#rKx1RwW(;}0ssE~R1(sWRBZi?*v~eUh6!`iNZk!-XyW%`z;^gb8e#Hx&u`PP zb;oo}5t+`8hNQDlO*(>JDVB<>(h=m(>1g0sI)Z+aPS~~2K(JmJIPHK8o=?n>{&RIQ zLpMfPQ4xoTZ)c#g@Jwu3mdOP3GMR95CMk7CCeCy?6Q}$xlc>qaLe*trwh5Yr&+N=% z-eY2C%OlwVoTR(nDieo`CQwT@6CcP%BVT4Cz}ajh56fYJq#V4zG6xN{pdVvE_i>}*pmD%ze)G(4V*6TL6WDz2Nhk#C7Z%oDHb&kpbJ z&qj{-C(L@}u~3oc+&o{l^KjN9d6+VACJ$S8$!B0fK06(sPdqo}v+&KH2lC03U+1GC z^H4KcN&(~M7T~lk1yc_BONTSS8~wul{7iG}9nMZ9-!5euIv!bF`0t5n;#!S-DCuh+>yQ~6+a z^wwZ@&|wHpRU}>|E*wG_eL4iEj2VhkjSweVh7`wJwHu1bVu}%PyjW)$Q5<7+znJIQ z+Et~+|MX!D+&v7*+7D-7xj5D`<8THX^!HEu`!ORh$wG0KZD0gG&|xH+${UF$rjEpC zwu+-HT1KMj5G@w43G++X$*dA4yuAcTUnrr6e?ut(>?%d@6aM;wGS(SWCjFaa%gP9+hsvWkq-OXq@e_(advdH1ppk=A8My! zB3@&uae~w*zBYjcre30F=0um^Y<>0bax=w5GTu8Andi(zHWE4sK}siK%4@|-EJaTu z(M3&WLxDMydGW9~&BCJ!C#tK$X?|J70EyVZhfs^RHs1n68NhZNIl zm}h$pdEjsj;rV?H8|pEoRUqYmojhmGGKILWoT|!ZCYegymq=f$?YY=!Hm-H<7bbZv zQPXW2<7RjsnZ|n~E`yJX4VIu}@c9-6;so314AY?OU!#-dw%`mFDpc0F&T{umY*#W1 zTdtgi)4Vl{i3_Fw1>%F36Sfg`6tP*N{L%fc4wav(!{%ku_j>D&XQPSCdb7VRP*41B zsV6Sa)}yjsb0`|c;#~7qaf&(790ZHk&1Q4Pxd`%sxX}{MJXJ>X39;TZHJ|xDosSdt zTtNR&AO>uL=?hThM+>lRzVs#Sy2b_?kHZbv^0Njs5q1R=Ef!~3z7ThbKZq?BHCG}? z)o?CY)$V6Fb@3 zL}EG6L<0J;38$@Gj0xt5AB#_j-&;abKHqMw+Y;$t>DmojiVrj|Wx^kqqJgBV6*}TN zaf@ZRWoT;aGJNF=vB`?fa;`sEjuX~hL(w^U4fB2{K4k)5i)IQ|NGL02ffd*$JwUaq z4lr=P7wr82-W#(L6Wk~cx9(V!dEGgyxW8x>t=KNH#uCgba(&rqGtk` zx{l}P$@Q1n2GbGUXJalY#}lCnSCNLjsn z6HfQiCK6ap3#QsD23gDH{`c5po3nW=nOXe*;85XBZC-kU#-{Z+w^)0hmte5*| zrioV^KJl$Zio;*b$)2=QED0{Q-L{!~tNwm%--gx=S^S%a1_$A>mQsU)$o+MGfSk6~ zx$H1ayywrauma@Ir=ZtX6z|PRQ*kV|Fkf-Zv!3$+`an$Z};<+zW*GK zW=_;T2%B3HvYcM| zF&{e0Lb$))=IA-zHh+7^QGE7Vcjfq0w-kSeea2apwYp$M(0T>OCwwRE=s`bOv*+FZ zSKHPj=)a5i@jOTOzH}rdw&4xoO$i(OH=T ev-5*5;sI{=^7Qf=h2G6Lw^E1*t3oR diff --git a/po/bg.po b/po/bg.po index aaa9becc0..0f0138c5b 100644 --- a/po/bg.po +++ b/po/bg.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2007-07-26 07:18+0300\n" "Last-Translator: Alexander Shopov \n" "Language-Team: Bulgarian \n" @@ -16,80 +16,95 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=n != 1;\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "неправилен индекс на масив" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: грешно име на действие" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: не може да се присвоява на нецифров индекс" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: не може да се създаде: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" "изпълнение на команда на Юникс от bash: не може да се открие подредбата на\n" "функциите на клавишите за командата" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: първият непразен знак не е „\"“" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "в %2$s липсва затварящ знак „%1$c“" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: разделителят двоеточие липсва" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "„%s“: грешно име на подредбата на функциите на клавишите" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: не може да се прочете: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "„%s“: не може да се премахне присвояване" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "„%s“: непознато име на функция" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s не може да се зададе на никой клавиш.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s може да се извика чрез " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "валидно само за циклите с „for“, „while“ и „until“" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -97,308 +112,313 @@ msgid "" " Without EXPR, returns " msgstr "Връща контекста на текущото извикване на подпрограма." -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "Променливата $HOME не зададена" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "Променливата $OLDPWD не е зададена" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: предупреждение: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "прекалено много аргументи" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: опцията изисква аргумент" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: изисква се числов аргумент" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: не е открит" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: грешна опция" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: грешно име на опция" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "„%s“: грешен идентификатор" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "неправилен номер на сигнал" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "грешно число" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "грешно число" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: грешно указване на сигнал" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "„%s“: неправилен идентификатор на процес или задача" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: променлива с права само за четене" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s е извън допустимия диапазон" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "аргументът" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s е извън допустимия диапазон" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: няма такава задача" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: няма управление на задачите" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "няма управление на задачите" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: ограничена обвивка" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "ограничена обвивка" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: не е команда вградена в обвивката" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "грешка при запис: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: грешка при получаването на текущата директория: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: нееднозначно указана задача" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: грешно име на действие" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: не е указано дописване" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "предупреждение: опцията „-F“ може да не работи според очакванията ви" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "предупреждение: опцията „-C“ може да не работи според очакванията ви" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "може да се използва само във функция" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "„-f“ не може да се използва за създаването на функции" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: функция с права само за четене" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: променливите за масиви не могат да се унищожават така" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "липсва възможност за динамично зареждане" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "споделеният обект %s не може да бъде зареден: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "не може да се открие %s в споделения обект %s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: не е зареден динамично" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: не може да се изтрие: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: е директория" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: не е обикновен файл" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: файлът е прекалено голям" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: двоичният файл не може да бъде изпълнен" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: не може да се изпълни: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "това не е входна обвивка: използвайте „exit“" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Има спрени задачи.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Има спрени задачи.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "не е открита команда" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "указване на историята" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: не може да се отвори временен файл: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "задача %d е стартирана без управление на задачите" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: непозволена опция -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: опцията изисква аргумент -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "хеширането е изключено" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: таблицата с хешове е празна\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "последна команда: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Команди на обвивката, които напасват на ключовата дума „" msgstr[1] "Команди на обвивката, които напасват на ключовата дума „" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -406,22 +426,12 @@ msgstr "" "няма теми в помощта, които да отговарят на „%s“. Опитайте с\n" "„help help“, „man -k %s“ или „info %s“." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: не може да се отвори: %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Авторски права (C) 2005 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -442,112 +452,159 @@ msgstr "" "Знакът звездичка „*“ до името на команда означава, че тя е изключена.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "не може да се ползва едновременно повече от една от опциите -anrw" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "позиция в историята" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: неуспешно заместване чрез историята" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: неуспешно заместване чрез историята" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "не е позволена друга опция с „-x“" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: аргументите трябва да са идентификатори на процеси или задачи" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Неизвестна грешка" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "очаква се израз" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: грешно указване на файловия дескриптор" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: грешен файлов дескриптор: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: грешна опция" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: грешна опция" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: грешно име на действие" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: не е променлива за масив" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "„%s“: липсва форматиращ знак" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "„%c“: грешен форматиращ знак" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: предупреждение: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "липсва шестнадесетична цифра за \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "няма друга директория" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "«няма текуща директория»" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "отрицателно препълване на стека за рекурсии" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +" Показва списъка с текущо запомнените директории. Списъкът се попълва чрез\n" +" командата „pushd“. Можете да вадите директории от списъка с командата\n" +" „popd“.\n" +" \n" +" Опцията „-l“ кара командата „dirs“ да извежда пълните имена на " +"директориите,\n" +" а не съкратените спрямо домашната директория имена. Това означава, че\n" +" „~/bin“ може да се покаже като „/homes/pesho/bin“. Опцията „-v“ води " +"до\n" +" отпечатване на стека на директориите, като всеки елемент се извежда на " +"нов\n" +" ред и се предхожда от номера си в стека. Опцията „-p“ също води до " +"поредово\n" +" отпечатване, но без поредния номер в стека. Опцията „-c“ изчиства стека " +"на\n" +" директориите като изтрива всички елементи.\n" +" \n" +" +N показва N-тия елемент отляво в списъка показван от\n" +" командата „dirs“, когато е стартирана без опции. Брои се от 0.\n" +" \n" +" -N показва N-тия елемент отдясно в списъка показван от\n" +" командата „dirs“, когато е стартирана без опции. Брои се от 0." + +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -592,7 +649,7 @@ msgstr "" " \n" " Можете да изведете стека на директорията с командата „dirs“." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -631,52 +688,42 @@ msgstr "" "\n" " Стекът с директориите се визуализира с командата „dirs“." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: грешно указване на изтичането на времето" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "грешка при четене: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" "„return“ е възможен само от функция или изпълнен в текущата обвивка скрипт" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "" "не може едновременно да се премахват задаванията на функция и променлива" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: не може да се премахне" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: не може да се премахне: %s е само за четене" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: не е променлива за масив" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: не е функция" @@ -685,21 +732,21 @@ msgstr "%s: не е функция" msgid "shift count" msgstr "брой на преместванията" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" "не може едновременно да се задават и да се премахват опции на обвивката" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: грешно име на опция на обвивката" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "изисква се аргумент име на файл" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: файлът не е открит" @@ -712,75 +759,75 @@ msgstr "не може да бъде временно спряна" msgid "cannot suspend a login shell" msgstr "входната обвивка не може да бъде временно спряна" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s е синоним на „%s“\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s в ключова дума на обвивката\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s е функция\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s е вградена команда в обвивката\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s е %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s е хеширан (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: неправилен аргумент за ограничение" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "„%c“: неправилна команда" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: ограничението не може да бъде получено: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: ограничението не може да бъде променено: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "осмично число" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "„%c“: неправилен оператор за описателен режим" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "„%c“: неправилен знак за описателен режим" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -794,71 +841,71 @@ msgstr "последна команда: %s\n" msgid "Aborting..." msgstr "Преустановяване…" -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: предупреждение: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "неизвестна грешка в команда" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "неправилен вид команда" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "лоша връзка" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "неправилен преход" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: променлива без стойност" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "" "^Gвремето за изчакване на вход изтече: следва автоматично излизане от " "системата\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "стандартният вход от /dev/null не може да бъде пренасочен: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "в променливата $TIMEFORMAT: „%c“: грешен форматиращ знак" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "грешка при запис: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "" "%s: ограничение: в имената на командите не може да присъства знакът „/“" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: командата не е открита" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: лош интерпретатор" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "файловият дескриптор %d не може да се дублира като дескриптор %d" @@ -934,91 +981,101 @@ msgstr "%s: очаква се целочислен израз" msgid "getcwd: cannot access parent directories" msgstr "getcwd: родителските директории не могат да бъдат достъпени" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "не може да се изчисти режимът без забавяне на файловия дескриптор %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" "не може да се задели нов файлов дескриптор за вход на bash от дескриптор %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" "запазване на входа на bash: вече съществува буфер за новия файлов дескриптор " "%d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "изтриване на спряната задача %d в групата процеси %ld" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "" "описателен идентификатор на процес: %ld: няма такъв идентификатор на процес" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -1028,68 +1085,68 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "изчакване: процесът с идентификатор %ld не е дъщерен на тази обвивка" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "изчакване: липсват данни за процес с идентификатор %ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "изчакване на задача: задачата %d е спряна" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: задачата е приключила" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: задача %d вече е във фонов режим" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: предупреждение: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "в тази обвивка няма управление на задачите" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "заделяне на памет: грешно предположение: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1098,62 +1155,62 @@ msgstr "" "\r\n" "заделяне на памет: %s:%d: предположението е отпечатано\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: непознат хост" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" "заделяне на памет: блок в списъка със свободни блокове е зает или неподходящ" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" "изчистване на памет: извикано е с блоков аргумент, който вече е изчистен" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "изчистване на памет: извикано е с незаделен блоков аргумент" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" "изчистване на памет: открито е отрицателно препълване с mh_nbytes извън\n" "допустимия диапазон" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" "изчистване на памет: късовете на началната и крайната области се различават" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "презаделяне: извикано е с аргумент с незаделен блок" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" "презаделяне: открито е отрицателно препълване с mh_nbytes извън допустимия\n" "диапазон" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "презаделяне: късовете на началната и крайната области се различават" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" "регистриране на презаделяне: таблицата за заделянията е пълна с FIND_ALLOC?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "регистриране на презаделяне: %p вече е в таблицата като заделен?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "регистриране на свободни: %p вече е в таблицата като свободен?\n" @@ -1207,111 +1264,116 @@ msgstr "синтактична грешка: неочакван знак „;“ msgid "syntax error: `((%s))'" msgstr "синтактична грешка: „((%s))“" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "вътрешен документ с „<<“: неправилен вид инструкция %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" "пренасочване: инструкцията за пренасочване „%d“ е извън допустимия диапазон" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "" "неочакван знак за край на файл „EOF“, а се очакваше съответстващ знак „%c“" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "неочакван знак за край на файл „EOF“, а се очакваше „]]“" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "синтактична грешка в условен израз: неочаквана лексема „%s“" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "синтактична грешка в условен израз" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "неочаквана лексема „%s“, а се очакваше знакът „)“" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "очакваше се „)“" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "неочакван аргумент „%s“ за унарен условен оператор" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "неочакван аргумент за унарен условен оператор" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "неочаквана лексема „%s“, очакваше се бинарен условен оператор" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "очакваше се бинарен условен оператор" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "неочакван аргумент „%s“ за бинарен условен оператор" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "неочакван аргумент за бинарен условен оператор" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "неочаквана лексема „%c“ в условна команда" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "неочаквана лексема „%s“ в условна команда" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "неочаквана лексема %d в условна команда" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "синтактична грешка в близост до неочакваната лексема „%s“" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "синтактична грешка в близост до „%s“" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "синтактична грешка: неочакван край на файл" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "синтактична грешка" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Използвайте „%s“, за да излезете от обвивката.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "неочакван знак за край на файл „EOF“, очакваше се знакът „)“" @@ -1326,71 +1388,71 @@ msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" "вмъкване на завършване на команда: %s указване на команда, което е NULL" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "команда за печат: лош конектор „%d“" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "отпечатване: „%c“: неправилен форматиращ знак" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "файловият дескриптор е извън допустимия диапазон" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: двусмислено пренасочване" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: не може да се презапише съществуващ файл" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: поради ограничение изходът не може да се пренасочи" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "не може да се създаде временен файл за вътрешен документ с „<<“: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port не се поддържа, ако няма поддръжка на мрежа" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "грешка при пренасочване: файловият дескриптор не може да бъде дублиран" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "не е открита директорията /tmp. Създайте я!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp трябва да е директория" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: неправилна опция" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Не може да се получи името на текущия потребител!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1399,38 +1461,38 @@ msgstr "" "Употреба: %s [дълга опция на GNU] [опция] …\n" " %s [дълга опция на GNU] [опция] файл-скрипт …\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "Дълги опции на GNU:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Опции на обвивката:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "" " -irsD или -c команда, или -O къса_опция (само при стартиране)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr " -%s или -o опция\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "За повече информация за опциите на обвивката въведете „%s -c \"help set\"“.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "За повече информация за вградените в обвивката команди въведете „%s -c " "help“.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "За да докладвате грешки използвайте командата „bashbug“.\n" @@ -1611,84 +1673,79 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "лошо заместване: липсва затварящ знак „%s“ в %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: на член от масив не може да се присвои списък" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "не може да се създаде програмен канал за заместване на процеси" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "не може да се създаде дъщерен процес за заместване на процеси" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "именуваният програмен канал %s не може да се отвори за четене" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "именуваният програмен канал %s не може да се отвори за запис" -#: subst.c:4494 -#, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "не може да се изчисти режимът без забавяне на файловия дескриптор %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "" "именуваният програмен канал %s не може да се\n" "дублира като файловия дескриптор %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "не може да се създаде програмен канал за заместване на команди" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "не може да се създаде дъщерен процес за заместване на команди" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "заместване на команди: каналът не може да се дублира като fd 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: аргументът е null или не е зададен" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: изразът от подниза е < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: лошо заместване" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: не може да се задава по този начин" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "лошо заместване: липсва затварящ знак „%s“ в %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "няма съвпадение: %s" @@ -1729,13 +1786,13 @@ msgstr "липсва „]“" msgid "invalid signal number" msgstr "неправилен номер на сигнал" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" "стартиране на предстоящите капани: неправилна стойност в trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" @@ -1743,113 +1800,134 @@ msgstr "" "стартиране на предстоящите капани: обработката на сигнали е SIG_DFL.\n" "%d (%s) е преизпратено на текущата обвивка" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "обработка на капани: неправилен сигнал %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "грешка при внасянето на дефиницията на функция за „%s“" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "нивото на обвивката (%d) е прекалено голямо. Задава се да е 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" "създаване на локална променлива: липсва контекст на функция в текущата " "област\n" "на видимост" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" "всички локални променливи: липсва контекст на функция в текущата област на\n" "видимост" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "неправилен знак на позиция %d в низа за изнасяне за %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "липсва „=“ в низа за изнасяне за %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" "изваждане на контекст на променливи: в началото на структурата за променливи " "на\n" "обвивката (shell_variables) е нещо, което не е контекст на функция" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" "изваждане на контекст на променливи: липсва контекст за глобални променливи\n" "(global_variables)" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" "изваждане на област: последният елемент структурата за променливи на " "обвивката\n" "(shell_variables) не е временна област в обкръжението" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Авторски права (C) 2005 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" "заделяне на памет: %lu байта не могат да се заделят (заделени са\n" "%lu байта)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "заделяне на памет: %lu байта не могат да се заделят" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "презаделяне на памет: %lu байта не могат да се заделят наново (заделени са\n" "%lu байта)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "презаделяне на памет: %lu байта не могат да се заделят" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" "заделяне на памет: %s:%d: %lu байта не могат да се заделят (заделени са\n" "%lu байта)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "заделяне на памет: %s:%d: %lu байта не могат да се заделят" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "презаделяне на памет: %s:%d: %lu байта не могат да се заделят (заделени са %" "lu байта)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "презаделяне на памет: %s:%d: %lu байта не могат да се заделят" @@ -1909,11 +1987,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2309,6 +2387,7 @@ msgstr "" " използва за вход." #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2316,8 +2395,10 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +" Продължение със следващата итерация от цикъл ползващ FOR, WHILE или UNTIL.\n" +" Ако е указан N, се продължава от N-тия обхващащ цикъл." #: builtins.c:334 #, fuzzy @@ -2328,7 +2409,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" " Продължение със следващата итерация от цикъл ползващ FOR, WHILE или UNTIL.\n" " Ако е указан N, се продължава от N-тия обхващащ цикъл." @@ -2498,10 +2579,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2547,14 +2631,14 @@ msgstr "" " функция ИМЕната стават локални, както при използването на командата " "„local“." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2569,7 +2653,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 #, fuzzy msgid "" "Write arguments to the standard output.\n" @@ -2584,7 +2668,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2620,7 +2704,7 @@ msgstr "" " Можете изрично да спрете интерпретирането на горните знаци с опцията „-" "E“." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2633,7 +2717,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2660,7 +2744,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2672,7 +2756,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 #, fuzzy msgid "" "Parse option arguments.\n" @@ -2755,7 +2839,7 @@ msgstr "" "са\n" " дадени повече аргументи, те биват анализирани вместо това." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2778,7 +2862,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2789,7 +2873,7 @@ msgstr "" " Изход от обвивката с код N. Ако N е изпуснат, то изходният код е този на\n" " последната изпълнена команда." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2798,7 +2882,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 #, fuzzy msgid "" "Display or execute commands from the history list.\n" @@ -2854,7 +2938,7 @@ msgstr "" "когато\n" " се въведе само „-r“, ще се изпълни последната команда." -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2869,7 +2953,7 @@ msgstr "" " Изважда ЗАДАЧА от фонов режим и я прави текуща задача. Ако липсва\n" " аргумент ЗАДАЧА, се използва текущата задача според обвивката." -#: builtins.c:746 +#: builtins.c:749 #, fuzzy msgid "" "Move jobs to the background.\n" @@ -2886,7 +2970,7 @@ msgstr "" " Поставя всяка ЗАДАЧА във фонов режим, все едно е била стартирана с „&“.\n" " Ако липсва аргумент ЗАДАЧА, се използва текущата задача според обвивката." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2910,7 +2994,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2932,7 +3016,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 #, fuzzy msgid "" "Display or manipulate the history list.\n" @@ -3000,7 +3084,7 @@ msgstr "" "времето не\n" " се записва." -#: builtins.c:845 +#: builtins.c:848 #, fuzzy msgid "" "Display status of jobs.\n" @@ -3041,7 +3125,7 @@ msgstr "" "като\n" " аргументи, се заменят с идентификатора на водача на групата процеси." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -3058,7 +3142,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 #, fuzzy msgid "" "Send a signal to a job.\n" @@ -3090,7 +3174,7 @@ msgstr "" " за вас брой процеси, няма да ви се налага да пуснете още един процес,\n" " за да убиете друг." -#: builtins.c:914 +#: builtins.c:917 #, fuzzy msgid "" "Evaluate arithmetic expressions.\n" @@ -3174,7 +3258,7 @@ msgstr "" " Ако последният АРГУМЕНТ се изчислява като 0, „let“ връща 1. В\n" " противен случай - връща 0." -#: builtins.c:959 +#: builtins.c:962 #, fuzzy msgid "" "Read a line from the standard input and split it into fields.\n" @@ -3207,7 +3291,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3251,7 +3337,7 @@ msgstr "" " ИНТЕРВАЛът за въвеждане или е зададен неправилен файлов дескриптор като\n" " аргумент на „-u“." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3263,7 +3349,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 #, fuzzy msgid "" "Set or unset values of shell options and positional parameters.\n" @@ -3432,7 +3518,7 @@ msgstr "" " съответно на $1, $2,… $n. Ако не са зададени АРГументи, се извеждат\n" " всички променливи на средата." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3452,7 +3538,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3471,7 +3557,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3480,7 +3566,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3490,7 +3577,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3501,7 +3588,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 #, fuzzy msgid "" "Execute commands from a file in the current shell.\n" @@ -3522,11 +3609,12 @@ msgstr "" " са зададени АРГУМЕНТИ, те се превръщат в позиционни аргументи при\n" " изпълнението на ФАЙЛа." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3535,7 +3623,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3686,7 +3774,7 @@ msgstr "" " „-eq“ (=), „-ne“ (!=), „-lt“ (<),\n" " „-le“ (<=), „-gt“ (>) , „-ge“ (>=)." -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3698,7 +3786,7 @@ msgstr "" " задължително да е знакът „]“, който да съответства на отварящата скоба " "„[“." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3710,7 +3798,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 #, fuzzy msgid "" "Trap signals and other events.\n" @@ -3766,7 +3854,7 @@ msgstr "" "на\n" " обвивката с командата „kill -signal $$“." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3796,7 +3884,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 #, fuzzy msgid "" "Modify shell resource limits.\n" @@ -3875,7 +3963,7 @@ msgstr "" " - опцията „-t“, при която стойността е в секунди;\n" " - опцията „-u“, при която стойността е точният брой процеси." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3893,7 +3981,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3910,7 +3998,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 #, fuzzy msgid "" "Wait for process completion and return exit status.\n" @@ -3932,7 +4020,7 @@ msgstr "" "се\n" " всички процеси в програмния канал на задачата." -#: builtins.c:1466 +#: builtins.c:1473 #, fuzzy msgid "" "Execute commands for each member in a list.\n" @@ -3952,7 +4040,7 @@ msgstr "" " всеки елемент в ДУМИте, ИМЕто се задава да е елементът и се изпълняват\n" " КОМАНДИте." -#: builtins.c:1480 +#: builtins.c:1487 #, fuzzy msgid "" "Arithmetic for loop.\n" @@ -3979,10 +4067,10 @@ msgstr "" "се\n" " изчислява да е 1." -#: builtins.c:1498 +#: builtins.c:1505 #, fuzzy msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -4017,7 +4105,7 @@ msgstr "" " изпълняват след всеки избор до изпълняването на команда за прекъсване\n" " (break)." -#: builtins.c:1519 +#: builtins.c:1526 #, fuzzy msgid "" "Report time consumed by pipeline's execution.\n" @@ -4041,7 +4129,7 @@ msgstr "" "според\n" " стойността на променливата на средата $TIMEFORMAT." -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -4055,7 +4143,7 @@ msgstr "" " Избирателно се изпълняват КОМАНДИ на база ДУМА, която напасва на ШАБЛОН.\n" " Шаблоните се разделят със знака „|“." -#: builtins.c:1548 +#: builtins.c:1555 #, fuzzy msgid "" "Execute commands based on conditional.\n" @@ -4092,7 +4180,7 @@ msgstr "" "ако\n" " никое тестово условие, не се е оценило като истина." -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -4107,7 +4195,7 @@ msgstr "" "„while“\n" " е с изходен код, който е 0." -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -4122,7 +4210,7 @@ msgstr "" "„until“\n" " е с изходен код, който не е 0." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -4136,7 +4224,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -4151,7 +4239,7 @@ msgstr "" "се\n" " цял набор от команди." -#: builtins.c:1615 +#: builtins.c:1622 #, fuzzy msgid "" "Resume job in foreground.\n" @@ -4171,7 +4259,7 @@ msgstr "" " се изпълнява във фонов режим, все едно е била подадена като аргумент\n" " на командата „bg“." -#: builtins.c:1630 +#: builtins.c:1637 #, fuzzy msgid "" "Evaluate arithmetic expression.\n" @@ -4185,7 +4273,7 @@ msgstr "" " ИЗРАЗът се изчислява според правилата на аритметичното оценяване.\n" " Еквивалентно на „let ИЗРАЗ“." -#: builtins.c:1642 +#: builtins.c:1649 #, fuzzy msgid "" "Execute conditional command.\n" @@ -4235,7 +4323,7 @@ msgstr "" " „&&“ и „||“ не оценят ИЗРАЗ2, ако ИЗРАЗ1 е достатъчен за определяне на\n" " стойността на израза." -#: builtins.c:1668 +#: builtins.c:1675 #, fuzzy msgid "" "Common shell variable names and usage.\n" @@ -4364,7 +4452,7 @@ msgstr "" "кои\n" " команди да не се запазват в историята.\n" -#: builtins.c:1725 +#: builtins.c:1732 #, fuzzy msgid "" "Add directories to stack.\n" @@ -4415,7 +4503,7 @@ msgstr "" " \n" " Можете да изведете стека на директорията с командата „dirs“." -#: builtins.c:1759 +#: builtins.c:1766 #, fuzzy msgid "" "Remove directories from stack.\n" @@ -4460,7 +4548,7 @@ msgstr "" "\n" " Стекът с директориите се визуализира с командата „dirs“." -#: builtins.c:1789 +#: builtins.c:1796 #, fuzzy msgid "" "Display directory stack.\n" @@ -4512,7 +4600,7 @@ msgstr "" " -N показва N-тия елемент отдясно в списъка показван от\n" " командата „dirs“, когато е стартирана без опции. Брои се от 0." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4533,7 +4621,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 #, fuzzy msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" @@ -4580,7 +4668,7 @@ msgstr "" " вход за обвивката. Ако е включена опцията „-v“, изходът се поставя в\n" " променливата на обвивката VAR, вместо да се извежда на стандартния изход." -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -4602,7 +4690,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -4623,7 +4711,7 @@ msgstr "" "с\n" " него." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -4652,7 +4740,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/ca.gmo b/po/ca.gmo index a73f1b7c90f7fc5733ec77ee957856470bc187e7..1b0a29985191da01d78a865cdaf267b1c715dd93 100644 GIT binary patch delta 23 ec-s5w_tkI1D={t$T_Xbp0}Crt!_8mB8U+AzWe9!% delta 23 ec-s5w_tkI1D={t;T_Ym}Ljx;A)6HMR8U+Ay{|I#e diff --git a/po/ca.po b/po/ca.po index 3c0ec1652..6c65e7e48 100644 --- a/po/ca.po +++ b/po/ca.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: bash-2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2003-12-28 19:59+0100\n" "Last-Translator: Montxo Vicente i Sempere \n" "Language-Team: Catalan \n" @@ -15,415 +15,425 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "la matriu est? mal composta" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%c%c: opci? inv?lida" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: no es pot assignar a un ?ndex que no ?s num?ric" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: no es pot crear: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, fuzzy, c-format msgid "%s: cannot read: %s" msgstr "%s: no es pot crear: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, fuzzy, c-format msgid "`%s': cannot unbind" msgstr "%s: no s'ha trobat l'ordre" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, fuzzy, c-format msgid "`%s': unknown function name" msgstr "%s: funci? nom?s de lectura" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 #, fuzzy msgid "loop count" msgstr "fi de sessi?" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" -#: builtins/common.c:105 +#: builtins/common.c:107 #, fuzzy, c-format msgid "line %d: " msgstr "encaix %3d:" -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "nombre excessiu de par?metres" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, fuzzy, c-format msgid "%s: option requires an argument" msgstr "cal un par?metre per a l'opci?: -" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, fuzzy, c-format msgid "%s: not found" msgstr "%s: no s'ha trobat l'ordre" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, fuzzy, c-format msgid "%s: invalid option" msgstr "%c%c: opci? inv?lida" -#: builtins/common.c:190 +#: builtins/common.c:192 #, fuzzy, c-format msgid "%s: invalid option name" msgstr "%c%c: opci? inv?lida" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, fuzzy, c-format msgid "`%s': not a valid identifier" msgstr "'%s' no ?s un identificador v?lid" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "n?mero inv?lid de senyal" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "n?mero inv?lid de senyal" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 #, fuzzy msgid "invalid number" msgstr "n?mero inv?lid de senyal" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: ?s una variable nom?s de lectura" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 #, fuzzy msgid "argument" msgstr "s'esperava un par?metre" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "" -#: builtins/common.c:259 +#: builtins/common.c:261 #, fuzzy, c-format msgid "%s: no job control" msgstr "no hi ha cap tasca de control dins d'aquest int?rpret" -#: builtins/common.c:261 +#: builtins/common.c:263 #, fuzzy msgid "no job control" msgstr "no hi ha cap tasca de control dins d'aquest int?rpret" -#: builtins/common.c:271 +#: builtins/common.c:273 #, fuzzy, c-format msgid "%s: restricted" msgstr "%s: s'ha finalitzat la tasca" -#: builtins/common.c:273 +#: builtins/common.c:275 #, fuzzy msgid "restricted" msgstr "Terminat" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, fuzzy, c-format msgid "write error: %s" msgstr "error del conducte: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, fuzzy, c-format msgid "%s: ambiguous job spec" msgstr "%s: Redirecci? ambigua" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 #, fuzzy msgid "can only be used in a function" msgstr "" "servir LOCAL dins d'una funci?; a?? restringir? la magnitud visible de la" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: funci? nom?s de lectura" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, fuzzy, c-format msgid "%s: cannot destroy array variables in this way" msgstr "$%s: no es pot assignar d'aquesta manera" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, fuzzy, c-format msgid "cannot open shared object %s: %s" msgstr "no es pot obrir el conducte anomenat %s per a %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, fuzzy, c-format msgid "%s: cannot delete: %s" msgstr "%s: no es pot crear: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: ?s un directori" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, fuzzy, c-format msgid "%s: not a regular file" msgstr "%s: no es pot executar el fitxer binari" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: no es pot executar el fitxer binari" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, fuzzy, c-format msgid "%s: cannot execute: %s" msgstr "%s: no es pot crear: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, fuzzy, c-format msgid "logout\n" msgstr "fi de sessi?" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "" -#: builtins/fc.def:263 +#: builtins/fc.def:261 #, fuzzy msgid "no command found" msgstr "%s: no s'ha trobat l'ordre" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, fuzzy, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: no es pot crear: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, fuzzy, c-format msgid "%s: illegal option -- %c\n" msgstr "opci? ilžlegal: -" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, fuzzy, c-format msgid "%s: option requires an argument -- %c\n" msgstr "cal un par?metre per a l'opci?: -" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "si s'escriu \"r\" s'executar? la darrera ordre." -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, fuzzy, c-format msgid "%s: cannot open: %s" msgstr "%s: no es pot crear: %s" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -435,115 +445,139 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, fuzzy, c-format msgid "%s: history expansion failed" msgstr "%s: s'esperava una expressi? de nombre enter" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: s'esperava una expressi? de nombre enter" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 #, fuzzy msgid "Unknown error" msgstr "Error desconegut %d" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "s'esperava una expressi?" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%c%c: opci? inv?lida" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%c%c: opci? inv?lida" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "n?mero inv?lid de senyal" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: variable sense vincle" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 #, fuzzy msgid "no other directory" msgstr "seguent entrada de la pila (o sia, la nova primera entrada)." -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 #, fuzzy msgid "" msgstr "\taquest ser? el nou directori actual de treball." -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "S'ha desbordat la base de la pila." -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -568,7 +602,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -589,52 +623,42 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, fuzzy, c-format msgid "read error: %d: %s" msgstr "error del conducte: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 #, fuzzy msgid "cannot simultaneously unset a function and a variable" msgstr "" "servir LOCAL dins d'una funci?; a?? restringir? la magnitud visible de la" -#: builtins/set.def:806 +#: builtins/set.def:805 #, fuzzy, c-format msgid "%s: cannot unset" msgstr "%s: no es pot crear: %s" -#: builtins/set.def:813 +#: builtins/set.def:812 #, fuzzy, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: no es pot crear: %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, fuzzy, c-format msgid "%s: not an array variable" msgstr "%s: variable sense vincle" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, fuzzy, c-format msgid "%s: not a function" msgstr "%s: funci? nom?s de lectura" @@ -644,20 +668,20 @@ msgstr "%s: funci? nom?s de lectura" msgid "shift count" msgstr "shift [n]" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, fuzzy, c-format msgid "%s: file not found" msgstr "%s: no s'ha trobat l'ordre" @@ -671,77 +695,77 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "Finalitzar una sessi? de l'int?rpret d'ordres." -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, fuzzy, c-format msgid "%s is a function\n" msgstr "%s: funci? nom?s de lectura" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, fuzzy, c-format msgid "`%c': bad command" msgstr "%c%c: opci? inv?lida" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, fuzzy, c-format msgid "%s: cannot get limit: %s" msgstr "%s: no es pot crear: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 #, fuzzy msgid "limit" msgstr "L?mit de la UCP" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, fuzzy, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: no es pot crear: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 #, fuzzy msgid "octal number" msgstr "n?mero inv?lid de senyal" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -755,73 +779,73 @@ msgstr "si s'escriu \"r\" s'executar? la darrera ordre." msgid "Aborting..." msgstr "" -#: error.c:259 -#, c-format -msgid "%s: warning: " -msgstr "" +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " +msgstr "s'est? escrivint" -#: error.c:404 +#: error.c:405 #, fuzzy msgid "unknown command error" msgstr "Error desconegut %d" -#: error.c:405 +#: error.c:406 #, fuzzy msgid "bad command type" msgstr "un nom d'una ordre." -#: error.c:406 +#: error.c:407 #, fuzzy msgid "bad connector" msgstr "connector inv?lid '%d'" -#: error.c:407 +#: error.c:408 #, fuzzy msgid "bad jump" msgstr "Salt incorrecte %d" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: variable sense vincle" -#: eval.c:180 +#: eval.c:181 #, fuzzy, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "" "%c ha excedit el temps d'espera per una entrada: fi autom?tica de sessi?\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "error del conducte: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: restringit: no es pot especificar '/' en noms d'ordres" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: no s'ha trobat l'ordre" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, fuzzy, c-format msgid "%s: %s: bad interpreter" msgstr "%s: ?s un directori" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, fuzzy, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "" @@ -901,7 +925,13 @@ msgstr "%s: s'esperava una expressi? de nombre enter" msgid "getcwd: cannot access parent directories" msgstr "getwd: no s'ha pogut accedir als directoris pares" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "" +"no es pot copiar per duplicat el descriptor del fitxer df %d cap a df 0: %s" + +#: input.c:258 #, fuzzy, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" @@ -909,84 +939,89 @@ msgstr "" "bash\n" "a partir del descriptor de fitxer %d: %s" -#: input.c:245 +#: input.c:266 #, fuzzy, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" "check_bash_input: ja hi existeix mem?ria interm?dia per a la nova\n" "descripci? de fitxer %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, fuzzy, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: L'identificador de proc?s (pid) no existeix (%d)!\n" -#: jobs.c:1410 +#: jobs.c:1408 #, fuzzy, c-format msgid "Signal %d" msgstr "Senyal desconeguda #%d" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Fet" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Aturat" -#: jobs.c:1433 +#: jobs.c:1431 #, fuzzy, c-format msgid "Stopped(%s)" msgstr "Aturat" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "S'est? executant" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Fet (%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Fi d'execuci? amb l'estat %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Estat desconegut" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(la imatge del nucli ha estat bolcada) " -#: jobs.c:1562 +#: jobs.c:1560 #, fuzzy, c-format msgid " (wd: %s)" msgstr "(wd ara: %s)\n" -#: jobs.c:1763 +#: jobs.c:1761 #, fuzzy, c-format msgid "child setpgid (%ld to %ld)" msgstr "error en l'execuci? de setpgid (%d a %d) en el proc?s fill %d: %s\n" @@ -997,125 +1032,125 @@ msgid "wait: pid %ld is not a child of this shell" msgstr "" "wait: l'identificador del proc?s (pid) %d no ?s un fill d'aquest int?rpret" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: s'ha finalitzat la tasca" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "encaix %3d:" -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr " (bolcat de la imatge del nucli)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(wd ara: %s)\n" -#: jobs.c:3533 +#: jobs.c:3553 #, fuzzy msgid "initialize_job_control: getpgrp failed" msgstr "initialize_jobs: getpgrp ha fallat: %s" -#: jobs.c:3593 +#: jobs.c:3613 #, fuzzy msgid "initialize_job_control: line discipline" msgstr "initialize_jobs: disciplina de l?nia: %s" -#: jobs.c:3603 +#: jobs.c:3623 #, fuzzy msgid "initialize_job_control: setpgid" msgstr "initialize_jobs: getpgrp ha fallat: %s" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "no hi ha cap tasca de control dins d'aquest int?rpret" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1171,117 +1206,122 @@ msgstr "error de sintaxi: s'ha arribat inesperadament a la fi del fitxer" msgid "syntax error: `((%s))'" msgstr "error de sintaxi" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: el tipus d'instrucci? %d ?s incorrecte" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, fuzzy, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "" "s'ha arribat inesperadament a la fi del fitxer (EOF) mentre\n" "es buscava per '%c'" -#: parse.y:3071 +#: parse.y:3708 #, fuzzy msgid "unexpected EOF while looking for `]]'" msgstr "" "s'ha arribat inesperadament a la fi del fitxer (EOF) mentre\n" "es buscava per '%c'" -#: parse.y:3076 +#: parse.y:3713 #, fuzzy, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "hi ha un error inesperat de sintaxi prop del senyal '%s'" -#: parse.y:3080 +#: parse.y:3717 #, fuzzy msgid "syntax error in conditional expression" msgstr "error de sintaxi a l'expressi?" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 #, fuzzy msgid "expected `)'" msgstr "s'esperava ')'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, fuzzy, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "%s: s'esperava un operador binari" -#: parse.y:3238 +#: parse.y:3875 #, fuzzy msgid "conditional binary operator expected" msgstr "%s: s'esperava un operador binari" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, fuzzy, c-format msgid "unexpected token `%c' in conditional command" msgstr "s'esperava ':' per a l'expressi? condicional" -#: parse.y:3273 +#: parse.y:3910 #, fuzzy, c-format msgid "unexpected token `%s' in conditional command" msgstr "s'esperava ':' per a l'expressi? condicional" -#: parse.y:3277 +#: parse.y:3914 #, fuzzy, c-format msgid "unexpected token %d in conditional command" msgstr "s'esperava ':' per a l'expressi? condicional" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "hi ha un error inesperat de sintaxi prop del senyal '%s'" -#: parse.y:4543 +#: parse.y:5199 #, fuzzy, c-format msgid "syntax error near `%s'" msgstr "hi ha un error inesperat de sintaxi prop del senyal '%s'" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "error de sintaxi: s'ha arribat inesperadament a la fi del fitxer" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "error de sintaxi" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Utilitzeu ?%s? per a eixir de l'int?rpret d'ordres.\n" -#: parse.y:4777 +#: parse.y:5433 #, fuzzy msgid "unexpected EOF while looking for matching `)'" msgstr "" @@ -1298,73 +1338,73 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: el connector '%d' ?s incorrecte" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, fuzzy, c-format msgid "%s: ambiguous redirect" msgstr "%s: Redirecci? ambigua" # No acabe d'entendre el significat de l'original "clobber" -#: redir.c:149 +#: redir.c:150 #, fuzzy, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: No s'ha pogut sobreescriure el fitxer existent" -#: redir.c:154 +#: redir.c:155 #, fuzzy, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: restringit: no es pot especificar '/' en noms d'ordres" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "no es pot establir un conducte per a la substituci? del proc?s: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 #, fuzzy msgid "redirection error: cannot duplicate fd" msgstr "error de redirecci?" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "" -#: shell.c:864 +#: shell.c:876 #, fuzzy, c-format msgid "%c%c: invalid option" msgstr "%c%c: opci? inv?lida" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "No tinc cap nom d'usuari!" -#: shell.c:1755 +#: shell.c:1777 #, fuzzy, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU %s, versi? %s\n" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1373,39 +1413,39 @@ msgstr "" "Sintaxi:\t%s [opci?-format-llarg GNU] [opci?] ...\n" "\t%s [opci?-format-llarg GNU] [opci?] fitxer_de_seq??ncies ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "opcions de formes llargues de GNU:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Opcions de l'int?rpret d'ordres:\n" -#: shell.c:1763 +#: shell.c:1785 #, fuzzy msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD o -c ordre\t\t(nom?s per a invocar)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s o -o opci?\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Per a obtindre m?s informaci? sobre les opcions de l'int?rpret\n" "d'ordres, teclegeu ?%s -c \"help set\"?.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Per a obtindre m?s informaci? sobre les ordres integrades de l'int?rpret,\n" "teclegeu '%s -c help' .\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1590,92 +1630,86 @@ msgstr "Senyal desconeguda #" msgid "Unknown Signal #%d" msgstr "Senyal desconeguda #%d" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, fuzzy, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "substituci? inv?lida: no existeix '%s' en %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: no es pot assignar la llista a un element de la matriu" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 #, fuzzy msgid "cannot make pipe for process substitution" msgstr "no es pot establir un conducte per a la substituci? del proc?s: %s" -#: subst.c:4439 +#: subst.c:4496 #, fuzzy msgid "cannot make child for process substitution" msgstr "no es pot establir un proc?s fill per a la substituci? del proc?s: %s" -#: subst.c:4484 +#: subst.c:4541 #, fuzzy, c-format msgid "cannot open named pipe %s for reading" msgstr "no es pot obrir el conducte anomenat %s per a %s: %s" -#: subst.c:4486 +#: subst.c:4543 #, fuzzy, c-format msgid "cannot open named pipe %s for writing" msgstr "no es pot obrir el conducte anomenat %s per a %s: %s" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "" -"no es pot copiar per duplicat el descriptor del fitxer df %d cap a df 0: %s" - -#: subst.c:4504 +#: subst.c:4561 #, fuzzy, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "" "no es pot duplicar el conducte anomenat %s\n" "com a descripci? de fitxer %d: %s" -#: subst.c:4700 +#: subst.c:4757 #, fuzzy msgid "cannot make pipe for command substitution" msgstr "no es poden establir conductes per a la substituci? de l'ordre: %s" -#: subst.c:4734 +#: subst.c:4791 #, fuzzy msgid "cannot make child for command substitution" msgstr "no es pot crear un proc?s fill per a la substituci? del proc?s: %s" -#: subst.c:4751 +#: subst.c:4808 #, fuzzy msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" "command_substitute(): el coducte no es pot duplicar\n" "com a descripci? de fitxer 1: %s" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: par?metre nul o no ajustat" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: la sub-cadena de l'expressi? ?s < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: substituci? inv?lida" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: no es pot assignar d'aquesta manera" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "substituci? inv?lida: no existeix '%s' en %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "" @@ -1717,103 +1751,123 @@ msgstr "s'ha perdut algun ']'" msgid "invalid signal number" msgstr "n?mero inv?lid de senyal" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, fuzzy, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: Senyal inv?lida %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "'%s': error en importar la definici? de la funci?" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, fuzzy, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU %s, versi? %s\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: no es poden assignar %lu octets (%lu octets assignats)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, fuzzy, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: no es poden assignar %lu octets (%lu octets assignats)" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: no es poden reassignar %lu octets (%lu octets reassignats)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, fuzzy, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: no es poden reassignar %lu octets (%lu octets reassignats)" -#: xmalloc.c:151 +#: xmalloc.c:150 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: no es poden assignar %lu octets (%lu octets assignats)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: no es poden assignar %lu octets (%lu octets assignats)" -#: xmalloc.c:175 +#: xmalloc.c:174 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: no es poden reassignar %lu octets (%lu octets reassignats)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: no es poden reassignar %lu octets (%lu octets reassignats)" @@ -1881,12 +1935,12 @@ msgstr "command [-pVv] ordre [par?metre ...]" #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "declare [-afFrxi] [-p] nom[=valor] ..." #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "typeset [-afFrxi] [-p] nom[=valor] ..." #: builtins.c:80 @@ -2278,6 +2332,7 @@ msgid "" msgstr "" #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2285,8 +2340,8 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." -msgstr "" +" The exit status is 0 unless N is not greater than or equal to 1." +msgstr "Repr?n la seg?ent iteraci? del bucle envoltant FOR, WHILE, o UNTIL." #: builtins.c:334 #, fuzzy @@ -2297,7 +2352,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "Repr?n la seg?ent iteraci? del bucle envoltant FOR, WHILE, o UNTIL." #: builtins.c:346 @@ -2439,10 +2494,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2458,14 +2516,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2480,7 +2538,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2494,7 +2552,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2511,7 +2569,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2524,7 +2582,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2551,7 +2609,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2563,7 +2621,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2604,7 +2662,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2627,7 +2685,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2636,7 +2694,7 @@ msgid "" " is that of the last command executed." msgstr "Finalitza l'int?rpret d'ordres amb l'estat d'N. Si s'ometeix N," -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2645,7 +2703,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2675,7 +2733,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2688,7 +2746,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "Ubica la ID_TASCA en primer pla, i l'activa com a la tasca actual." -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2702,7 +2760,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2726,7 +2784,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2748,7 +2806,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2782,7 +2840,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2806,7 +2864,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2823,7 +2881,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2845,7 +2903,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2890,7 +2948,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2922,7 +2980,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2931,7 +2991,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2943,7 +3003,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -3025,7 +3085,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3045,7 +3105,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3064,7 +3124,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3073,7 +3133,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3083,7 +3144,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3094,7 +3155,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3108,11 +3169,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3121,7 +3183,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3198,7 +3260,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3209,7 +3271,7 @@ msgstr "" "par?metre ha de ser el signe \"]\" perqu? es puga tancar l'expressi? que\n" "comen?a pel signe \"[\"." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3221,7 +3283,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3257,7 +3319,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3287,7 +3349,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3331,7 +3393,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3349,7 +3411,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3366,7 +3428,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3380,7 +3442,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3393,7 +3455,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3410,9 +3472,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3430,7 +3492,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3446,7 +3508,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -3458,7 +3520,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Executa selectivament les ordres especificades en ORDRES seguint una " -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3479,7 +3541,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -3493,7 +3555,7 @@ msgstr "" "Expandeix i executa les ordres especificades en ORDRES i els executa\n" "de tal manera que la darrera ordre" -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -3507,7 +3569,7 @@ msgstr "" "Expandeix i executa les ordres especificades en ORDRES i els executa\n" "de tal manera que la darrera ordre" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3521,7 +3583,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -3533,7 +3595,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Executa un conjunt d'ordres en un grup. A?? ?s una manera de" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3547,7 +3609,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3558,7 +3620,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3586,7 +3648,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3640,7 +3702,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3671,7 +3733,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3698,7 +3760,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3727,7 +3789,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3748,7 +3810,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3778,7 +3840,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3800,7 +3862,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3813,7 +3875,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3842,7 +3904,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" @@ -4207,9 +4269,6 @@ msgstr "" #~ msgid "reading" #~ msgstr "s'est? llegint" -#~ msgid "writing" -#~ msgstr "s'est? escrivint" - #~ msgid "process substitution" #~ msgstr "proc?s de substituci? en curs" diff --git a/po/cs.gmo b/po/cs.gmo index 8c2ef497e7f3f810c0a27917342ee4a217bf6d71..29546fbec421b8f25fec38d035fbf3d9b82079c1 100644 GIT binary patch delta 6312 zc-n1P30#zA8h<}XK{F4M5Ex*%&%t3h<%R)N?)wyQfC(v>L4giycTBA<-E`YY$IRU< zZS5jUq_I^aMYJ+AGt6=|$ucvKjk4R?=i&dh%kS5IKluH>@BQB6dH&D&%`1aW*AFX} zGcGr*6Ld{hgisN-I}6cD_j{&`v8(zPA;Ji22wezQ5+)Ja2m=U@6M7SVPdJm%%}od& z!U#ed68VIa2%8CK5O&CM3(z9g%Yj}u9B_cpi|_-&X@u7ZZzh~Di#8{8pN08R66XM93cXGkM0i@_4emm?5{8eVMTiW#iKKxlcWCl}J2rlrkk*Jjgr0=M z?hx!NcL+4i0|)wh;5mnoNvrk1yxTo+&_jf?37?S9M?IkEXM`FHQzu^pc|zi3Pi#~} zNN0)LJVEJ7PcX2RFq8!&q^07#CpJ`6ct2AGfg)58B%M%A*g)vZ)T=Q6NkR+1*r|fX z!zyTcNreNQy)ZGv3#Let&v{;$-{6G;pwk`rw=kJ{Amo=L0WyQbRJG8n!PcETU*=Bg~}dSBbxD!k>MiVJ101HP7?I zx@Y~c&mljUVAKx`P4tKNd;7!3w1k0#MHYXAQI9_sZ1e|}FUpB;_`_zO`-6c=0bn2~ z02*ZmK;t69V8UAiz{naxXI>wGgO3H^oO1y<$2kx_W>Ez~6HOo%Bn4ultUzqk9tbA> z5eQQZ1VXT{2~!ANf?(U?Agt>Qg6TE{fr$Z$7lYumuED^x;4ua)q764E> zghXcw?pVUa5ZJ6U1WZ^$z|1CzuZ3X#*%0`GODHss3&nF?C zS}1JjNa98i`i6nx!Z0{nT^OkA48w*i!yw2rVetB)FdT3;3-NK;jqQG;fMk!T9rWP6#?g|jDR4f2rRrO0!(a;!2G@lB%(JXVCzeSw3YZJ z0wxU8AZ52`z{q9|6dfY8aG0FaAY86$VC$bWFvZMBXcilZgNh>|=&gkF2=9!9Ag@P) ziKCGa^im|k?uSSSHf1)PcJ^$%&m)ZC+A^E?&*H>E18Ics%?4#ITG%vAiwz7~S$woe zr8X^`=#Ump`IQz?6Bq@m(+G7eXcT@a}YBCy(@??Z@ zLo%YKJsA|QOooD6yODJ1^P)mt;_XQwnUUPJyIJDX?`TVIubhDL8mv3T%5` z&byw14SiD)c6q5d=+0E+jkT$8=B=q<=wK?=e?jQU@z4CR%~fg8I3W!i7}6lX-D%ip za~k5iKMlTdC=HrjCQRiblMaou(=op#U9L|@IB%Bk_oaimv+1(_f18dC-7-LNN(Ka} z%770n%YZZ3gVPk1!KSTcNS#Z|z|7NSSa_fe8()&>S1!wFIa2Dw6UL*4PDq#k9LJf%9 z@&+WHB@Nj4uX6mY22gsT0hg!gAOV!T`8rbZ}mpb?qy<3{+7MJ%K&$35Oc)bZsD z(Gl%mh#qf>fj%G!D-3wQ-hcy67$C@`CTO0~1WlJV!TAn0!IVEXf#F-4;nXS3h?Ygo zW8)U_Xfrh3E%ACYyfm!^3rbpG%X?dp>tAm{O8&G38~GX`Xn_$xZkSP8#Zqi->t@t`3;0t5DzkoyK%6D_Q_^^;#H`IWB+G68iXszVa(^(aPH@lE8yX~1hU~Vxu8Pg?Go=A zCulF{dx7NjhCpO&=ID^`&76k$`-1-eDaWpkTW?vx6-pqP1de;LQ(~mVOo^OKINVl_ zn|l!79ipE*Ar3{Zj{hh0xb<4i6;L2INbCIXx}Q56G{j>U$1`^?RouzQF;1Tj+%NFQ zi5$Ca+#WXwBs9J_BXYLmlzmZ-IY<)@aAD%}xyj&6_A!4J38YEx_Yd*UF5JiSH$L}l zas!RT=OuDMGRXTDuKNOIm%E|`0=>fc>m1h;fgWQ_|Bc+0aLYvh|KjqMi*obj61VbCHou)XE)C9-=tN_e`20U}!y(YwJi;VHGr?h0u3l%&HVAeMMOTI5a{{JBFpZL8?I10P47WzKb zH!a$ALSKABn4{H_a-YlG!U}b}+0?2wcXqd#OTR+w+){(Q{_gx$5QLHbWyI?)@ zsbAm4&mUKuySkUOHFq0Z`aCagbC_W^t2+#)yVZsztvww^Q+HQi%jKIVB$gUG%}cs9 z1zoLeEt<@p)-FxCIZ-{ixTsvCUt%<{$eJuew=q$z(`pkm^rzFRwF!x_QPz#4zD}{~ zC|#m1zHk5Ni;CUfS()XiblH<{R9o*qAukcD7rIyv1ZR4fd){hOTbI9Y&K`4H9kJ*DG$emu-s9cKT^WWgmP- zIilFgdX;^)wf)M7UH_`0c3|GJZRWj--ga!Sa@poIpzOB)I-s~X+BOU-U)t;klm^@V zL&_oB>Nl0ScEelB48?x$VWnQNfAhBDso3M*QGy+8FTAV#X#47z5^kS2tXx$lb{LnE lAoe34C{rChNaVrZ_O_uX)g31DBJ+QF9NKQTol<-z{s(tXO@06X literal 123318 zc-qvxd7KI z8}E;AewJ@n)xGC#=bn4Ed+y^edEW0k@b|7B$9Wl~*PreNPi2`^^krJQYh*?EAPJx=_Qa3taF@8A+1AtKBRvM=_?>T3h4!qz5pIB zhV)WMhavqXNpFYrRgnG&(w~9!RZz)i&UBnHNPhvI&pOX>eiGqB`f^COL;BN@Rv|4w zx&rChkp8l~e~+ZMN_yvc+>gf~{dq{g1?gFko(`4%1f(y6^nXA)_$to7OVa(2_CeZ) z6uRKN|5em*;;upZocLAT8s#UBK@z zxq#a{bpgX^Uclr0)(dz%Z@Pf{|0ziOv0ae%7A-8Mah1{M4 zkh+k*15!W*=N8HTIeGv1h1~BSUC90Y>5I7DEf;aV$%}YCe0gqN#QEQG5!d(ri@3di zcM-SiK1k2Nal44?|4)JU(jlIQ3y1jq{vq!F8zp@=q-SFLB;O|>1ypdJ7~=8yiLKne z!L2;cySH*Z9;A@Pi6FfU(!bcs`2JmaKL|*@3(|#)8UOzV(jAcg8>Bn2J&+li=)Cz7 zUJtij!u|U)q^BYNT*Bq>f3JM5#_F_(OfCC6047Ja1?@&NSjr8*m%a z2O%v%M@AN*o$wsL4R8$7XCVD3zjNF30&z z=;x;)1ybaUy_@mjYDlkzd<*a9_41EEwLSplk3zZ~o`2;Jcs~E}4;VilhVcC=6UY> z6Bq-4Hw)>T;CaUf8BY#>kk|DSkUk6F|NDcCPv8CvSo_eim+!WhAG2`c{qJiq_Lyl&p}5nlJ7_z3s^F-UKN^cx>xdix~HcAO{S`R2onKW{z4_1_7p5A)W07q64%-Oz7H-*h+E^U&Sg?(ai- zI+S-m5BLgc`3t-c%-jQO1L@*DOiv!Xhu8bp?_qlWoO^kEe-hFSke+uh?>|@G%lY4Q zFVFk$O1=->%j5XDdwD%Sb1%nbJizeY{Q%RgPd&ipk4k#RgG{$Cl(h07kJq~- z{pf>ChaY~B+y5VuZhXjbUXA<9L%fdO{Sc4a2Oi>a{IsM`J;eQg?!&z9`X1);^@o|B z{n5kx{g6EW>%-jM(;ngWp7#jvgI7Jm{e0&mOz-~u5#Im*^${Mw{zn;aE`YQI>E1_q z-rn{o)8pTIl*j!~9_4yI0cjEN`%8~_!GR3eESK;+vh(i`{9$^&V5gEx$2WVp6_~+ z^WXF&uj`LUzArw>c=Z&d8*!g_Qt;#{=BKWFipTT!pW^ZO)dZL{Hbp;p1<*%Jdc0)O~%8|ev|S3dC%}TY=4I5W8X78-u^SZUf=o*cgBHsjN^-{$r5-fuHr-2QFh zKflf8zWHq)hyU>`)0?4Zx!$WJeaExBAAS5;?%!R{^1MI$ESDSn4zGu)?=ZY~eTVz| zci-W9|MNTCj$imLq(E=4g7k94lYis+J__mUkZ=7rUO$(8kL8Qz_jtdHzsL1`64KWq zyzeo*t>0((i{IyQx#{~%PyQLwG2AzP0Q(rO#~<*1^RXZBI(Zh-vjK6={vofgSG=f) z+A$0%&ezqD;yAqpQrr*T11Zv{n<2&Z{#TIV{N4pAj^qE9_x}wkj?YgQdT3r>3n|X? zIHZV26-cqYZ-f-_>>#AbKmM-**ZbVw9>S}>Ue5QLUWQkN6zRkby5&sIObH6r0iuk(g zbnfr3ozD6H>~tv)DURn+`TpE9c-+>V!S63TgW+9y29NKX&){~v7gEHtLy#gpKY9kY z>j(1w%rhCzz?odn4oGpH7UcPzXY#oI^_g7H;WN2iUzP9waVC$adsYvv&yllu94cpV zKi_l~!~5;CxIKS$7Q=Z+^8fo;Jbyp+VxEWfFXr*x1u3qFg%|Ue&qE&1ds?d;n6U&wqb5_JiB`{9#{pFYTIIvWmJ=*~Pflu7Fy~nu#-d{V~<9rqO zw>>>h3CgdG^*C3-KJh_dI^Pe^&zbCT_TczT^*9G`y+Zn3Sb$eg_mKQER_SrxhV%>4 z8o=9Eg?2-^PtEl>O-L^bdYmr-yiXk9`T6|@j0^PhqYcKBr&7T;NT(p*nJpf-$|AH2 z%Kr|edr|IR=Jj;~QSAd=X{C|LS8Q1Tx_Rv0a`LDtJ!g#+E(s$wb{yO7}_Zy6-Z-n&4 z@ckx8ao_yVZ}yNp_@&?Edan5G9_KKYgY;f_f8*~k{NUX^&g-F_UwJp<&BgEGwEZ4l zUw;kh*AcHEMgHd_f53Qj6w*oLM{evPIU$DhZmj%S56KtT|2fl%!;s#JavY?8g6r@vdPx8DYCuAi zm!{xj1=|DZ3e4M2g7AX-&u{&056PGB|65*PKl||>+UK@I3aIQfA$={R@BF(S+7JHe z6Fsya^xVeuV*71O*Y@4U^fBX<##&q^0xAFKsb{miTX`kfx{h#FerXWQ=u`noDkm5Wemrys&*KX}&2;CgPct6A z@zXrdhag41;zyt6@w(tMJ;aBFpJ9CXz-RdV{h#6W(fe7Z2Nyv~{QqY;-ycDWe9=9h z<@`VVERWN`A)cSwA#VTg9AfdX0-Hq+~N5-$0{}b2mN%{x>#B~4jkRqS*oX>GP zFZ~?z6R|vB|2dxDzy2K8`wySv{pr!q@p}2@=Xku%yPNTU;%>&18F~KIyBUw)b2sDh zN96h8ySYFAb~lgHX`g5OyGYVEexC99v!Ca2`1?;F0r_5SJ? z7>_>m1s;!kzQAI6# z2=~AED6hZQKg#caL(-2u%H#6bquh>jALD-39^?6V^JBb!-S`;e{p_IZ2ThL3)a~ zj_deJq}^z*kngD5e1XHdKAH!4zaMEO{9b^6xUcGal{vp5fLx<%w`w!<2*h%N_k&amHy10jRId4aP9rtE%n{Wcx>A&N=^ssKaC3$X;a=$Do@@J@%Mm+rl{F{e- zkKi7H^ap3fJ4Oqs#;E-XY&nw|tX)M?U#c+;ef?LYW%! zJb~jPdB5eb?iuMc@@_w8)r&myn;_rMz`qyDJEWt3jB|$iT8H)2$a}vM`7vBWR(aeT z9>n!2&qTW&)`fh;%J&&b{|(0p;QV234*%Nv{Rc>IdRV?ko5Cj%$9q_>uKw;qn(eS{ zK>hs^B@Gd~SkavBENAT}D z_y=sb^EK2{$+!PPUff~Z4F27VI?^82#T<25S9GU*TX0y{{Q|XCA$_maPTWs^u7~wL z`1ijZ))C>~%Ow33l#Nk-5E#fazgE6I2iq<0H%K~-GKPHr2h=Cx9xKmxIIKelQH6M{ zvXp5dABMb)JmbFkvpu2*#5G~9v5z7zBF|SitaJHSwT^J#b68)KSpEEcNz0NVUH=P* z^(#c%Bqcc)c^e$>9@a0azhS8p#32VnLfR{STfTi((rrDgvqQP#3-XS1W;xtD4e~7` z4EQ(Dll^v?Jma3^S?@voB);)>94FKRqAdXV9?6e;$3tTGeqImTu3l=vMqUx+$3)(} zMACOc3L=~HTgYQdUJ&t|Por)D?IaHC7heXyK~!~KjxvbDHl|A@e~j`q{EOh zALg(<5P5(vTjTT}@bCXaJ_z#OgL+5YJ9}7{r~clJ`!23|c}BYp?zw0eI}d)NKHyV` zU(%j2$@e9PZASQqve*|L)`cQJ@-BIgwz22P@102d;ok?477DB??yYDiljq%%_M)u} z^(yj=I*n%>)>;0*VH+0y{iCF)BS5|jc|Ftv4nnyD@NWtJ{S(fOz%;pOR)_bGYy@%e>m(C}++)Jok&FGz!M&Yg{7Hwc@pbjbBuX;iL9bMU#>DU>%P zE_^FTZq!VJD8yGmoa~^NRks>78eUkVr*Su#hfMo9W1-L&gzc#6;e#86_2vFv=ZxNl zSFcCaA$LPEw4nx-C5azXj!KkP=l$9ly|89o{HsAV?&7>3x(H_h8oU^!^Vn#vASt;? z>c!N2{Nk?oaWueXXXB{hrt`jA_h%vhEdLIY6q~pRl`Xq72)~$vkt-bsbMvQA9KKZ- zAWKBuH?Q0vabeVgW~=U{eofjO`ipM06~}%E(-OrC2ox&ut7#N3OP<(oL~TDIP_xj0 z)Z{3+GtH=3b2n}-a!r0U3Ts`;)xB=T%2F)!mr^&4D3=soyU#rAuDcUZz+dtj&ALCN znle~CMF?dD0a|q8BZ_eQ@spQQ)--DJm$K)&d%SqTZF_OxRq8$>T2P&Lz1VjfQ7xDa ze8TB!>?1r{9{y4@iqnB!SN_Ts*By(}V0IZX2>78*MvvKbHgYsV;``OX)Ced%)0K5AiWTui?9Me(1+sd*56= zs#IWr`>jIrt~=>B{6@u(84>j2oK^M1P!WhwF7*x4~T4KwS0W zxfcFNs7$l&RiR7}QWbvK4&sRO;TU=v5dKM}CFp4C9%v;vOHl&zG!GNj1O)YKK7moA zgWa^+(s13^!LS3Kr*TxriS|PrlbV$$#7=uP)4>W5kXl4l`b&Pbl~NTAtB4|XWvnjK z;3=OGNudouh4q>=VWA;1rqt^)&x!&jCR@U$XAJB3?V0W+2q^SkBu+R3adJ! z&NtnWZ{ADhVMucI&UfYm!mCEZ&{gWPE2Q6dYTxng(sZj5XqF=*W~ug=o=Lc@cBGX4Cg@6Skpg zwC#Yl;4i}_QOgb9LPx$v6b8`qT)sv}zA&mH$?)S$zU^J|;i_?S@WL+nkObxP&34HL ztcE5Cy!`=D^r}_AiIf+YD^F6bOIf16xjHIc^0mUm&m(xNBVQEy)kZB3FYUg((^d)g>y{0EB?IK4xk3;ZUq)Ra&$3&s=?s2 z>gh4s)>L~M?8>t~u!Neu+B`UT-oO@YP+0R~9D}t%H9X)j)hJVu&R)bp8}`#VKSOGo z9r@aRT)~|xivjJ3>p8+-(5RO-nuT2#q0hviGNm`X84N?MT0cgAKL=5vOTM0>3 zG}&3^3fp9rT2iG9Cx**<-Vb7%!?FMf_hJLt*0G1d>H)s1!7PPKyJ&(^oG!B6bw_7$ zP)o4D65f_zku|Ee4bxc#9$oPXC5iiC;n)+Fy58OS_Xc8-grvyMDFl*+NORIq;D7dU43j=F-%Lr!{SOk(<)|aJ(8Jy4^p1e$?8$B!p$qWq* z1Lk1C$OoYYfB}Q%$0h91`pqSG{g#qDFyO97{2axtmSAYubAWPT2{}WVK#TNX)kqys zv|Ya;8Nx9@Eaci)+5#+C^p>3s)eY4l91X7yl#!>!K~;--MfAJoC)GG;0*aw3#@WE5 z3Im~ZE$zT_@ijo*ko3wgPa~Ci!)>j!f;yml{C|ObB3fN8+feLO(^d4Il+DOb9uc4HzMH7Mn=%%OLcC zcrla1ItHlQuQ{D_OzI~bj5r3AWih@>wlpGEErfQ*K$e2A<}caVSfe46uHV-Dy5H?> z0)q9jRB6yLgKj3f5~rn8h-Y0s=PQ}>ad&J4Y5oK0VV1jpg8_p!_>Csj((P-4IFNP>Dsi0JLrJX+Cr#YlVIRSr3mH6KKr`!#lpEKVo6@!kLzXUcWoqZtOo5BC zis0USlwe;M!f25(6_^Qs4t4`!-pXZnLzUs+5}Wf0cVlE1qcDrcitc#K7@%q-^FBw9 zx-1=)lTbk~%FHLgceNh!q_5*uXA^)aZU@!eJ0f7KmVmVeqp^BhQN@l_sY?zdj~W5! z6_Sz-FhX@it7TkY6|cH57wh@P4D-nRiH1>zwh=IUUIif<_)#DCBLGU@SdwePy2cK4 zHUqvNFv>IaikK64FVCq(@~u}kUueC~Yz5|hm?I$iOKlm(6$NQnNA<|7Nw2b~t|*zB zcBuTi7K|Q$mHCl(30G#}#~R;l9M&5-REM)3QzO*U*NZ(f6#8wZUoq0mKqJ3-w8#uk zzVOGZW#buJc4syf5g}|9D3cu8Ok$jVYvo<+4${Zg8v9BsrX?P2)$neQvX8~a> zv!ys0hhDK}ibUtSSD;EQj0}5Of(6QxlIW(vDB9CtNm3if3MYl#RJd@mrco~4&7@{p zR{rs{>_pA3$JMm3aEj}RYdJwfq-g*^DtL&BJ4PoJ3g+<6YPm+VfL?LkYg>p-RaZtW z66X@%?^+G1bnyd^rdEPE+lHrh?cX;tIW;;yR@et(Em<-{)F82BjW#@D{kH*2$u(}@ zF)=*7t1!$=NLiQ=zs3`14Q#+Fq{R2)s!Uk{;qiC+Od>ET+H8HqOtn_zx-Q#2zHRif zvGK`~HR=QT3pVmF5uUQ5Sbf?#m6EtnKv|dV3W!%Iw2={2bHiNYuFFXUyl z*3-nV&$>j&QBNa&H0)z%m>P7uQ3h{CpkeE8LROH#6DCKjm`0VkUt-#VQhPuv%x4XO z+G7eZ5!$po<1Yb0DoX1$1D5FovgT5faswm7Hd52sTzhlv8;XEmDKboKqBVykG%})z2AfLPm{T>r8?Ul!0x#dH*Jyk6+HAG9#))7K z^g7!DG^n83A4cN3mLFD$8}Z1SiM;;_FG)Mp_(9LzQzG`oO^$HN2*_%k52I zj`>|tF*%Zj*>?~KTCrs*3)b*eQlbGYL~0Hxkp&uW)ntlBr?WMjOq5d^dtH>|x#6dt z`VGWqspPf;{8vV;$r{ighxQ!AbqUWwh;GEnK3T4Jl-Z4#$_++FBX1f-18=ty8pous zP#ew-OoS=gT)SwtluLXdndB`-arM5&eoK(b;^?5#n5G?8hR!)j$|m-?;mT;bFCV#b zYUCGnxg}L@h_+-kkcI7NhvhB3EbL02NwGMdLV>}u%Oxy*thdiVwQvb;f6;%*B7P!PE7&Nl74QPS#FWRu<3jc=Qp7};(Jy4EH!%|cFq-HV8KVTqC%jq&#Q+ODb5%XaOZP~{V1Y9j;ImR3nr#g4EiFqf3As_aSI zO01Sr-BfT}&1OA7Zv)|rB55ijIzhwUnr4%iIyQYP_dHfT&le}HmJ*a`#GLKys$mR5 zS*ODe|3)!6G50;j-0T>&30-m;=s{E~*~P^7F%V2r`ajFf5gM_EuMDHssdti zdtlU3+{ci6(9BrY`%Bi;ZdC_h3zEfbCdE@$6jO&TJ=>$^GAq6Nw)eYR1_#e~cg8;K z$I)!Mh&Zwn$Jt{#Fd9~YKi*D$94LB5*lcqm0S_6}T-;bo;ui^62#a*z@b0}MFb=!N zw-4{8Rv?X~b*}uV5G$At%L?C$1smRiECpQ<5?JYqL*l65#u!8Z~{(m}!`2MKVaH z1g5q+AJl7rt^=kcNr2i%OY&q#BqSbCoov`Zk`h-Klqsg-!&+A?l7xaltiK1VNsbv2 z7;>dzPMxu)*Y;IKL|i{8URur$zgoxqmLpbJ+XPG%jVYcQaY68j1K0)pL^*X)HN+P8 zvg4}SPeP@SFt|$0sO?unIHr)bsgB$s98wC}08Gs`{~%f;*DzMS%2$v5-Jo4V<~<&T zLX!s0v2J*bYoiagC~e&9*UVjkG+=c!U(=@IHE?)yY%(I1DzOtwsCMV__32p>Z7Mz| zQ45xhb*w31U-&}Jue9do@Jy4oH4>dBhdj-x1i9`IhLYGTekw&Xa+;aWl~I;`^*vn` zCi!M}fw+__!N-2gxbHLP&eYzi+-Ni`SzIw>07(hxhmUhC=erW0>zb+iX|dm}p)d2I zQCiD7MPr!wBLcQt_;7`Vj!4M5U}Fhcd2I?eG@+Qd`dk#wmze{Fw>yp31rvfqHV;AG z$aoPdN>3=$;Ve3{v1rrXnR1cbLKAWwN04GK(j#UT&=pEpA;Oj+Y9*m)JTpW-OStZh zRgB(QX0aX8a@g6Lv#ol@BF4gr_`DePFA)RSNT)|8#}tRC8KM$391T<{d0Y`-QY4~v zM(IgNF^0n+V0e!vUD#qkM+ubrg=9W%0kKcYRaE99vFS*5PK*|n$wsap9c@tNGxYUA z7l2mc0XLQ`hfy;L5;IbHg$@s{wbXHhb`y_>4qyw$pcJAk12tDSHA{F)somYjG4IgP1&aM(WbY?3N9n!+e8r zh_isniA-GM@c+G;L)JEQ_QKX3Y;^0GMP*=#DkVf#^b19n6@{jkbk^k86JZQzLBbI0 zZk{_eFiKPab%%HeYQKQWilK=mh8n>x%_=OlyEu2#*TN~G65 zMQL>3=+KG80jg$-Z!K~(mY^)Ic4RE8?9E=doX+#%ren+koh`yaG)A7xCWfm;dDo&u zR3aXd*?k#ct}ziMf~V|TMB3ozEZThf&g-Y%(m5NF;^8HVosA~$lTj5@fSFxJ{niel6qdgQu{J2iB>B;3X4iZOkG-gT)^ikY@L5 zwvzdp-u*B?lWZ>FmqOAXtX6JT|2efE?M_UHp{xN zow|#thy*7UA|&Il_G57NJe9U&);7!p%hASh8<|9f4_h4+`el_=-MwOba)(i^X7(py5m5-8^N?jwSw;Hg%23BKqPCDgys(X2 zW89a;>1V5xMj6=nlz628@Nvg`l=^BW#Sda=D=QPMG1e z9E8=FR$+;s2~tDZHwzm#1~84~a!|9%#eSw3JmyN3OYX)(f!)j-LD&NHZr0^oc;TFq z`zG{@nIn}N+rLs0T0(!$OlIMguSCy-CQK+SHv4_a-BfZn6bcPsE&@Qbs_4Gdyp`m5 z9*m820(wwD|H^udq&7CTzqlKz4TIO6jBsy5wB;}u4F!#m6#2Mi!Xt!@DEF% z*}4g%k|;Qrz=v}#fo9``1}Q38L-m_;oLeX;sKaAB_}v@KyVs9T^1JKJJN4?^bIqvf zve#d4UaE|^WZc)#%5jG%QIEOYSS--zNCC;gXUJ8$6V;tJLR9)$4QN z=?(Dj`b!EX(2GH}sV>J8J=SI7qM>S82+sTWWK_K9isehZ7+8mfrR%Fkeq3b@o!4!h z_X~9sHq)XYd4+!H`^-&{EQwWg=vkP0>J#)99Sy=9a5Dtsdd-vlTM?|xinW$0j9IHv zHjuCx>I5kaEuMbOLt=Ll7Q&Z_ip4=q`G_gNEYi1V5-L&K?_{e<3`Vl6AQQtsSORL3 zis2=3H*aMs$j`E&SUjwpxfbT1ek)CZxRe^b2eDU#4ZNI?eH2AII^ib^#uJE`wt3HD zP(q1s;92nmR83mM;Da&5Xk;DMSnE;_jnJjUXV&#p{3byd2qs_T13M!@YRY()5x_y6y4;r8@FIaWH8Is?Yq z?g*e@JBV6|KDos^Z+TX$!7Z89IEsjfZJE)GG@9WmjB;yL#a6FG^6C&~iSfoD7|R*l z!L^JI2rZBMwE*PdpAZ+6r6Z4+v46t&@LCWD@IPyh6?$a4Ev^m#18pzj; zZ`+?W<;#be*}0lj1;#9cLY^PX<%>c|)=87;{7<&nq zYe}|F9aKfRj*AFxjPK1jnv1>0fUWV;?gK_6&B`1dzXSS&)(Z~Gq7Hl;`>rtw%Qj_+ z1~cV)QM70@JV^G*^E%Yz2Spzo!+6fJ#c{X1L>)GWlua$os%{nUV2Fk4l5tg%m_@ib zSRv@Ns?{sbz3ctd7v}w6?OTGiIO(WMXt;WcTRU2-VA^5PfSKEhOre+dmzp!DQ4GZRf+NR+mY zjPBAI7H;dv#=|be(V-;HAjqVO6G5$vUX+%DfbVwGHF|lo2tslwl2BHthJq#cid~3! zKr{A^O^@zIH}9snxzM!e#l>t4jQRo^BuL5=p!T5;_Q=rVGG>9wc*~H>jTMD!4SyLE zBZ#U?I%^qp`_j1O_hTJ%I;X=b#7AGC$&}m)B3AtILSR(kd2&j~>So2Vwwy z?>upUwmD$jT<8>uW?GQhLK9IY5E@AU%7a7H3gk8;&f=-Boe>JQg6GSu!c)f@ zAHdH{*FY-RVa0lq0`QIkxcMS1d-|kKCW2bGy7V3?laD)3cJ3FCSq=@O-3Mpsm}Qw1 zb}v1C?9wVa9c(qxV#pecERf4i8c57qLkrf}+OQBcGj?&b^Hs^sYY`bJ+yYE|IRT3h zH-iMi^4^v#7HlTO@fTHOE_}De?enVDD3;i^tNHG78-$&$0SnOIt=eeyYNL8BQ*F26 z{_Lv7Js6Id{D>CFwK1tV9O95V+DjT+JiUjE zmdTBIHzUJ=Kep)H6_k>&$YxXr)2}TYVGlBNl#X(xMa1Ru$g@V}l1cy>2{<-X5SAtcr`YD|#0xIerRTO^Iv}cb?vJMChh#;Wpg7aceGVHr(K!rN6J@Cg;HR*%at{Nth zE8MAkzu0A1G-R;HM2obasKa_Dl3opGMLEW>`lT~Kd&aXRwRC)}n4LidXi)?$%Ta~A z!S%2(wsD^*c3`nYN82zL{?tB+@LLpS^qP7P{hEO%XsdGYQEC;0RMLkptW&_HoUyc& zRpFLce~sWvN?p_n#Rneaz^mQ8%MdhmG}6of$Qo6O_%vrP!TQ8^qb_mr^@J$dt|Yok zcD0#h$T;TM?V{v|@8bSPYiq_jY?x`L*S(oWTWL)DTK9#=b@&K`vBzj$i&gqKgnCe@o09d znJ+fM#l(T%qX+@&AjoWXz4+*X8mPz+6qyvU%eGw51R0bfZWl`u?3ncZG|nEzCku^@PZg6Qvqc&q?&d0G?fB0e z@ko%JN=hkGA97n%fCc_wj)U-s1#%DswO)xnLXs_#K^(NXp|!`DDUEWD@^59d!5}%x z;k#pKm9`j(VfLO2HWR9dDYb#zV((_tz~ld98nI*Ln$IdOr6QxQg3f^`#7{NnDP;v%1058rN zzB*WAFArUl_UkT7+-fxs3Wu%OClUuZZ_^d8K}#tt17r+v8IL`El$0V*c&SoMc0DZ1 z#>#Bt#Y)-f=5LL>cGC~6I3okjWn+7pN7Lu@oy+_*!gKrz_jG`6vL@78G1IW77bk1R z-DbIEVp>E^*>V%hQ44MQ9D^w0{(|%q1}kXkrb~wSvr-zX<7d{f!;%e*bS4}&5&`mQ z6caIlX+PtP71BW;W+Z(%S^zPi8phqFAhlLk$RUiZ3%qxV+gu49O=-Y5fIXRz^vzVN zZDH=bp*ih|NP}|+!w6gP3I*`yV?S*mNlf^IyC$vSq1?=ijQVcLl(9ZqfsY&y*BTfV`pFB|ifURCzdIg6n@2M? zx=iCU4F~bZnjr-x_M0SLlPeq@VHGhDV-&*nljO~TT5+v>bq(4Ei9t36pB8fxkP%pg zOcvJ%@^X|JLbu(h=A#HG*%~k#-drv~x>%<3L4TF`()X>JE&Hvay;|q4d^^%ejSNGU z&4+`~W-Oo9iP&5Po?9F$GAt&Rf_A`$Bm!Moxx2T6>z*^Dgsq4Sgh!6YhK0w@&Uf#4 z@ip8k?Ic6xi9JfPy*_4-Jp`s`i@61icT?#il0XhzM$H7m>CJ@^>etm&s%cV_*&(5H z;w)Yxp`3`=z&B|6SyPvpC~}dBua!X}!^?L;WF>}X5SgPM6EgF1?`+Cu>$VB2Gip!Z zD3tYOrvAz5S1-7I>j&MkyZ)kn2|B>dX+*K#ee=@Sgb?JKKF;INX?PXgc$CRHy6Zqi z=Qz8`j-bNosbC4YEtniu^z|@qP%CoW3UR*dweIVaD4W(!x;4kAb%ABh0%~tA|gi*3e#kSCnFCv*bd>R50E>wr3AV+_GJc_?)Wt3QBZAtDFj* zK*n?{Xcl#$q)y@)g#n958E^5N6%;SsGjoz(Cp=b5)>x@1E*$VqRHF!`!w1DW2VpKD zgXKD99l+C$n%cueP1)!Ub>bc&7ge+PBiS{8@9;2+qqCbX6=j<)J9)4(iDP64iK0Pw z1-8-%ai%J#XBAG_cM8g?#DG{7h6FtUwC6?kFlN?WPLGq`{ngRmS+qq&8R<25uG@IA zk-DYa)MQUx;gNCalDMP11^dz&bw#4~-07IlVJkQl9exdq`n01Z@ypo2fP-uzF37}s znK9v(cLP~28Ui`nibW@G`Ch0CpkRt3F<))Xh-QkPn&-WGm@g6|MPn8ABipHTz!~4Y zW8#V(n)r-YF!p9j-myLgqvhlFMaUS+^;lvM&0ML> zRZL+kuBdS}9o;!4N1YUZPreV4+-Fwv>7E2WV>`O4jLyecLRNm5aJA|{(d5X)?kn># zG}JPRy9LZa5IPj;OzbTd)g&oy2Yuo=U6vAszjBmWv6^{q6$ix8e1$EYoWZBoNr$fIJSM)@Z^*cOSorB@5#Fn=joLj z0~Mm%n~vA%gDY6U*Qx;-(ucH|F*lJz`JOIRoL1+fPStR_3Yw8rMpLWxw4`(dIbC1X z%Tbc`Y^!*?CR&uIgQ=jG+4$aR6(!do-t-=Pojc{q6ee@H)w(HBT`Dq=@vl>K7KdHC z4EkZM9L-WpLA5#gAsuQ%?S;$+f+LJ3I%-J`d1{(LBjZkIi^t^_kZoaq;1eEGw%ze_ zo~HRlW1|x(>TR8#-$`w>G0ML1i}yb5udAs|nWzmi1O~})VAYWiHvSf_@d{oY_E5L4 z0*gcZqpztH2u@R7%~-gmY6X(-w)P9xj1;)WoE%)ZX0|{P&SrgC*M)0B3hHi^jSE#T z2Ar5v^DFPu!h945E2#9TV+b#K-7d88{`6|*p3BIp`FR&ai$~>n5ppVTaMCdeq zEz$?8vlbkM@GYxJDvn*IU7dd9L25aTBjLBTtTX3Iu&tE~oK zZNRR>ma{NZ6Xe{Dgocs_66fs3V?$j1J_E5DrFPt|lG|Jqw`N0zI%9X4cm#MtVa+IA z61xur!XW6b*E$Y36vC22FQ~02qeHXJ^(HKWbp>Q!(l1c#tXhej35aR!JVNP}GF%*f z)o~-_6VyJf4)=GDOJ|+%;bR->>cPExM#iS6I$6VIby#Y3jf9Q|YRAwpMoNiC%B-h3 z(5-^1Q-r;mvH%a*7U@=+1rqqbgzAXisBiq18+kd#KGM-$ii)=erCC? z)h2m27cEIBd(8f%uR=P-_LsZ0pG2*W=9i`Ur1{4qbY3P*$%$Sd)9o&$+&woZeu>OU z-|QlXrF8#LKFn;yz#Y~jI$gf%(FUcG%bjj;V>yT=SNxP|dKEM(3DpxXfG1Jt;t`CZ z#Wd1g) zLgITCkT~dwGkmdtIu5EGKGd;Yb`hu$scR)FsD~ZRTb$mkbNqc)%iR9Lq~$82&##yq za^T*2Q&9eY78vDmxRt{Y(QhuvzJuqU%f5q!jOQVLlhc5c#`ADBDA!+~gCY(e{56UN zjCde+KrxZ&Xh<))q)2tooO4OhKIS2tUPeAw7lK>Vqu1OX&k~IGSX1HZ`G}PK){)LS zt^5QDMhLS*7fn;-Drj}2QFU)tI!t`$>?|*WuUk*d^LiD`d!5?&D4XR>X0lpUm||O5HRR(x_O>BF zhak01Ed%4&#zXF&x=bz3nvAFOYe2gzCgh^iKz0v%2OEmq_T3m}XN z5<=Qd@D%-GfY-PpbUr3;nZMOJXSP$@u?{PAC7*Wr;MWwb!d@r#IcX&jDHl1u&4e1O zL$C5iLpB1sM2pVlcB4cHE283+e!PPOkNm*;l3 zMwl}J$_2){k4eVY3ca*X!GOh4Yq2qz%zhyFS5SmkdKwawrzkcnA2I3hAFg=%wseZp zlaKCbk-M4ei?$X}xpf$yA9dviRw5D<5@{*yI6(9V9CMl&M2`*CqIJJD zd!lI_m-AzasOJ1wqUjNoET?E<(AdYnn8Bh@Gi06B2RL|#)0{Ul)0vnK>oC%csbL*A z90|~rGKhK@#jIq9CNm~fLKTZL$tJ2wiQUAarcszB(d6Y(GMA}I^c?Yf(}5mf)OqS&HCEY&b_7B4bPgh-ik zN~6Z+95ZElluOpU?FvbQBNSArXw>~k%DaKCKg-suj=h!CG#LtyT~yKCkj+t^j|2d( zBh+R$d+Sy6fs9< zVml-QS)WMV%CXE9JIbWRle7Ak`>|1L5mA8!P$bD#eIR15uBoy)MSWU;9Y=|C%mj}M zFxF2F{oH|pfvv^v`=CZdr9n1`sNJfCM7RoG$)0;X?~*I)1KD-Jq}Mrd$-9u=aH3(TMa2isRgaTrw9Z%@0f0cJ)kA(bbkYasp~qPxf(hMR3;P zn1UKE+e9uQ{(yXSRd}R4w2{}3PP=`B{pQY=>@e$bjpVSN*(OZX9k1IE?HJj%_p(w4 z9HDd+3oCoShNk%WfGfFU0->_0HBCQFtYj-rvfWj+LFBfF4o7=k5xY{67L?j!`ISJ; z`9Lr_2J)H>(tO}Zu6f!Zu0lXrLITo|i>2iJr5q0`BLSeZk|k5d@QLHr7LroM!8Lpr+(}$+g??t z;+Dr(fulSWx*HM`7=jp0`r6%iM}%el*v8GsYlt@)OYPA1_54=p`t@uo=Zn;0fMsjg z%uOMiFslB_Bwcb~!eqf>J@$<65Gy49$^ENBX%q)1;LrSUaGEtlq`23ViWkY=F zJB-ACOBs0W7?60df?ONqHX7~ir7a%{RkALG9UZai39KvqjGL_;tkF7{rv@c^Nf$X< z$fygmYffVG!EU?RC96j=Q^uT)X9Q%s6E1W?Q4PA@lh~Vu(^cWgn)#h7`O3W|o3x;$!HAE9w9hNxLqEq3v#YfsdUdpjBb$e)16xy9>R;qq>|NW~|=f|;v}fF#k}T-{&wRxA5rWgSqQ;z9;dY$-Yu)?{c3D#20vfN=CPAswHX zMp`N!94!-kUkXgL_@vjC`c)Xp$X?F^IItCV&`?z@z;3HI^C(%NxQ z)d@7RX?c9$m0}C>%7X2sTy@vc0)yAp0asJ=cb3OLXL2bDA3M)$^(v-B6?3k@`{q*6 zXf=ROToH{$%)zA+Q4CupYF$fc{cthCuurG}nbUE?Io@2h9BQXqbq-(;OCL>8eKTQD z^^5&h+_|oGaljV$32^(_|Yl8 zhTl+^y7M*MnW8XDfS(~9b09cYz&dqnbH#tN>E~6pe$Nlz**t?qtx4f#1cqz=RTq}X+FPD%9rJVtz z1?Vt921`n?5;7lhFt7u!-n@m;p2woxvI?-15iqQN&ESA7RQbt(vo~A_(cO#;2hLtx zFhd2{x~|S0?!VT(TKxcVsrMLJcu|u_K4o{1Yh1S>Sx3HRzPeJ96+Qfw=sxnJm6nNo z%^m=B=nG!su6TtPq?*sm1b!yM#onY;0O_QP)JuUmi0d&H*fFJZRJ0!B!dp4+6Jbk9qIfjWf`#CHA9$zlyKJ?)TiHabDS;}*PEfhWtmBmWh>8sI#!?q;Xp4@Wqroa;Plp&PdttoD zIVb=Zwkw1U8t+V`jT%Q(A=@cm!RZKk?AMd-Ybs)pohFlUe6wTX+znZ3Wh75JIF4g) zv$=4$h6Go&uNEzrO=+Wvck20QSmb4Uj#H&B%^uUm>^QxfwSSqVmdABY!;_8Sv7ugb z#81`V53I`&z9EuKDl&NEz#zLA1txKKj7}=UTz=$5e+~7~J?!KOORt=clYf~LRwx{j zCDEL(LO)9T##<+ItD_^AW~mFan5R-&L5E}i1Pyh?mYzCuq>NAtXVTF;6Yy1zy0Fld zyIBBN2OaBNiJnmF9W=5<{&sx*2T8ivoW|w18aQ^wLW}K1B_|weHn2!q*mMg_m-+AMwH~=lnfL^tGAQ@!dNv85_AG zd$z?2#;uMTF!L$b+{t9JK`FkZNG&YVaWytWEmH)K8Q4>+MY)JDOgcS~a_BJwxn1G? zxO~y-f;rV|!x(V#jE=++A{=&UUl{r+$yJ10%jbOaO6F9At^OAr&Ty z>8>*y`?TNCsR*{!$i4UYr6$+NXg0nxdn?r3e)r7c+KoP3=)E=%OfIQT6S+W1vbFGL zRlGHq&MP4`+v+yv_lK-b&JI4d%z=TbE*g&8qhow>yQNK}9gOkGry|*E=_o3uhEKo9 zXgwSw1se&Lu|0EFtsBMJ+iD%PM_TvT;W-HXKJ#G0BWxh{o1-fMA)~zj7%Y{MDTIE^ zxClA2i`s|tametsn35dwAxAU83Jigb>d40RI>;dHN49*wVaria3B>!4eD=_!21rAB zv!dZ~N`_R@y7Xr_sX7zJPhrs#gH>Qf z+)4hrNM>b2QZsU8Rmqj)Aju?*xj1-1#!uiqf~uTnApQXDz<{vqd%)IBD>Q11ZbYIOp-=k_6HgY_m&Cwwd7JtHc;-*4UEV)dV)XfCMb*Kvx(2v?_ zM$P?%ltVCpyh~GKjkZH{Vko&rF>=s$95}{j1OoZ@3&I}@RDOYUmWRQe17x<9E+%uV zPakLbT-u3f^ijiXc7@RF70Ph{`i=a&QCMVDA++i^$E+{_iMiGa}uQvOU^JkK0}~{F(7$(-B>z|F*rbTO8(n!;_i7YkZ_CHYly}Ng#1N{Vg?mFawPNExprM(hg@iuate2~t6OjbzeJOOUV z2ztyE>Y|RlwMq}VXxSj!9LfsueyJPwL&XCklBioMb@yJ=+fjrP$%@i`OS${*939)S ze|Y!q@$Ggg=J-~r2R~BgQwVM1AUE#Q-3G$)ILb-N#}1#uA#w*8=>0;5_oF{`!ZcJ4 z_=e;@z8|@gt2flH#a?zRA>13Di>tHW=hWzB`*-ZzP4;sk^1#sbZAkh_eYK1yq8&Vb zw4b!kw5EoXXNDR_xs?x@4ARw-l8ToJYXSN;)DRx96~Wv**OjVZftw*`Fq?9S6bD*} z>KJr(WyCk}ot1JrSqA#OBt~od!6hH6u6CZ|%Z3ZUiUhylvwo|i^lE@Z3@O`Lf?gjR z@{l{zhXdc=@p@~~DxUk;_10=57G^Vd5fQZcFPoEI(*c;SwOYMFnj-Ec4j;*U)22!g z7TpHLsK{Jc0PAdK6S7pvrpj!zMEMkp&?f&y$68^cTu{C!xE#%?bhJQpM%8i<$;ek% zE7Y89tRaUMimU)$L$WFWXRU7G2|vDV9BK4`A@I6K;WymdWHzx&_sZJ6mVPT>sh&yEE-g!K^W4!c2@hXY4q{Lm|YBpG! z5@pWYP;ar@((&hn4MhLc3_-sse;ieuFl@~f9lIN=WR=$^R@?DZbK>wP;s}MC@@TER zkI%yovHA48fi1lgZ$(~=V?cvuy5A~N z=xau;6(4g3PuROqRiJm!11w)_MhkVXc1Ew`I;8E_b)h{GHtZGm zfVXh?_UimXR1eyAGmm_@1akhJHypk-g~}r69G)wMO_kuR0JDeA(JR2owo2{-@Z3;k zW!Y`PSginkJ^GeE!YYows13OqAP56D1ylE4zae>|T7oDEv)+s`kI7QP zrb%o-Xq{V&Tl0r+?<^K2Ah~sv{6h)Lhb3i(B%eSy?va4mh*|^gn8$Mp(`*_x2$@eA z+>nM>Ht=8#n9cS!b6a^@VaO(r)`=ce1kC?;G6sum+Lk`&PuD4TsHu4)2ejt^6ha`Q5BT8!M)dB8cOoRIi!E4OvXz;&mZ@!^9&4QNUL zf!r0Z8Mabyz`mQ>oshz)jJ)#(4D#dQRh&3wZNKJ2xdHpGOpfl))l_f?R2*gt?+ z38(_3-0R3(K~E}Co#irb>&WakylSFHI%*xcBY?r7x3ovCG>?23Rv4Ln(F+h(6O7Tp z+Cr-n6o^iE_TKGmq~9$wd3<%rJkpVw6wWGlHuH2xW;B$cM{gI%^PQPdl_Nuy%e<>= zW>nqq<^cGkTnU1}S|=UFI23{pEVkD6g}zz(yq*}}NTTb5PkvPvZL7Z%p1FFUjM9Ox z&cLtw2N(z2In?FhVRE1l0%HMSz#>OC6luO+onIRiYPH+2oa@W(LWETlrRgZ6f?0K$ zgoTdGjVL59hAx>K9ht*O%w(OJw|B{m=5ef!P&vwaNkLJ`v`_RoWTgcbZ zrCdbzV0kx?sbLaAH~ZwHUVWt2^YHO&PO%qj|a$6kASQn&{r{O9%Mc`2C^ywt~oYdD^S_mn_$xnzNSFgW_X=D`_*^kHQnk^! zcF*-^eW8+gx&#~221&I}>?j}spi~Q1dUn3|E#ua(!n{AvuMl&0{m9rpfXeQ3`XlZM zh(35rb}L+{b_3W-A!i!RM`=dV^VN_bc}MQgYVclYvFBa}|0i}U12QDm#1E0vQT;t= zN?2?T(3&a5g*GGEs7U5;g)L&19M;x+)Rp~e5n~l-*Q#oOJCb+g4&*ms?MPFyJogGJ zua+w|oHmRE%Enk9&$`?QONh!WC5X)da4zU(g%}U>EgzWUPjk#FEXnC0SqOdIaExtt zz(2qiRmHAqSj6@wh>-`0Z?!;egK?7c*ENdx2D4kc^QIJKly(#^z#iOk`-nN~XUpbF zU=`o)y07!g^+3-IAmoZ->1o0f#+CyCunS}&X)y~4Ev?*n(~&zuLLkNK=UHglmHY&T zH&%ED7>C1Y5AjHsR#3PdyrHpg#e*qUZpTo_Du~FMC6giZFEU01Tvi`ZRxU&3ClTHEWGiTx*Vpa ztpirQXthMArAELVUPxO+`EGR^VFdMuEdw8?5B+vwVIkG4AHHQJ#l3NTnVXH>v&Tny zm0Zb0LXVIhAEYeYWF-~@`7I&HX2fI9{<$>_Bvf+OZz&zR`RH5z%v~Rn;0r(z7gjtH zxE0rOi>bGy2P6%IJh^R=#MMzf#-;m%$urkq0nf|!=_JB`*Z2XJR(pOK!N5lG)(-$rE zegWi{J8yth25pDEGRl2s2VB5;SVkLA@1#Dgcqk9jQYJGry$@;2O4_J6fcL<`@o2)} zK|KfCcy@b$ayEiS|mJxTMP~GekOyMNFSUpSDHPHsPqZ;*4Sl^BjH4hx57e zbece!)z@ex$S@whJr$D;>#mfaC+rwF52glboK-uNKk}zElu$agGaWR0v`?=i)=bmz zRRYKmBLK8$Q8ko@6|7nOsnM0;sMlP;rBG*Ri~*sKJ8|OIdBke|QcDWgq6ACI*fH*; zZCD&ZDhQ?CCk=1K(=TBVZ5*x#3+rUh7fWRdku4Augi|8RWez&`!+S{=*s(wAPa2oh3;ACXf6^#`2q_-d|t7BCf zBHB_^G}97o90zhmco(%YfT#iWXtma7-Wy%1-l1ivG##kJ&ROw}RZ7V4Ds(28gCeVa z6*CxO4RwdJAuTtC5_(0X%tH$_d?fA{xv2;@!dvYON+S2HuHd+~qXQ|BoCVTnMm6A# zU;|MjqPNjn)T|$QheGPm=XOTfOvD=)3T}Tqh}$Ts8Mrwz{g_u6FHP==gjSXT{sBWC zto*S50K11Q9a@l-X0Bn6HD~Oz^vdaSv(<0t9cPfETno#@U8D9%edKk%h4+QN(|DDapy=tigvFLO}rarq2U!*o!7 z4=IVqBBQd=3N1Am58aH|-fkIz7RCLB+IfKhZBhh?mpe402JnFGT7f2C><)HNiB|XR zGxU)U@u(-dQw-QsEWnWKY#aj)?y5Kg*+g+&U0|6yr?r zFj%v!4YRft*X~S-$wGImIT?Tq&jPd}un{1MNQjDLy6*-_w4uIXc~-aZyW9Mgj5j>g z4x=|8)o4rNmS)Dw&)!>jQj4WyzUhFGo9Wf_zJcZYXOj!YeX>yaCe z1A9Fe&@NzY>jCjFk!v20jgY1#SD7x_(38Mz9QiQxDW%PHzJBEBQS)X*6|y8xrKa(ty{Zn_xQHa%f`khM~=~u_6j*oG^1va z7+vdu#^GBKdqvM$lD1Go4~h!LnEOO#5`8ZT+}w&?qf^s(0c_!Q2rp7BKihu*$6L5D z0YhYjmbM3?n`Nt2`Zfh=YV@j+!X6CNC!`oxjGv0CTo2|gZb~Xuk-3PcA!i!of(*oC zLDTKhU`g$T3lcT-!05L@8dm6DAPqGQ;e3?QK<*mfGg8>@*J12%a8PRr7zADQA!7~b zKs#B;iI%G16orVj2GGc%B-B|Mr>~rV*^XQD?)HhjC0uLV=!Ogi;;1WalruhrAtU2E z3rB7|d@E9IyxXK2D2s#4>;XR|xzU5Qx|;F6K&u^3Ku0N&w>GQYJGHw_Qg9zY{kPaE zTN#9xIS}_^2UyoFxq6{-7zqoMq)cu?AwwPDZj_FXh7M{XpZ89v+Vj6%vnJCAFs z_6(2i-o9&O`{jk#!T2E(pfwN8nEpa5gaNG1m#_(V$PYIxf)J8DrWqYMn6?a<;~-DO z3n9H!1VBx}Hhpb;!Kw_}-&qx4B=&tD5K7l|Hu)5NFcDB~_mV0m z$M;N3@0Xib3d$i$6XFBDw)(OAm8EXREoZ?ya!2j(Eec;_Bpx_igF9n>WI~xsE;&!Y8QeswQFSe?(vD~sbdT=o0-Vi zmholHGy?D3D~z$i1Y6t6(kG6eh{_Sku5Upr>|+^~6bG=Uf}p5XCFDzi8b}c6ZH5UQ z@nSS5XojGGN^;(?Fsc1qbMSo;>r`H1&}KemqqV`oR^`q zKDqU=im1ungahs_=^hM+zvNX@^o&(qWrj7^Up0!ph(n|*AeT)TDI%wdaTbAbHht>e z3xQ{~gB0y}jQE&sadj(H<*IdPIWkIzhVnOcUx#*MHsKuzx=k<%YNxI`ju*+r#VJJ9Qld2Mkchyb;K zv|ubEF?8WVne@FHogpQCTfkCs!&`_W(aVV&D?!$ojqY*4oubox|q43TdwT*uTzWkSSF zA3u=RB#n>d#ASSYl(+L9v^~S*Yk|R?->{M6WiGh>C{R zJSH>+#p?#gZTo7|ZLKjF!V8fOS$P=H)DwrR8xsrW;IfmF<68L$^;JlUxP15Fx9*!5 zpW3a;u(8!jKds!UAIUZwNUTW8llweUJy zIO{6$(YU&k|1$P!S<@C6pQ-V^+r}sN>XO&FVn!;9a^H1#L@AS}#K@8YVOg99P$DAn z9`K%tlm^)91b7u1IdO>9F$8W^sHc26%NmDX6NJTZdG(P%#ZdR^_Z>I-YUMr=McI-y zoc0MX0|mmu*;7Z^sbe<7+C$7*JXXcGs1s$ROryQUD;Y;S?ud4#D<}VNT5<5WTJhtd z0nVrrn(=IqUiB;aNW;^z>YkB3{9B{8$kr`uL8Dv{wgvGMRm5~RS z0n5889&RI<92HBcC;CZTdkA91XBRkBr6uSph2b1_?VZpXQjUjOsm0h``8Z(vdAVh; zB#u{fo{1XNB5Bc+u9k94s9vPZTZ#hBbb?oIpWjZt;Wz~-KZnL4 zzF`>|p)KMY-p!yRD)J*^iMMh|GuMqEg)PVH~F#0z2mlTpqE7`p~ z^-!0E@3E*o;v{oQbWeNXi5`%2%NX?qLtUX}oOfQ*{IJ}_YCSYokgU$q-O2(oxC9hC zcjONAUi!b)eM@s3$F*i{!Cz5wkTPI3TBJO)7|8S;m;fbOB!Cbf*QTV4D0CNyLO-hA z-PK}uC>)yIorrPV#a)dxo*)<35m?CHJAz*D@kjJa=DhP{bu|Fex{Fy*LU&hXW@Tlb zJdf{uNAMK}(*qTdA4Q=B?j`d=tgLZOQR{RSM5yv?`s$4Nwyo7@?;OBDK_6b=nlMRr zJYRq%FMGvigLVLt+rgU{JQ_9oZ$hdXCJf41y>{qvuZ7$;qUw4KbuzVgdd<@#`mp%1k2h0Q< z`ye#XhXNlsnJ>)@!iM%B{QGo&XK(+3XfSv8Z*AXA0}enIPe~XB@pzkxn?96qjq6f+ znHAk)n)in?!+1CB8(tt{g=OpsMlTZxoB;(N+U|)6G}x^=Cq7>kl_lITzrOeCf9~zx z3-J@gxxr1U2mZF5Zfk@@1*|qgc81~WMad;c zluxbX*(}fOi?>O39JGm1?H2&Skx!sT3dqy3W0VRa@hu zaJ6-9XRx<}dej4pH_Y;`K>BM!B~x!?EWa*Jq{%^62d#+?dR5kE#bQckem_U2;Res5q(JAA zwQOnPhMmUO9j~9l9JZ3*z`A>66o6S(f7zM7kUTb=qt$(za7*ks9~BJj9A>rk5@GEv zy8Z#qs>yNqVw30wNQUSOK&(lQmHE^cYeLV5_*e+E(%LHza+l6>P=-lNn83oRMG965 zDL>Yyr}lG(Ll<#q*`RT8)~b$8G~`E*_dnnLjNjG_!Bz})8J9;xPVg9&&`P&Td#r&D zTvT;X&(R)GbDx3Ld|I%BlH0Ywhq?6{M+awD{JtjceGwcD9!%mU?7k1}oDIAWJ{}hA zZ5|haDd1Gb`Fg=&G<`=%`CzjuqYNn6m(NPsv*dyt6e{-HDV!4||7Y{jB$Lep@9Jly z;LQ7SXbAXW9!?Wbe`&nt%SJ_0Y&QYwsoskLVht}Fc@ets9u*#Lnp;}Giz>D4|sb{G_goi zMAF($zTA3k%;B9=o7mNGIhJAOUA;dSB%&9GTKT-M#0$fDOLTYmgs7c-sejSbczgr} zTAqL)^CIa$y3GEe_@)TUgE7}sHQ+)_d71X`#J?^yI=}|*RmEPU1Fw=#Gtvmnv{1qE z`w!bhdniN#7g+W>ZU zS8Yt~DwSF`o`>ii2B`)+JSVe64>TmWMCdkF$u2oGMX`&bUuvG(g>Nr1abe;^(9~?L zEEP8hUoYX!Rt&0;-a=wAO^x_`gsMcMY7~|xILR@_QP+RIA*p0^(pDOoeIZhY9(9UO zPA`KKGDWzPy+QL{R`n$nK;+Wkb7`u_gVoGL$!Z#yRX+v#07;{Friw39!8)K*u3UfDm>QOdy z&v#ZDh{jjc3YLO0s*#b^NP*@UvLcx6KLCCI5r-6{1!cs-YsG|_A-}%a%V(J6UVtKr z^e2oe(&or-0TLYK%HY+DH_!X{Qepdt1YJt|Rp&_q8AAFbALiqLz+4`IKS@Eq?9Hc` z2o8@&P8RQPzkhfC(SFF3rIt0(8;%EZ1i&NUWe?lQXW|jiQ$YW%MZAOXx11DV4j?!6f?Fn)qF0RybXs@&7%UhQ!k9NI zao)H!yH<2R_@I>*-ObH4@$3YJ%m!D&|O9d#{!Ler*lQI?xNu(xZaeVTSn=P<#2JpZyHl03(@K zmweYsKWwGf*65kaBOZxPeJfoY&8O_7oe~m8&>S!kn`>(m-K}^f*wf)7U-gS$w9;Sx z5{8w}XiT`HF?FTjzyU1jYA9FUge&16-mpflrJ-x*Cj9c=O@xrlaNbaJlt20R_t)0A zO{6w~EsH+mH~*ThZ}060RP|rN6|;H2!t@PZC*-(W|IPmAa^W}OLjK8qdH;Qz-<92b z^NqWvcK@SSfBJm;ar#fG{IMl}2(Sg7x{I%s%TfM&x&434}*)(2j>W!)Gw)VQw6Cc$u5dfQ&{A zlzEw)6C(^l_oRm~Gy6K}%qAwXj-ot{&A>~C^q}l=J99lP%5e{oxiqQbPYI5K*Di2U=kCNw+k(`K$YobdFT>n{dz0ygFdSMq8qB5pQ^nx zV+}IH5`YKHsU|5!#=RIkK#s&w=q5l>1o|MrR4~Q6#iSPwa*R(Su?MgH>H1U3Xo4NyA~ zOWT`jEa)(T$V869u0swqzG@xB3!zrnJPwF_aVdzyM-uh?19B+F`$eM1AGOrCM$AKv zKF(;_F8Mj@cvG`sC!}u$c#eDfj)sY?1apnT#L0M6sewbco3WpTmY&;-=mA{ebycZ} zUQ&;LR}pfC0_tG@{+-{nKdLn`4E}kYjo@JnJL87r7n+qx`-y`S^MsmoBcWw?S zl5JPwGw}&4-!@(Z=NE$WhI)k^w!FG%WEeAtc8Jqi)6Uu}sXH6K=2n^mGVIb`dTtyY zqm^Ktjv1wguzQNRDgLjWKJMm3eK9)}{JB_Bp$aUK3=P+*w5#%GWM@qLu z_%x}8?AtP!JFJwrFN`mR=11&tpWDKzWz=P@u?R*&#PlNAILClyPPe}Z7omj8BO3Y( z?}8EEVHM2MxH9Ee*VL0s z4gP*ik9u;cn;fKVz=*c!(eM5kjr1;Vgfd<%JB`xN2=qcx{lZr_7+q>a5rA%7R^!t1 zN{%np2AaeL>?3j2y89<@^=eOWugfkiopm~U_II6BMdM)+lYnf7pl z5Z1)xmb;v;rfi>D0;uFNTxtP6j27V6Z!ycD`7t|geX5_nMI*wQS8rnfEt*i0VmM-E zSi~8fd9JBXF4a_1BNVJ#on^&d>}ZkhUECMy@W%5oDjjlLk!)=*%DKH8U@lJO?~hiE zC+_Yvw|j>OPdcS67D~yNc92R14^mRCRyE3XXav2z(LA*BEr+HzGN1c+X<*I00vg4*V_b#}8BRo<>d@pHY63 z;}U);W?qi-&o@vV&fJ_ukQ4m3o4EIcw;pe7j!szP;UF?T1eCwDus@m^%A! zr27Z!>!WtE zYbdZx?LwbWKp?tqzpPG>pP?3W3Hb@+vZn&}NYX4k;oQXTtxs7&)oL0`mg2y(Hm z9>mHa><6%}6mLQq*&F6kZGc^(#sp1HH$q*=FCJm&GoNae6Flxs?ugv;Q^Jg5wRsN& z;;azOF-k#lcTT1yRaqm7Y;>Zj<49`skY5e`uvlcND2Mv_s4Du?!ag4JZ1GZp&-6V< z4>WTII}m_;Gh27d&>hbWFMe(aixn_M8&XUxP=!)rR?UvPXx2v2tdWyg!+oa_50~|) zF*xz&(knF2qxh7EMMnjcw2sCDPYVO45s8NV6n!_Bmm6{x4cQ!75TD1;eH22M7guv!hvO&8T%17AyLR$z7GkEatM!8zz!EmK*7Qg zG_!p9jF))xnx&P%xm%c2tjkJvcUV>o*@?ot^<_md0R`6zTG@pH>m}q|dYK!9kQ#CR z7J>ISXO^DGMWo=uCloD_j1iwBcwZ92(B&hp|6{$KBXf;S@S9 zlCCL3#tJW>Lm|^W}RoTn8ISudec{D@R~Wv z$ETzqbx1kv&nZ6h(1##J;!h}Y@x3oF83UdYaLe^r%E+7Lh6Goc(E;9!+jL6I31t5MUUkq{$#^2h# z|KPV6{TpF&rr?>O8+q@U52v4n9BL_uLp)u52rAGDJygbpX9j zQ%iPGJB9W>*?Sl>rsrE%l21Ti98D*dobc*)Fx@U4Rf_aA(IXYUiu@Q2=DNeuEBxa$}M2NY7Fzzp_=WfHJ-jRW2C{c$RI z>2v;Ds=B$u?KftUo(k(;+5&($@$oPd+lowm@ z3T?J^nYC7Q0rvR`#ksg?Wb}TdScx%M$_2vgRX7MXW`0B#&w>(ZQ012*$(pkR`oL#_ zYFhGqGgl+T&1)-q{MtlP76eS7OqV>g2LG9`0#w9e=%Mc`S_Expi*kP92-v>23(J#R z4GH?gO!@fO;*vNS!(m-TIvwZh|U_#DA>$0dlIpc(b^o;m84eVi2sR43<6Zf zyb#JKosrMf{K!s;mYe4y!n3p_fty+YkxfUAwB6E4pmxc+2?`Y&hS?K>opyR+Xz@GG zmSLwsG=wFNwe(!RAmUE-A!k%NGAtPp60){X`g2cetF(f#GIA7(LBdNN5L@p;Zrs4= zD+5Df-;iasM^FXS@q*w~QAC6!4OPz8kptr2ul~0UO;QNr)y@lhUeW{tMWCv=cBaj_ z>YHIk-2vB5WX0#2`-i+Y$zDD{kgXluY}db+7=@H#Zj3H-Nt2KZhq(MZSof2WEtD7& z>F=tp`21#fc^$a1NpK#iR?_i2WM%i|vq3Se`i8jSdh%SAh$>6<=Y(Hq)l?5dz#+Pk zHk{Tt$x>!4W8B)3N}r=bnqic6QDG@gmya&CT;NY?!LFT*DBPAujG)x0&Li4t}V z9Hh~kb#A`GcCz2qQ-k?aij#i!<~gU3f|Oh*VB3aO+fy10JQg%Hhp9(gF2GsJWEN`4 z@jpAJtnUyvC2BxtEe_nwGQI-@!;>PcW&ReTpzF>%0QXE$b1DcrfT+PBR4Y-`P}-5 zS~mHGO;vEDv4LCDh(F&wxcl4lHu1P+^!iNQGMS?+ctPO+e96LalutU@$e_Py`%++C zDA8bnQ63C&0bS%;phqax{>>%AGT|c5rq4!-$j;7dIG!GDzy4pljxS6QqQYC$US?>h zJMBX{{-aladi-cRK2R`AazV-KVmw{boHv?vPRxOQ{yMg+uERTH%y`*{w)8 zVkoFUbC7$cq*b2%DJM~}r*kys#L(rEg5rl~z$qDaEu*Hi{il+Q5^`;O!mGS{=iZ$M zDHoCOaOA+`h_X3g2Nc{Lwn9`4q-AUoQa995VKGyI;%d|4p#_GPvY~5`MvzOI`Bnm$S7ACeb(j^yQk&(V3B1 z$}iW4!y%2nMWhBG*wXF$x9;4rMY^}Qm#&wSK|wVzUw?;HTi`3hT1y(y^%Rb}^yjHv zX&I;*VPFlq{)#!_QV-A<;T>BwDNw(R3KvhBvYOVF3V7d}yKc#@Sgi%E)^lE`mf@l| zj~NgoH86RHlX-ku2wzXD@a&?b_M?Edj2bqvoH(UjFX;diNezPUkjRTQ*@?s^)4_bw zS1}m+2m@1Y7(c*Tb`fUg2J<76Xx{sr>S%Ia%s^q=T`|7&yy2b3Bea(Rg0V-`pWX7P zvUC_55Xswx_^8FMDmC$=;FK58s-m=#0lI&(Za$`Ti*?K+$p;&3=pZ)V2`?*c7Al(s z0J+8~{W>~u7Wvm*p)ytHj}g04R~RK=OT=NTjk2^(SBfXSgp_w zd`#HoO2b>QL9H9(OY*_w_4$UT4p}3aQM`r-{DK2hA&Jxlp6&E*D`hW6PV{YDr69N{ zxuiX?A!>D6qSAyB6|e-0>Y1y*u9=Fk+u>>B0`;6o%;633;|vPtIwEeRqu1X_&L78+ zteYgT=S#@Q_}W0+Q2a2E7Gb3Rd@DG+FcfL6xSoZAWu8Wb{;HTI2|XdfskMA}^%i%# z0md~1;pKC|z$$La)`^zAqeMN?i+sI2zCXGRN0)A~v=GAxT*Y|mWY(L(;r}rp)HryAwYiQ%+bc!t7iy2yw&!?RE&0vuN;V2S9 z5-V9ZV7C9%#xD?E*slG7)`=_QIlB-iYvFxEi_^P6?rs5gD#i|R67{M4O)Oi9_k*fK7Is7W{CSyss%)u zm`JM4Y6!Bvb>z_r<&jNe?rqgp$X1-@y12F07yaHo-#5!AKP=p+oJQ)Z#yak+tfjSh z7TLIxB^$_L1P|cIVO;cr4jNb3clD?Qd$>7U4njF%S6^?|VtUKI#z**Y-KxiYO~fIt zxp~w?VDJce2($UoIAhLDJkXh15J?5Maa|HS`Mq}fSZWo1Llo2=^L0hbPFd|hetHxL zc${MkZ~oFw9%o3XXg0aXSWrw4?(AUxJ#wa?Uts^?hIwdU4?IDiD;Ds%f3SP2&K|1PG`*;mT|G0_!f)P3{USqcByYGUxJ zalp(&WIV(@95ldi&8JAs1!v`}=O-}v;K-mxH(KLp7YLi2S> zP#p{la>P^BWNwVO-iQqhbZvGVofeWE(7}>z8B(l~o-IBGnFP)K<6=R?`=Ci4F9vBS zH+%k_llq+n-8$Dh12}Ll>EAq);pbnYJ(QN90o{rCk`6gsstJk;fCs`M3u%1zDVOElf%a6NqExu)spo z#bMfetWacjx%i6kS49STm=~2*2&a#Nunbsi85$%TDYiwglQgAv8rMdrS}A-4;JlKI zfyF^p-(%4_$>rjoT>bAqVLE83iYwgF8CSi|(u4aymmqH(h1ZDIqB;1l^7k~iJ7~V( z4k4o*h-a);27{8z2JF0&vDgIiLE)g>5mgdqZ?N=2&81-gmK@!ZW6~ay6$4IH&|V|z ze0|#8{o6l$``7g-=C;ua(mW6gSpbzBl%Y`aS!A0S08-N#vM|b^Mug_#(0+4RpG)Xs zXukz>5cu=qS&u;bt&~eqXrtyqrOBVKOrGSP*H-;=tC?jWaRxx9(ShB0pss!B=;iLTh7)fhg4>+lShnSzW$;I^ynCBt}G6u+=m&K=!up9+KuQ`^cK* zWGO7|MW}o-Y*@6ryEYVcXLVO-hIKuO4G`3Pe$go2bt7@11w7uca0C2?dTnscM3H_Q zTZ8Niox0%(S`z0VAGmd8b>`4|a?wN70mR>H77JfGdoO*SkUL zM#D%Fv!rRDI#L)L`hmj(dfM6j)x%FLO`5t|Zhc{rXyEJc`Fal+4Rk<;lo8+jSxjtLvn3(h|ZraCV; zw5%GI1tlN8{x|dm5h9z_0luZeb@2=QkoDUqzpPPp>P7AJ;mc>}<_P8MWF&f-$TtQf|fW>mqjCUKR@KktLo z%rP!9rAixEXABV=bqIje=W$%eSalZz$+B-pp-fv3E!9n)pY-ZgMs{WlQWhkx)XgS#>9%aB_8o_rq?8~L# z1wz=jgC1+JpI&EeZkov>8<;{TVe8YQa7|3EyMWGL<>n?rQcYv#3YPN`=}~zD(l}6v zUk+t_P{NaCsGwb&C`F7Q6v<>>%E}0JJK0glF`SpruI_zs1DEO58)-J}I?T(SPHQWa zfr*Ti8|~zw!*o1P2ic^@I`WK6Fp3n4g+S^!Y#mn@mkg|Xul{|R-(`?lhB~r1ync^kCak!BnoVR zgFUo+@lJHm*W%XLMQWF|uN*|bVjw8Rig0lgQs(cyIG+#MThdnkk$cE`=&y%y@ zo%CeR`+r&>6^LY9l_7B+mZbR?$x^9;4lU7T{o3kp+r(Yz&IKxpQx z@P^qBPsP9{#L_6>203KEFn|H#@|vm&6Q-)mH&}6@GhszvPR*Y*7julM4Gtge-~H8Z z3Fw-q>*{mZs5MnJ-lb0VVP3oZcg~9`QUHg^g5lHucaBrSnJ&%n?|WCz(S**LG)rV12QlRAKO7a{;0zD@y0pF`sm%`9nm+M9s6uPGz zhC$H`_Y9gV%=`KLWzTudc*9O_sVj$RKHD2lpRHq#0L5o@!jKC;EGow&yr^+?kZEm(pTbSyC=TDfh zU*51IVvcSd;SnuChtaqw#~9pA*YWr(s4BPX^ticG8#ks|tJB>a1YC*_Yuxwdp{XJs z1TsZTi4Y-}TV{}jyZX%oka;p}vQYF}%xlmyP&zd;Xl`blFDS~#nl(@T`Z%A^m$;8% zNQ>Of$FS)k0zWYBWXt40FdRFr9SifCTMq)$;TIvjBj<9s{C7>=9c8D8BAw;w@ffxu z#hxa`(0RYpD(Nrnrnh9p?>ZZKFW^6lXBED2fE z(#0+RE6F;|Ov*yVAo}7Ge&F-%Fb!913$(gr(IYP)qcqZ}Gq0_$X>H!+cl}&&;Hf9ZleH-PcCtsj zIcVmfn>R}iRO{JVgH!qoCI)(e#6bSZze>OGpMLoE&sW~!av^TP&3>pne}BG`+$Rq; z+L!DiE$VpNYZF!%ZV?%Zoo!3@4H_>;)e}`;z&sGX8m>{J5;hA>GzT$O`yJSuoU`bk zM*c=ESZst2!m1#L2|4N-s)dARDYY6pJaw!M)zYFYTjvbIRY!6C#;)f7e<#M5vI#T9 zCWPT#&_GoR2o`{p{=yVc%H7E%6s_||&4Yvu*DL!a+HcZq5<@pLG1#tRs%v@`*)&n$ zEde%@)tK}C;&O0v5PMe-(KUf9A6;%$^c9P9`C%Ecp^dtqLJnsGoMX8Kf@k>LB=)^D zTxsB6e>nla;f6%F^p?;dDr@2_TO3vHS8YvLD^bjX`yCnUy>8oz8Q z>aa|&O%f_#84&ja1KihdMb@Om@#<0*x=Y((7Okc1w2|kRiSQ+2s0)&xj91A&BIQlI zgJPfG{B(b3Z~wt|6lM-~HQ#APaBPnW2V>0ZMluQ3F*o_Jjky|@VEG(rRq`>pn)!m) zf0UfvD8-usZUn4Z6jo;_Dm2WT#9|H#K^#s&b%c(os>7<6C2nog6DUxdsjyx4_Pnn; zgVMJe@b87oo;E#(CnU^JJIVU}!+zPx`iHY@TwoE&$yT^tf#njtfTwq%8{{X#gg9t} z>gvFwB>L+88ng9~;J7Dg83j-%FDu^+=#Ydtg6q-<^L|JgnOrHme6CY8!M;Y?3|FH` zzeYez4|a`xG3k{(`S3hUf4)W0gpaOHGz?u~Y0U3U++MqJ71w!!XZ|5p9jm7KVKpqC z9tv7`i=8=v5Ems4^AS&jC_(cp8&xTdAPXV~*Un^844=U1*~^Fe^U$;=Dz^(88(R&4 zd0cjE4Ofkj`F28luG4Bf6lf~L2+tIN*=_&3;h=urqOS{0V1+xV$2>}6aY*~J(1aNeY`!LR8Z z5^sEqJ2>`|=Kq z#Way%Na2H>a-XOeY7D;qPUclZIdC`eV;SpY?MI`W1`*JAkub(TjxiTqj(WXSF5nOc zho%Uv@$%VbHXMJQL`&W622c%i21_$JA?S78yq}RiqCi+XwHM7wC45as_Ndf9i9>#p z4JZ$a3V0Jo!8{Rhd8o^13Zj=6!1i)`T_~{PXVD=f`V6z;HdLHQ;{EyI zbTDe^Wt#2H|{J~Mqp4v6L@FL*@Nzb?VZnQInj_-C1iV^i2O9EWoM%m zfoVoyM2(qhF>}ea?IfgcU>b1Z3Qr?5ou%CgPop^A&-nD?)2$dFds!8-()E2etGI)* zGsHMYTmj^Iv?5riO{jDvZtQX1s}Rhsx-KzJpg`!2OJdzljyp9{Vw^UnUqTJ=)!$G- z!{l?}6jwyv_i-U?4J@*It3a}cLJ34af3)}N4+!Mkzkhdk2mf}dr<&-&X>P1hvJ%Dz zx7_UxW?_CZs2aIwBuftCny$o_tEVkl+uVV(*8|=+3OH=$=`In7&gMsONT+!hGyyou zJ;5e)cl*}v4*CMoiG_brnP2#OR@9n9)Q|G%QuYjo=_G%oqEt^0ljqV@%o-|NNEQ?e z8|8iGa(v~HYSY3%Y*%5fke?BSA*1)emk_&+0qI)(<_<{psf3KG^cIq7?A#27~AmO)zEk9xLPA{3(s- zr2t-zf=e%Z!avP1Kj)WP&KqG1rtO5-B znRKY-V=1c`@61Wy4NeY+NAoEd2L3(jxXa{8KJ9$n#d94&6Xgs^Z#?;ikVDgpQ<;AP z_CTo7Ex?H~kTBj@vJ$#*27izF2zc)N74%WQ9lP?7P+b5?ZX(EYjZLklj;h3CEsOeBfINt3E!D8O%WaQf$a!a4HSvo60?r*&9xl_a5rDS3sxe<%eiS9d^qOEt;UVkl9=q;2c&cT^+jy-r6%jZH(bO z80S=0X$$s8=wzuTJD%wjyYb6uko92{TeO(duz78FPyi216unRi3Q&9`L*;hDMDShhU@NmXG-o6JBxZ*0&3%% z|F8;;StqQ01kmyX%#((dqirJr0(LkgqWT!KLmDVd4UF5~k8?nXI-D4U6hR8)`ySz0 z*Og)&tiXw}&7qIj4m8#wyU|0NAJ9HUX6nXVp0s=2;agEnmZ{1}u zx@;?YLQUy3d6GzhpQk(;2HBK|aUm|_zG^wr+t zgDB8zc$ZRobpRa?NZujGq$~7H#ib%G0DAcSheuRmETLRqBqLKd3iG#6jSEX)YWcct zHtSkV4p!;taMFQQww0drk+z4PDR}ox$rh7DH!I~t8pAR*1NR(uc%Pr&m+_OX3_QWSRwUoVxhn;YQ^tXM&NC z;R}!9JXfzW71Wz8vF}Odrdb}Cocij2po>`k(zM9{8)fo8!?0R~ktv!oC~D{8zQ8={ z@(5lsQq-I=4R4g_ESxNyFT3cKFgTGGD?H~dpV(Fy@vV_e`jH6|4c*bRT-l{jx4T3? zLW~oeyE;d$ln9UEv0`_fA94l_rOL87F7v~xj>Mc-*p>(uuou1jSk`ThLwVn zcq`p|c=s+DC%5+R9bkHk80_NQgNwQ(vd6g`;cuz9+I{b)yM}JxN_};%E%gY{UA=zr zM?`ANR+EFf?qP<}JOMQ|A0Nt~K+hm8A7ulj$l}?Dgs1GaD^r`07yoo+>2A6bgc)8$ zI}fuTs0!8XJ9|5a+wfv;`P*2Jzpzi#si?mOy1jF#_5>|F$sNgFqBguBg;hCa5MY@s zMX)E;(YQonqk1%(@a?bu2HP=D#?|m}ln=Yb@W~;jD@}rcSC9=p6Z~@6hbRByTK6k_ z?56u*68hCi7P7Cf^7x%k4tH+fl?oT=?CYbp2fFzBwaEs&T(ISmNjA$5DgILoM-}Xa zqw4rLAM@0r{xnrx-f{GO-f}@$76vxP= z2xCUSALexME>n9V1c-R8PUgdD_O$j1H4Alesate@iA%5>HJivEL@}!1iKBaaTo8ug zJ+7Hr`=j!xkG5F2d&Tcjm$=KR(`vfTz{MXoUKe{KoFOP~!{vt! z##D5D@Gv*s;>}Qcb;E9LEF>L~_TOlJ%@LyH#R2b4yBMD7!xPwNlMj!M%cr7TMq1LW z7PwBxMZ~-g%WmKapTK$Go{g2-BrM;-uyjW`tWHGRMlmqH&lQ)U61ZN0%Og zQjJ2-%C=}AucVMB;oUI4q}LvvmPcD@@Kl}p+_WqKyUui@NMXGtO7C+`vqkr7Hl>P2 z!~sQ!xPGy^h1-{HfhSQi_DBtVs-7g!UHQ!PFoX2kPvJCXQ0rS<3g@@`5Rfn%p$(4Q cp5M\n" "Language-Team: Czech \n" "MIME-Version: 1.0\n" @@ -45,7 +45,7 @@ msgstr "ne zavírající „%c“ v %s" #: bashline.c:3142 #, c-format msgid "%s: missing colon separator" -msgstr "%s: chybí dvojtečkový oddělovač" +msgstr "%s: chybí dvojtečkový oddělovač" #: builtins/bind.def:194 #, c-format @@ -168,7 +168,7 @@ msgstr "%s: chybné určení signálu" #: builtins/common.c:215 #, c-format msgid "`%s': not a pid or valid job spec" -msgstr "„%s“: není PID ani platným označením úlohy" +msgstr "„%s“: není PID ani platným označením úlohy" #: builtins/common.c:222 error.c:451 #, c-format @@ -261,12 +261,12 @@ msgstr "„-f“ nezle použít na výrobu funkce" #: builtins/declare.def:318 execute_cmd.c:4073 #, c-format msgid "%s: readonly function" -msgstr "%s: funkce jen pro čtení" +msgstr "%s: funkce jen pro čtení" #: builtins/declare.def:406 #, c-format msgid "%s: cannot destroy array variables in this way" -msgstr "%s: takto nelze likvidovat pole" +msgstr "%s: takto nelze likvidovat pole" #: builtins/enable.def:128 builtins/enable.def:136 msgid "dynamic loading not available" @@ -300,7 +300,7 @@ msgstr "%s: je adresářem" #: builtins/evalfile.c:134 #, c-format msgid "%s: not a regular file" -msgstr "%s: není obyčejný soubor" +msgstr "%s: není obyčejný soubor" #: builtins/evalfile.c:142 #, c-format @@ -310,7 +310,7 @@ msgstr "%s: soubor je příliÅ¡ velký" #: builtins/exec.def:205 #, c-format msgid "%s: cannot execute: %s" -msgstr "%s: nelze provézt: %s" +msgstr "%s: nelze provést: %s" #: builtins/exit.def:83 msgid "not login shell: use `exit'" @@ -346,7 +346,7 @@ msgstr "%s: chybný přepínač – %c\n" #: builtins/getopt.c:110 #, c-format msgid "%s: option requires an argument -- %c\n" -msgstr "%s: přepínač vyžaduje argument – %c\n" +msgstr "%s: přepínač vyžaduje argument – %c\n" #: builtins/hash.def:84 msgid "hashing disabled" @@ -405,7 +405,7 @@ msgstr "místo v historii" #: builtins/history.def:400 #, c-format msgid "%s: history expansion failed" -msgstr "%s: expanze historie selhala" +msgstr "%s: expanze historie selhala" #: builtins/jobs.def:99 msgid "no other options allowed with `-x'" @@ -793,7 +793,7 @@ msgstr "%s: omezeno: v názvu příkazu nesmí být „/“" #: execute_cmd.c:3717 #, c-format msgid "%s: command not found" -msgstr "%s: příkaz nenalezen" +msgstr "%s: příkaz nenalezen" #: execute_cmd.c:3963 #, c-format @@ -887,7 +887,7 @@ msgstr "save_bash_input: buffer již pro nový deskriptor %d existuje" #: jobs.c:876 #, c-format msgid "forked pid %d appears in running job %d" -msgstr "forknutý PID %d se objevil v běžící úloze %d" +msgstr "forknutý PID %d se objevil v běžící úloze %d" #: jobs.c:983 #, c-format @@ -907,7 +907,7 @@ msgstr "wait: PID %ld není potomkem tohoto shellu" #: jobs.c:2265 #, c-format msgid "wait_for: No record of process %ld" -msgstr "wait_for: Žádný záznam o procesu %ld" +msgstr "wait_for: Žádný záznam o procesu %ld" #: jobs.c:2524 #, c-format @@ -931,7 +931,7 @@ msgstr "žádná správa úloh v tomto shellu" #: lib/malloc/malloc.c:298 #, c-format msgid "malloc: failed assertion: %s\n" -msgstr "malloc: předpoklad nesplněn: %s\n" +msgstr "malloc: předpoklad nesplněn: %s\n" #: lib/malloc/malloc.c:314 #, c-format @@ -1011,7 +1011,7 @@ msgstr "chyba: neznámá operace" #: lib/malloc/watch.c:56 #, c-format msgid "malloc: watch alert: %p %s " -msgstr "malloc: výstraha sledování: %p %s" +msgstr "malloc: výstraha sledování: %p %s" #: lib/sh/fmtulong.c:101 msgid "invalid base" @@ -1025,7 +1025,7 @@ msgstr "%s: stroj není znám" #: lib/sh/netopen.c:175 #, c-format msgid "%s: invalid service" -msgstr "%s: chybná služba" +msgstr "%s: chybná služba" #: lib/sh/netopen.c:306 #, c-format @@ -1051,16 +1051,16 @@ msgstr "PoÅ¡ta v %s je přečtená\n" #: make_cmd.c:322 msgid "syntax error: arithmetic expression required" -msgstr "chyba syntaxe: vyžadován aritmetický výraz" +msgstr "chyba syntaxe: vyžadován aritmetický výraz" #: make_cmd.c:324 msgid "syntax error: `;' unexpected" -msgstr "chyba syntaxe: neočekávaný „;“" +msgstr "chyba syntaxe: neočekávaný „;“" #: make_cmd.c:325 #, c-format msgid "syntax error: `((%s))'" -msgstr "chyba syntaxe: „((%s))“" +msgstr "chyba syntaxe: „((%s))“" #: make_cmd.c:566 #, c-format @@ -1070,7 +1070,7 @@ msgstr "make_here_document: chybný druh instrukce %d" #: make_cmd.c:741 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" -msgstr "make_redirection: instrukce přesměrování „%d“ mimo rozsah" +msgstr "make_redirection: instrukce přesměrování „%d“ mimo rozsah" #: parse.y:2759 #, c-format @@ -1198,7 +1198,7 @@ msgstr "deskriptor souboru mimo rozsah" #: redir.c:141 #, c-format msgid "%s: ambiguous redirect" -msgstr "%s: nejednoznačné přesměrování" +msgstr "%s: nejednoznačné přesměrování" #: redir.c:145 #, c-format @@ -1251,7 +1251,7 @@ msgstr "" #: shell.c:1737 msgid "GNU long options:\n" -msgstr "Dlouhé GNU přepínače:\n" +msgstr "Dlouhé GNU přepínače:\n" #: shell.c:1741 msgid "Shell options:\n" @@ -1882,7 +1882,7 @@ msgstr "" " getopts umístí tento znak do OPTARG. Pokud není nalezen povinný argument,\n" " getopts umístí „:“ do NAME a OPTARG nastaví na znak nalezeného přepínače.\n" " Pokud getopts nepracuje v tomto tichém režimu a je nalezen neplatný\n" -" přepínač, getopts umístí „?“ do NAME a zruší OPTARG. Když nenajde povinný\n" +" přepínač, getopts umístí „?“ do NAME a zruší OPTARG. Když nenajde povinný\n" " argument, je do NAME zapsán „?“, OPTARG zruÅ¡en a vytiÅ¡těna diagnostická\n" " zpráva.\n" " \n" @@ -2370,7 +2370,7 @@ msgstr "" " -t Skončí po načtení a provedení jednoho příkazu.\n" " -u Při substituci považuje nenastavené proměnné za chybu.\n" " -v Vstupní řádky shellu se budou vypisovat tak, jak budou načítány.\n" -" -x Tiskne příkazy a jejich argumenty tak, jak jsou spouÅ¡těny.\n" +" -x Vypisuje příkazy a jejich argumenty tak, jak jsou spouÅ¡těny.\n" " -B Shell bude provádět závorkovou (brace) expanzi.\n" " -C Je-li nastaveno, zakáže přepsání již existujících běžných souborů\n" " při přesměrování výstupu.\n" @@ -2609,7 +2609,7 @@ msgstr "" " Aritmetické testy. OP je jeden z -eq, -ne, -lt,\n" " -le, -gt nebo -ge.\n" " \n" -" Aritmetické binární operátory vracejí pravdu pokud ARGUMENT1 je roven,\n" +" Aritmetické binární operátory vracejí pravdu, pokud ARGUMENT1 je roven,\n" " neroven, menší než, menší než nebo roven, větší než, větší než nebo\n" " roven ARGUMENTU2." @@ -2651,7 +2651,7 @@ msgstr "" " „-“, každý určený signál bude přenastaven zpět na svoji původní hodnotu.\n" " Je-li ARGUMENT prázdný řetězec, každý SIGNAL_SPEC bude shellem a příkazy\n" " z něj spuÅ¡těnými ignorován. Je-li SIGNAL_SPEC „EXIT (0)“, bude příkaz\n" -" ARGUMENT proveden při ukončování tohoto shellu. Je-li SIGNAL_SPEC „DEBUG“,\n" +" ARGUMENT proveden při ukončování tohoto shellu. Je-li SIGNAL_SPEC „DEBUG“,\n" " bude ARGUMENT proveden za každým jednoduchým příkazem. Je-li zadán přepínač\n" " „-p“, pak budou zobrazen příkazy navázané na každý SIGNAL_SPEC. Nejsou-li\n" " poskytnuty žádné argumenty nebo je-li zadán jen „-p“, vypíše trap seznam\n" @@ -2867,7 +2867,7 @@ msgstr "" " a jeden řádek načten ze standardního vstupu. Pokud je řádek tvořen číslem\n" " odpovídajícím jednomu ze zobrazených slov, pak NÁZEV bude nastaven na toto\n" " slovo. Pokud je řádek prázdný, SLOVA a výzva budou znovu zobrazeny. Je-li\n" -" načten EOF (konec souboru), příkaz končí. Načtení jakékoliv jiné hodnoty\n" +" načten EOF (konec souboru), příkaz končí. Načtení jakékoliv jiné hodnoty\n" " nastaví NÁZEV na prázdný řetězec. Načtený řádek bude uložen do proměnné\n" " REPLY, Po každém výběru budou provedeny PŘÍKAZY, dokud nebude vykonán\n" " příkaz „break“." diff --git a/po/de.gmo b/po/de.gmo index 205610d3ff46fe26e01970d58d226d924aebac00..bfe618e6e47063aed54074e091687f54e915f512 100644 GIT binary patch delta 23 fc-njE{nC5GD={t$T_Xbp0}Crt!_8mBzVZP8alHuA delta 23 fc-njE{nC5GD={t;T_Ym}Ljx;A)6HMRzVZP8aaRb* diff --git a/po/de.po b/po/de.po index 78e9f437e..67f2c2448 100644 --- a/po/de.po +++ b/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 1997-01-12 12:53 MET\n" "Last-Translator: Nils Naumann \n" "Language-Team: german \n" @@ -14,416 +14,426 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "Falscher Feldbezeichner." -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%c%c: Falsche Option" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: Kann nicht auf einen nicht-numerischen Index zuweisen." -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, fuzzy, c-format msgid "%s: cannot read: %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, fuzzy, c-format msgid "`%s': cannot unbind" msgstr "%s: Kommando nicht gefunden." -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, fuzzy, c-format msgid "`%s': unknown function name" msgstr "%s: Schreibgeschützte Funktion." -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 #, fuzzy msgid "loop count" msgstr "logout" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" # Debug Ausgabe -#: builtins/common.c:105 +#: builtins/common.c:107 #, fuzzy, c-format msgid "line %d: " msgstr "slot %3d: " -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "Zu viele Argumente." -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, fuzzy, c-format msgid "%s: option requires an argument" msgstr "Die Option erfordert ein Argument: -" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, fuzzy, c-format msgid "%s: not found" msgstr "%s: Kommando nicht gefunden." -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, fuzzy, c-format msgid "%s: invalid option" msgstr "%c%c: Falsche Option" -#: builtins/common.c:190 +#: builtins/common.c:192 #, fuzzy, c-format msgid "%s: invalid option name" msgstr "%c%c: Falsche Option" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, fuzzy, c-format msgid "`%s': not a valid identifier" msgstr "`%s' ist kein gültiger Bezeichner." -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "Falsche Signalnummer." -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "Falsche Signalnummer." -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 #, fuzzy msgid "invalid number" msgstr "Falsche Signalnummer." -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: Schreibgeschützte Variable." -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 #, fuzzy msgid "argument" msgstr "Argument erwartet." -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "" -#: builtins/common.c:259 +#: builtins/common.c:261 #, fuzzy, c-format msgid "%s: no job control" msgstr "Keine Job Steuerung in dieser Shell." -#: builtins/common.c:261 +#: builtins/common.c:263 #, fuzzy msgid "no job control" msgstr "Keine Job Steuerung in dieser Shell." -#: builtins/common.c:271 +#: builtins/common.c:273 #, fuzzy, c-format msgid "%s: restricted" msgstr "%s: Programm ist beendet." -#: builtins/common.c:273 +#: builtins/common.c:275 #, fuzzy msgid "restricted" msgstr "Beendet" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, fuzzy, c-format msgid "write error: %s" msgstr "Pipe-Fehler: %s." -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, fuzzy, c-format msgid "%s: ambiguous job spec" msgstr "%s: Mehrdeutige Umlenkung." -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 #, fuzzy msgid "can only be used in a function" msgstr "" "nur innerhalb einer Funktion benutzt werden. Die erzeugte Variable Name ist" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: Schreibgeschützte Funktion." -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, fuzzy, c-format msgid "%s: cannot destroy array variables in this way" msgstr "$%s: Kann so nicht zuweisen." -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, fuzzy, c-format msgid "cannot open shared object %s: %s" msgstr "Kann die benannte Pipe %s für %s nicht öffnen: %s." -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, fuzzy, c-format msgid "%s: cannot delete: %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: ist ein Verzeichnis." -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, fuzzy, c-format msgid "%s: not a regular file" msgstr "%s: Kann die Datei nicht ausführen." -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: Kann die Datei nicht ausführen." -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, fuzzy, c-format msgid "%s: cannot execute: %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, fuzzy, c-format msgid "logout\n" msgstr "logout" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "" -#: builtins/fc.def:263 +#: builtins/fc.def:261 #, fuzzy msgid "no command found" msgstr "%s: Kommando nicht gefunden." -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, fuzzy, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, fuzzy, c-format msgid "%s: illegal option -- %c\n" msgstr "Ungültige Option: -" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, fuzzy, c-format msgid "%s: option requires an argument -- %c\n" msgstr "Die Option erfordert ein Argument: -" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "`r', das zuletzt eingegebene Kommando wiederholt." -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, fuzzy, c-format msgid "%s: cannot open: %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -435,115 +445,139 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, fuzzy, c-format msgid "%s: history expansion failed" msgstr "%s: Ganzzahliger Ausdruck erwartet." -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: Ganzzahliger Ausdruck erwartet." -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 #, fuzzy msgid "Unknown error" msgstr "Unbekannter Fehler %d." -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "Ausdruck erwartet." -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%c%c: Falsche Option" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%c%c: Falsche Option" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "Falsche Signalnummer." -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s ist nicht gesetzt." -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 #, fuzzy msgid "no other directory" msgstr "Spitze des Stapels liegt." -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 #, fuzzy msgid "" msgstr "\tin dieses Verzeichnis." -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "Rekursionsstapel leer." -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -568,7 +602,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -589,52 +623,42 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, fuzzy, c-format msgid "read error: %d: %s" msgstr "Pipe-Fehler: %s." -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 #, fuzzy msgid "cannot simultaneously unset a function and a variable" msgstr "" "nur innerhalb einer Funktion benutzt werden. Die erzeugte Variable Name ist" -#: builtins/set.def:806 +#: builtins/set.def:805 #, fuzzy, c-format msgid "%s: cannot unset" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/set.def:813 +#: builtins/set.def:812 #, fuzzy, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/set.def:824 +#: builtins/set.def:823 #, fuzzy, c-format msgid "%s: not an array variable" msgstr "%s ist nicht gesetzt." -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, fuzzy, c-format msgid "%s: not a function" msgstr "%s: Schreibgeschützte Funktion." @@ -644,20 +668,20 @@ msgstr "%s: Schreibgesch msgid "shift count" msgstr "shift [n]" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, fuzzy, c-format msgid "%s: file not found" msgstr "%s: Kommando nicht gefunden." @@ -672,77 +696,77 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "Beendet eine Loginshell." -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, fuzzy, c-format msgid "%s is a function\n" msgstr "%s: Schreibgeschützte Funktion." -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, fuzzy, c-format msgid "`%c': bad command" msgstr "%c%c: Falsche Option" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, fuzzy, c-format msgid "%s: cannot get limit: %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 #, fuzzy msgid "limit" msgstr "Rechenzeitgrenze" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, fuzzy, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: Kann die Datei %s nicht erzeugen." -#: builtins/umask.def:119 +#: builtins/umask.def:118 #, fuzzy msgid "octal number" msgstr "Falsche Signalnummer." -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -756,73 +780,73 @@ msgstr "`r', das zuletzt eingegebene Kommando wiederholt." msgid "Aborting..." msgstr "" -#: error.c:259 -#, c-format -msgid "%s: warning: " -msgstr "" +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " +msgstr "schreibe" -#: error.c:404 +#: error.c:405 #, fuzzy msgid "unknown command error" msgstr "Unbekannter Fehler %d." -#: error.c:405 +#: error.c:406 #, fuzzy msgid "bad command type" msgstr "Eingabezeile an der Position eines Kommandos stünde." # Programmierfehler -#: error.c:406 +#: error.c:407 #, fuzzy msgid "bad connector" msgstr "bad connector `%d'." -#: error.c:407 +#: error.c:408 #, fuzzy msgid "bad jump" msgstr "Falscher Sprung %d." -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s ist nicht gesetzt." -#: eval.c:180 +#: eval.c:181 #, fuzzy, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "%cZu lange keine Eingabe: Automatisch ausgeloggt.\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "Pipe-Fehler: %s." -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: Verboten: `/' ist in Kommandonamen unzulässig." -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: Kommando nicht gefunden." -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, fuzzy, c-format msgid "%s: %s: bad interpreter" msgstr "%s: ist ein Verzeichnis." -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, fuzzy, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "Kann fd %d nicht auf fd 0 verdoppeln: %s" @@ -901,91 +925,101 @@ msgstr "%s: Ganzzahliger Ausdruck erwartet." msgid "getcwd: cannot access parent directories" msgstr "getwd: Kann nicht auf das übergeordnete Verzeichnis zugreifen." -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "Kann fd %d nicht auf fd 0 verdoppeln: %s" + +#: input.c:258 #, fuzzy, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" "Kann für die Eingabe von fd %d keinen neuen Dateideskriptor zuweisen: %s." # Debug Ausgabe -#: input.c:245 +#: input.c:266 #, fuzzy, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "check_bash_input: buffer already exists for new fd %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + # Programmierfehler -#: jobs.c:1395 +#: jobs.c:1393 #, fuzzy, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: Prozeß-Nummer existiert nicht (%d)!\n" -#: jobs.c:1410 +#: jobs.c:1408 #, fuzzy, c-format msgid "Signal %d" msgstr "Unbekanntes Signal Nr.: %d." -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Fertig" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Angehalten" -#: jobs.c:1433 +#: jobs.c:1431 #, fuzzy, c-format msgid "Stopped(%s)" msgstr "Angehalten" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "Läuft" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Fertig(%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Exit %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Unbekannter Status" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(Speicherabzug geschrieben) " -#: jobs.c:1562 +#: jobs.c:1560 #, fuzzy, c-format msgid " (wd: %s)" msgstr "(gegenwärtiges Arbeitsverzeichnis ist: %s)\n" # interner Fehler -#: jobs.c:1763 +#: jobs.c:1761 #, fuzzy, c-format msgid "child setpgid (%ld to %ld)" msgstr "child setpgid (%d to %d) error %d: %s\n" @@ -995,129 +1029,129 @@ msgstr "child setpgid (%d to %d) error %d: %s\n" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: Prozeß %d wurde nicht von dieser Shell gestartet." -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: Programm ist beendet." -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" # Debug Ausgabe -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "slot %3d: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr " (Speicherabzug geschrieben)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(gegenwärtiges Arbeitsverzeichnis ist: %s)\n" # interner Fehler -#: jobs.c:3533 +#: jobs.c:3553 #, fuzzy msgid "initialize_job_control: getpgrp failed" msgstr "initialize_jobs: getpgrp failed: %s" # interner Fehler -#: jobs.c:3593 +#: jobs.c:3613 #, fuzzy msgid "initialize_job_control: line discipline" msgstr "initialize_jobs: line discipline: %s" # interner Fehler -#: jobs.c:3603 +#: jobs.c:3623 #, fuzzy msgid "initialize_job_control: setpgid" msgstr "initialize_jobs: getpgrp failed: %s" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "Keine Job Steuerung in dieser Shell." -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1175,114 +1209,119 @@ msgid "syntax error: `((%s))'" msgstr "Syntax Fehler" # interner Fehler -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: Falscher Befehlstyp %d." -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, fuzzy, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "Dateiende beim Suchen nach `%c' erreicht." -#: parse.y:3071 +#: parse.y:3708 #, fuzzy msgid "unexpected EOF while looking for `]]'" msgstr "Dateiende beim Suchen nach `%c' erreicht." -#: parse.y:3076 +#: parse.y:3713 #, fuzzy, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "Syntaxfehler beim unerwarteten Wort `%s'" -#: parse.y:3080 +#: parse.y:3717 #, fuzzy msgid "syntax error in conditional expression" msgstr "Syntaxfehler im Ausdruck." -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 #, fuzzy msgid "expected `)'" msgstr "`)' erwartet." -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, fuzzy, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "%s: Zweistelliger (binärer) Operator erwartet." -#: parse.y:3238 +#: parse.y:3875 #, fuzzy msgid "conditional binary operator expected" msgstr "%s: Zweistelliger (binärer) Operator erwartet." -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, fuzzy, c-format msgid "unexpected token `%c' in conditional command" msgstr "`:' erwartet für ein bedingten Ausdruck." -#: parse.y:3273 +#: parse.y:3910 #, fuzzy, c-format msgid "unexpected token `%s' in conditional command" msgstr "`:' erwartet für ein bedingten Ausdruck." -#: parse.y:3277 +#: parse.y:3914 #, fuzzy, c-format msgid "unexpected token %d in conditional command" msgstr "`:' erwartet für ein bedingten Ausdruck." -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "Syntaxfehler beim unerwarteten Wort `%s'" -#: parse.y:4543 +#: parse.y:5199 #, fuzzy, c-format msgid "syntax error near `%s'" msgstr "Syntaxfehler beim unerwarteten Wort `%s'" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "Syntax Fehler: Unerwartetes Dateiende." -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "Syntax Fehler" # Du oder Sie? -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Benutze \"%s\" um die Shell zu verlassen.\n" -#: parse.y:4777 +#: parse.y:5433 #, fuzzy msgid "unexpected EOF while looking for matching `)'" msgstr "Dateiende beim Suchen nach `%c' erreicht." @@ -1297,72 +1336,72 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: Falsches Verbindungszeichen `%d'." -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, fuzzy, c-format msgid "%s: ambiguous redirect" msgstr "%s: Mehrdeutige Umlenkung." -#: redir.c:149 +#: redir.c:150 #, fuzzy, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: Kann existierende Datei nicht überschreiben." -#: redir.c:154 +#: redir.c:155 #, fuzzy, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: Verboten: `/' ist in Kommandonamen unzulässig." -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "Kann keine Pipe für die Prozeßersetzung erzeugen: %s." -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 #, fuzzy msgid "redirection error: cannot duplicate fd" msgstr "Umlenkfehler" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "" -#: shell.c:864 +#: shell.c:876 #, fuzzy, c-format msgid "%c%c: invalid option" msgstr "%c%c: Falsche Option" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Ich habe keinen Namen!" -#: shell.c:1755 +#: shell.c:1777 #, fuzzy, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU %s, Version %s\n" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1371,36 +1410,36 @@ msgstr "" "Benutzung:\t%s [Lange GNU Option] [Option] ...\n" "\t\t%s [Lange GNU Option] [Option] Script-Datei ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "Lange GNU Optionen:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Shell-Optionen:\n" # Was passiert hier? -#: shell.c:1763 +#: shell.c:1785 #, fuzzy msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD oder -c Kommando\t\t(Nur Aufruf)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s oder Option -o\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "`%s -c \"help set\"' für mehr Informationen über Shell-Optionen.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "`%s -c help' für mehr Information über Shell-Kommandos.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1581,89 +1620,84 @@ msgstr "Unbekannte Signalnummer." msgid "Unknown Signal #%d" msgstr "Unbekanntes Signal Nr.: %d." -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, fuzzy, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "Falsche Ersetzung: Kein `%s' in `%s' enthalten." -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: Kann einem Feldelement keine Liste zuweisen." -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 #, fuzzy msgid "cannot make pipe for process substitution" msgstr "Kann keine Pipe für die Prozeßersetzung erzeugen: %s." -#: subst.c:4439 +#: subst.c:4496 #, fuzzy msgid "cannot make child for process substitution" msgstr "Kann keinen Prozeß zum Ersetzen erzeugen: %s." -#: subst.c:4484 +#: subst.c:4541 #, fuzzy, c-format msgid "cannot open named pipe %s for reading" msgstr "Kann die benannte Pipe %s für %s nicht öffnen: %s." -#: subst.c:4486 +#: subst.c:4543 #, fuzzy, c-format msgid "cannot open named pipe %s for writing" msgstr "Kann die benannte Pipe %s für %s nicht öffnen: %s." -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "Kann fd %d nicht auf fd 0 verdoppeln: %s" - -#: subst.c:4504 +#: subst.c:4561 #, fuzzy, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "Kann die benannte Pipe %s nicht auf fd %d verdoppeln: %s." -#: subst.c:4700 +#: subst.c:4757 #, fuzzy msgid "cannot make pipe for command substitution" msgstr "Kann keine Pipes für Kommandoersetzung erzeugen: %s." -#: subst.c:4734 +#: subst.c:4791 #, fuzzy msgid "cannot make child for command substitution" msgstr "Kann keinen Prozeß für die Kommandoersetzung erzeugen: %s." # interner Fehler -#: subst.c:4751 +#: subst.c:4808 #, fuzzy msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "Kommandoersetzung: Kann Pipe nicht als fd 1 duplizieren: %s." -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: Parameter ist Null oder nicht gesetzt." # interner Fehler -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: Teilstring-Ausdruck < 0." -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: Falsche Variablenersetzung." -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: Kann so nicht zuweisen." -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "Falsche Ersetzung: Kein `%s' in `%s' enthalten." -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "" @@ -1705,104 +1739,124 @@ msgstr "Fehlende `]'" msgid "invalid signal number" msgstr "Falsche Signalnummer." -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" # Programmierfehler -#: trap.c:363 +#: trap.c:371 #, fuzzy, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: Falsches Signal %d." -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "Fehler beim Importieren der Funktionsdefinition für `%s'." -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, fuzzy, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU %s, Version %s\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)." -#: xmalloc.c:95 +#: xmalloc.c:94 #, fuzzy, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)." -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)." -#: xmalloc.c:117 +#: xmalloc.c:116 #, fuzzy, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)." -#: xmalloc.c:151 +#: xmalloc.c:150 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)." -#: xmalloc.c:153 +#: xmalloc.c:152 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)." -#: xmalloc.c:175 +#: xmalloc.c:174 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)." -#: xmalloc.c:177 +#: xmalloc.c:176 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: Kann %lu Bytes nicht reservieren (%lu bytes reserviert)." @@ -1870,12 +1924,12 @@ msgstr "command [-pVv] Kommando [Argument ...]" #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "declare [-afFrxi] [-p] Name[=Wert] ..." #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "typeset [-afFrxi] [-p] Name[=Wert] ..." #: builtins.c:80 @@ -2251,7 +2305,9 @@ msgid "" " bind returns 0 unless an unrecognized option is given or an error occurs." msgstr "" +# continue #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2259,8 +2315,9 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Springt zur nächsten Iteration der for, while oder until Schleife. Wenn N" # continue #: builtins.c:334 @@ -2272,7 +2329,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Springt zur nächsten Iteration der for, while oder until Schleife. Wenn N" @@ -2417,10 +2474,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2436,14 +2496,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2458,7 +2518,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2472,7 +2532,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2489,7 +2549,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2502,7 +2562,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2529,7 +2589,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2541,7 +2601,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2582,7 +2642,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2606,7 +2666,7 @@ msgid "" msgstr "" # exit -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2616,7 +2676,7 @@ msgid "" msgstr "" "Verläßt die Shell mit dem Status N. Wenn N nicht angegeben ist, dann wird" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2625,7 +2685,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2656,7 +2716,7 @@ msgid "" msgstr "" # fg -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2669,7 +2729,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "Bringt den mit `^Z' angehaltenen Job in den Vordergrund. Wenn eine" -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2683,7 +2743,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2707,7 +2767,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2729,7 +2789,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2763,7 +2823,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2787,7 +2847,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2804,7 +2864,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2826,7 +2886,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2871,7 +2931,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2903,7 +2963,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2912,7 +2974,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2924,7 +2986,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -3006,7 +3068,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3026,7 +3088,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3045,7 +3107,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3054,7 +3116,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3064,7 +3127,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3075,7 +3138,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3089,11 +3152,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3102,7 +3166,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3179,7 +3243,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3188,7 +3252,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "`]' sein, das mit dem öffnenden `[' korrespondiert." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3200,7 +3264,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3236,7 +3300,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3266,7 +3330,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3310,7 +3374,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3328,7 +3392,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3345,7 +3409,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3359,7 +3423,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3372,7 +3436,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3389,9 +3453,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3409,7 +3473,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3426,7 +3490,7 @@ msgid "" msgstr "" # case -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -3438,7 +3502,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Führt KOMMANDOS abhängig von einem WORT aus, das MUSTER entspricht." -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3460,7 +3524,7 @@ msgid "" msgstr "" # while -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -3473,7 +3537,7 @@ msgid "" msgstr "Wiederholt den Schleifenkörper `do KOMMANDOS done' so lange die letzte" # while -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -3485,7 +3549,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Wiederholt den Schleifenkörper `do KOMMANDOS done' so lange die letzte" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3500,7 +3564,7 @@ msgid "" msgstr "" # grouping_braces -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -3514,7 +3578,7 @@ msgstr "" "Führt Kommandos in einer Gruppe aus. Das ist eine Möglichkeit die Ausgabe " "von" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3528,7 +3592,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3539,7 +3603,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3567,7 +3631,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3621,7 +3685,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3652,7 +3716,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3679,7 +3743,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3708,7 +3772,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3729,7 +3793,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3759,7 +3823,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3781,7 +3845,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3794,7 +3858,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3823,7 +3887,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" @@ -4197,9 +4261,6 @@ msgstr "" #~ msgid "reading" #~ msgstr "lese" -#~ msgid "writing" -#~ msgstr "schreibe" - #~ msgid "process substitution" #~ msgstr "Prozeßersetzung" diff --git a/po/en@boldquot.gmo b/po/en@boldquot.gmo index d1370d28d904c99b8f4bab2159a340999a6fe723..2f81925ee6699726bdd0f5b105990d0f5052f645 100644 GIT binary patch delta 13615 zc-qZccX(Ar`kpzVC4dwGfdILbBtUv{Q%FefKnO|bDiX*IL{c!hA+jhJ&;^a?qA0-% zilVNHNV{M|1$0GS1ym3P6%|3TtOW&B_WjN~*}d-id!BWl-yfTY!+U1Vl&{asccJx9B@xlQ4(v!zr&;I&1lft|vYN&yA|hX5}I1^^cU zF96;EYzMppH~@Grum|utU=Z*vU@zeJK!2q?s#Ang-B8ghf**z&OgA_&f)m#O`^!YY zF2H+$LgNPDg}~Q=7Xd$tAc5yh|HMe*Sm02g3pfaPQ=|~)QR<0Ea{eMPL%NVB03#M%DOw*A=XJ9=bG{aCp*q|a$=8@oV7Sf;1f;`_^OkH9CmWNADvWX z?|9ay$5T?58f=L7&}y%bXT#M%(4uz6Qxf0CQ-@s>XvN{cj=;U(rx!r=M1*ZfWcziE*VsrH(RNv;J2Pv@X`Sl%f`YWfGdEHVuBZd z7apVH>6VrYiLq>ibNCs@f{`Qn^xL_cxAkO12K3`_@}uTiRv_<#BpBp~Msa#93zqrs)XZ-g_qQeR-;J&j7;2G%w& zfbWaZE>mh2COQH9K_t}-VlZLB4NCnD+cx~ON z-a8<64A38#gNl!K(zu51hV^3tC-7Ea?n~fK+-|Q@2he{h*!~fOOnnXZ1T1@lBL8?l zRdn;4c!0OP1^wrtW9UI;W9>m2%~s%xKYMsbzorCIYdth!EnYL;Pc9(ZBe(=T74vo5Ku&W7Ptii zw6U~3@s2jy_V?$3qJsTEi3i7lB9U{zVi4TEt+rRoN$s?4D@%Y9cy0uW?jJF@8;B5~ zj(FO!V~_S)!4p+Q2d%uI^dVrD_OfOhC+JCAw-FS1y?0hEyY4NyXE zm%iHeiZGzKPZBT`SPYC7s|U*R`%qs_cn~Nd_cT!ANpv6y8Ud8GV00h}nG;AtRs;&+ z@W1;5DT=Lu?6?akYr(65obcN~4jkBz15N-UcBonXjIH#ePTTY+BmMhxymX+fB}M&7 z;9_7Za4k@l?W4dT@&8T(I8pcjPCR}9b+y3YdY~-F`wX5NK+y&V5k~`MdA$NCA^aAg zEIPYQ`9u)M?d#AgUKTG0Ron#hh{%^ZNclR0dw|KnPaV|lpn=+sSaAb6(b$0;xDF_r z$9sWmWUDoZ6CWJJan22*$omhbDzgUjd+}g0+%Q;sZ1=izFh#O%Fm<|bFh!<@XnUOw zG8jLEwlI1Kbvk1RMZIJQt$f80>UM)^|H2R&+aX}M*p|VdU`k+2F#JD5cCo?K{awMN z^nqad_oiTWcqy0ze-}&+I)uR8L}elD9~(kK8bWBqi$f@}dqT+Aju4LXX$U#*5lTi! zdP4bOPAGM>I+WJEGn4`1YoP2}Lx*zUaYJbXHAAVImZ3Dhhk)r4pn&6ndKkY?97ajZ z8b$)I1}4ci9XL_^fA=s>95|emWeuljFCR`nZyrvG+&7$rJU*NO=+JPA@blr6)Y;*j zs7si(celY|>{k#*qniLMmWjjYMehWeUn@_ZQGsckq3=n~G*8x_t#lV~st7$$BN zPPd#7l>PqZa2nfJ;k1Pw5n4?V)kM&imPasDKVr}uA(Dgt?TVmPzZXHB{Tx9~dPh=( zk-!4+=SXsVT_jb}5=joXL{cKpN0Re5BT3*7kql&mqu4GT=oF)iA|s1|IpY7zqo})m zQM83_(KNQSXj*$|G~KBxniJe$a6>djxi6Z8e-up#{sNpSMjAuHs$*zV9-y2jHpb9~ zJ^*?oLIuRqP10g%3zLDd(jk_*+Z0Q}PQ;S(o^eD+9OFP3uu!(uapds9I9m66rrgoV z2{W7|@Ny?r;C90QMf8iDr2^cuMNlcpC8| zrhFits`@OR475)mAioV0Qno#TqT8K7<2-1}M-oWr*9j!_!bENF zl%f)8bk0QTzBG}cd0`?6xj&JFJZ0(+B~n7acoG>PB9gR9lt7e3zh9X|73@u-h<{Gv zS`amYoJ=*iYy_=;%LoRhuSd{pdL)yfe#w+jY%*=AD4Fr1E}8Rqu1ls)b|zD&FDG-N zH}9GH)oL3hcc*&?HP32Pcj%e z&t#CmZkZgX$Y4b#Bk2O*Ao2hEGfCM?nKY93GHK;!3_7ytxA_K}vZ&h!4L*}aV>*yU zPOWTCG%%aGPRgdSmSmIgnrsq!1JEO!tuYlZWHaKuZ5n=>%?aA(aN@ummPZ>b&oL6o zVJL1k^}BP($l)B0_d^cdxkIkmPvlYsak=n+5mi|(DV>u`Bf2)11FX-b5$(#Q6@QUS z&N}3A;-EZ=IyR3CjLIY7)AAV7ugc?icboP*P5u5nj`MAvhs$C>K1I|!pOiWC* zbv(&N(!0(AB@r=T6u)~M zqiFSsqc~t8&<`PP0QyJ21emz(^#SHM8pG?T77^4{AO!A z5%KXHtrmme5w%(!LH$$p@B+l_+vjOJ5wU%Nw$GFwU#;y#L=03eiHLWBljQt=WC>$< z{8AE-yp)_|1LYW92K+_xd)I3_5%GDmR`-J7cUEZif^c+~Rt=J9xLezah)rwI9~1t0 ztyVvaD(}^5oe**#$GPMIt?*A>yk4tEL4?u|A!dVu4G(KO5wYzt#_-6;wVjAa07@ca zGf)x{%^Ml%E_{MsGXN-wh{Pvogxj|mW86Zc{SqjN2)&g$e{C!KeGK&2JD#m{i{9I) zyAj(MI`g(s5=GmnyGysx&1M-~VCw&5+TRY8M8w){RLxhwr$JcG4txhk`WbB}B0B8G zegPQ22mUXa2+xZ&qT|3yH2fY2X{t;9O4XcwUE7I>^FT>N?0K8U74WXM6A`_DCnS4z zRNIM&uE(^UhipHUK3ct&ZftZDTDv1ow$0hcU4vY-B7sEdt7ZVGdB@ z$ts}ig8u@PkbDLhEbD)tI5tcN%1-8TpsdfUfwGx=K8~U~36#~+a$5GeKG?|trvPR7 zZ3fEny8|d8_YhFxN%wfmjzgCk(6~$BFC{n zS%ju0Q8J4SKAJ=w9yF*&SoUr<%wP#n;z-j7ihMOt7M;DO{N)Ia>qxfjb47l#<*{{q zH7aD4Tb@i6Je*7p4gw_+aVD7(a;8{zWXnzAMAK6^@M54OA~pjh5m7kOvNtRzM{=A# zsT6q%Py*caR1#K`>Y-?FPNjS8NhJZVrBbKoQYo_GX_mcA7aF__D5115jgniQMo~YS zM&o-jjYfLNv_A!ueS(#4*?Yx)K-mQsdeUj-OMsF{xH+A=-=9uhzMD?}{?2st&)~ob z8RTFTP!1@y8SL-QAR${bDA8RRl-LIuWb9l9#~GGMReL68lGBBm{P0*Nb#yqB)~&PX zud!M5imEIQd`lK>;PEV~=AA4O{25SEtbW;+oroyT=J)%vDT%GwB=D7NTLK>S4qhY^ z(LIL~SLKkh6*&~`_8j{8p&aV&>l_mDa}EPgNG>HfBA1dX$mK+r=F(joa@lWHE{$#- zP!bXEI!JRs|qN>?Z7MLh*m(3vkIw- zl0tG=TS$p4D5OenDkOo=6jGumO}lQR7?KA7J;F)TC@w-vMln#lG>W#+el(5EIhxj9 zFq%em*=UOPMuQtiQ-TLZ)7U;4O$n+omYs+Q7(>Ep$Izx0kD+^R8Uz0qBRV#QZrG`a zZjw=C0#Fen;Nl|cZc7mf`>cp6xM(bK&{)QS2%sb)E(1#9;o-5A#8Ff3Tuh_QDkg!| z#U3u3^NK0@CB@`u9ZDdYP83{Z~cdOTH-GoBrq#&a!rcswK6 zn+7{ip!Meg<Y2!inkSOe ztrO{vhfKR4CvwMRO`=hDH<&Sr6Vy)P_Z5>U>a~+-+Opb4! z%+UJgWODN3WV)Mkie(?2#1%!P$9O?P?L}o@JZYx<3*LW}JR$HY3DuhQvX7L_DYlgM z<`jET^}6`~cM?QUm}dr%U%qhO35PxjHuR_ISQ;D;Ly*F=Cyku~z;-!P0nm^O#0Dl7h zLHda+$(mpWzr<%E7oI<(oM6fxUn!!#8qd`p(?NDGcbbo{%BB+aev*Kt^HN~{~5ZEmG-=TQb z;#P4NJolOb9#Fh^BvEW6>Tz~do$)*_gUAI0iE4687vDC6%7&vx^XGa|eV82K@H}U} zKPW%X%kMxaSK`UgMk$}0NpX}{-<$VhA8u?Tl3k4aQfl$u&nCR@mxyM*w=u?sW45JpP+ATXJpE~)Ky#dcy(LavuDjUxppULDn{j#ix7B3h1{(akO-ICjrZ8ZAs!t)89 zadJUHJjhIDAI*IFN37E9QaOZ5N>A}NMC;!cIf{w?ak91#mh$(exP*w(bY25oCF{ASLT}W( zCm?^*WWSHHET^URPxq`}DZhj$-T`U-`?Ks1#mHp|7fH(rxz#CSOrv>X<#;0Syl3jZ z5Tnw(t#FCYfYqeBELklHM8E+)1jQMYQ?zWiZZT!uY7>~_LCxE69@(Eg zi^6w!X35X+t&|(|Z#76`-OErPi)WN>CuyK7h#IX}s4+&JXy!=2a~D%hbF} zB!BV1J4F7Y&BuBl@t!x0B$*_MBFPc8$k7__*GO4e+yPRg` z%Fpj;Q)c?fru1UGJMm1zGedI9K7Gca?k{rmHtjD5`nRtCFQc%#0)t9kWmr|F;H%K!Vqp{#gXE(gIT z#1$peiLz`Or)pliyH8?*WH4oqAbN*wNG@0MyzR}zxA_p~mejkTc!J{ft%E+_mxy&f zi6d zAzt7^KvL_=CzAOV9h$P7=Opj9P*y5aw^6oU;w|#?`5%(>GQDzV`0B*qhGa)gV}sk# z*x+(BG|p(4Szk5R?P!|qs&$k%G*r#1t*V_RZ*?=P%H37-T#oYk`tteSN0W7XT~=2+ z&sFdK)n|8|qpG&Tb)~Cgs5jK38Ap?J`3TwpKK*Rc<+YBwdWY+Z#`0>JH^$rXK^@dC&yhcF%)Gd;WJmtk3G(g$felr4wT?JxUTt?C zIos`?n;aE2tF|$+u6|Zjb=6E)ZG)>JYS!H9$l30i>NIc3W7^W~4PPry-QBxarhmPw zQfB@YkDE{3eN{h?!!f?FD7SdRct;I5n*kOB9QgD1udFYh>Bj7!v9_^hhO0gjO=r6t zt}CnDjs|zRyRkty`xRF)u}O}qN;7~Pjono>uDV9IG<01#)8(pgRoGu0j)+D_Wre@L z_pVp;PyU-P+gq($-pJF9-q#N5PHj+bZug%^ZgarC18rAc{6fIy6K}T}^be*#|8YQI zrav0gl+STF#%31fHu!Rm@1>E|^1amx*aQ{TbxoLPW;raduGQ*lT($0&M><-WE9af* z6WREi{Tk=a{q27Kovg^sThH9kE^I<=wX31QQCU|%(^V0UnPyehIvQrXs;e7XjdF(A zeZySW%DLl$T7oXL?!WDfzB;DfC4v}R?3k2UTADd_{FHE+(QWI(jX4~cx~9tQh8544 z4?Ah{&eeLn&YWFkYpAl`g<i`BvkggOgqudQ&@yDF+0-1Sv6 z8r_)E9qE1E($g=vpt7+Zlhr$*$hnPfZ%j9Rh2Nm63P*5!b%kSSaKkW&xqgl~Spy8C zs=C@yUJWUGcMP?%wD+x^dQbZfnU#4})%EU1@0$L)Q`eQE6{?5qgi1O;Wv&&nG6Lm~LQbcUDBRVNLKBlEPQ4jDbdp9NO^Va`l z{JFqt*^;W?`#*!w#eOYEGxY+AL>YZnUS4#qH~bQP-ETyqAGCMlLY+MHe>WcC(+%Du z8}t+Z6G18TqW?rvD+Bh8^EyA$JMAE}^2FP#y{k^@=LY_cNR-&JyrUKRUxcH|-x-R$ z2t~U6?+rs!5UO(dxj9V`_pM0xyoPIkxC_J3tk6`R6PMP1D*)RLZjc4v`2) A`~Uy| delta 11844 zc-o~}d7O{c{y*o-7)F*b_8DXLeZJf5`!JT7v1N;>m?jA$OD0Qwxt7W$H1Z`wQQ>A3 zruvEyQj`|CL?I%StF+QB=J)=Xv&RZRCBnk>_-a z`p+o*{A@~f1a@t%R1L~wLzMMPi&H8Vm=0_KybqWOtN?}sYk&d3bE1A}BDU^C#aK%ucgf>JGk zQNT99%mnu9Z}352G;kI$6!>xi3HmTW81^Xj6$+84s5Kaws8pa(Xs{HBKQ%Rx9BoMC z!0!Ru0#5@w0IwyIz?MlQ$dSYe3(frlKnPdONMgH%z(CBeHllz(wI_)a{$SAGPR@gX zpiSBBtiRh%RZX^Yz$L(Tz_sT7Ejva1p`8-BVke<~4)zNM#)zbVp7tn|IgIEXoY3oF z$Cn+Xe6NEPA9GOTKLa}h1D$N2>STS9ljDp5HUa+4Ny#jBlAvnS{*aR@{L%^eOU3u5 zqs_&M+quY*11JO*yEx$eE)p`?#Q~poQDs|A{RtN(bj@HBH;ppP&2~;89;qR2N@Ahg zLkeGZ(Pe?4u4fS&X0u^iU^k2up3RBJ4$o(oDOG}guZ~jc9~k(L2Ot5oTQ^#%&%|5CDpg->Ya9uf zJC2Mz1)N+D`d^L0kK#5HV5u0m!9=B=0c$^3D79KRovqX;OcXN*dKGJ*r&K*m_~hg8 z6w%=meC~OY<6Qi^QV-+#=L^VT-={zb2)eNdK@0asE8$t<-Uxd$#Qz7P@K02H3dC4y z{W3;0yO(a037m-m26$v#lB=k?K~;>9 zrNCz5{|{DCchjnQ{8c0oaV|yLkVE}(%S5yq!LE~Dp8`h5rHUXCcckM;6 zlF<6DQb#aAE$})BIdT9#4m|V$MLzr^a1RXl1nL6bb{NKteycwve*GzJCjJQI|1Jts zA^-k(kavu_S$d43tpetXn*cw+1mB;4OM%cGCsB|4LFXVs;Igk_1F))f7ZEeSKvNh> zv5faS7y>T%okn*Uh%V~v@09HRKOq0tFu=!uaN;?&^!Ej|RKcoR#)U1ll*qfl_8|Dv zTCR#$;O$~7ZNaVtpfI55KHuO_U>~%f1oVNheKxJ&iE6sPR)xS_9u#E4`VF6$fZ_r}%XMC)@@ULXHKnpKeTS2E2rcgMd?k4VrMgnN79&2Dk_~ z5|Z^yZN`C5w$N7Sz1o5tHEc=3S^_14g#%^vO94gz2LfgNpWc%Fp9f0Fe$BM|2qlYfBZ4GWax5mfxL%;{O-hQlz)HBc=i+ zUOdD+2i4sT#=1CIU ziMpTLiG)4{6gOVkiS0Lc;<%?edC0*JsPGf_3*i7ALP*H45Q_A{5Q^;a5bAnu2nYHk zgq+_9A*T_YSwEmNRWu7|msJp$A_)pmlF{a&95>w)N@ExlO5My1rSUBR4v@se)Ypbm z0?ornSR^n_BnKQM#u&y4-w7i@m%}L0mf>`3S2!h698Lo63}?LY%nGOImWESAFNAZV zZ9vIhKQbME2&b{#1on}MBj}EE3@(eH1UE#`i(ZK!0ox*I6UQSMSI!u`42%>1|22aC z7#gXqjm5A?8rkwl+Q3fW5YcrcjVL)vTcLP>!F!`9v9VF~nz>O_)w(D$vL}iX{0!Iw zcqxhuJEAr7|Ga2&I6Rsnc`%xsKN@XOsGg5z`o#CyXX1u`$|OWRiiovW&;j z2DZo0$S%fMkxu;{LoaF(%kkZU;{StVDZ**7q#)|QGK_D!Hw&o%e2 zC2+!T5=danM5-Vtk)n@DBxgm5l-RgL67*yuCHI2C&50y%XCnMxLg@KKavqvQQDrC5 ziU*kc8A)`P$|U2zNhIV{5^ciYPMe9eQ|HBY5;nq4$&ItqIA@ysd3F-I!tNoZZ=pgm zq2qQM-6=cWTuPWpSglPY+~NeRE;WMn+* zBqPe>Vj;mr>mTZ3Kw9Ra+iZ7{qrEOl=(vkU^plHLAL!;piEgT-%uU^ncXOg?ZgTpP zo9=i3D4EbDHwpG!H-*S#4m=>44W=Yh#PgDA)ti$!(A8uHo|Y+`pd^JEO+^X`-=0E7 zPN&e#+NWyO4+%(2D%(#_qYBogS?xUP%{1!nmo!q|KAjySfRgpP)2ZXkbOxxQ>EvX5 zI#seLot&>rrx$HD^?MDTNH>J1bK;g6RB>d6FbesnG71@lm^G*FbK#x%Vc{T^UmQ8)+t(%ysCuH-6aggo~|Wq*sp|cG~D1Q;BE{&p@h0~^hHQU!@|By zt;XHO$TkJI4HNtWn1qeW$l=;LM|k=ktZ5<>W0Ddp&^>l{l?K4Qg?iu9d08nv?S*BxJtG5M6^tGk`mQa*mL;PFv>)P1ZA@En82oSp$@Fgzf8T zjF}sO;{Ss-(t0NV{peGm{_ebF^P&V;ZGyqFUHQG8zNZF2j09d+1TL%f7-l7q;+KGF# z3j?mg^ZD;kHPP71%Q->qn!1U!F4TjvNLeg^r=LBiDI&^;dX z`dq6j5cKRRiahmtxf|gE@{ehY#@`S8OwN-2rPVqRs=tT-7o%dsFYsUB&)2kdkkI_!TFnIqk2JEW!6L#YHY>*) z)YN8)dL>W}5;g)ww2PYAtaF4FK$*CA3!CNdgMgxfQ9y|c(}5z9#XvbnsPdp7>$k6^ z%`%qnfD(Xy1B&k3v?AJpuv66&_%R4O8)#EQt-YO1^^^F}ffL>h6pqIOts_{VsBAIt zb`bbn2NJX;$Yz}*c=n?ZW9`LANRME4^cY+Sl!JtoKsiX56T$&+cD7ju2~9$6svM%d z7RrI|kF;5#cUmMFdODJXt%@XLuK*kSGB6#w_3AX)ISIC9!5o{}htC#NHUvgpi@r$n|GJQ+{b`6mz^36$Jj24?{!UaU{B zM6C`0Wo`MlxerdXDUS@?7X{fMR3uWjn}D*ay_HCUP9%~8e*}0rNQg~Sz*~TFj&Ker=Ll2nHY?z?b8wuV4oZBC!{)If*wSF$PZwHjTAj##iS-D?NR7h4k#YG9c z3Y2qzT`uar))FZVbfc;NJej)pPobA2rqE6ANuf6^OX0w~Q)mMxQ>dB-sV05^c4byNk#(Xk@XOw1GZAIY$_mNgH}EQy7B(UC1P7H!~@+)>*XXq%2CJZx*e#B8wti z0enOjmn?D|mQ58nv&mtfY)WKUHdQ%3n*^@TrbOR2?S2H_DgIxZO-}C2;UZI-!vL`% zhc<92hej5dODm7brSatDQncj;m*i4{ujSIn-p!>1&jRHf;c_ks>yt-Y8VU4>UsmSP zc=qMd{jTKEJv!%80-5=Yd?WLzyJzxA*a!I}{JOz<1@!->KsiUq1IoF<`~pg1x4HkW zfb)fQf&UAIy}EE&9NdMXFYQ8(<^UzFUf+cT?dw9(oig}s7ZP}_3nvWjO3okX%Ko#v zlA(3x{`0Oh+8bTTKxCnZl=Ls8Q9N2mqp2#S_3kMoVV@OJbmt0boWGj;KMFZ;vu-5R z36xBzcQ+bc|8AUcLN|uwXS-2_Z+D~3eCFv!k^S6_p*6BQt#|~miv$v&Y_GrUP8Edq zVEchR7#Sb$LHFHi@Ny4Ye|S%uwGAKJlU}o-CmGt@)7VB&8nx$aPg;GwA_kU@MKqfJ zMbzo=B2M%`5jm|aqC37(#7yW|5smSJ!B)i_xS*KN?<=N+Cl}MGR~K`f)5R9S9;Hh- zK}HEVEh}Lt-B3af4wcZ&8uqeTJE9Hv*IoVjTdep_cY~zfny=g@)p_0vb<=Ql(7ZMC78&DLbh9) zuj+68KF0k6xO&U}LJZLK|3&JgEdGDD91!6KS+@1o>MC%Q;ztMadssG{rsFz;J4B?K zFDxY!7O$DD{_|HR2Nb4{q;bf|)e`gUyuAO#?nt%7)yH~^g@r}&tA$rk{?2rKRHC4~ zSdi$b`9@5B^6C!zPqkZKFqyWY2Cr$pWR%}WlH>@nxUx)LN7*A{|DpP$@Su2r=37en zA)QwvMXdV&a^n)o;OcDZoxo4TO(huBX*<}IV}&?Vx60IEU#g~?@>!Ap^KzDh)Oe*F z!jd!e|UhniM*!~Ly==sEw517>5Rdlzzj3cAk7b!-Z1yri7V_))gO{l ziIK@GSc!g;+TmW#55Cm=AVGe$vMAwxob3N4Q=KDJ|3zf2%)Nx+L-N*3L@oI~aE#(B z_IVOW6klHNtJD8^l;6PB5Z6zNUqIaYNiOiKgzQ`Xe_rvcmnOm?u78Usn88X-r*h3V z*;YI-&%UWM;oBmqI+IkGXWfB;xGqUvAO}$>@2%6$lD~XTA#bCrfEWKFg|7NPgNiIr zUyF_4*&U|tpD3S_l-u0PryJu;S-w%&kLz_a)?(l?IgGlc|3Bn=4OyK`hnd!^bftnc zKdE?M{MS5tSu!QDT#?i*eWE-}78`Sa^}j?yNpyC}S%V=$)|ih(|Gnfm%`#mWjCt6= zbh<3r5bBaekGSrWH3HW!67Nl0*?!9k_Z#k~$N`p!T3l4i_W?*$O*_Ybkz_lMDNMk_ zbz&Tv9~#{H9mD<4vd946)ciz8e!t05toRv){C)twC{`_7?!QcuBc6rlH|o>{Ykt1x z*(-5g3=nw04EDa}R}k`(v%TZE5^;@J{Q7C1WVPaQvZ<69Ac=@XI@BGMwL>x+aXVat zZbd|tJK-8)?oVjz3kr{Quq1~~*Kt|zd`yGDTZ@cvUHrKC#^KB?oSfU=j7FiAz+Kd zcL}MAU#|?r^)KB2-L!Y3Tu&CVTkR#@OKJuzF}^<4w0-@S|I0=|5=+TW7sxj|rt?<@ zN6M#GvX)CSq4}lLE-_f)9Fz4m?PdVW#Wl^qaw1w#hnb^tdS2(gv9>) zGwz!rlRcW>`YZ*0EbsJWMU)+};x|D>s6S!`T`FS7{Z2E0eA{E~p3VIj&2P!%msy9< zMUo?!Hn(ejJ=I*IZ4=Yrx+Ijk=5$#W2 zds%te#1Ugd`aV2z?C8>vlF_AQ<&(qe?P0YdWxBWS+H|C1&TXXK{Y(H=6Px^(Lh9}2%_O1=I1$nOr+S*lKzR|&3 z-rAO4`S8tlHSgTq(!e{vu@3a@_S2oUuZ_R%t$njQ+nn0>MI#;8r1|8DBSwz}HzDO^ z6~HpzP`m9X?elM^AJe|&ZktQ{zUiR%`}^JBZS=&+zBAdjCEC|LLQk*fv&HDUnwt8u zRDGeIukm18n$5c~TL(3AB{~zvjTl`%*;|vX9RcnHr!&N1&u}DrzsuIab?$wwb9C*W z($+TbYhCq85&6M-e-Zaln=i4i_Ug(T{R1k;zdyz|q_-Z~N(WT#={?7nTdJS3" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "directory stack empty" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 msgid "directory stack index" msgstr "directory stack index" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the ‘pushd’ command; you can " +"get\n" +" back up through the list with the ‘popd’ command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -614,7 +669,7 @@ msgstr "" " \n" " The ‘dirs’ builtin displays the directory stack." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -654,57 +709,40 @@ msgstr "" " \n" " The ‘dirs’ builtin displays the directory stack." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the ‘pushd’ command; you can " -"get\n" -" back up through the list with the ‘popd’ command.\n" -" \n" -" Options:\n" -"\\ " - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: invalid timeout specification" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "read error: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "can only ‘return’ from a function or sourced script" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "cannot simultaneously unset a function and a variable" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: cannot unset" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: cannot unset: readonly %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: not an array variable" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: not a function" @@ -713,20 +751,20 @@ msgstr "%s: not a function" msgid "shift count" msgstr "shift count" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "cannot set and unset shell options simultaneously" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: invalid shell option name" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "filename argument required" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: file not found" @@ -739,75 +777,75 @@ msgstr "cannot suspend" msgid "cannot suspend a login shell" msgstr "cannot suspend a login shell" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s is aliased to ‘%s’\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s is a shell keyword\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s is a function\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s is a shell builtin\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s is %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s is hashed (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: invalid limit argument" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "‘%c’: bad command" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: cannot get limit: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "limit" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: cannot modify limit: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "octal number" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "‘%c’: invalid symbolic mode operator" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "‘%c’: invalid symbolic mode character" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr " line " @@ -821,67 +859,67 @@ msgstr "last command: %s\n" msgid "Aborting..." msgstr "Aborting..." -#: error.c:259 +#: error.c:260 #, c-format -msgid "%s: warning: " -msgstr "%s: warning: " +msgid "warning: " +msgstr "warning: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "unknown command error" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "bad command type" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "bad connector" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "bad jump" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: unbound variable" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\atimed out waiting for input: auto-logout\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "cannot redirect standard input from /dev/null: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: ‘%c’: invalid format character" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 msgid "pipe error" msgstr "pipe error" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: restricted: cannot specify ‘/’ in command names" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: command not found" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: bad interpreter" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "cannot duplicate fd %d to fd %d" @@ -956,87 +994,97 @@ msgstr "%s: expression error\n" msgid "getcwd: cannot access parent directories" msgstr "getcwd: cannot access parent directories" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "cannot reset nodelay mode for fd %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "cannot allocate new file descriptor for bash input from fd %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input: buffer already exists for new fd %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "start_pipeline: pgrp pipe" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "forked pid %d appears in running job %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "deleting stopped job %d with process group %ld" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "add_process: process %5ld (%s) in the_pipeline" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "add_process: pid %5ld (%s) marked as still alive" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: no such pid" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "Signal %d" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Done" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Stopped" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "Stopped(%s)" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "Running" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Done(%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Exit %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Unknown status" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(core dumped) " -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr " (wd: %s)" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "child setpgid (%ld to %ld)" @@ -1046,68 +1094,68 @@ msgstr "child setpgid (%ld to %ld)" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: pid %ld is not a child of this shell" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: No record of process %ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: job %d is stopped" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: job has terminated" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: job %d already in background" -#: jobs.c:3462 +#: jobs.c:3482 #, c-format msgid "%s: line %d: " msgstr "%s: line %d: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr " (core dumped)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(wd now: %s)\n" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "initialize_job_control: getpgrp failed" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "initialize_job_control: line discipline" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "initialize_job_control: setpgid" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "cannot set terminal process group (%d)" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "no job control in this shell" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc: failed assertion: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1116,53 +1164,53 @@ msgstr "" "\r\n" "malloc: %s:%d: assertion botched\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 msgid "unknown" msgstr "unknown" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc: block on free list clobbered" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: called with already freed block argument" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: called with unallocated block argument" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free: underflow detected; mh_nbytes out of range" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: start and end chunk sizes differ" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: called with unallocated block argument" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc: underflow detected; mh_nbytes out of range" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: start and end chunk sizes differ" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: alloc table is full with FIND_ALLOC?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: %p already in table as allocated?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: %p already in table as free?\n" @@ -1216,109 +1264,114 @@ msgstr "syntax error: ‘;’ unexpected" msgid "syntax error: `((%s))'" msgstr "syntax error: ‘((%s))’" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: bad instruction type %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "here-document at line %d delimited by end-of-file (wanted ‘%s’)" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection: redirection instruction ‘%d’ out of range" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "unexpected EOF while looking for matching ‘%c’" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "unexpected EOF while looking for ‘]]’" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "syntax error in conditional expression: unexpected token ‘%s’" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "syntax error in conditional expression" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "unexpected token ‘%s’, expected ‘)’" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "expected ‘)’" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "unexpected argument ‘%s’ to conditional unary operator" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "unexpected argument to conditional unary operator" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "unexpected token ‘%s’, conditional binary operator expected" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "conditional binary operator expected" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "unexpected argument ‘%s’ to conditional binary operator" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "unexpected argument to conditional binary operator" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "unexpected token ‘%c’ in conditional command" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "unexpected token ‘%s’ in conditional command" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "unexpected token %d in conditional command" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "syntax error near unexpected token ‘%s’" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "syntax error near ‘%s’" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "syntax error: unexpected end of file" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "syntax error" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Use “%s” to leave the shell.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "unexpected EOF while looking for matching ‘)’" @@ -1332,71 +1385,71 @@ msgstr "completion: function ‘%s’ not found" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert: %s: NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: bad connector ‘%d’" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf: ‘%c’: invalid format character" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "file descriptor out of range" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: ambiguous redirect" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: cannot overwrite existing file" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: restricted: cannot redirect output" -#: redir.c:159 +#: redir.c:160 #, c-format msgid "cannot create temp file for here-document: %s" msgstr "cannot create temp file for here-document: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port not supported without networking" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "redirection error: cannot duplicate fd" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "could not find /tmp, please create!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp must be a valid directory name" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: invalid option" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "I have no name!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU bash, version %s-(%s)\n" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1405,37 +1458,37 @@ msgstr "" "Usage:\t%s [GNU long option] [option] ...\n" "\t%s [GNU long option] [option] script-file ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU long options:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Shell options:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s or -o option\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Type ‘%s -c “help set”’ for more information about shell " "options.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Type ‘%s -c help’ for more information about shell builtin commands.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Use the ‘bashbug’ command to report bugs.\n" @@ -1614,82 +1667,77 @@ msgstr "Unknown Signal #" msgid "Unknown Signal #%d" msgstr "Unknown Signal #%d" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "bad substitution: no closing ‘%s’ in %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: cannot assign list to array member" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "cannot make pipe for process substitution" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "cannot make child for process substitution" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "cannot open named pipe %s for reading" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "cannot open named pipe %s for writing" -#: subst.c:4494 -#, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "cannot reset nodelay mode for fd %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "cannot duplicate named pipe %s as fd %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "cannot make pipe for command substitution" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "cannot make child for command substitution" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: cannot duplicate pipe as fd 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parameter null or not set" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: substring expression < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: bad substitution" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: cannot assign in this way" -#: subst.c:7138 +#: subst.c:7440 #, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "bad substitution: no closing “`” in %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "no match: %s" @@ -1730,104 +1778,126 @@ msgstr "missing ‘]’" msgid "invalid signal number" msgstr "invalid signal number" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps: bad value in trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: bad signal %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "error importing function definition for ‘%s’" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "shell level (%d) too high, resetting to 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "make_local_variable: no function context at current scope" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "all_local_variables: no function context at current scope" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "invalid character %d in exportstr for %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "no ‘=’ in exportstr for %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "pop_var_context: head of shell_variables not a function context" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context: no global_variables context" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "pop_scope: head of shell_variables not a temporary environment scope" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright (C) 2008 Free Software Foundation, Inc." + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" +"License GPLv3+: GNU GPL version 3 or later \n" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU bash, version %s (%s)\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "This is free software; you are free to change and redistribute it.\n" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "There is NO WARRANTY, to the extent permitted by law.\n" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: cannot allocate %lu bytes" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: cannot allocate %lu bytes" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: %s:%d: cannot allocate %lu bytes" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: %s:%d: cannot allocate %lu bytes" @@ -1889,12 +1959,12 @@ msgid "command [-pVv] command [arg ...]" msgstr "command [-pVv] command [arg ...]" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" -msgstr "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" +msgstr "declare [-aAfFilrtux] [-p] [name[=value] ...]" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." -msgstr "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." +msgstr "typeset [-aAfFilrtux] [-p] name[=value] ..." #: builtins.c:80 msgid "local [option] name[=value] ..." @@ -2305,7 +2375,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Exit for, while, or until loops.\n" " \n" @@ -2313,7 +2383,7 @@ msgstr "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." #: builtins.c:334 msgid "" @@ -2323,7 +2393,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Resume for, while, or until loops.\n" " \n" @@ -2331,7 +2401,7 @@ msgstr "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." #: builtins.c:346 msgid "" @@ -2566,10 +2636,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2596,10 +2669,13 @@ msgstr "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the ‘integer’ attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the ‘trace’ attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using ‘+’ instead of ‘-’ turns off the given attribute.\n" @@ -2615,7 +2691,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" @@ -2625,7 +2701,7 @@ msgstr "" " \n" " Obsolete. See ‘help declare’." -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2651,7 +2727,7 @@ msgstr "" " Returns success unless an invalid option is supplied, an error occurs,\n" " or the shell is not executing a function." -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2665,7 +2741,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2693,7 +2769,7 @@ msgstr "" " ‘echo’ interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2709,7 +2785,7 @@ msgstr "" " Exit Status:\n" " Returns success unless a write error occurs." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2731,7 +2807,7 @@ msgstr "" " Exit Status:\n" " Returns success unless a write error occurs." -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2781,7 +2857,7 @@ msgstr "" " Exit Status:\n" " Returns success unless NAME is not a shell builtin or an error occurs." -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2801,7 +2877,7 @@ msgstr "" " Exit Status:\n" " Returns exit status of command or success if command is null." -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2882,7 +2958,7 @@ msgstr "" " Returns success if an option is found; fails if the end of options is\n" " encountered or an error occurs." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2924,7 +3000,7 @@ msgstr "" " Returns success unless COMMAND is not found or a redirection error " "occurs." -#: builtins.c:682 +#: builtins.c:685 msgid "" "Exit the shell.\n" " \n" @@ -2936,7 +3012,7 @@ msgstr "" " Exits the shell with a status of N. If N is omitted, the exit status\n" " is that of the last command executed." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2950,7 +3026,7 @@ msgstr "" "executed\n" " in a login shell." -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -3008,7 +3084,7 @@ msgstr "" " Returns success or status of executed command; non-zero if an error " "occurs." -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -3028,7 +3104,7 @@ msgstr "" " Exit Status:\n" " Status of command placed in foreground, or failure if an error occurs." -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -3052,7 +3128,7 @@ msgstr "" " Exit Status:\n" " Returns success unless job control is not enabled or an error occurs." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -3096,7 +3172,7 @@ msgstr "" " Exit Status:\n" " Returns success unless NAME is not found or an invalid option is given." -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -3136,7 +3212,7 @@ msgstr "" " Returns success unless PATTERN is not found or an invalid option is " "given." -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -3201,7 +3277,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or an error occurs." -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -3245,7 +3321,7 @@ msgstr "" " Returns success unless an invalid option is given or an error occurs.\n" " If -x is used, returns the exit status of COMMAND." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -3275,7 +3351,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option or JOBSPEC is given." -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -3315,7 +3391,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or an error occurs." -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -3401,7 +3477,7 @@ msgstr "" " Exit Status:\n" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -3433,7 +3509,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3471,7 +3549,9 @@ msgstr "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3479,7 +3559,7 @@ msgstr "" "out,\n" " or an invalid file descriptor is supplied as the argument to -u." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3499,7 +3579,7 @@ msgstr "" " Exit Status:\n" " Returns N, or failure if the shell is not executing a function or script." -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -3659,7 +3739,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3695,7 +3775,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or a NAME is read-only." -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3729,7 +3809,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or NAME is invalid." -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3738,7 +3818,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3754,7 +3835,8 @@ msgstr "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3763,7 +3845,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or NAME is invalid." -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3781,7 +3863,7 @@ msgstr "" " Exit Status:\n" " Returns success unless N is negative or greater than $#." -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3805,11 +3887,12 @@ msgstr "" " Returns the status of the last command executed in FILENAME; fails if\n" " FILENAME cannot be read." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3820,6 +3903,7 @@ msgstr "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3827,7 +3911,7 @@ msgstr "" " Exit Status:\n" " Returns success unless job control is not enabled or an error occurs." -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3977,7 +4061,7 @@ msgstr "" " Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n" " false or an invalid argument is given." -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3990,7 +4074,7 @@ msgstr "" "must\n" " be a literal ‘]’, to match the opening ‘[’." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -4010,7 +4094,7 @@ msgstr "" " Exit Status:\n" " Always succeeds." -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -4079,7 +4163,7 @@ msgstr "" " Returns success unless a SIGSPEC is invalid or an invalid option is " "given." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -4137,7 +4221,7 @@ msgstr "" " Returns success if all of the NAMEs are found; fails if any are not " "found." -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -4222,7 +4306,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -4254,7 +4338,7 @@ msgstr "" " Exit Status:\n" " Returns success unless MODE is invalid or an invalid option is given." -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -4284,7 +4368,7 @@ msgstr "" "is\n" " given." -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -4308,7 +4392,7 @@ msgstr "" "is\n" " given." -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -4332,7 +4416,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -4362,9 +4446,9 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -4381,7 +4465,7 @@ msgid "" " Exit Status:\n" " Returns the status of the last command executed." msgstr "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -4399,7 +4483,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -4427,7 +4511,7 @@ msgstr "" " Exit Status:\n" " The return status is the return status of PIPELINE." -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -4445,7 +4529,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -4483,7 +4567,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -4501,7 +4585,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -4519,7 +4603,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -4543,7 +4627,7 @@ msgstr "" " Exit Status:\n" " Returns success unless NAME is readonly." -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -4561,7 +4645,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -4586,7 +4670,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the resumed job." -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -4604,7 +4688,7 @@ msgstr "" " Exit Status:\n" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -4658,7 +4742,7 @@ msgstr "" " Exit Status:\n" " 0 or 1 depending on value of EXPRESSION." -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -4762,7 +4846,7 @@ msgstr "" " HISTIGNORE\tA colon-separated list of patterns used to decide which\n" " \t\tcommands should be saved on the history list.\n" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -4820,7 +4904,7 @@ msgstr "" " Returns success unless an invalid argument is supplied or the directory\n" " change fails." -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -4872,7 +4956,7 @@ msgstr "" " Returns success unless an invalid argument is supplied or the directory\n" " change fails." -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -4927,7 +5011,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4965,7 +5049,7 @@ msgstr "" " Returns success if OPTNAME is enabled; fails if an invalid option is\n" " given or OPTNAME is disabled." -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -5021,7 +5105,7 @@ msgstr "" "assignment\n" " error occurs." -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -5061,7 +5145,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -5083,7 +5167,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -5138,7 +5222,7 @@ msgstr "" " Returns success unless an invalid option is supplied or NAME does not\n" " have a completion specification defined." -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/en@quot.gmo b/po/en@quot.gmo index 1cc4babc52c0cbd01b92501d5f12f5b64a013640..bcbca8dfc5bc69666f83be6cf4a6e36e2238e835 100644 GIT binary patch delta 13616 zc-qxkcX*XWzMeVMpg`1sNC+GfLK4z@NJ4srRGJFH8j?eZq?vO9A`1sBDA)}U6e%JK zt_n!dV_8KMb+KGQMHCBG1VLdzkz%>;?|Ub^$KAcpv)F;J`StnDoO$bZ zpOX*yxIekD>oSGE-ZrHM0dMeC>N&h0wJYoI({QCm06zm>2s}SRsWjja;4t81U@zbT zU?1Qu!0y0%frEkf1O0$60EYng0{a7h0QxB9R_8}5bpa~+NAg3c!Aye_BRO#cFhC{( z_64p63XPk97XjY_UJU#qk_4VJ{gb1JWx!CN0~iRrJxU03EA@C3Ie!H>Tm~@MD_SZ1 zQ?UlC@LxaRT?RJ*(NsMbO-_$SbE5NNlo|jG1o{KhVo3OA}) zWE$>?;RMHGIB~aFmJ&m z#dsMCoEB$n02n5^0}cef9!Jg&#&P1G%>cgfYH#II%l{oV6#Az{e9f;2Q}fWPbw3JDosP z4oGBuW+Eju#h^3MO{-m;$c8I`phay@q$ExzQir}twBiWhdBE%>inKI|{ii08fQBRz zIu|$+csDRe2m@;1ar6B|5{=%+oy-CKfd{%M6#^^*_DG`yDl&*yX0Tl|umB_dF@qDo zl*#XJ1J4J3p2>E{GA;K~=L~ksg27_kzFAb6Cs(Ow;kWMB@zN6&HjZNi~q5q4Fo%Os^9L;WRFp{j05y;`MIIKJN5fEY|zbc<4dMY-fwe$Tj#<2-Z+To2#xxswd`y<4e$U7-Iz zw<$Fn6-(P8c8PHJK)gUd;Ctflz?;SR?q#I=>%H{vpMVQMXup*-!sV-tF|MZ3z5#q4 zcwjYk{>U2kdvOiheF(IR|DRez-Cewvp>x<;N+NtMb(gl5I?FeBxv6h3?Pmj_Ej1rl z1diVXt^i^EA5iLfG}!zQ3>OSGKBm+t;L1%(K|AV$&5*wsQPviva=>~y@J2Ma+hgfQ z4R{)2#{dDqJXCzKoyHZq6V{Ij5`asA`LBXIal6-)dI$X%f$h^EWYU|kC*Zi<6#18L zQ$=^ZiwC%DFZ5r4jv@P$g^l}YG*19u0op!5XVmZ7Pt^o`NYMrZGca)q@O4Zu`x7iU zAT;+g7#GT)d<_W#2Y&+_fGDGmq7Do!KZockAsEh>2i&3D+7fklt<@K@2mwX3XMx)= zKv$c#CVslBw)}kuP*m_XP~yQsph)B#up9*U=%%gJ^3v|wvX$$A5_oO{itZmVxD$vF zpgwkYXGgytTEP=lO;4>npmZZJNBq9GR{6jOdXs>|K#{;%pah)WeY6z^{DIv-@Q6Mn zFveG_%fzdENx&*!685Yw`yDjs{vI!fMAR2(H3xX)LJsKg)9SD+F2E}x>Z$!W@b&@P z3c>FTAcsc=kg!ugiD*48(bj5s2{0I#0+c*q>Lu)dJZ0A;w<3$#W-9QPsCx8-i z`wrBWSA+w_eNuoSz;a-WSUpgd-;Dz~;Xa^*+*3e_Co%pcXe3b9f-(LiWTrm}xzk?= zhyShjrzoEAXUCU-vKGAI&k0ZZb722L9B={U2*KMW%*nYn>iq zFmV`dVazbfvPU>ERsb>*3_wFNBPy zyF>V4W(ak(B81kxJ%j<`I8d_IkWda>5lS0q2&HP;Luq^)fteDZfa8HWjNd1QQ4+Ob zByb)uMbdQOMDhQfVVu~11S!iILD60{f_}ba1SPU=1PR$Zf&u9L5ftH(5tP)~5uB)R zxVEy};BfXU3a8Oc0G7+d;q;;piEj06I7RtuINhmR1PSOH!O$BW!9bI2Fb5beZWTed zoCB16zaxUib}WLn;1{XY<)WHM+S09&4AqYq^hAo};D0Yg(yBj-q|SbhBqsx+D8eXU zk@#~IIleiHs%VcQhufkkksVRw{M{%L_+u0USx_|FWdak#=%UHULSUZw|EaUF3<>`th7$Y*SS>~xOTy}7X;W^X>?gLw(uO_- zx+OyOilduk#L*Tm1I9^*IO=X|90@xVN6P!f6YcSg1L448Nvq?@;f8ox_eZ9DUIHh~ zN+5w(B~S&f1o*#*enA2`x<7#;+nGRuK24zL&Km5INCN#58A{U<$@!c_N@{5$jrb8$ zekYNt`X-SK^hhEh2}!hxsYz}c&AcS)d|eVLdn$>d+nGe;+-J%kCy~(ONhI{5WNl?i z(aAKrgk>EkEGZ5rIMjRsgzJ$Ds8AVmGPn}mGii7PNhz^r&6c8QaRDP zspRz6RJvne8r$WhF=Hx8BjHyVT$08Ko-*I}r%}}3q|vzj(mCGvbOxZ=>DD}MwI!XI z&WGvbVDKn%lrxI%HXm4t#N@V7BiJAE^iHOz2L5+4lbrR+qC5FzQD?&qj>@74$7gZkrY!3Ex-4?KHj4yo$)elt&0^#{ zoJ9h4wi(CZ_-sbfnZQ8t|E1Za%#%$cc_W)ve%PRI4*fRSU~LX{+ivi&92(P0Ipp+2 z4kx-Gm%0wkrLkt`lJF_HBy=v&EjqcwRBX*<#Cydw+?UGeLe@cJ)cJONIq4tH=mpx z&*#KF3MlG<1!N$ufP@zmFr?QMaJ(A}*nWelf2M%rd|2S-vUs9^B2tB9G^WpiTV!W64I;$O=H+T_9YlQP&}ugZ$gS1ZL4@B- zaEKUO*PzvNsDI#UaE6#&h0VSkL|k*Nw)T|k|ER5lh`-L$)sL=0Sw5R3^g zT%*+wQeLaoTzvPvpX1#6fVOto*RR*=QP`jIc}T0TG0~G7v~>`%`Vq$P{*P(vAYw33 z4kA_pTZP4t@Xn@Q-9%{0QbTa7VprP00zl!J)FTdDIWI@s?Gpj#S#)j_vV z+o-#t+ZZ~dwowv^+o-$zZFIA8gVm;fwrRf*C zyF)9)HudI<@P9dp=)03fGz(Y;)^7yfh6eAxPSs3%Q(FfSwLm$DhP+JEPSqHRr5OEafhx!*j(`qRQ+WV!p4kE7lT3ZJZ7axZFSK-C~8*LpxJbi?y zj?!off&V3EL*HuaAfoyhRpU8E(QXHh#sqHz-@*g|C$(A)Lcje1+j*34{Rxr+?*2tv z2N7Q?n>q^yN_=frHeBfLXR}Ts+JPeKkAQLzaTF+`-QC}29YpL0%EWhEVq@M96cua) zN<8>8P$aSkDCY?u17%H!^tV~Ias^NVPc2Y%f1^S7YP?7y-~qy;)OSERh?p2)Q`P=lE8tuN6cr8y`heh=AQG4wY_kp`%77AzHw2TgUBOmA zw>r%i)qS|lI*9NC%0a}>Asldan9VwfSOlzrsGCP{;JuMHF0+y3P)Cul^MMjk1Awx) z#RFvxnFy3+cR>{UJsc$xaZBFLh6jL>o7tjmmN$d~C3Y7_bKp9lc+0gw$?=u}C9U2O zO^!|gW%(T%W3xhT7Et2JwLpom*T-bYdJu-4w_1?gGkMvL=oM?gL8pdNNftn zxjcm;p9_=#w>E`@J(l98X!oShy?zFYM7oWnPUA;XWYb2{s1_P*2TCY?Y$PSOb0kIm z;Qw zmPZZ?@+gsUd6eYzJQ8?Y9vOMswEG~BwsH{Y7EVI)xd_GOlY`m$v;|K-jqS^PTKnmI zx@X@4iZ;>UWd)Sr+ydjC1(e`Mpd3VOEg)h23ynQQX74jw9tY21rU`H5m0?Kj0F&~LPx z%jV$G6#atjr6j<;yp$q-p_C##36x!Ha2Z2yRT;nESH|yem2oZ5<UB&WM8N#NN^j+Z)C0ucOf%2-ac94H47JH|4!b{$7a zgpQ-T)c|GdB(5kT{hSvh)N805h$q98k?N__k_7{w1tw|Mf1>#-8B#?nIYkbt-V*=+ zUi68=EHi-o@-+ZY8=kWg9iUA z3a^PAl0l)IWXf)DDWbj}&pfy3Alb`G^YIN?%~0P(j!?|^TSRwwpCfgOKf_{gqOSBB z^iI>(-=J8%1gG!hs1|iIMKz|ar06dRQP@$bhwrAtR8qf z9&B=~AoHa7v0O$l6Q1+p{sB4jNBNj|h}-wM6v)wBl8ZrQ$Al?l%KG zsCe;6f=N2+pTpA|&t@4!w%fAn!6V7WS~I9591WU3*Nf`I@!o{z1@nD_gl>tBC{M?e zrHxXKm`U$L0B_h$Mc?FQqo#`@wEny)BEC`QFtS+d9;b_3DdlzuGAQ&8trK z|4uw*qW{P7h&jhBnO|4w#VxBM!~Gb{CyoQ&Y9kP{B^ATybyT0vfY zC7?|dTaYzH^ePkS(@)QW!-5Lm}7(HZ8*2&XV0VXJ)T-wCOauN=+kMC z#=37peH1aZ=KDo52%dCVo`E5n7gr>?{MfV+3HLYS&JbfZ^?iWviT~dr z7fwv&pMfcO-p3QId0V9yIA37~2-Cd7BY*o9?|4a4a9(GaHh9+HP4Yv7WJQt@DPGs} zGvA(*wWM=VD3R^)KLi|`<^`k)ro2@yo}g}!X(zXt7Rxc3Y|BiWP?SHBjj8OM#6x63 zlSqpCQq9Y3LuDD3bY6QcN|$&|zFW59nitGE|DN)Cm)%UWB$H?}&h(R{bTZx(@Jz)s zO@6TO>QjNbzer+h+FvCHpPlRfE^VDXT7MA+?*@LLc)FM?WTWWC;tb8Ls{{(Tn>Uwh%3r*8OoA0PSU(~w@zXL zu&3k*qIcNFgObT8UQn`@axdasl7I?|Cn#Ru+UNECI99Lnr#Y)z>Y82l*)trC z_9~~duC}qRu~y!is_Uv;b+a7ys+N|jIiCAcbq_tRsd1L0#r2!dt|oh3V~yh)M-5vl znW4I>v9ZZzuQu&F8=&n!joeWZ^@*+DKULdjI_7i)#J<+WQ<$UQwspLkysqE!$@+$l z?@DhS(r$0k7kM(PbdaqrYC>{{yP;cHWSPCrX_r}RTO3s`M~mGxqpH!~)M9sB-C9*I zbH_%h{A=o5_~2-(T6S^AE6acBR$wozD47)>o@y^Fn;`FYQ0%O0YP82o-+F7L^cgN! zb82*SZDVUxQ%h}heO}A=d`A%;h@qKJmy?pP~KbxSU zzG*fls;+|VHFersgQL;amUw1TRO`R&(%RhoFT1oa?rDqac;d`0-NPp|);pX|`}C%k zYDY~3CaJA!v^!@w>g%1ImN-p}-P!DDYpxj5-qhE&e%Tp4FSf-YGAJvzUz$C3YcW(+D9;X?zOqlB>8&l8ti=v(HMhDvu@~s8y9CzN z*n<=6YwV%H&M-*0Wu|zR6WXt>K5Ev{D2ngD%% zw+u&%BeJHcx>ZDEuX5Sz>lz*Q;2L|4qrMKTkP}B^O=Q#b$mwLYhOP~zxzMNoXK67I`_f~kO9@IAv{T-1g zxqVPi+mPQMjGkh=L177Lk44^9*Y~cmMnDFDK8OIdf*-KJUz#pVl_mH@`vP zM6DLZQLIK>Vo(v&qp5 z+3ffqz$oAeU~Ay7*(9*Jodh}U9I%7AzaI$Us;PFin+J@<_-Z{0_)|OV9PkH&^&I3p z1_;`e!@>G{9aPl>2RnQc*b2DH+`r|Zs6TR0BHublXqc1l#RAhrQouko3KdQxdM5`A zI{9Lila%jtlHwyyiu`9_J7A=X?Q>nM@9bhfBY=&754$LtCtM_GgK7Vviz+qQ@h-3-@R)}K)_5q=Ura~gUe-r?NpJ$t2h0a12w^}CeAYaF&P(Hd*~@-+ z0Z-OZY9H`s;7b7?MRBQ+Sigu3qktXJQ(_SZ9#PEalYut?|60s;!D7pe)M|qpf$Pw5 zsF3Mq(N12>@mzz7st!r!C1D|HVl96gnK4;{?EO{rd}@6#LH z)UGJrg zkb{9YivJH^O5IIfN}bI#_^helU|x8ADdWU8U^8(1E$~?ordBAm9Ss(*QYsT1_Jtmb zfU~OLF=BM4KhkGdUd-j5RV8ni?3wXl;7&G2m{xR|F$F!NugOLBb zC_D)H-;M|VBh<~JBNXjYV2QX1a1RFf{!_RV2z~Q&)Z@PQ7Z4%vnX|9~Sk>AZ#0)Ud z7>3eC`nv*#fOD_V=neq!iaLFTlHL6qHypxKtTqqTVGoo zM*=0lqyj}}IY613I{<~CE)iPw6~B()fLnk<$dL%XryCM)1b&TyV}K6=!yB=`>5a8I z2V4Lg1jz;-ypbJ$-b`De_d+vrRKGb1YYvnMmI##DF9(w>;g(?Jp+`$(I%3FBmpJ% z=SGr%K9M9~Y9tAMB9apLTO{9m2`I6DOC-lR8OeU@wUGXx|56m55~~J^QGC^cy1USV z95iUj4l{r=u@#_9&mXiTVV7ERpr|Mg?2n>~h8lbdDAVsYLGk~ZD2lXc zD`GBC0>(W+%(QA6P$rkn=KfGCb{q~%^h!z2UN%#VTF9Y*|2cs#W#;vs# znA!pZGEjbNc6>KblEHbv6=Kb8IPk7E?5L&V8&R5;`9!ZoH%|+iz~mevh{ekb@sk5hm^z#|~P@k&u3I6zT9ditN!i>Uvci zJK7&d&acLi)1-E+@70bfngMjkEC|ez1O+I`Xp?yM>kGuw7<$K3H`C*3d`|*dpRBEgMZaVk*|W*Cfo;G$Mc2tRB5#VeLUAvH15zllkty_=St(T2+7vRfBZU(D z1b8#>>l8BVOx4W){i)>eo>Yotcq%!6DAl4+txRR)`p~rd8t9RnFqNF7r)g`F@d8U^ z8c(AQY)zw))udUGPF+c(7d1;~{~kf{|32vy;pB8uJ~y2rTn8L1{+n**h71~0Dp2x( zJ2PlIb21p1sx#;vH5s%8jbuP_z0^#q?(R$y_GBgr-wq5&;r&b#Sb(=!ODb~MBa2o& z%iO=3#R1P{k-+BJR6$HOMW2>U&N^pPVxzK2(41^aZneS9*(7jVHvC^g=$F~#Jl;-G z71?RUz0CboJKbfW-T1GagdDfiCh9q8GszC>yo-Z`4Rla)qZ~BO>E?d6gM==21W4&y zsE|zPsDnm#+(9?F;$TQlbdr$HP7*TE$@*zdN@$Ifap52^S48ikzx!NN!B`h1yxPUc zc-TcoRKU$bmYddpmzx3U88_W#tD79{bW=h{-87<~+_d^g4+qNjP$d-}>UNBW15Ngj z)8{>O$M=Ae34QG$!GTMrknCm0y}WEN(Mu7}_R^|1d)d(iF9T2W91hSmhZ)VJ91^}Y zhm4%ap_@hLYSj}7NLnu2PsyVS*5+C50_u%C>h703QXcK&i%CGqdObesxWLB%b(fEv zjPX$=3w-2!t&d)`+0^ee_^FSQyWr!%4fCnu*nD9W{#Te!0=nkYU&rM$WX{TG2g?k; znopb9lTS(foKJ#U7SJX#3ux817#v$b)ddZ1ETFCIDj-8Y0$YgxH!Y+tQwwQ~rG=#M zo>U0e&fDTxeLt`vQYKi^%!VA{yajQ@;Ti5XyHJvBQ%^ z^w$gKKBAbSZe2`?6cm%t+l$HZ$YK+KiYemiVoGXnF$X+r-n&#x!kd(k;KUNfi?R~< zzZl)%6236YJb1Q*9lcS)*=~OcC3B*L1pUjjkM`48v;4d-^7FkOehxg;Plf`161dpU z{$BNyke&VjJ3Qs5&XBlU4^m1gq7DY{E~Qb9D`mUsrS$W4rIf_UQWE%EDQzOEi~%UC zj05`0DA7)3?5D4(9~vkl#SfHm7Mxo~H+mN+8wuZ-=l?9Db=PUnjw6BRk-xVC_5wEQ zL`e+lOswq8b`Jw(A7OrH4t%%^pMTkfp*Zk!7dF&g=|+tVwgkQ;19YYC4qzE`68?F% zJ5#IOcQLZ<1#ZRw`ff-P3zb*;X=@+h<9oH*kM|t|w6%|*hk!wZ*xvVPwGH)839m^pe$DO_kUVlzoJ_HQL%o_+2EQ`(|1$0Ct~YT47-#{G3s6`C%5K}J)e*G#6$+J&guNjx4xz4W(bh&n(N-GK z8eliDUJaaw=eC_x%@ez{wU6*LQ1%hNd7rjr->a>CgaY7ZVAliM+DEv02=bSWgclFP zZSdfsPqbPDf}Z+}B2PK4t&N03C$w4yJaST78we9l6W=^do3WkI3Vo~YUubI|A@(d) zQ+bw>oeb=P{^tSrq5n^@G+quuUpxM#9RATHOi`>WAB`Y`1rW z&C2oC0!7s4fwGZs1t_9D+0bU~Bb)=uz{?xkEPr1M6cvPk5*PLWMIxtwvXAi3017fG z)N5k1j3oys0jLxxy6-Ig4%8&Ejz50n5?3AEPz zzy=_2K}!;}xRuS?M+j_0p`EpuBq6EMe6f$g3ZQHxj0eg_Lcccb@JNi!+DJGHyiayC zW7%;|yv+)|o#V;Spm-8C3Mi3u8c-&)MZh$f|3fIqw0hdS7?D5;#3!(!A1JBTV4zt4 z9H4~ksswiY0Z_c-7*NvniwR^TKG9}Pvps~9B9=8k>9 zSn>aQDK;w$P6kRUHY9}{J_VF4_!Xc`I-jMG0G&$AOtnO)`WT#%N=dCZcp#M$`xPkj zepH&xnp--j@qRQgARVtnK^6%ANTY7A0%caaA)OtirIUm1K-owbmre<7NT=wxrE{R8 z>FoG2Q1%fr5Z7fNVMhiT8JNj_=44Xh>oaWuE0XQcBxT1lDO#OHH_FN)r`{~;bU+q$ zx*&_jw8`K*K#7>2Wl?fJWKq;jvuR6hv#HvmY_{(Sl)PYQcEDz(-!o7lORG)Ul)y=# z>;rt4P2Jn=bgj1wu{DB0+fA(zNUVoixSxG zB4L3;C`dkk1}GZ|t=$~3(oKREyD8EgZo21bps4J!n*@Y=7;x+!O0LX93H9`Fp!+;@ zg`34tzX)|lQbjSTb zS+GRp(8xOH&<4f;WglT)4sEC=$Hx3WJeM)OMJ`2_oJ(si$z{UG4l8>T|%_o-TQ-VYCX=D@gDZwX!vX8JNpM+h@r!6%rfd5M((7u4iGae`# z3Cjw|@qq$za2_bRUb8~#u0tUSn^H)^Uoco*NdMnn$Vuq}Q1%V-i)hqiig>@gh~phB zg8vJJSBp3;)+?syn-`NK4^YzTKE)(xd@)5g&){>#Byb(D)LM9u^Cl(4j1r2zqq(mv zVgK_=$iSwO04X_ELS2XXX*7v`TJJ4>64u{O(T(uaIH#HWnSK%)^pnu7K*@xT_-S;< z{PdE`eyS|Klq$Trls3~pP)Y)(mQuuPODV!nfwGKlSjLdssf^DbF5~mp$`~1I%8V}C z6Wh0^?M!G-&R=a$uQ}D841L|6lK8znLvf&0Ijz2+oPniRIgRG=a_aQyat^ezoSg0{ zrxkx!POoX)fsriMVAl@pcyb3mU)q5TZs)HWHR~WGFq= zkrJreiEicx%8KX({OhFt_&uTcP4@)}&zhgy#@Bj&E9$UxP^~rZ_e(;HYlfB&XYfC< z$Ze9jXnw&QEMGx!ZB+cqJyG$y9o7@7uKuHA$zT_Y)yvE&+xC)jYksP~{@aK9`*C%X zcp?*&dH)xwld|~#y^@{a=1tA7Ru_On6%QTA?*Um6n-|v_d{cC+`N2{$VQXEW{`*%U zi&^uIq;Vfg4r!i!Dc^q|#lPl~I$K|{V3CTa7B->$oq6#gnW;oYqBqSiV)BzucUXU_ zx8(zqX&Z0wSIv)%^4lvJun>!@(A2d7VkH((x1%szwo^2}Qpyi$x*8;6)&G|pw@3z8 zJ5%oh?w83)46|0-KBk;5#F@HfrmjD5iYcEK`L7fsLu$N45)Shq4)~E=l59wVAu$2> z(`pSO%W5ng6_#^WERf&L246CGRQ3*JZHP7(YrVV9;NgI&{2W*&l*tMgC_a9VX;f+2 zyaSY#uwV0QrhNTwh4MGJN=%#IWgRGS;!l#hOJ-8k{RP(xPYyC(YyxF03!f5}v53e|rS*-hrYz3lzV#)61iWtDPl(IZh#8qn83}{v?HR{og@F(yX&$BY1Y3sXK)7ahbTx zy&T;bWy*3!VYf_LrmrV}&&U?$sEujv0)$;U0zg~6DI;pV0D@&y}pUeP12Au>nc zlKrAw)3&GLajMI>pNQ*#h+14!%lQB#uBM&ye@L=bz!b*e;aV{c&4UKle@AftvrIC; zH#Cpv$nUaz4N*KsA-^AhYs9K$-T0?Lip8_={A#VbSk2>mft?cP#Q=ftna)1YJOv@Y zEhrzwm5pnR;_0VdlFNz9$!3$p09lYoq(j~NGIz*oSlkX*@9Pl}<+ix)H20rs>jXu> z+E|j!rc1KlBMFFU5P5x)5e^Jt5vJ~Q#lu9Bh%A+q9nWV<+&9nX%J+Y<6`A`b2FTPb zYk})wTBL#NgxKF=6l5pk6^YZ5pPRvs19#)n5dRK?RPcgVgl?jJYp zJt)_aiR^lNiTASq2kdHm{Xx_Awd?*bNuwl|lAX?#Gdt$xGX@9AQ7f6tC7IAX>9k!8 zRyfCCJxsf)z|rEGreoO=Evv=MVOjUrx^JkhW0?VUMEqWKAqRzUeW7_)PksYU=Z^@N znn!O2*6QSa+z$}n);t@w960Iv6pQj{T(S)RyXHZp=f&3Kq3QPxk;x9tvp$P}`y{uQ z8Bub1#WO*jQGd{Mx=6&1`)#HJIol(v=dI>`gyvZ?`4!Y6bb;gurcG1L(^E|(+BPx` zE=fYEt50OKvxQ1awM|zqvmda9p6j5y)meDLJEmdM`24s@11m=l8$GnTbIznF9Z|ib zTa&o3esTC!7mo`|TR7{pn7Sj!j2RmmyGgeVPsxw#)a{PAP8FjoDhG~?>+!&#k;4YZ zbsaXiV)Xcm%(#gamE(tv86D@U-m}uCgC}3pEvutf4QW&T{q`9x{?k>k)i=6F^%sX9 z2@78PUazjM|M|#vL02FBPF$q`^O3$?Yq(k*u>1q0Phs~`+=UVIC z^}_D!IIMC)D9UGhQinPv=_z$WwlsZrV^d#|tG}ufD(Gp;vjyiB>6ixYY**H(fx|{m z2v!$qXM`uq<%)AU@}1t`cSSn3)_tf&vHt!K`D$BmO}RcKLf%p5PXaz{3-0ZzOF|>N z>UEJiV&RT%Gef~a`c&Kh2>e%YHCtDv{J+J%FnZPaQ1Er_6xl~agt~sAAJYr3-X2js z=7ULf<+dvPk3pc2ny?U*krDqNMdXPRdM|wE_vFwE&26ixg&?%BCg^Kzn-PR29HDk? wY&n)XW;Fhvig>;bRM4csAHu&WOvHYyPN++nZGQyogAo3rQ0P|MWTSz915`opRR910 diff --git a/po/en@quot.po b/po/en@quot.po index 8d04b1d6c..dd3992cf4 100644 --- a/po/en@quot.po +++ b/po/en@quot.po @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: GNU bash 3.2-maint\n" +"Project-Id-Version: GNU bash 4.0-alpha\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" -"PO-Revision-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" +"PO-Revision-Date: 2008-08-20 08:51-0400\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "MIME-Version: 1.0\n" @@ -38,78 +38,93 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "bad array subscript" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "%s: cannot convert indexed to associative array" + +#: arrayfunc.c:478 +#, c-format +msgid "%s: invalid associative array key" +msgstr "%s: invalid associative array key" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: cannot assign to non-numeric index" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "%s: %s: must use subscript when assigning associative array" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: cannot create: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "bash_execute_unix_command: cannot find keymap for command" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: first non-whitespace character is not ‘\"’" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "no closing ‘%c’ in %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: missing colon separator" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "‘%s’: invalid keymap name" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: cannot read: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "‘%s’: cannot unbind" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "‘%s’: unknown function name" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s is not bound to any keys.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s can be invoked via " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "loop count" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "only meaningful in a ‘for’, ‘while’, or ‘until’ loop" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" @@ -119,328 +134,323 @@ msgstr "" " \n" " Without EXPR, returns " -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME not set" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD not set" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "line %d: " -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "%s: usage: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "too many arguments" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: option requires an argument" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: numeric argument required" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: not found" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: invalid option" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: invalid option name" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "‘%s’: not a valid identifier" -#: builtins/common.c:207 +#: builtins/common.c:209 msgid "invalid octal number" msgstr "invalid octal number" -#: builtins/common.c:209 +#: builtins/common.c:211 msgid "invalid hex number" msgstr "invalid hex number" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "invalid number" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: invalid signal specification" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "‘%s’: not a pid or valid job spec" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: readonly variable" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s out of range" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argument" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s out of range" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: no such job" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: no job control" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "no job control" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: restricted" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "restricted" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: not a shell builtin" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "write error: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: error retrieving current directory: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: ambiguous job spec" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: invalid action name" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: no completion specification" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "warning: -F option may not work as you expect" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "warning: -C option may not work as you expect" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "not currently executing completion function" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "can only be used in a function" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "cannot use ‘-f’ to make functions" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: readonly function" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: cannot destroy array variables in this way" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "%s: cannot convert associative to indexed array" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "dynamic loading not available" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "cannot open shared object %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "cannot find %s in shared object %s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: not dynamically loaded" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: cannot delete: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: is a directory" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: not a regular file" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: file is too large" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: cannot execute binary file" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: cannot execute: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "logout\n" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "not login shell: use ‘exit’" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "There are stopped jobs.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "There are running jobs.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "no command found" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "history specification" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: cannot open temp file: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "current" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "job %d started without job control" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: illegal option -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: option requires an argument -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "hashing disabled" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: hash table empty\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, c-format msgid "hits\tcommand\n" msgstr "hits\tcommand\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Shell commands matching keyword `" msgstr[1] "Shell commands matching keywords `" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" "no help topics match ‘%s’. Try ‘help help’ or ‘man -k %s’ or ‘info %s’." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: cannot open: %s" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 2008 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "License: GNU General Public License, version 2\n" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -459,110 +469,154 @@ msgstr "" "A star (*) next to a name means that the command is disabled.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "cannot use more than one of -anrw" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "history position" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: history expansion failed" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, c-format msgid "%s: inlib failed" msgstr "%s: inlib failed" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "no other options allowed with ‘-x’" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: arguments must be process or job IDs" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Unknown error" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "expression expected" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: invalid file descriptor specification" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: invalid file descriptor: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, c-format msgid "%s: invalid line count" msgstr "%s: invalid line count" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, c-format msgid "%s: invalid array origin" msgstr "%s: invalid array origin" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, c-format msgid "%s: invalid callback quantum" msgstr "%s: invalid callback quantum" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 msgid "empty array variable name" msgstr "empty array variable name" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "array variable support required" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "‘%s’: missing format character" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "‘%c’: invalid format character" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "warning: %s: %s" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "missing hex digit for \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "no other directory" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "directory stack empty" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 msgid "directory stack index" msgstr "directory stack index" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the ‘pushd’ command; you can get\n" +" back up through the list with the ‘popd’ command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -608,7 +662,7 @@ msgstr "" " \n" " The ‘dirs’ builtin displays the directory stack." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -646,56 +700,40 @@ msgstr "" " \n" " The ‘dirs’ builtin displays the directory stack." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the ‘pushd’ command; you can get\n" -" back up through the list with the ‘popd’ command.\n" -" \n" -" Options:\n" -"\\ " - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: invalid timeout specification" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "read error: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "can only ‘return’ from a function or sourced script" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "cannot simultaneously unset a function and a variable" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: cannot unset" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: cannot unset: readonly %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: not an array variable" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: not a function" @@ -704,20 +742,20 @@ msgstr "%s: not a function" msgid "shift count" msgstr "shift count" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "cannot set and unset shell options simultaneously" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: invalid shell option name" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "filename argument required" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: file not found" @@ -730,75 +768,75 @@ msgstr "cannot suspend" msgid "cannot suspend a login shell" msgstr "cannot suspend a login shell" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s is aliased to ‘%s’\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s is a shell keyword\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s is a function\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s is a shell builtin\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s is %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s is hashed (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: invalid limit argument" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "‘%c’: bad command" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: cannot get limit: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "limit" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: cannot modify limit: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "octal number" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "‘%c’: invalid symbolic mode operator" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "‘%c’: invalid symbolic mode character" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr " line " @@ -812,67 +850,67 @@ msgstr "last command: %s\n" msgid "Aborting..." msgstr "Aborting..." -#: error.c:259 +#: error.c:260 #, c-format -msgid "%s: warning: " -msgstr "%s: warning: " +msgid "warning: " +msgstr "warning: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "unknown command error" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "bad command type" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "bad connector" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "bad jump" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: unbound variable" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\atimed out waiting for input: auto-logout\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "cannot redirect standard input from /dev/null: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: ‘%c’: invalid format character" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 msgid "pipe error" msgstr "pipe error" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: restricted: cannot specify ‘/’ in command names" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: command not found" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: bad interpreter" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "cannot duplicate fd %d to fd %d" @@ -947,87 +985,97 @@ msgstr "%s: expression error\n" msgid "getcwd: cannot access parent directories" msgstr "getcwd: cannot access parent directories" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "cannot reset nodelay mode for fd %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "cannot allocate new file descriptor for bash input from fd %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input: buffer already exists for new fd %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "start_pipeline: pgrp pipe" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "forked pid %d appears in running job %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "deleting stopped job %d with process group %ld" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "add_process: process %5ld (%s) in the_pipeline" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "add_process: pid %5ld (%s) marked as still alive" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: no such pid" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "Signal %d" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Done" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Stopped" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "Stopped(%s)" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "Running" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Done(%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Exit %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Unknown status" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(core dumped) " -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr " (wd: %s)" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "child setpgid (%ld to %ld)" @@ -1037,68 +1085,68 @@ msgstr "child setpgid (%ld to %ld)" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: pid %ld is not a child of this shell" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: No record of process %ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: job %d is stopped" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: job has terminated" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: job %d already in background" -#: jobs.c:3462 +#: jobs.c:3482 #, c-format msgid "%s: line %d: " msgstr "%s: line %d: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr " (core dumped)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(wd now: %s)\n" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "initialize_job_control: getpgrp failed" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "initialize_job_control: line discipline" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "initialize_job_control: setpgid" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "cannot set terminal process group (%d)" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "no job control in this shell" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc: failed assertion: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1107,53 +1155,53 @@ msgstr "" "\r\n" "malloc: %s:%d: assertion botched\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 msgid "unknown" msgstr "unknown" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc: block on free list clobbered" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: called with already freed block argument" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: called with unallocated block argument" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free: underflow detected; mh_nbytes out of range" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: start and end chunk sizes differ" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: called with unallocated block argument" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc: underflow detected; mh_nbytes out of range" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: start and end chunk sizes differ" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: alloc table is full with FIND_ALLOC?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: %p already in table as allocated?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: %p already in table as free?\n" @@ -1207,109 +1255,114 @@ msgstr "syntax error: ‘;’ unexpected" msgid "syntax error: `((%s))'" msgstr "syntax error: ‘((%s))’" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: bad instruction type %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "here-document at line %d delimited by end-of-file (wanted ‘%s’)" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection: redirection instruction ‘%d’ out of range" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "unexpected EOF while looking for matching ‘%c’" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "unexpected EOF while looking for ‘]]’" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "syntax error in conditional expression: unexpected token ‘%s’" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "syntax error in conditional expression" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "unexpected token ‘%s’, expected ‘)’" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "expected ‘)’" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "unexpected argument ‘%s’ to conditional unary operator" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "unexpected argument to conditional unary operator" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "unexpected token ‘%s’, conditional binary operator expected" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "conditional binary operator expected" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "unexpected argument ‘%s’ to conditional binary operator" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "unexpected argument to conditional binary operator" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "unexpected token ‘%c’ in conditional command" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "unexpected token ‘%s’ in conditional command" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "unexpected token %d in conditional command" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "syntax error near unexpected token ‘%s’" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "syntax error near ‘%s’" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "syntax error: unexpected end of file" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "syntax error" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Use “%s” to leave the shell.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "unexpected EOF while looking for matching ‘)’" @@ -1323,71 +1376,71 @@ msgstr "completion: function ‘%s’ not found" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert: %s: NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: bad connector ‘%d’" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf: ‘%c’: invalid format character" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "file descriptor out of range" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: ambiguous redirect" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: cannot overwrite existing file" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: restricted: cannot redirect output" -#: redir.c:159 +#: redir.c:160 #, c-format msgid "cannot create temp file for here-document: %s" msgstr "cannot create temp file for here-document: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port not supported without networking" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "redirection error: cannot duplicate fd" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "could not find /tmp, please create!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp must be a valid directory name" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: invalid option" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "I have no name!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU bash, version %s-(%s)\n" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1396,34 +1449,34 @@ msgstr "" "Usage:\t%s [GNU long option] [option] ...\n" "\t%s [GNU long option] [option] script-file ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU long options:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Shell options:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s or -o option\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "Type ‘%s -c “help set”’ for more information about shell options.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "Type ‘%s -c help’ for more information about shell builtin commands.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Use the ‘bashbug’ command to report bugs.\n" @@ -1602,82 +1655,77 @@ msgstr "Unknown Signal #" msgid "Unknown Signal #%d" msgstr "Unknown Signal #%d" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "bad substitution: no closing ‘%s’ in %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: cannot assign list to array member" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "cannot make pipe for process substitution" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "cannot make child for process substitution" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "cannot open named pipe %s for reading" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "cannot open named pipe %s for writing" -#: subst.c:4494 -#, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "cannot reset nodelay mode for fd %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "cannot duplicate named pipe %s as fd %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "cannot make pipe for command substitution" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "cannot make child for command substitution" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: cannot duplicate pipe as fd 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parameter null or not set" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: substring expression < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: bad substitution" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: cannot assign in this way" -#: subst.c:7138 +#: subst.c:7440 #, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "bad substitution: no closing “`” in %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "no match: %s" @@ -1718,104 +1766,126 @@ msgstr "missing ‘]’" msgid "invalid signal number" msgstr "invalid signal number" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps: bad value in trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: bad signal %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "error importing function definition for ‘%s’" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "shell level (%d) too high, resetting to 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "make_local_variable: no function context at current scope" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "all_local_variables: no function context at current scope" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "invalid character %d in exportstr for %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "no ‘=’ in exportstr for %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "pop_var_context: head of shell_variables not a function context" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context: no global_variables context" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "pop_scope: head of shell_variables not a temporary environment scope" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright (C) 2008 Free Software Foundation, Inc." + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" +"License GPLv3+: GNU GPL version 3 or later \n" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU bash, version %s (%s)\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "This is free software; you are free to change and redistribute it.\n" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "There is NO WARRANTY, to the extent permitted by law.\n" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: cannot allocate %lu bytes" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: cannot allocate %lu bytes" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: %s:%d: cannot allocate %lu bytes" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: %s:%d: cannot allocate %lu bytes" @@ -1877,12 +1947,12 @@ msgid "command [-pVv] command [arg ...]" msgstr "command [-pVv] command [arg ...]" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" -msgstr "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" +msgstr "declare [-aAfFilrtux] [-p] [name[=value] ...]" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." -msgstr "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." +msgstr "typeset [-aAfFilrtux] [-p] name[=value] ..." #: builtins.c:80 msgid "local [option] name[=value] ..." @@ -2292,7 +2362,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Exit for, while, or until loops.\n" " \n" @@ -2300,7 +2370,7 @@ msgstr "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." #: builtins.c:334 msgid "" @@ -2310,7 +2380,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Resume for, while, or until loops.\n" " \n" @@ -2318,7 +2388,7 @@ msgstr "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." #: builtins.c:346 msgid "" @@ -2550,10 +2620,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2580,10 +2653,13 @@ msgstr "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the ‘integer’ attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the ‘trace’ attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using ‘+’ instead of ‘-’ turns off the given attribute.\n" @@ -2598,7 +2674,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" @@ -2608,7 +2684,7 @@ msgstr "" " \n" " Obsolete. See ‘help declare’." -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2634,7 +2710,7 @@ msgstr "" " Returns success unless an invalid option is supplied, an error occurs,\n" " or the shell is not executing a function." -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2648,7 +2724,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2676,7 +2752,7 @@ msgstr "" " ‘echo’ interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2692,7 +2768,7 @@ msgstr "" " Exit Status:\n" " Returns success unless a write error occurs." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2714,7 +2790,7 @@ msgstr "" " Exit Status:\n" " Returns success unless a write error occurs." -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2764,7 +2840,7 @@ msgstr "" " Exit Status:\n" " Returns success unless NAME is not a shell builtin or an error occurs." -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2784,7 +2860,7 @@ msgstr "" " Exit Status:\n" " Returns exit status of command or success if command is null." -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2862,7 +2938,7 @@ msgstr "" " Returns success if an option is found; fails if the end of options is\n" " encountered or an error occurs." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2904,7 +2980,7 @@ msgstr "" " Returns success unless COMMAND is not found or a redirection error " "occurs." -#: builtins.c:682 +#: builtins.c:685 msgid "" "Exit the shell.\n" " \n" @@ -2916,7 +2992,7 @@ msgstr "" " Exits the shell with a status of N. If N is omitted, the exit status\n" " is that of the last command executed." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2930,7 +3006,7 @@ msgstr "" "executed\n" " in a login shell." -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2986,7 +3062,7 @@ msgstr "" " Returns success or status of executed command; non-zero if an error " "occurs." -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -3006,7 +3082,7 @@ msgstr "" " Exit Status:\n" " Status of command placed in foreground, or failure if an error occurs." -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -3030,7 +3106,7 @@ msgstr "" " Exit Status:\n" " Returns success unless job control is not enabled or an error occurs." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -3074,7 +3150,7 @@ msgstr "" " Exit Status:\n" " Returns success unless NAME is not found or an invalid option is given." -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -3114,7 +3190,7 @@ msgstr "" " Returns success unless PATTERN is not found or an invalid option is " "given." -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -3178,7 +3254,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or an error occurs." -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -3222,7 +3298,7 @@ msgstr "" " Returns success unless an invalid option is given or an error occurs.\n" " If -x is used, returns the exit status of COMMAND." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -3252,7 +3328,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option or JOBSPEC is given." -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -3292,7 +3368,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or an error occurs." -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -3378,7 +3454,7 @@ msgstr "" " Exit Status:\n" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -3410,7 +3486,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3448,7 +3526,9 @@ msgstr "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3456,7 +3536,7 @@ msgstr "" "out,\n" " or an invalid file descriptor is supplied as the argument to -u." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3476,7 +3556,7 @@ msgstr "" " Exit Status:\n" " Returns N, or failure if the shell is not executing a function or script." -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -3636,7 +3716,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3672,7 +3752,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or a NAME is read-only." -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3706,7 +3786,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or NAME is invalid." -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3715,7 +3795,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3731,7 +3812,8 @@ msgstr "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3740,7 +3822,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is given or NAME is invalid." -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3758,7 +3840,7 @@ msgstr "" " Exit Status:\n" " Returns success unless N is negative or greater than $#." -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3782,11 +3864,12 @@ msgstr "" " Returns the status of the last command executed in FILENAME; fails if\n" " FILENAME cannot be read." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3797,6 +3880,7 @@ msgstr "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3804,7 +3888,7 @@ msgstr "" " Exit Status:\n" " Returns success unless job control is not enabled or an error occurs." -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3954,7 +4038,7 @@ msgstr "" " Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n" " false or an invalid argument is given." -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3966,7 +4050,7 @@ msgstr "" " This is a synonym for the “test” builtin, but the last argument must\n" " be a literal ‘]’, to match the opening ‘[’." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3986,7 +4070,7 @@ msgstr "" " Exit Status:\n" " Always succeeds." -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -4054,7 +4138,7 @@ msgstr "" " Returns success unless a SIGSPEC is invalid or an invalid option is " "given." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -4110,7 +4194,7 @@ msgstr "" " Returns success if all of the NAMEs are found; fails if any are not " "found." -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -4194,7 +4278,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -4226,7 +4310,7 @@ msgstr "" " Exit Status:\n" " Returns success unless MODE is invalid or an invalid option is given." -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -4256,7 +4340,7 @@ msgstr "" "is\n" " given." -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -4280,7 +4364,7 @@ msgstr "" "is\n" " given." -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -4302,7 +4386,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -4332,9 +4416,9 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -4351,7 +4435,7 @@ msgid "" " Exit Status:\n" " Returns the status of the last command executed." msgstr "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -4368,7 +4452,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -4396,7 +4480,7 @@ msgstr "" " Exit Status:\n" " The return status is the return status of PIPELINE." -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -4414,7 +4498,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -4452,7 +4536,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -4470,7 +4554,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -4488,7 +4572,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -4512,7 +4596,7 @@ msgstr "" " Exit Status:\n" " Returns success unless NAME is readonly." -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -4530,7 +4614,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the last command executed." -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -4554,7 +4638,7 @@ msgstr "" " Exit Status:\n" " Returns the status of the resumed job." -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -4572,7 +4656,7 @@ msgstr "" " Exit Status:\n" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -4624,7 +4708,7 @@ msgstr "" " Exit Status:\n" " 0 or 1 depending on value of EXPRESSION." -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -4728,7 +4812,7 @@ msgstr "" " HISTIGNORE\tA colon-separated list of patterns used to decide which\n" " \t\tcommands should be saved on the history list.\n" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -4786,7 +4870,7 @@ msgstr "" " Returns success unless an invalid argument is supplied or the directory\n" " change fails." -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -4836,7 +4920,7 @@ msgstr "" " Returns success unless an invalid argument is supplied or the directory\n" " change fails." -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -4890,7 +4974,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4928,7 +5012,7 @@ msgstr "" " Returns success if OPTNAME is enabled; fails if an invalid option is\n" " given or OPTNAME is disabled." -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -4984,7 +5068,7 @@ msgstr "" "assignment\n" " error occurs." -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -5024,7 +5108,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -5046,7 +5130,7 @@ msgstr "" " Exit Status:\n" " Returns success unless an invalid option is supplied or an error occurs." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -5100,7 +5184,7 @@ msgstr "" " Returns success unless an invalid option is supplied or NAME does not\n" " have a completion specification defined." -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/eo.gmo b/po/eo.gmo index ca1f022b54c0b7ee3df5ac9ab8d77eafeaaaa688..5f5d9b37759ebbcc3c0c7d408778f9d00eae8aaf 100644 GIT binary patch delta 5681 zc-l>v2Y6QH702ICRzRwZ2!u??AnVJXWPZu_g$y9;%OV336=jrBOG~TuQlS*F#es~X zwX{XFAQlW1X<5YrS_Fzkv_ljqR4IijL#O4!MpV zayh4m^<8D;8ssu2L~wS1G55&x?jfezlq@b7G>Y-5 z7Rv==1*Zy*6{>-+Ik4Dk+f^J7mXJ5nwBXNE( z3$+N!US?)6CS4MY1vUuAsbGRK)m#W>L01Ux149rfF$6)11tSDI1jnf9Lm2;aK}TO~ z4?*KML(ue62pa~3GB7q2SLE4tRVd>-LfLRZD1!bt6oH--{F>l_Pz3l>DC=Dg#Ra#8 z(VrP6_E*j8!?3^%!P`{AFb1v=Oc&e{hGjkoL%{yw_;{>fu3)xcq~QE;1Y0F|tKbXa z2>i0(V8J8dDDrkV`@A3S(D89NEFTboWN8ujzDBTGqG5($iL`f#{d|I-k3qu{AwaW^ z8_T?3jb)v~V{ySpW3f>GNZ2113CB_dqXny-NWy4ABoo#}V#*ioz*i&j**_z(z`!Uh z5EF$)B~fTxEjUhadK4B}AsC?ZquBUF6#JZuVxNF$IOc>zqlr7333<^hGVV7mZ+71q%d+#o*hT80O83!F6k6u*5!#7h@pp9pk{FaXl7r%nTmPqvK%d4#8Bx zQx*dxxHARE$Ktbju~@>1#WGJ@+#AdI_hR9~usAf%ilf~chk#BT;r?8lDkANQ` zVZ57^eU}@Htaqd6K|x2uU7YU}Rps8@@C#kG^TyT(vZz^0FkS6x8kcZqfBwC!t!Y`*`k+W$C za5)Xhho-YZSUT+YrDLJR>4f1k>2P3&ZNHO_Wv-CsFy(oPMxv@AAkx41kD4(!Z=yjQbusWUPg zpS!b}SeA{(^RtQTC$rgjyT!BFWXvHsXcCcw>nd}Yw>$^(ZpmT23pr%Yp}B1A&qa`h zf-_y>|LwW3H9XH2mppvdk;j5h=3&B}d64g99)g{>?SAE|2&@sM-@P#oC3nGu7HJS7C^eiw!gao(;X>*3ug+jL_i@LrWLYI zV?AvDjQp!kJr)g6oTk`~Afvw9|r)E_}6^4F`I75#?b*t_Rb#c!=}wdNA?B9t3*I zgKM_g_Aw6{{=`c9x*o&Js2{Zri6zFx?HiKtw5~ z%PwVHO(_CQEoGwzN^!~4r9{swrKIc+N>S{KQo?wcm%I_~bs$T>FIEzU*DBGdUljt4siHr< z3X6EFNWD!}B(yHU@ml{Mufi9v3;H#KO~k|vf*uW@iBz$dCX#3_O@tGPldweNB*ODY zlgNO(Enc1k`y(b}f!fI=q@|NtcUw=t`2VUM5L=DJ?bY~bPBr28ST*6cTd+*)do>&x zSHs5DHP)0hjC-br)O?@@O+T%Hbg{LJ%dDl}FL;~A|KeI$`a~@z-&ku;LbZ_cR4qQe zQcLb1T!)6;BAz?`VZ=a=hQxWAw3 zm*dBmUO$#-^uzLp{Djw9KU~=BC&z!`@A0WAZh$NIH=xi{7B@BE+FcEB?PP=4U&;4T z1LTQrge)GxMm13*6E-)J%MUdo(3M66b~RDmf-IIbVe0#uh^9qNxNL7z53NkUX2Q9y z84Ijvb_lCo&BXEFn~8=S&5$jwg$XlSY&^F>x;-tJ_G$~`5~iT}tSOwLH%@`nzn(%k zpPPcEVp}2QJ*}*_)@g+lTU%}BYek^btt{+nLoiPp9B6IB=L>E7`8LKMY(t~>+aTBQ zc3e=>j;p%b*>G7q8$TS(+d{ErV@UQ78hCEG!+t_ zoN7-x)8Ie=8u`Lu04j>(d($eSv`k+1A{8< zJKgD+W)lr;{j}AjuO~{CQ2#DSF0a$yB3~`-m^GRe)HVhiYnlsi;n=n6WO-gDc(f8Q zTh+@Vn%vcqpBWhQOWQx$kVP)&8BHB&aIB}-+-rt-{j0{drnqeyQ}*R1x&LdQAJpui zIamLisN^obr&Ttd$xawZJPsz_$sw8 z{$gO)&FgnsBMl{Lpa@Z=hj+~wF5Z7)2y89l{p9|I+|%sbgZd?5$T)haj>aDCGWa zPmct}m0k-hmisq`1RUL~fBQ;TVEC9Ny?PGuIbn9l{iPn;G(Sm1jU4!hJpEhlV2!Wb zA85%iM5SJOzR(=ir2m*~pQe~w^aqKa=xyK3m0JQMor|`0i?#GV{TpJ4c}+O)YMM3F z0Zp-o^>2uNd}{X7?|3`kZE>?jts|ZG`7TX7hAODJrOlAEZnC52I;VxhkXH3tr{_Zb z1k<`8_fNG>X!$huPo^dv{bbX$tA|bf5Y-xC$Z-8dp%?914_Vxxwc+N5u3r0(vV8-j z^OBxsv`82-;^SI?v_=>{R`r^%$8q~CiO&39|D4+PDZ>HgE!#dK_a6-fsmt~)m-~DA t&{zLVsvBK9yYC)xHlVv9{MhJ0IqtNSh?Jc1nW^3G@vjZ)?&Dh!_J4J#ahm`D delta 5724 zc-l>v33ye-702fZ)({b8&-z{dgug;rc}sZcf*T8m;4l&wIELaBgAm8z|xwp2VPzu`0Y`|kI@ckaxYv;5DQnfumW z*Oz-;&glWYA2o8_=rSfkaDI?6GvxWeEvEarZHO_6f-?mN2(A*$6?{@KM)0hlTQF#- zF@pr-1U-U&LHT4_1^WozDcE1|Ufcc<=$MVRVb@S5_={kq;03{(1+Nb=W}x6;L1{7x zA@mPeoG2JC*d;hz@UajSc{v1w4hhBzUa~kSRAdR}cB5lVjXb1C!;DZYSsjYtt%5Sf z91si_JRgc;t}qnxgfU@;eQy+0r`;Y#zk9-%XpLa1;0yNs?_n7FxnQ!Rt_$ZwRyZ10 zh9hXEpv-CR4#%ad!tucG1rt;;L6KoDha<3m1m9yKP{<#FBGrOXf}MiH)b$bce^JoU z53faF@%acWy%NEMA(3>9hye|fiJS!Na<71fk;~3^~d6~zF^+LAMUM#8bGN9Rups8L2{ltqW zUh@)?Q(hG7FLBBf^u-e6&RE8+h$V#EV)4W&i$QUaHv@D`TO1yEz~Xapu=S{5n&4*^ zVf_k{^4xHdu4UgH0H0+xK1fCmO9 z62oDFNrDB5xOjFVq+6JX>sBNpa6=-B>`jFIXA_y=>qP2G>Ccy&1Pf~H2&qqw#d~X zd2`g8;zPsbxFT@~n?f##_h zOyJLe{nIk=(E1G0@RbZWaMZs4F9XjE$V7qEOysvZnUHU3CNX&;6ARzW#8sy<$%?Ns zA(KbUNY=t3m@T+SFiY2jky!fSNDOjkk#5ylOn8sQr?TL{u`I~z^v@=yBeRKlMK%Mc zXJhe0+2r-+Y$iTpQJJX~GbIO0@^c8?Z8?m4DhKlJ&p}@AQB=;yX9{jk5vkD^ojWXp0tWZvdy zo)dlzjl{oK9MW9}*1F{Qo!~&4LQBG@$@4R2D$0xdmvvtbhr36d>^J0w#LD0Fnh4LdIc* zyic*Xppb&IybuF-7gFF(3p!fSt`s7;e}D<&0#v%900Wu=D0o+ZJbx^Ji=PZIZfAhd z9JKEr1+ehCB0@Q=2sxQWC{$m>JhO_#|C--Ri!3{fu=!_k3 zxrFrTRZ55oO0i^mDQkyQO3as+GVaMzJg}=2Lk^XaH6N6s;Fmf;J>VGw2?K(ak_~NR zh~+b5sf-_t#nNP{w;ft|#=(_!{otMe)=fa;2PY7sH4{j~mnV>R7X-)X$*CHy z)K)X`-PL&LnQHp&tENO>s>aZm8n{#^=+^viui=AJgNvW9fvvmj`{5eW?@SHkbk!2m zuv*rD>{=}BsRINnH2|FjW>!kSPxsfjvLVsUO0u3pzfHf?GmWETZ1m7EhD^7-D0 zcwpy5((2qq^7w{k6dKkH+3K6=zpB~hb2Fs-pc&V?C(*BQ5|*!?#BTcVBuIU766xHp z1y9vEEwJ*D76k5TfjsZD;G+MwpirMy1Shqk*z8t9wX~I(|Hi%_ZKeMwtr#@04Q}PP z5rR2wglc&k^Eq4E7_h$$m;I{^i^3<91vQh=c$W|M6=-Hyh=9pv{&i(MU5s;4{nzPkg3E_RT1DO0V>r&7XK z3y#%;%2dAhohJK1U3>&xE7JxIbhfBkdZdy2pSn>u(EMTZ?X{a7PWSb;Ay}G|a}5kC zx8HQ8gX$)Yl?GbLB=`U2{)3*^q?Xs}UyW}?JLWN6Vbn(kA8VQG<07zYblsHa9}9lh zj`*H#+U-A@2lNkuZST@ug?(<-JXZhO_rDneu2(O)3wz9OzO;`Y8G^bGea^T)h&@nn5vHft;z^-f8EBZsoa7qXkB`TDm`lGuQ?Vk zU$e1E_tm5)$gO>boLjF)BK!Rg zEu*@M>B`mJB1!Q{4*~b-T4|`i-X85+SAIIsGwl8zEpHeWvTgbzeyGv{C>b@h&oV6> zS~N7jMlDr88M0C@-Ck&o(jO!nY@3#t>vRp$wuQnKWq7w`}pnp@AG)aM22*!JhDE4TH=ep0YH`v6q=yt;^$Z2>1~KRbE9*xVpU^#`eRjEe z%pYPKgQW42)@wal87kr<`jb)r-x&_AlXXqkGoBqYUH=K_Uo-oD!mxq)t9?J9Wt=mu znP%I5D)$fcp|{+>)-bwuY-t$sUeHb6J4Z*|)iJMgX6KC2QCqS+2g8Chlhf0q(tM-S bMsB%z^uFM}+9j~y)_L>0q{oSp1@3PE{RMgh diff --git a/po/eo.po b/po/eo.po index 2f35705bc..3feca7688 100644 --- a/po/eo.po +++ b/po/eo.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU bash 3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2006-11-24 09:19+0600\n" "Last-Translator: Sergio Pokrovskij \n" "Language-Team: Esperanto \n" @@ -14,79 +14,94 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8-bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "Misa tabel-indico" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: Misa nomo de ago" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: Valorizato havu nombran indicon" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: Ne prosperis krei: %s" # XXX: internal_error -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "bash_execute_unix_command: Mankas klavartabelo por komando" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: La unua ne-blankspaca signo ne estas „\"‟" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "Mankas ferma „%c‟ en %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: Mankas disiga dupunkto" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "„%s‟: Misa nomo por klavartabelo" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: Ne eblas legi: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "%s: Ne eblas malligi" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "%s: Nekonata funkcinomo" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s malhavas klavligon\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s vokeblas per " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "Sencas nur en iteracio „for‟, „while‟ aÅ­ „until‟" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -94,309 +109,314 @@ msgid "" " Without EXPR, returns " msgstr "Liveras la kuntekston de la kuranta procedurvoko." -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME malhavas valoron" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD malhavas valoron" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: Averto: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "Tro multe da argumentoj" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: La opcio bezonas argumenton" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: Necesas nombra argumento" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: Ne trovita" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: Misa opcio" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: Misa opcinomo" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "„%s‟ ne estas taÅ­ga nomo" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "Misa signalnumero" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "Misa nombro" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "Misa nombro" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: Misa signalindiko" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "„%s‟: Nek proceznumero, nek taÅ­ga laborindiko" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: Nurlega variablo" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s estas ekster sia variejo" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argumento" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s estas ekster sia variejo" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: Ne estas tia laboro" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: Ĉi tiu ŝelo ne disponigas laborregadon" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "Laborregado ne disponeblas" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: Limigita" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "limigita" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "„%s‟ ne estas primitiva komando ŝela" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "Eraro ĉe skribo: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: Eraro ĉe provo determini la kurantan dosierujon: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: Ambigua laborindiko" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: Misa nomo de ago" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: Kompletigo ne estas specifita" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "Averto: La opcio -F povas funkcii alie ol vi eble supozas" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "Averto: La opcio -C povas funkcii alie ol vi eble supozas" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "Uzeblas nur ene de funkcio" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "„-f‟ ne estas uzebla por fari funkciojn" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: Nurlega funkcio" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "$%s: ĉi tiel ne eblas neniigi variablojn" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "Rultempa ŝargo ne disponeblas" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "Ne malfermiĝis dinamika biblioteko %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "Mankas %s en la dinamika biblioteko%s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: Ne ŝargita dinamike" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: Ne eblas forigi: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s estas dosierujo" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: Ne ordinara dosiero" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: Tro granda dosiero" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: Neplenumebla duuma dosiero" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: Maleblas plenumi: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "La ŝelo ne estas saluta; eliru per «exit»" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Restas haltigitaj laboroj.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Restas haltigitaj laboroj.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "Komando ne trovita" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "Historia indiko" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: Ne malfermiĝis labordosiero: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "La laboro %d estas lanĉita sen laborregado" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: Misa opcio -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: La opcio bezonas argumenton -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "Nomkonservado (haketado, «hashing») estas malŝaltita" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: Hakettabelo estas malplena\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "La ĵusa komando: %s\n" # ZZZ: aĉaj citiloj -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Ŝelaj komandoj kongruaj kun la ŝlosilvorto `" msgstr[1] "Ŝelaj komandoj kongruaj kun la ŝlosilvorto `" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -404,22 +424,12 @@ msgstr "" "Helpaĵo pri „%s‟ malestas.\n" "Provu «help help» aÅ­ «man -k %s» aÅ­ «info %s»." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: Fiaskis malfermo de %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "(C) 2006 ĉe «Free Software Foundation, Inc.»\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -438,113 +448,156 @@ msgstr "" "Steleto (*) tuj post nomo indikas, ke la komando estas malebligita.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "Ne pli ol unu el -anrw estas uzebla" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "pozicio en la historio" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: Historia malvolvo fiaskis" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: Historia malvolvo fiaskis" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "La uzo de „-x‟ malebligas aliajn opciojn" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: Argumento estu proceznumero aÅ­ laborindiko" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Nekonata eraro" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "Mankas esprimo" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: Misa indiko de dosiernumero" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "„%d‟: Misa dosiernumero: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: Misa opcio" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: Misa opcio" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: Misa nomo de ago" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: Ne tabela variablo" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "„%s‟: Mankas formata signo" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "„%c‟: Misa signo formata" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: Averto: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "Mankas 16uma cifero por \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "Ne estas alia dosierujo" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "Rekursistako elĉerpita" +# dirs [-clpv] [+N] [-N] +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Listigu la kurantan dosierujstakon. La dosierujoj trafas en\n" +" la stakon per la komando „pushd‟ kaj estas forigeblaj per la\n" +" komando „popd‟.\n" +"\n" +" La opcio -l indikas ke „dirs‟ ne eligu mallongajn formojn de\n" +" dosierujnomoj relative al via hejma dosierujo. T.e. anstataÅ­\n" +" «~/bin» aperos nomo kun absoluta vojo, ekz-e «/homes/bfox/bin».\n" +" La opcio -v igas komandon „dirs‟ eligi po unu eron de la dosierujstako\n" +" en linio, metante antaÅ­ la dosierujnomo ĝian numeron en la stako.\n" +" La opcio -p faras simile, tamen ne numeras la poziciojn.\n" +" La opcio -c malplenigas la dosierujstakon forigante el ĝi ĉiujn erojn.\n" +"\n" +" +N\teligu la Nan eron nombrante de maldekstre en la listo eligebla\n" +"\tper „dirs‟ sen opcioj, numerante ekde 0.\n" +"\n" +" -N\teligu la Nan eron nombrante de dekstre en la listo eligebla\n" +"\tper „dirs‟ sen opcioj, numerante ekde 0." + # pushd [dir | +N | -N] [-n] -#: builtins/pushd.def:706 +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -590,7 +643,7 @@ msgstr "" " Vi povas vidigi la stakon da dosierujoj per la komando „dirs‟." # popd [+N | -N] [-n] -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -627,51 +680,41 @@ msgstr "" "\n" " Vi povas vidigi la stakon da dosierujoj per la komando „dirs‟." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: Misa indiko de atendotempo" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "Lega (read) eraro: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" "„return‟ sencas nur en funkcio aÅ­ punkte vokita („.‟, „source‟) skripto" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "Ne eblas samtempe malaktivigi funkcion kaj variablon" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: Malaktivigo fiaskis" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: Malaktivigo fiaskis: nurlega %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: Ne tabela variablo" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: Ne funkcio" @@ -680,20 +723,20 @@ msgstr "%s: Ne funkcio" msgid "shift count" msgstr "Nombrilo de „shift‟" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "Maleblas samtempe ŝalti kaj malŝalti ŝelan opcion" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: Misa nomo de ŝela opcio" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "Necesas dosiernoma argumento" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: Dosiero ne trovita" @@ -706,77 +749,77 @@ msgstr "Ne eblas halteti" msgid "cannot suspend a login shell" msgstr "Ne eblas haltetigi salutan ŝelon" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "„%s‟ alinomas jenon: «%s»\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "„%s‟ estas ŝlosilvorto de la ŝelo\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s estas funkcio\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "„%s‟ estas primitiva komando de la ŝelo\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "„%s‟ estas „%s‟\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "„%s‟ estas metita en hakettabelon (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: MaltaÅ­ga argumento por limo" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "„%c‟: Misa komando" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: Fiaskis provo legi limon: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: Malprosperis ŝanĝi limon: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "Okuma nombro" # Misa modifilo: «umask Z-w» aÅ­ «umask aZw» -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "„%c‟: MaltaÅ­ga simbolo por atingorajta modifilo" # Misa kategorio: ne [rw] ktp -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "„%c‟: La signo ne estas simbolo de atingorajta kategorio" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -790,70 +833,70 @@ msgstr "La ĵusa komando: %s\n" msgid "Aborting..." msgstr "Ĉesigado ..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: Averto: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "Nekonata komand-eraro" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "Misa komandotipo" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "Misa stir-operacio" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "Misa salto" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: Neligita variablo" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\aTro longe sen enigo: AÅ­tomata seancofino\n" # XXX: internal error: -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "Fiaskis provo nomumi la disponaĵon «/dev/null» ĉefenigujo: %s" # XXX: internal error: -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: „%c‟: Misa formatsigno" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "Eraro ĉe skribo: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: Malpermesitas uzi „/‟ en komandonomoj" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: Komando ne trovita" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: Misa interpretilo" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "Ne eblas kunnomumi al dosiernumero %d la dosiernumeron %d" @@ -928,87 +971,97 @@ msgstr "%s: Mankas entjera esprimo" msgid "getcwd: cannot access parent directories" msgstr "getwd: Ne eblas atingi patrajn dosierujojn" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "Ne eblas reŝalti senprokrastan reĝimon por dosiero n-ro %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "Maleblas disponigi novan dosiernumeron por Baŝa enigo el n-ro %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input: La nova dosiernumero (fd %d) jam havas bufron" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "Forke farita proceznumero %d aperas en rulata laboro %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "Haltigita laboro %d kun procezgrupo %ld estas forigata" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: Ne estas tia proceznumero (%ld)!" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -1018,69 +1071,69 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: La procezo %ld ne estas ido de ĉi tiu ŝelo" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: Malestas informoj pri procezo %ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: La laboro %d estas haltigita" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: La laboro finiĝis" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: La laboro %d jam estas fona" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: Averto: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "Ĉi tiu ŝelo ne disponigas laborregadon" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc: Malveras la aserto: %s\n" # XXX: debug? -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1090,65 +1143,65 @@ msgstr "" "malloc: %s:%d: aserto sufokita\r\n" # XXX: internal error -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: Nekonata retnodo" # XXX: debug? -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc: Skribdifektita bloko en malokupa listo (free list)" # XXX: debug? -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: La argumento montras blokon jam malokupitan" # XXX: debug? -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: La argumento ne montras generitan memoron" # XXX: debug? -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free: Okazis maltroo; mh_nbytes estas ekster sia variejo" # XXX: debug? -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: La ĉapa kaj vosta longoj de memorpeco ne estas egalaj" # XXX: debug? -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: La argumento ne montras generitan memoron" # XXX: debug? -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc: Okazis maltroo; mh_nbytes estas ekster sia variejo" # XXX: debug? -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: La ĉapa kaj vosta longoj de memorpeco ne estas egalaj" # XXX: debug? -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: „alloc‟-tabelo elĉerpiĝis je FIND_ALLOC?\n" # XXX: debug? -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: %p jam en la tabelo kvazaÅ­ kreita (?)\n" # XXX: debug? -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: %p jam en la tabelo kvazaÅ­ malokupita (?)\n" @@ -1206,110 +1259,115 @@ msgstr "Sintaksa eraro: Neatendita „;‟" msgid "syntax error: `((%s))'" msgstr "Sintaksa eraro: „((%s))‟" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: Misa ordontipo %d" +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + # XXX: programming_error -#: make_cmd.c:741 +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection: Alidirektada komando „%d‟ ekster sia variejo" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "Neatendita dosierfino dum serĉo de responda „%c‟" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "Neatendita dosierfino dum serĉo de „]]‟" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "Sintaksa eraro en kondiĉa esprimo: Neatendita simbolo „%s‟" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "Sintaksa eraro en kondiĉa esprimo" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "Nekonvena simbolo „%s‟ anstataÅ­ „)‟" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "Mankas „)‟" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "La argumento „%s‟ ne konvenas por unuloka kondiĉa operacisimbolo" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "MaltaÅ­ga argumento por unuloka kondiĉa operacisimbolo" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "Misa simbolo „%s‟ anstataÅ­ duloka kondiĉa operacisigno" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "ĉi tie devas esti duloka kondiĉa operacisigno" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "La argumento „%s‟ ne konvenas por duloka kondiĉa operacisimbolo" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "CPXrUsaRs`8f1gvXClp-pig3u};{l5I>oJQX{H~+c!&V2hack;<)+pfzt$H#+v zud?JyV6_?ylA5%e;cBY2PSx7xY~mbF+gNbqS_G&$x9;R}Mp1$((! z)_sB_-4HCs4S~kH!EmOz?-aaS@DFC*4map`2?h(EGxztpi=x8c3Xnmdn$DdU&F)D2 zYj+535OfxN(H)Z>amNB*36565g!>4=Ko2aJ>B0L-4+LuWK#)a(!rR&`C`+vaf(~79 z-n_W(fyN^}(KOr>h6SDwp5=)v9y0gKJ(<7R6NY;|5%iQN0$mckQ?Q>G0u1wlUZfW; zDDx8g>x=un(0r}I7rY3n17_kog5iQUys%7&Hv;B)m-Y@ncs#h9(+6R+ABiL6h zBG_B-O>=+P&^amCNANR;44l-LJ_Ok{A51&Yj-(!Tp2ylTX|WwwHQN#7_kwq*rgjK# zv?It4JA&*r_g!Y*2X+)XV@EK@H+D3+YDXfQF9P)Qh2ThEo(K36j1j&N9_x$gD}1RB zEx!18jV}W47Az2(cL}D-y_-xLD_G+PovnV|d>qyuKYVt~56M3CgTa@A<$^!@L3n~c zj5_?8zro;kf7b2wXWbEhg7LIJmi>=EzP>Ghv>qzxt-&3j1x);35x~NQ0YvX|GjUr0 zX>ufhpt~4A&^ZNSdY?dC6fP*nv$6wO*A__dEepiwM*3I^WQZH zO+tcLkQfBPj35Zj3c`n5gD~yRAOt%aL{?l1g0Y8GmjuC-VA9MH44w7CWYNK3EO^PF zbBN5*0+Jp=A!!N0G*1}Z7ecU|6$}-;JrsGitYAj~(qF|f`a~O28 z!&u)KMp`} zSxX{mLN7!oO7=ikw^Yu6ZpuQCRUJs5*U9Z$!Q|F0N46hn}`6NAq##bAMf zu?XN7izdl}nSw>J2)H&Djkm_4z=2rm$jMj)J{L>&^o!%Yw_t?kf0zu?T#uLPcLxjPeox zpBO`-xMk2OfhfI4FiX=gp<7aGSpvR4kN~5r30TZE5yAWu(JbF!Wg?6l5=qOYiCFSj zB8r_Cv}^v~G7s!Ym@qL33sfe-XmJw0+L440-%i36*OCxmK(eH!;P7ND;*yN1Lz7A4 zykrD#PiCL7Q7~GwMNs3<>YIXTl2XvTErkNHDFs1}8@!Q1FpW+nTc)QX$Zu28Y<()O z+LKBQeUu8FtEpJXEsesImWCiTX<~mJEK6hIt7$ZyGihl4Z5lCgUpfRT(@C3!=@8zX zPILJ*9f7>ZB4Czawltqd%zf85VrD=Fn!99RneiD8Om=?;zFL}rM!U@Y(G0TSN(Lo( zXeRZ-B@=#`yEU^eg9Wt0E!W)n-ja$w|^LjfC?gXvpxSnqf;2jB0?!DnCO zpuugqOmxmAm@;yiSCfmzkLOZIUJ@Lm40BC;%`@#a4+a%^&~48ncpuGU-HUl9|BvTk z;@TpBjECpIGQsfS^GISR}iEb<+zFtg`@twiQ74 zK!I9F{Qpq_5`SNSAg+Z7kX%S?OfKa8>_S|zx)6phoBMNxW?xW*$$g3l;^LlQ~Lgms?6GEH9K0{kuxg>@{=WRf6Cj7zP(h zFm2ybG<7M(atWoluBMcjT3l+ftW@l;yV9ejnC@gLCHR|C2wyLy!rfKI?sY^NS>axW zV6kPyKvEg&O3NTzZJu|Op~#XlEVH7F0<@_N0r!_VD2<<$p~2wsL~EenT(S8$!94Ab z6J$55d$w{+T3HUGS>?Fmk#YoHUC#Pv1#1M~D2I`~0?o%&FmH~*MUDz2TWcQtxdHQpguTH1k)xWc=JRQSv-+>yC>5BKbT064y^=ZDsf>|rP(7kRU+A= zl|=s@!88r3N_^~Eg+QaLi00HPG-|KH0?VsV;F&67=%p&UrI1_XJb4WLAU4)wI=>)fAu;)i547g$kKI z1;rLjVH3J_3j2(+Q&=~8s`>t}pNc6Tm`Yx6nM$;t5KPt&h^c5CGmV84rcq*78GL;j z>2z@#41X}seQQYL(i-S>)=*h@)UabZq|Y_~->bpLH)}BIpjtGx*D|rXmMCti#dq^+ znYXBxiuP13n(sF6FVw>DMlAxlPe+gf!9T%1B{|(powD!u6WMi(HR8SR|c=nAj)seAcj0=66M(jXU;^CC4yBNTQePK zbZaI-IHHjWX^r@*vJpaUja0HVjrjW2M%wLB!Cb9)O~ORmcN5KNLlbmQHDSrGn@G!{ z&A2YQ8H?mOn(<9tGfiTBGlV{EW-AuhLfTcg5EGBJ!1%2e81&LZVL*9v78v>M!KFvkWCG5BK-<_9glnqtj6jq=-N{H5-w1m|iN z2s+!k-R)lTBPYR~98Ap?hyRUqTFoLFMS(3gN53p z4Jj=pmYLtAEl93^YD=sDWU;udT&Q&~9)> z>yu14t>wdFKl7|^qRgC2+U?D_Smt@!ho{8%Rxb{jtNwAUVv4+1@ zBoCHq5mgOkyv!`rde~*gf7gbr$!Rm&4*hsD?;fv@a*woW&0dPZvIpU}OvMV%ZV z&twPEeYB}RXM+xRc`;c(rp<$qa{rJShsgK|?fAMq(RO4}M9(V9yHFebQGZ|QPN9c@ zJ9W>b-@+ChM1L-FKflMEuf?mqMhtTNVD7aFX^nL?_vteK1wAv-9i_HCJqYe$q}L2; zebySQ9m(JJ)2cMw#%I-W4P6<}v1k}?=uwN@@26@?nUb4Qi+)_B9Z74dT+@D5<~FT( zeZ-K!KdRGh>^lktztBT*x&CHmeXFTtM5$k4yKji&h&Ba_nyhvGO$`Mb$Kg?CReu}p zxWvYP#0 zJUpzQ$~KNy^ye$%c)6bIu~;__gI1)B9Fnls;yXxx!3JM8c-^3SZ>7cdq`QU)wbg>Z m*tu-v&AvOI^e%UEiU|x0aSMrwiwxcQ z7Euscih!aZ)lwB@i3=4gqo6>g7NPWs=Wy9&C00o|2nEf=>$$)aQZ;f?o>y3Enc&vThJe6&xj4C^$&4 zQP5Lxso)U7X9fETZWA0JxSRX7b;v9@W6*6B2i+nlx2!P18wK+OJp{`IhYB{0V*Nb^ zpA-xf+#=|s432`4UY-axR4_m=(%>|~!E(NJNB6+89u^D}T<3`-pL;_1vf#~v9$vzf zV2BrtWqHBSEH4hc&CDMcyh(6_S@)I~^p6RS5xi*T0p230oNpz{AXHW7&4b&$;ke5i zLN5yr6WryENtJ?;ets%Xl}9(&+C0)XsHj3JR~S*Tbl)Ct93}w)(t&!{{h&9&4-?e- ziT?G$3O^)&!Qh*IIMpGu@LRzML3e*Nlj;wH75><`!=Hoh^Jm{GGhZthC-|D6@M2vM zbf_-`!1%BL8*dydH~I;t1t4L8!Rh9HV*rG2GxwJXx(hyHoxib!F4ilI4w&e&+6;M*#;p~P$B=HD@AciI3LP+Zjx*~H2z12q0*!< zBq<1ELwOhkYr`OPZx}Y*8-{B4hr!sXFcTePI5<@>NyByw;r93#=Acm$40~8cv}Xs8rOmo)oG&f+V7&_@M<)K++&a+Du#_2 zF%+GtF__@?7@TXP!99ZF_}1YVe5ZFTWjiSrO?SkiG5d*FRJuKu`2W=4cdUx5N%pTf*FE$ z38rY+#iQEm6R>qm0?t&B0HLM?B<)JzfYk|<*H;s8;u8r(#lS?u`PM{CG*d8KoiRwBQhp|7%lls*x#3Iw1uWmZ!j2M+yf$mx8H2Ou>fVr(lXfsW1>Ec#U9mDjG>l zMb(9=gmHZ;jNhM1zwxG^9i!nQgJ|tY#-o~w@kqXMJc;71@i216;P5n@DKm{|S(*kT z&!-{Tjx}~Q?AQ`{+=ujKAi>KD_LmD!_HOT_O9H z7Q)!tLKu3l(DeVu3sKRfLO32;1S3gBFfhFc-&kD4^WPO=ip@nF_=%aj6`Q`G7PL3f$C|D+2+Ho4Hu4wp?Pdfx?yXI-So{u7ZPaiVFv z1=~dDO@jGa9Vbaz)p9%;mEJX(gC3cTDb`Ph;a!v2e?YKWoqRIq6i*?ln(Qeoe8S*{ zDR8#i%nwe1z=+~2=aG7fe^DD#ymz%$c)7dwj4B2ajc(T5j7+gGq^15>d ziRkhS4vw2irfi&vV5?`+jD9>*`wg-G4V7#xtwe(RD^cb1mBjb{O1$;5V5%mVDkQF| zVqa$!srC(nr>lsjq17DdSIzyBYQlI)HT1StoBID*HLcSH^PpD^Hg?v)P(lq77uT?E zSq)zNa1Ew=+N|49LuT7sgXCYC=R<0t8&C^FxwSCTA!sM7lhmTxbG4LN=Par18mF^N z$1@88$7jJ<-`RxS$k{ks)ND*wBv_o)WJ|f9nW*?ME|OqnmP_z zS!cRegNN%VHYe+F!Vz;gXyzOwSu+Py95#4y4$d`rF6cQIFCRS@AIhJLlP@&*`?)rf zY?2%0>RfY?XmmYJm{HI3hI*>uUG)%JRZk{+yB=Ggtf%Z=6wK3%H%}T54X=3=srTlY zFCz2M4HJY}IyA?7yfLj&`=f`H5DF zPwzII#H$UBq_$y#nl?1?U>p11ZsXuH27}w#H>Vw+S=J5%Pqp)c^Fcd;3|b`XyTAV} zg79sN2)h>-k$C>Gh=k+WLA}4CA>$xYoPwolN6iZ|-l=ain!L0xuzvaL(oj~DYEn}Z zC=(VDqUU$#y<-VVZWiGCNB@l%>D&9lCSaE#-B>vvd$sfXMP zmFqr>a;+Z!oLqmC>kDmWRsPNDJnDezH0o%w;e{TD7s>o)xl-gxQ}xT$&w&#y*3zwC z&t$&UtY2>MQS||RMK|*|R1h_F->>E68Jg$Jjgc~6YR2Pa{D}VTLq9d?+oDAd{Z`{go`pN8 zkNW$&ew^vS;3h4^^89X#3Zg$xnRoP9^MfRf3&RH3KbyH`A4m=A~n~qRqX02ZhXK=K2-#\n" "Language-Team: Spanish \n" @@ -14,81 +14,96 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8-bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "subíndice de matriz incorrecto" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: nombre de acción inválido" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: no se puede asignar a un índice que no es numérico" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: no se puede crear: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" "bash_execute_unix_command: no se puede encontrar la combinación de teclas " "para la orden" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: el primer carácter que no es espacio en blanco no es `\"'" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "no hay un `%c' que cierre en %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: falta un `:' separador" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "`%s': nombre de combinación de teclas inválido" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: no se puede leer: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "%s: no se puede desenlazar" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "`%s': nombre de función desconocido" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s no está enlazado a ninguna tecla.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s se puede invocar a través de " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 #, fuzzy msgid "loop count" msgstr "logout" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "sólo tiene significado en un ciclo `for', `while' o `until'" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -96,312 +111,317 @@ msgid "" " Without EXPR, returns " msgstr "Devuelve el contexto de la llamada a subrutina actual." -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME no está definido" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD no está definido" -#: builtins/common.c:105 +#: builtins/common.c:107 #, fuzzy, c-format msgid "line %d: " msgstr "ranura %3d: " -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: aviso: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "demasiados argumentos" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: la opción requiere un argumento" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: se requiere un argumento numérico" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: no se encontró" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: opción inválida" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: nombre de opción inválido" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "`%s': no es un identificador válido" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "número de señal inválido" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "número inválido" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "número inválido" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: especificación de señal inválida" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "`%s': no es un pid o una especificación válida de trabajo" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: variable de sólo lectura" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s fuera de rango" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argumento" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s fuera de rango" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: no existe ese trabajo" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: no hay control de trabajos" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "no hay control de trabajos" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: restringido" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "restringido" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: no es una orden interna del shell" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "error de escritura: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: error al obtener el directorio actual: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: especificación de trabajo ambigua" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: nombre de acción inválido" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: no hay completado de especificación" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "aviso: es posible que la opción -F no funcione como se espera" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "aviso: es posible que la opción -C no funcione como se espera" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" # sólo se puede usar. sv # De acuerdo. cfuga -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "sólo se puede usar dentro de una función" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "no se puede usar `-f' para hacer funciones" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: función de sólo lectura" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: no se pueden destruir variables de matriz de esta forma" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "la carga dinámica no está disponible" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "no se puede abrir el objeto compartido %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "no se puede encontrar %s en el objeto compartido %s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: no se cargó dinámicamente" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: no se puede borrar: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: es un directorio" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: no es un fichero regular" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: el fichero es demasiado grande" # file=fichero. archive=archivo. Si no, es imposible traducir tar. sv # De acuerdo. Corregido en todo el fichero. cfuga -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: no se puede ejecutar el fichero binario" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: no se puede ejecutar: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, fuzzy, c-format msgid "logout\n" msgstr "logout" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "no es un shell de entrada: use `exit'" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Hay trabajos detenidos.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Hay trabajos detenidos.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "no se encontró la orden" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "especificación de historia" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: no se puede abrir el fichero temporal: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "el trabajo %d inició sin control de trabajo" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: opción ilegal -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: la opción requiere un argumento -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "hashing desactivado" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: tabla de asociación vacía\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "última orden: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Órdenes del shell que coinciden con la palabra `" msgstr[1] "Órdenes del shell que coinciden con la palabra `" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -409,22 +429,12 @@ msgstr "" "no hay temas de ayuda que coincidan con `%s'. Pruebe `help help' o `man -k %" "s' o `info %s'." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: no se puede abrir: %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -446,112 +456,155 @@ msgstr "" "desactivado.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "no se puede usar más de uno de -anrw" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "posición en la historia" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: falló la expansión de la historia" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: falló la expansión de la historia" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "no se permiten otras opciones con `-x'" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: los argumentos deben ser procesos o IDs de trabajos" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Error desconocido" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "se esperaba una expresión" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: especificación de descriptor de fichero inválida" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: descriptor de fichero inválido: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: opción inválida" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: opción inválida" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: nombre de acción inválido" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: no es una variable de matriz" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "`%s': falta el carácter de formato" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "`%c': carácter de formato inválido" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: aviso: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "falta el dígito hexadecimal para \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "no hay otro directorio" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "desbordamiento de la base de la pila de recursión" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Muestra la lista de directorios actualmente grabados. Los directorios\n" +" se guardan en la lista con la orden `pushd'; pueden ir saliendo de\n" +" la lista con la orden `popd'.\n" +" \n" +" La opción -l especifica que `dirs' no debe mostrar versiones\n" +" abreviadas de los directorios que son relativos a su directorio\n" +" inicial. Esto significa que `~/bin' se mostrará como `/home/bfox/bin'.\n" +" La opción -v causa que `dirs' muestre la pila de directorios con\n" +" una entrada por línea, anteponiendo la posición en la pila al nombre\n" +" del directorio. La opción -p hace lo mismo, pero no antepone la\n" +" posición en la pila. La opción -c limpia la pila de directorios\n" +" borrando todos sus elementos.\n" +" \n" +" +N\tmuestra la N-ésima entrada contando desde la izquierda de la lista\n" +" mostrada por dirs cuando se invoca sin opciones, empezando de cero.\n" +" \n" +" -N\tmuestra la N-ésima entrada contando desde la derecha de la lista\n" +" mostrada por dirs cuando se invoca sin opciones, empezando de cero." + +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -596,7 +649,7 @@ msgstr "" " \n" " Puede ver la pila de directorios con la orden `dirs'." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -636,51 +689,41 @@ msgstr "" " \n" " Puede ver la pila de directorios con la orden `dirs'." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: especificación de tiempo de expiración inválida" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "error de lectura: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" "sólo se puede usar `return' en una función o un guión leído con `source'" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "no se puede borrar al mismo tiempo una función y una variable" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: no se puede borrar" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: no se puede borrar: %s es de solo lectura" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: no es una variable de matriz" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: no es una función" @@ -689,20 +732,20 @@ msgstr "%s: no es una funci msgid "shift count" msgstr "cuenta de shift" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "no se pueden activar y desactivar opciones del shell simultáneamente" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: nombre de opción del shell inválido" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "se requiere un argumento de nombre de fichero" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: no se encontró el fichero" @@ -715,76 +758,76 @@ msgstr "no se puede suspender" msgid "cannot suspend a login shell" msgstr "no se puede suspender un shell de entrada" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s es un alias de `%s'\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s es una palabra clave del shell\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s: es una función\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s es una orden interna del shell\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s is %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s está asociado (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: límite de argumento inválido" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "`%c': orden errónea" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: no se puede obtener el límite: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 #, fuzzy msgid "limit" msgstr "Límite de CPU" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: no se puede modificar el límite: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "número octal" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "`%c': operador de modo simbólico inválido" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "`%c': carácter de modo simbólico inválido" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -798,68 +841,68 @@ msgstr " msgid "Aborting..." msgstr "Abortando..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: aviso: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "error de orden desconocido" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "tipo de orden erróneo" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "conector erróneo" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "salto erróneo" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: variable desenlazada" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\aha expirado mientras esperaba alguna entrada: auto-logout\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "no se puede redirigir la salida estándard de /dev/null: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: `%c': carácter de formato inválido" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "error de escritura: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: restringido: no se puede especificar `/' en nombres de órdenes" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: no se encontró la orden" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: intérprete erróneo" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "no se puede duplicar el df %d al df %d" @@ -940,7 +983,12 @@ msgstr "%s: se esperaba una expresi msgid "getcwd: cannot access parent directories" msgstr "getcwd: no se puede acceder a los directorios padres" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "no se puede reestablecer el modo nodelay para el df %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" @@ -950,84 +998,89 @@ msgstr "" # buffer: espacio intermedio , alojamiento intermedio ( me gusta menos ) # em+ # almacenamiento interrmedio. cfuga -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" "save_bash_input: el almacenamiento intermedio ya existe para el nuevo df %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "el pid `forked' %d aparece en el trabajo en ejecución %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "borrando el trabajo detenido %d con grupo de proceso %ld" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + # Cambiaría 'hay' por 'existe' em+ -#: jobs.c:1395 +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: no existe tal pid" -#: jobs.c:1410 +#: jobs.c:1408 #, fuzzy, c-format msgid "Signal %d" msgstr "Señal Desconocida #%d" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Hecho" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Detenido" -#: jobs.c:1433 +#: jobs.c:1431 #, fuzzy, c-format msgid "Stopped(%s)" msgstr "Detenido" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "Ejecutando" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Hecho(%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Salida %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Estado desconocido" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(`core' generado) " -#: jobs.c:1562 +#: jobs.c:1560 #, fuzzy, c-format msgid " (wd: %s)" msgstr "(dir ahora: %s)\n" -#: jobs.c:1763 +#: jobs.c:1761 #, fuzzy, c-format msgid "child setpgid (%ld to %ld)" msgstr "error en la ejecución de setpgid (%d a %d) en el proceso hijo %d: %s\n" @@ -1037,71 +1090,71 @@ msgstr "error en la ejecuci msgid "wait: pid %ld is not a child of this shell" msgstr "wait: pid %ld no es un proceso hijo de este shell" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: No hay un registro del proceso %ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: el trabajo %d está detenido" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: el trabajo ha terminado" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: el trabajo %d ya está en segundo plano" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: aviso: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr " (`core' generado)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(dir ahora: %s)\n" -#: jobs.c:3533 +#: jobs.c:3553 #, fuzzy msgid "initialize_job_control: getpgrp failed" msgstr "initialize_jobs: falló getpgrp: %s" -#: jobs.c:3593 +#: jobs.c:3613 #, fuzzy msgid "initialize_job_control: line discipline" msgstr "initialize_jobs: disciplina de línea: %s" -#: jobs.c:3603 +#: jobs.c:3623 #, fuzzy msgid "initialize_job_control: setpgid" msgstr "initialize_jobs: falló getpgrp: %s" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "no hay control de trabajos en este shell" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc: falló la aserción: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1110,56 +1163,56 @@ msgstr "" "\r\n" "malloc: %s:%d: aserción arruinada\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc: bloque en la lista libre sobreescrito" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: se llamó con un argumento de bloque previamente liberado" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: se llamó con un argumento de bloque sin asignar" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" "free: se detectó un desbordamiento por debajo; mh_nbytes fuera de rango" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: los tamaños de los pedazos de inicio y fin son diferentes" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: se llamó con un argumento de bloque sin asignar" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" "realloc: se detectó un desbordamiento por debajo; mh_nbytes fuera de rango" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: los tamaños de los pedazos de inicio y fin son diferentes" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: ¿la tabla alloc está llena con FIND_ALLOC?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: ¿%p ya está en la tabla como asignado?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: ¿%p ya está en la tabla como libre?\n" @@ -1213,82 +1266,87 @@ msgstr "error sint msgid "syntax error: `((%s))'" msgstr "error sintáctico: `((%s))'" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: tipo de instrucción erróneo %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" "make_redirection: la instrucción de redirección `%d' está fuera de rango" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "EOF inesperado mientras se buscaba un `%c' coincidente" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "EOF inesperado mientras se buscaba `]]'" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "error sintáctico en la expresión condicional: elemento inesperado `%s'" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "error sintáctico en la expresión condicional" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "elemento inesperado `%s', se esperaba `)'" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "se esperaba `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "argumento inesperado `%s' para el operador unario condicional" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "argumento inesperado para el operador unario condicional" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "elemento inesperado `%s', se esperaba un operador binario condicional" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "se esperaba un operador binario condicional" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "argumento inesperado `%s' para el operador binario condicional" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "argumento inesperado para el operador binario condicional" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "elemento inesperado `%c' en la orden condicional" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "elemento inesperado `%s' en la orden condicional" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "elemento inesperado %d en la orden condicional" @@ -1299,12 +1357,12 @@ msgstr "elemento inesperado %d en la orden condicional" # provocado por el símbolo. Simplemente estar cerca del mismo. cfuga # Por consistencia con el siguiente, yo borraría la coma. sv # Cierto. Coma borrada. cfuga -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "error sintáctico cerca del elemento inesperado `%s'" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "error sintáctico cerca de `%s'" @@ -1313,20 +1371,20 @@ msgstr "error sint # no se esperaba el final de la línea em+ # Ojo, que end of file es fin de fichero, no de línea. sv # Se hicieron ambos cambios. cfuga -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "error sintáctico: no se esperaba el final del fichero" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "error sintáctico" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Use \"%s\" para dejar el shell.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "EOF inesperado mientras se buscaba un `)' coincidente" @@ -1340,57 +1398,57 @@ msgstr "completion: no se encuentra la funci msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert: %s: COMPSPEC nulo" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: conector erróneo `%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf: `%c': carácter de formato inválido" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "descriptor de fichero fuera de rango" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: redireccionamiento ambiguo" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: no se puede sobreescribir un fichero existente" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: restringido: no se puede redirigir la salida" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "no se puede crear un fichero temporal para el documento here: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/anfitrion/puerto no tiene soporte sin red" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "error de redirección: no se puede duplicar el df" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "¡no se puede encontrar /tmp, crear por favor!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp debe ser un nombre de directorio válido" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: opción inválida" @@ -1398,11 +1456,11 @@ msgstr "%c%c: opci # Yo pondría "no tengo ningún nombre". sv # Revisé el código fuente de bash. Es un mensaje de error cuando no se # encuentra el nombre del usuario que ejecuta el shell. cfuga -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "¡No tengo nombre de usuario!" -#: shell.c:1755 +#: shell.c:1777 #, fuzzy, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU %s, versión %s\n" @@ -1412,7 +1470,7 @@ msgstr "GNU %s, versi # traducido en otras ocasiones. Sehll script lo henmos traducido # como guión del shell , eso es seguro ... así que puede estar # bien así , ya lo verán otros em+ -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1421,38 +1479,38 @@ msgstr "" "Modo de empleo:\t%s [opción GNU larga] [opción] ...\n" "\t%s [opción GNU larga] [opción] guión-del-shell\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "Opciones GNU largas:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Opciones del shell:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD o -c orden o -O opcion_shopt\t\t(sólo invocación)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s o -o opción\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Teclee `%s -c \"help set\"' para más información sobre las opciones del " "shell.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Teclee `%s -c help' para más información sobre las órdenes internas del " "shell.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Use la orden `bashbug' para reportar bichos.\n" @@ -1643,82 +1701,77 @@ msgstr "Se msgid "Unknown Signal #%d" msgstr "Señal Desconocida #%d" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "sustitución errónea: no hay un `%s' que cierre en %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: no se puede asignar una lista a un miembro de la matriz" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "no se puede crear la tubería para la sustitución del proceso" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "no se puede crear un proceso hijo para la sustitución del proceso" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "no se puede abrir la tubería llamada %s para lectura" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "no se puede abrir la tubería llamada %s para escritura" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "no se puede reestablecer el modo nodelay para el df %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "no se puede duplicar la tubería llamada %s como df %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "no se pueden crear la tubería para la sustitución de la orden" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "no se puede crear un proceso hijo para la sustitución de la orden" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: no se puede duplicar la tubería como df 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parámetro nulo o no establecido" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: expresión de subcadena < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: sustitución errónea" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: no se puede asignar de esta forma" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "sustitución errónea: no hay un `%s' que cierre en %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "no hay coincidencia: %s" @@ -1766,12 +1819,12 @@ msgstr "falta `]'" msgid "invalid signal number" msgstr "número de señal inválido" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps: valor erróneo en trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" @@ -1779,95 +1832,116 @@ msgstr "" "run_pending_traps: el manejador de señal es SIG_DFL, reenviando %d (%s) a mí " "mismo" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: señal errónea %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "error al importar la definición de la función para `%s'" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "el nivel de shell (%d) es demasiado alto, se reestablece a 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "make_local_variable: no hay contexto de función en el ámbito actual" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "all_local_variables: no hay contexto de función en el ámbito actual" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "carácter inválido %d en exportstr para %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "no hay `=' en exportstr para %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" "pop_var_context: la cabeza de shell_variables no es un contexto de función" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context: no es un contexto global_variables" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" "pop_scope: la cabeza de shell_variables no es un ámbito de ambiente temporal" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, fuzzy, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU %s, versión %s\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: no se pueden asignar %lu bytes (%lu bytes asignados)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: no se pueden asignar %lu bytes" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: no se pueden reasignar %lu bytes (%lu bytes asignados)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: no se pueden reasignar %lu bytes" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %s:%d: no se pueden asignar %lu bytes (%lu bytes asignados)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: %s:%d: no se pueden asignar %lu bytes" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "xrealloc: %s:%d: no se pueden reasignar %lu bytes (%lu bytes asignados)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: %s:%d: no se pueden reasignar %lu bytes" @@ -1935,12 +2009,12 @@ msgstr "command [-pVv] orden [arg ...]" #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "declare [-afFrxi] [-p] nombre[=valor] ..." #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "typeset [-afFrxi] [-p] nombre[=valor] ..." #: builtins.c:80 @@ -2375,6 +2449,7 @@ msgstr "" " entrada." #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2382,8 +2457,10 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Retoma la siguiente iteración del ciclo FOR, WHILE o UNTIL incluido.\n" +" Si se especifica N, retoma en el N-ésimo ciclo incluido." #: builtins.c:334 #, fuzzy @@ -2394,7 +2471,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Retoma la siguiente iteración del ciclo FOR, WHILE o UNTIL incluido.\n" " Si se especifica N, retoma en el N-ésimo ciclo incluido." @@ -2567,10 +2644,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2611,14 +2691,14 @@ msgstr "" " usa en una función, hace a los NAMEs locales, como sucede con la\n" " orden `local'." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2633,7 +2713,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 #, fuzzy msgid "" "Write arguments to the standard output.\n" @@ -2648,7 +2728,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2684,7 +2764,7 @@ msgstr "" " Puede desactivar explícitamente la interpretación de los caracteres\n" " arriba mencionados con la opción -E." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2697,7 +2777,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2724,7 +2804,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2741,7 +2821,7 @@ msgstr "" # en una de dos formas -> en una de las dos formas siguientes em+ # dar argumentos -> especificar em+ # De acuerdo. cfuga -#: builtins.c:619 +#: builtins.c:622 #, fuzzy msgid "" "Parse option arguments.\n" @@ -2817,7 +2897,7 @@ msgstr "" " pero si se especifican más argumentos, éstos se comparan en lugar\n" " de los primeros." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2840,7 +2920,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2851,7 +2931,7 @@ msgstr "" "Termina el shell con un estado de N. Si se omite N, el estado de salida\n" " es el mismo de la última orden ejecutada." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2860,7 +2940,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 #, fuzzy msgid "" "Display or execute commands from the history list.\n" @@ -2911,7 +2991,7 @@ msgstr "" " `r cc' ejecuta la última orden que comience con `cc' y al teclear\n" " `r' re-ejecuta la última orden." -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2927,7 +3007,7 @@ msgstr "" " JOB_SPEC no está presente, se usa la noción del shell del trabajo\n" " actual." -#: builtins.c:746 +#: builtins.c:749 #, fuzzy msgid "" "Move jobs to the background.\n" @@ -2945,7 +3025,7 @@ msgstr "" " `&'. Si JOB_SPEC no está presente, se usa la noción del shell del\n" " trabajo actual." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2969,7 +3049,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2991,7 +3071,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 #, fuzzy msgid "" "Display or manipulate the history list.\n" @@ -3048,7 +3128,7 @@ msgstr "" " tiempo asociada con cada entrada de historia mostrada. No se muestra\n" " ninguna marca de tiempo de otra forma." -#: builtins.c:845 +#: builtins.c:848 #, fuzzy msgid "" "Display status of jobs.\n" @@ -3084,7 +3164,7 @@ msgstr "" " especificaciones de trabajo que aparecen en ARGS se han reemplazado\n" " con el ID de proceso del líder del grupo de procesos de dicho trabajo." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -3101,7 +3181,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 #, fuzzy msgid "" "Send a signal to a job.\n" @@ -3140,7 +3220,7 @@ msgstr "" # No sé si existe precedencia en español, pero me suena fatal. # Yo pondría simplemente "prioridad". sv # Creo que si existe, pero tu sugerencia es mejor. cfuga -#: builtins.c:914 +#: builtins.c:917 #, fuzzy msgid "" "Evaluate arithmetic expressions.\n" @@ -3226,7 +3306,7 @@ msgstr "" " Si el último ARG se evalúa como 0, let devuelve 1; si no se\n" " devuelve 0." -#: builtins.c:959 +#: builtins.c:962 #, fuzzy msgid "" "Read a line from the standard input and split it into fields.\n" @@ -3259,7 +3339,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3299,7 +3381,7 @@ msgstr "" " cero, a menos que se encuentre un final de línea, read expire, o se\n" " proporcione un descriptor de fichero inválido como el argumento de -u." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3311,7 +3393,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 #, fuzzy msgid "" "Set or unset values of shell options and positional parameters.\n" @@ -3480,7 +3562,7 @@ msgstr "" "no\n" " se proporciona ningún ARG, se muestran todas las variables del shell." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3500,7 +3582,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3519,7 +3601,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3528,7 +3610,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3538,7 +3621,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3549,7 +3632,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 #, fuzzy msgid "" "Execute commands from a file in the current shell.\n" @@ -3568,11 +3651,12 @@ msgstr "" " Si se proporciona cualquier ARGUMENTS, se convierten en los parámetros\n" " posicionales cuando se ejecuta FILENAME." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3581,7 +3665,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3734,7 +3818,7 @@ msgstr "" " Los operadores binarios aritméticos devuelven verdadero si ARG1 es\n" " igual, no igual, menor, menor o igual, mayor, mayor o igual que ARG2." -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3745,7 +3829,7 @@ msgstr "" "Este es un sinónimo para la orden interna \"test\", pero el último\n" " argumento debe ser un `]' literal, que coincida con el `[' inicial." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3757,7 +3841,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 #, fuzzy msgid "" "Trap signals and other events.\n" @@ -3811,7 +3895,7 @@ msgstr "" "con\n" " \"kill -signal $$\"." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3841,7 +3925,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 #, fuzzy msgid "" "Modify shell resource limits.\n" @@ -3919,7 +4003,7 @@ msgstr "" " -t, el cual es en segundos, -p, el cual es en incrementos de 512 bytes,\n" " y -u, el cual es un número de procesos sin escala." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3937,7 +4021,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3954,7 +4038,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 #, fuzzy msgid "" "Wait for process completion and return exit status.\n" @@ -3975,7 +4059,7 @@ msgstr "" " de trabajo, se espera a todos los procesos en la línea de ejecución\n" " del trabajo." -#: builtins.c:1466 +#: builtins.c:1473 #, fuzzy msgid "" "Execute commands for each member in a list.\n" @@ -3993,7 +4077,7 @@ msgstr "" " se asume `in \"$@\"'. Para cada elemento en WORDS, se define NAME\n" " como ese elemento, y se ejecutan COMMANDS." -#: builtins.c:1480 +#: builtins.c:1487 #, fuzzy msgid "" "Arithmetic for loop.\n" @@ -4019,10 +4103,10 @@ msgstr "" " EXP1, EXP2, y EXP3 son expresiones aritméticas. Si se omite\n" " cualquier expresión, se comporta como si se evaluara a 1." -#: builtins.c:1498 +#: builtins.c:1505 #, fuzzy msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -4053,7 +4137,7 @@ msgstr "" " COMMANDS después de cada selección hasta que se ejecuta\n" " una orden break." -#: builtins.c:1519 +#: builtins.c:1526 #, fuzzy msgid "" "Report time consumed by pipeline's execution.\n" @@ -4076,7 +4160,7 @@ msgstr "" " el resumen de tiempos en un formato ligeramente diferente, usando\n" " el valor de la variable TIMEFORMAT como el formato de salida." -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -4090,7 +4174,7 @@ msgstr "" "Ejecuta ÓRDENES selectivamente basado en coincidencias de la PALABRA con\n" " el PATRÓN. Se utiliza `|' para separar patrones múltiples." -#: builtins.c:1548 +#: builtins.c:1555 #, fuzzy msgid "" "Execute commands based on conditional.\n" @@ -4123,7 +4207,7 @@ msgstr "" "resultó\n" " verdadera." -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -4137,7 +4221,7 @@ msgstr "" "Expande y ejecuta ÓRDENES mientras la orden final en las ÓRDENES\n" " `while' tenga un estado de salida de cero." -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -4151,7 +4235,7 @@ msgstr "" "Expande y ejecuta ÓRDENES mientras la orden final en las ÓRDENES\n" " `until' tengan un estado de salida que no sea cero." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -4165,7 +4249,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -4179,7 +4263,7 @@ msgstr "" "Corre un conjunto de órdenes en un grupo. Esta es una forma de redirigir\n" " un conjunto completo de órdenes." -#: builtins.c:1615 +#: builtins.c:1622 #, fuzzy msgid "" "Resume job in foreground.\n" @@ -4200,7 +4284,7 @@ msgstr "" " especificación del trabajo se hubiera proporcionado como\n" " un argumento de `bg'." -#: builtins.c:1630 +#: builtins.c:1637 #, fuzzy msgid "" "Evaluate arithmetic expression.\n" @@ -4214,7 +4298,7 @@ msgstr "" "Se evalua EXPRESSION de acuerdo a las reglas de evaluación\n" " aritmética. Equivalente a \"let EXPRESSION\"." -#: builtins.c:1642 +#: builtins.c:1649 #, fuzzy msgid "" "Execute conditional command.\n" @@ -4260,7 +4344,7 @@ msgstr "" " patrón. Los operadores && y || no evalúan EXPR2 si EXPR1 es\n" " suficiente para determinar el valor de una expresión." -#: builtins.c:1668 +#: builtins.c:1675 #, fuzzy msgid "" "Common shell variable names and usage.\n" @@ -4374,7 +4458,7 @@ msgstr "" " \t\tpara decidir cuáles órdenes se deben guardar en la lista de\n" " \t\thistoria.\n" -#: builtins.c:1725 +#: builtins.c:1732 #, fuzzy msgid "" "Add directories to stack.\n" @@ -4425,7 +4509,7 @@ msgstr "" " \n" " Puede ver la pila de directorios con la orden `dirs'." -#: builtins.c:1759 +#: builtins.c:1766 #, fuzzy msgid "" "Remove directories from stack.\n" @@ -4471,7 +4555,7 @@ msgstr "" " \n" " Puede ver la pila de directorios con la orden `dirs'." -#: builtins.c:1789 +#: builtins.c:1796 #, fuzzy msgid "" "Display directory stack.\n" @@ -4519,7 +4603,7 @@ msgstr "" " -N\tmuestra la N-ésima entrada contando desde la derecha de la lista\n" " mostrada por dirs cuando se invoca sin opciones, empezando de cero." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4540,7 +4624,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 #, fuzzy msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" @@ -4583,7 +4667,7 @@ msgstr "" " -v, la salida se coloca en el valor de la variable de shell VAR\n" " en lugar de enviarla a la salida estándard." -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -4605,7 +4689,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -4625,7 +4709,7 @@ msgstr "" "coincidencias\n" " contra WORD." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -4654,7 +4738,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/et.gmo b/po/et.gmo index c4820b2eb665952515e2069eddeab0490df843dd..0351e7543df493bceac126469d0e68dce3168572 100644 GIT binary patch delta 3264 zc-mE$32anV6ozjFfev(;tuxb^cBZp*w$79y#Zo~8(F!P1kcuLk2vk9~DoPO_pa`M} zGRmeQG%-=55w$8R!GN)11ml7waS3V+i~Ev-A>i_#{>O+nx&7X|bC+}ebMAe&>!*J+ z%{uDn`M5!O0yTiz)zg^6;GuleUAzUxI6xnG30MV|gUz4|TmzPXPl7U}9khdcwf#fo zaj*>h6D$J#g~m9Iu}m5d9yAOqWXJ23^9#Aa>OvZ}9jpX*gKqGsvJ1?DwjvrfxQOE? zfnIO{=m*yp(SWClx)(NYgJG<1j%dRfuox^TX2~W&+ZA#w8XQ&9Q4oy^Pr|lIoWYAco8_=NrN79G9)j8 z5wOEaL%sw1O0u}rW3Zoi?4sdSF3vkd-^aLUz+@Nnml!Q|(c(?uBvC*+oB>my$4%)* zxao0|n@Kib+gE@UVxXJ3@|v3lA9mA_U)(hG95@(s;-wFGO^L;cn$QrH*p_g@^(9QE zwh}6_uY@5wQ9@7pc({P<JO{Iff5R^3Ot}4yL?olH!{oyX2BZC5pWbZ7fgb$mePQ)N@aT)^Ft};E%bA|-_Il+ z;qMNKWv1}K+~KDJ5Ba(9Gk#9k>8GTB`x&D001di4K*O5?RB&;C9&ZkC-#;H<)^`NB zU5_c9WlX~1;K)40zp;!`ZpJD@WZ`m7e5{=9c|jWJ4Dy6a1!=%QZEpxNR8xb@g(cd) zHAqi)1v%gQL5ARXklXbXSSCa;CCSkY--*cxUia{B&qm{J}L zbAd0yRP47f4eb%(?}-SNsEg2m2@xvL96|hL;Z+gMYUQp77wCvkiK7u3_IrfesYjIC zt0GF}s-x`R7-h_Fi!#~PMQQL$Q7-sVl*#yglsWcC)MBR3uOEgqxk9feR9Ja7BWlZc9)(>vetjJi&?2 z=|rI<4XI5sDI1fNewA`(k`uoL#^gJnq#>u0^jtEw`#Yav5~fqkiLogrUrVanG0U{2 zcwp>FQKADWTG*MQAwQ<*QC^x03{#FybD@c8hGt=!iY-rbo{eda-;t(+?P(g+nP$k3 zrA2wfzqE=Ajs^#TGpZ=vRiRxt$e49|hd87ej_!v!DAP>C%WhH`I)N!h9I zKWC_DuPiStVf@L+{%_1O*{m!r-I3)k*q3FDkLd5Gv)m2tYK9N=gqVV^)kcsz9QFVixlMK`e&%-^4!NZe_mtmCtI*~4&FzK z!g3fIM&}ltrO8knDc8vkHax{Q<%ailmTk~q8VqA7i6TiNmyD}&i~4%38x5l=Wrn1U z>{5xowoO4DU>Nzih9`K9`G2`rzKe2vp)Qh7nB4O8x9zBR>GMp()Ro{ZG~Gv#)x9~S zT&t9bFO?l@xWOjKN7?W|mLj=3-f&N>m&=*9x5~LEr#p+2uPytYVrSUFoc*6@gvvPD^kdNb-E zIV{(q-eh_qSOJ+bk&e*j9Z BE|>rS delta 3308 zc-mE$d2Ccw6vl6%Y=d29pXtmn``(#hfT9!-H3$?zWJjygqF4|Gp~Jq6h=7VLWk9MB zHLf6N&{m0&paz7{*l0xmAxdM4BE}F5gh<51@62}-@ujc7_wKvz?C13L=h<5u^5;yY zyA_UoINdmJlqz)w{IQ=Z9hd_DdIA{br^?H})HP8c= zl`B;NCPA}Oc{Lmtb}URP=f)<@b>&pByPSr-2S&hCpcTBNSqf=su&RQF)m8BQd7uN# zgD$YOf(Eo#6cwxQzyS2CU-d%2N~Q3lJeAy-uB3tqnsX`{i4|Z9+@kk?ieFB!1N4ID zE9p?Fk^9|7-e-)|GZyrL_3|A0)f&C9-AKz18)@+=Euh=TkX_UFy-nQbG*R$C6Ac&# zR*9h?qOI1N=*Sim4Le|B1W)Vr%V1tSD>u`_5QwO%S~EA+frG)P%rxjNGgI<~nF@XY zgJPhW2KB+i{@?%$4NZWzfFmt*V7!I$AJF&nEr`EZveLp_?XghsVQ?0B%tA};ur2}C zSQ)|wD?QIyS!^%r^;bbZ_>q-0^SzaZ|7oQmWi}dGg{L`^r{XDgMkHtFd#!dlbi__azOvJhZaX7+Id7+;UJkzK zbWq?(FeagL(9;bLzPQ&x#rqvh*%60sHwQiHaxeu>CmD8fU)ITD9qZ)#vz(NdZ*nqM zIVVH4SwDCa93rUztHEFNK2sGV5e5y?9bgum3D$wngK_Xo6%F{OO4TxqgBiuBo(M`j1Zbop2n;y5jSyLTuR)4pf zZQIjBW<64b$p36yj4n}Xk%ysdhn5kdcmM_W^m5(nrGZ&5C*3$N4Va?W=X#l{HD1=j zF1`MVmu=bUrM%y~OhG9M$tnGB_AxgpA78v394J-pV{Nqf=*inYcEK?pBXCi#m;32? z)Xz}gqq)$}B5Tq2@Aw&+(|WxN%u6V)`e{HQK#KBayRwg#Ar5B2@G z0rvC702N#hFk%%!8tM=7`IsOhF(XI=76%c3nOvKKRQ!5SSG8tmkP5nkjKqx~4XX^X zo%|uT*QgL9H!;Nhi$cu#b0HSn{tylRCd5g3Da2yz8_u)HtYKFBU19e3@-QuI4O7AU zVG8&xOaW)Z6mT`n$dp8Am_;)j;rh@Bi@7dB&mW7hM%G6t_vJh;CgbAW2;1m7n2|q^ zQEse{vS^y46u3P~1Kx;oG#`yJ_m`ve*b-w~4vEo$QQ$~$T8x8kXN(5!jnUEkp%_Eo z8Dj{~Yxa&)a4b$i6XGoz>*{laU|(cDoF(kG?yi*Xnm5Y*_UL*4kRh(sD8gA zNe8=vbip5!y=6x0DlKvl*<`>MpX+~mgn#Fc7O-nn{?1n$m%yEwlp9eDRiaRq*!SoDs z+MHo6?b1A%q33^rm~-k`#jY47?>??*m00wkOgqJ%ZRY2ndQv8u6r^mH3YPX#{~a?5 z9z$^Q9_byu(x4ch^)kv7O&={irJwh}`Lw>CeUqdOIPXv_f-!{_L$GX@;%9(Fb6w#} zgR5jp;U|N)W*+YE#`%J@xMFtZYAG`ngCoau`2(sr%?pKWf3s(YelkwRq++2+k=!pm zT4?NV&(|wvQ;s>3O&O%pse0{UNtj~hpHQ6SS@r)zlG+F7D>#?P=LybR^|QV51*xwe zRV-ae-eOgpMEPQK$Z?;hWPFu;gef-IG?|x*gINwK-KmN_u}vCOudkNgkUz*$%6e_W zO-9y8#o>HOaahYSv1q!C3F%b5DC23Vl%>9x5?iVGxv^Qk;`I7P`Ha!m&nSMr$gx$k zNpq57pUKgxc^l40WM0a!+=BBV#VL@}|C(%<{{-5MW$nGo!p*h5<&8@g&R^J6>uWn< mKHJYQBsFM|FFUX{Thq4RbD>Xh%e+PN8*@u>(Y7r-)$lL9*E5;` diff --git a/po/et.po b/po/et.po index 7379baf67..608ebc6b4 100644 --- a/po/et.po +++ b/po/et.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2006-11-11 16:38+0200\n" "Last-Translator: Toomas Soome \n" "Language-Team: Estonian \n" @@ -14,78 +14,93 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-15\n" "Content-Transfer-Encoding: 8-bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "vigane massiivi indeks" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: vigane tegevuse nimi" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: mitte-numbrilisele indeksile ei saa omistada" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: ei saa luua: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: esimine mitte-tühemik sümbol pole `\"'" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "sulgev `%c' puudub %s sees" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: puudub eraldav koolon" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: ei saa lugeda: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "`%s': ei saa lahti siduda" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "`%s': tundmatu funktsiooni nimi" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s ei ole seotud ühegi klahviga.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s saab kasutada läbi " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "omab mõtet ainult `for', `while' või `until' tsüklis" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -93,329 +108,324 @@ msgid "" " Without EXPR, returns " msgstr "Tagastab jooksva alamprotseduuri konteksti." -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME pole seatud" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD pole seatud" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: hoiatus: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "liiga palju argumente" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: võti nõuab argumenti" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: nõutakse numbrilist argumenti" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: ei leitud" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: vigane võti" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: vigane võtme nimi" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "`%s': ei ole lubatud identifikaator" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "vigane signaali number" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "vigane number" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "vigane number" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: vigane signaali spetsifikatsioon" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "`%s': ei ole pid ega korrektne töö spetsifikatsioon" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: mittemuudetav muutuja" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s on piiridest väljas" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argument" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s on piiridest väljas" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: sellist tööd pole" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: töökontroll puudub" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "töökontroll puudub" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: piiratud" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "piiratud" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: ei ole sisekäsk" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "kirjutamise viga: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: segane töö" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: vigane tegevuse nimi" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "hoiatus: võti -F ei pruugi töötada nagu te ootate" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "hoiatus: võti -C ei pruugi töötada nagu te ootate" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "saab kasutada ainult funktsioonis" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "võtit `-f' ei saa funktsiooni loomiseks kasutada" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: funktsioon ei ole muudetav" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: masiivi muutujaid ei saa nii kustutada" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "dünaamilist laadimist et saa kasutada" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "jagatud objekti %s ei saa avada: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "%s puudub jagatud objektis %s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: pole dünaamiliselt laetud" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: ei saa kustutada: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: on kataloog" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: ei ole tavaline fail" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: fail on liiga suur" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: kahendfaili ei õnnestu käivitada" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: ei saa käivitada: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "pole login shell: kasutage `exit'" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Teil on peatatud töid.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Teil on peatatud töid.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "käsku ei ole" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: ajutist faili ei saa avada: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: lubamatu võti -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: võti nõuab argumenti -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "viimane käsklus: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: ei saa avada: %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Autoriõigus © 2006 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -427,111 +437,135 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: vigane teenus" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Tundmatu viga" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "oodati avaldist" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: vigane võti" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: vigane võti" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: vigane tegevuse nimi" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: pole massiiv" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: hoiatus: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "teist kataloogi pole" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 msgid "directory stack index" msgstr "" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -556,7 +590,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -577,50 +611,40 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "viga lugemisel: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: ei saa eemaldada" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: ei saa eemaldada: %s on ainult lugemiseks" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: pole massiiv" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: ei ole funktsioon" @@ -629,20 +653,20 @@ msgstr "%s: ei ole funktsioon" msgid "shift count" msgstr "shift arv" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: faili ei ole" @@ -655,75 +679,75 @@ msgstr "peatamine ei msgid "cannot suspend a login shell" msgstr "login shelli ei saa peatada" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s on shelli võtmesõna\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s: on funktsioon\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s on shelli sisekäsk\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s on %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "`%c': halb käsklus" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: ei õnnestu lugeda piirangut: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: ei õnnestu muuta piirangut: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "kaheksandnumber" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -737,68 +761,68 @@ msgstr "viimane k msgid "Aborting..." msgstr "Katkestan..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: hoiatus: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "tundmatu viga käsus" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: sidumata muutuja" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "kirjutamise viga: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: piiratud: käskudes ei saa kasutada sümboleid `/'" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: käsku ei ole" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: halb interpretaator" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "" @@ -873,87 +897,97 @@ msgstr "%s: oodati t msgid "getcwd: cannot access parent directories" msgstr "getcwd: vanemkataloogidele ei ole juurdepääsu" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: pid puudub" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -963,122 +997,122 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: töö %d on peatatud" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: töö on lõpetatud" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: töö %d on juba taustal" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: hoiatus: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: tundmatu masin" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1132,109 +1166,114 @@ msgstr "s msgid "syntax error: `((%s))'" msgstr "süntaksi viga: `((%s))'" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "süntaksi viga tingimuslikus avaldises" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "ootamatu märk `%s', oodati `)'" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "oodati `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "süntaksi viga kohal `%s'" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "süntaksi viga: ootamatu faililõpp" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "süntaksi viga" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Käsuinterpretaatorist väljumiseks kasutage \"%s\".\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "" @@ -1248,71 +1287,71 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "faili deskriptor on piiridest väljas" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: segane ümbersuunamine" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: fail on olemas, ei kirjuta üle" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: piiratud: väljundit ei saa ümber suunata" -#: redir.c:159 +#: redir.c:160 #, c-format msgid "cannot create temp file for here-document: %s" msgstr "" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "viga ümbersuunamisel: fd duplikaadi loomine ei õnnestu" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "/tmp puudub, palun looge see!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp peab olema kataloogi nimi" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: vigane võti" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Mul ei ole nime!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1321,34 +1360,34 @@ msgstr "" "Kasuta:\t%s [GNU pikk võti] [võti] ...\n" "\t%s [GNU pikk võti] [võti] skript-fail ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU pikad võtmed:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Käsuinterpretaatori võtmed:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD või -c käsklus või -O lühivõti\t\t(ainult käivitamine)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s või -o võti\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Vigadest teatamiseks kasutage käsku `bashbug'.\n" @@ -1529,82 +1568,77 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "" -#: subst.c:4494 -#, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parameeter on null või pole seatud" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: halb asendus" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: sedasi ei saa omistada" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "sulgev `%c' puudub %s sees" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "ei leitud: %s" @@ -1645,104 +1679,125 @@ msgstr "puudub `]'" msgid "invalid signal number" msgstr "vigane signaali number" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps: halb väärtus muutujas trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" "run_pending_traps: signaali käsitleja on SIG_DFL, saadan %d (%s) iseendale" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: vigane signaal %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "shelli tase (%d) on liiga kõrge, kasutan väärtust 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "make_local_variable: praegune skoop pole funktsiooni kontekst" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "all_local_variables: praegune skoop pole funktsiooni kontekst" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context: pole global_variables kontekst" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Autoriõigus © 2006 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "" @@ -1802,11 +1857,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2149,7 +2204,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:334 @@ -2160,7 +2215,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:346 @@ -2301,10 +2356,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2320,14 +2378,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2342,7 +2400,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2356,7 +2414,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2373,7 +2431,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2386,7 +2444,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2413,7 +2471,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2425,7 +2483,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2466,7 +2524,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2489,7 +2547,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 msgid "" "Exit the shell.\n" " \n" @@ -2497,7 +2555,7 @@ msgid "" " is that of the last command executed." msgstr "" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2506,7 +2564,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2536,7 +2594,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -2548,7 +2606,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2562,7 +2620,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2586,7 +2644,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2608,7 +2666,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2642,7 +2700,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2666,7 +2724,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2683,7 +2741,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2705,7 +2763,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2750,7 +2808,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2782,7 +2840,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2791,7 +2851,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2803,7 +2863,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -2885,7 +2945,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -2905,7 +2965,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -2924,7 +2984,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -2933,7 +2993,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -2943,7 +3004,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -2954,7 +3015,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -2968,11 +3029,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -2981,7 +3043,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3058,7 +3120,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3066,7 +3128,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3078,7 +3140,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3114,7 +3176,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3144,7 +3206,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3188,7 +3250,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3206,7 +3268,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3223,7 +3285,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3237,7 +3299,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3250,7 +3312,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3267,9 +3329,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3287,7 +3349,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3303,7 +3365,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -3314,7 +3376,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3335,7 +3397,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -3346,7 +3408,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -3357,7 +3419,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3371,7 +3433,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -3382,7 +3444,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3396,7 +3458,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3407,7 +3469,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3435,7 +3497,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3489,7 +3551,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3520,7 +3582,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3547,7 +3609,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3576,7 +3638,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3597,7 +3659,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3627,7 +3689,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3649,7 +3711,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3662,7 +3724,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3691,7 +3753,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/fr.gmo b/po/fr.gmo index 0e4eda1f6801f5d1952a13d878e8257375f1481c..ccf5c004d3c38879abc32fc56864aee9436f3fe0 100644 GIT binary patch delta 5685 zc-l>v33OG}6^744hJ=cc5D1w=CX$dBUM7-|gv<$&5kf*jARz-G36!C&Ev?vB%20(C zY$=1-iY+K2qHTeK6$@ekTS}=SAW{&MiXxzuL7>*Qd*?eWbJx1-zxUj8&)MhSd;j~~ zd-sgv$Qg(Gf_L9_Mvj3FV*&-|dKfcXuJ;cyJxA?uV`2sC1ib~931$dx5R4E!DHtqx zN6<&m*VmX3!8k!_GNpo^f-Qnxf?v1oZqRMk+lHOKOzABKJAhe3n=nK0a+`yxRlZJIy*=J+$wV}fG@H{1IY{w(wZL8n`(vk#&I zusAb-f$9WhF4GwRrON_fV5?w^8YU>Ono9u;=m_MwPap=x1!72!V5ne&;7FxDkp90C zbnAoNfvoscAS=BZ$b=q2bc_zd6&d!vB#8bEK}`5i5QhFF2!pl>4iY>RgaLmKV!Tg+ zaKQt?w5J3M|GM(3U>N8Sd_XM>rsHbCB*8twFmpK=1N(>I<1oQ=!BoL;!G$3hwodSC zf-i(%@IJx&1&@WWkat3u=c5oe4Yxyx@&Tb(mKcifD+Mbg8#)B@RDvgQ5Q6M1OENG3FAC6s&NElSU7P^TMWZsC?0Od?Os6eHab{ zo)It*6~T(~B3N;S;3&bi2pCx{=%MdNF!7ra%+npgJRXt6m^(0%l{h1LAtRE33L+V3 zZX`@R8;L6pL}J(t!7M@VD12KP#d`~)aNWizm^fhZ<0yi5*eEc2R1X7g)4_#VGm0qP zBbXp~+M{cg?JndwmhXvi5Cf!cbQjNJF;ZTVtTi+l5cFT@29Vvc<=R zlx}blL`Pi&QC8ShO^ef%hfC zNLL~Te3FReUP(+4oJ8~&Cc)6sB+~GyBw}EXy+5A>GdGhkz$=;Y$0w6T?e1iJ@}p!{ z_(C#N9Y`iC&LtB}4q1j%g+nk^rB`sQ;QAC+dOU>{X``lF;#ek}VR7YHVqouBg7?N) zTz}7G@otMRmzxKAecftgVMU?x6o%_L3dXF~0= zOsL;t?+<2@zVBrc+&3~c?Zy8-Sxg+3#fnq1@Nsn(6D}4kQL3|WMOPLRdyTg{o$)YG zI-X$r@pvXYWbu8$e05DWj1^>Kz&ycd&HpvoP_-|cXztD?KYeqUFeQhTwB`^SOLCa# zmpK@CQc&hF*K(LJE*F=UQT*uqNaalvDFDcy&H8vm+nF&f0!=@@*Cs2>(i9VF3fqD!|f53Q)Qy z3Sj0?0ft;FU?8tTgveD$_T*Y@D`X+73hBSMkpAZ^{<{#t@+%^1qKkz83f1-^e6yp7 zj;D(7@y#Nld2lhVnNW;@i;Jll8;i;FXDz;3Oc1_Zj0-Lo6LfthFwXD^_`YHS^DJ=7 z#cQ&`SR+^}4U;A!NKZ{9%{~%rQ_3b{U}Fiv^jHb5I9>v!S4yDVs}#oKOA)j>i>pgn z(Cha3g;E%HdzQ)eO9i8h{9RGTK-Y zVc>i@!S;DM3hF6zXDSnd)ms0nDhP({g3Y>FwD(DsqF%b4t|SZgRU)|`RuW{9lSs?y zlMtBaCZQWw?7ed`{T57y`fZcZjf<1n!VRj@g^2&Fs(LIj+p3VnFRQ52L#Ie4XueJ% z8I&9H)E4sjTp_Z4a#l+iNl8H?;&`cP+lZT}zgE*I{66oz4IG zb@*^~9RqHz!)K@K@crdF@_4{Be3~*14KJTYEUcWy#22PvXjDDvSXR%%zERKk%jyZ% zb@i0-SL%g-4Vo+V1>fmRkSRD{P86tWiO0fVn*l1na*V+)NzU2=%#*P(P!Q0XA6dYNWh6XOf=g7M2)!F1jEVA#M&HpGb>oq3{}rJGw^=FNxHLXCTQ|oz}YQm`l=R$ z z$cD3RQ0PA!thV_0Z2BLYO{@%Shtd3Ys$^q3Jq*Y*0bhs$g*L z6#Y7IppzR_N#y!bEr0fnZ>jnApUeu4F55m&x61aqUbi%w?Dqa01J8QgXYkd%`OR&6 zdBvc84{Lt81a&+iz@o#s?OIe#tZO#AL(l}1B# z(qpd0Tle@^=~*r3x8?kq7G*>7{ne1v`wY8*H|>kn7Ux)8)XUJF`k`k~k2egp^l43K z`+UBBr|AcUoPX$P5qbEu*8od(2WSxX$X@Nc*E)PcMlS2sa)i$bvq#SVshsNE0s-JASP17BZ%C(krLviUZ3wqIx^+StWb+34D zLPxLpN7%Lj(s)%rB2?=QlKE5pGp6<2AhCKZl=FM`x<%`N{yDYxrw#jtGxq+NoPROM zZnJG$sarR_=&RbUZglM3HEVd6$J)H&fL#khUh*H9=1g>jy3)p_Bv33wIN702&WRCWn#NM4c$$;(ETmyImEK=wpJ5+Dm?gDiwBK(v5Zs_nFhER}+? z)um{`Vzp?gqJkA^aY0#1D=H`grBbRbQg>Rcr9CIV%SYz>=KIgwxpU9C|8vg&-kAd@ zT$fL{oHIlFY%+2Ta2ewkT-?`~cDX(>#Pl2;BaMj_>=Ya-xKVI|;4cLu1kVYE3icgk z%y7Xd!7xF;pgb}Sg8c*+2?hv$-?py<9rL(tczF~C-VqED{7CR-!5adN874SFP?}6k zApLVK&J>Imyj5_l-~)j;@=_oZ`jcR!;6;nWN6T1(6ME1wW|~|iNJIN*X0mxS13xb) z@0cTk!Gh;Ubqb12^Sxjw-53l5&k4q;V}deH$GF-pCg{?7h?G_v)cq{}5&W14Fl@LM@ z8cKU%sPL~dZw-ZkrGkUi!%#XtBA6ohdMM0X4#mNdVZ=B&3`50&nS#}V;rf0U4(<{h zAb2PY$BzpR6#RP_6S@@UVDLr{4I?~cyVql>^N<7Gf)!E~D+Tl9{)F&YC>S&r2bu(D zYQM3(_r_SpIX{+A3<gJ##CH5!II+7S0w$s& zV4@&`88t;P;{}3Ig3BXdsd6`M6mltZi4AkOfpdWi- z;x#WJIqk)<0Ett!pf8dbcSrKx+DJn9LL^L_w%9j{ z#YidgG_Ch&Lbf&>?QuM$1szxVqjoc zEHNA-7$-O>7K-P`l5|UBp>Ay~18$4Okpr=0|G8KUT!}?jBF8aK^*9(=Cg>A3Abk`^toz3sBSRZ^JRvNJ zN4l5A!^l2CM`wC2o-%PIfP)f<_2>jbk(|KHDibi&oq(gu1xo}sCE&=J1emy(fTR5r zDZ5dLI2M~o(v~IiyfabwPnC-$(oi6{LvWJdXNgee^AXcV9|Jf(2HfUDQlIycOy_+h z<;_V{O@0zoHwq@Jqe?j**&DA-@iH`yUsywd9y!5M<;(AH!IKAsFCI=VVAFa^&O zQ!wC9A^TfXU}$R!WwdylGh1HC#GrX#Jn_} z7w4oi<8|rO^|R?1K4wufQx!8IgPBasAaorWy!S)~$$L11@%m(3CQ;8%PlBrBlgMUQ4nmZcgTcxiX0j}Y+;}txLoemv;O99# zKA8cz7@V9-NIP@sw=9?U_T-`q?+7|NV-1YHFf5M;$$1!_l}AYK$|Ghk>GYlPQMq+3BjRqlJinI3=FBD z%3>;dl+-bPx$r9$g4L>o6(rLs!4_Q=r*c16uu@v2r;?ehsKk+zl_;aHiuJlkP%6yaQAJhkslvb) zRXCJdjZn2#BTV;JlUsYLS==sEGmfu@i_ zJ^yDtNfX+@3zHi#aI4^a!Bq`-{&fS%I;4^N%tmyhs*(2jjl_6UBg^$s!O5Bvf?c{L zn6KyiBu$@WMKGkC5As!q2s@TY>)^aG+5MO$L=p;okgUn@HD zRVzt2Vh#*sTU;`SQ0$xo)5qr!0_VmyUL4hi0%o*PW~&5e>4!rbLAuuF?9_q;-4YBz~by|OM=5xg4}xvKRlh>)b%WNcF822ReFM*WTyKcgRr}`O z_VN>h^xdUJtA83)B~-)>%h~2$jA$CGtbJ=(7=B^f%MGgak*>eWvmp+-z25!W5Ze!Q zNma>vR(ApR;SSv&U-QlU%%H#Zx@(jf*BTPwK0`6TtyyXNZ`2Pt-J@wrYnj;g4|O}F z^{J|((rDX@zT{f&d_B_R}%f;m$S}Ldw(z#^@|1_K4xF6u{hu2(q4}KT2;v)9tRCe z=~n$Dvd?eR1w-pnH;O$iA`hSS8eq8!u|e3qz1pAO@cFQ?G57RpdBdPpFX)Z%P^N#^ zq@qUkTcg^oyA!Ri%oWO$p(^!IK~>FB;oD~0RI{$rO|q)AZJW1Y%kXgL!qud;O#fa* z!%)Ne#dB6w&Y=4$G;gYW%lTd1@9Bq!eLvpfQxy;uXu3U9!Hc<;fgFET z{Wt7>^my2?x}8#4R;kvX4s!m~Al2O}$GVNzA58kEME3@AK5kfBZjuS@v}4_Eal8IW zwbw3JFZ+SEv9B~<)LoA*vj*v1Z&<~iF-WY+^g`W?+IQyYKLPz~X75iJ_6_gZ`y;wh z<(t;D+O~V;{DEHdk@M#oM%SKQ)gwRbJIK2z%X3Hb!tT!Q_AJka!Nu-f)5CTK^-qmY sPWB}EvXatv4an*\n" "Language-Team: French \n" @@ -16,80 +16,95 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n > 1);\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "mauvais indice de tableau" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s : nom d'action non valable" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s : impossible d'assigner à un index non numérique" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s : impossible de créer : %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" "bash_execute_unix_command : impossible de trouver le mappage clavier pour la " "commande" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s : le premier caractère non vide n'est pas « \" »" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "pas de « %c » de fermeture dans %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s : virgule de séparation manquante" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "« %s » : nom du mappage clavier invalide" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s : impossible de lire : %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "%s : impossible à délier" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "%s : nom de fonction inconnu" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s n'est lié à aucune touche.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s peut être appelé via " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "ceci n'a un sens que dans une boucle « for », « while » ou « until »" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -97,314 +112,319 @@ msgid "" " Without EXPR, returns " msgstr "Renvoie le contexte de l'appel de sous-routine actuel" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "« HOME » non défini" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "« OLDPWD » non défini" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s : avertissement :" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "trop d'arguments" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s : l'option nécessite un argument" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s : argument numérique nécessaire" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s : non trouvé" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s : option non valable" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s : nom d'option non valable" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "« %s » : identifiant non valable" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "Numéro de signal non valable" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "nombre non valable" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "nombre non valable" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s : indication de signal non valable" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" "« %s » : ce n'est pas un n° de processus ou une spécification de tâche " "valable" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s : variable en lecture seule" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s : %s hors plage" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argument" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s hors plage" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s : tâche inexistante" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s : pas de contrôle de tâche" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "pas de contrôle de tâche" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s : restreint" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "restreint" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s : ceci n'est pas une primitive du shell" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "erreur d'écriture : %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s : erreur de détermination du répertoire actuel : %s : %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s : spécification de tâche ambiguë" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s : nom d'action non valable" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s : pas d'indication de complètement" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" "avertissement : l'option « -F » peut fonctionner différemment de ce à quoi " "vous vous attendez" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" "avertissement : l'option « -C » peut fonctionner différemment de ce à quoi " "vous vous attendez" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "utilisable seulement dans une fonction" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "« -f » ne peut pas être utilisé pour fabriquer des fonctions" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s : fonction en lecture seule" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s : impossible de détruire des variables tableaux de cette façon" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "chargement dynamique non disponible" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "impossible d'ouvrir l'objet partagé %s : %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "impossible de trouver %s dans l'objet partagé %s : %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s : non chargé dynamiquement" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s : impossible d'effacer : %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s : ceci est un répertoire" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s : ceci n'est pas un fichier régulier" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s : le fichier est trop grand" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s : fichier binaire impossible à lancer" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s : impossible d'exécuter : %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "ce n'est pas un shell de connexion : utilisez « exit »" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Il y a des tâches stoppées.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Il y a des tâches stoppées.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "aucune commande trouvée" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "indication d'historique" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s : impossible d'ouvrir le fichier temporaire : %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "tâche %d démarrée sans contrôle de tâche" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s : option non permise -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s : l'option nécessite un argument -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "hachage désactivé" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s : table de hachage vide\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "dernière commande : %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Commandes du shell correspondant au mot-clé « " msgstr[1] "Commandes du shell correspondant au mot-clé « " -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -412,22 +432,12 @@ msgstr "" "Aucune rubrique d'aide ne correspond à « %s ». Essayez « help help », « man -" "k %s » ou « info %s »." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s : impossible d'ouvrir : %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -449,113 +459,163 @@ msgstr "" "Une astérisque (*) à côté d'un nom signifie que la commande est désactivée.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "impossible d'utiliser plus d'une option parmi « -anrw »" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "position dans l'historique" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s : l'expansion de l'historique a échoué" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s : l'expansion de l'historique a échoué" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "pas d'autre option permise avec « -x »" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" "%s : les arguments doivent être des identifiants de tâche ou de processus" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Erreur inconnue" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "une expression est attendue" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s : spécification de descripteur de fichier non valable" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d : descripteur de fichier non valable : %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s : option non valable" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s : option non valable" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s : nom d'action non valable" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s : n'est pas une variable tableau" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "« %s » : caractère de format manquant" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "« %c » : caractère de format non permis" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s : avertissement :" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "chiffre hexadécimal manquant pour \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "pas d'autre répertoire" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "Débordement négatif de la pile de récursivité" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Affiche la liste des répertoires actuellement mémorisés. Les répertoires\n" +" sont insérés dans la liste avec la commande « pushd ». Vous pouvez " +"remonter\n" +" dans la liste en enlevant des éléments avec la commande « popd ».\n" +" \n" +" L'option « -l » spécifie que « dirs » ne doit pas afficher des versions\n" +" raccourcies des répertoires relativement à votre répertoire personnel.\n" +" Cela signifie que « ~/bin » devrait être affiché comme « /homes/bfox/bin " +"».\n" +" L'option « -v » permet à « dirs » d'afficher la pile des répertoires " +"avec\n" +" un élément par ligne, en commençant la ligne par la position dans la " +"pile.\n" +" L'option « -p » fait la même chose mais le numéro de position n'est pas\n" +" affiché. L'option « -c » efface la pile des répertoires en enlevant " +"tous\n" +" les éléments.\n" +" \n" +" +N\t affiche le Nième élément en comptant de zéro depuis la gauche de " +"la\n" +" liste affichée par « dirs » lorsque celle-ci est appelée sans option.\n" +" \n" +" -N\t affiche le Nième élément en comptant de zéro depuis la droite de " +"la\n" +" liste affichée par « dirs » lorsque celle-ci est appelée sans option." + +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -601,7 +661,7 @@ msgstr "" " \n" " Vous pouvez voir la pile des répertoires avec la commande « dirs »." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -639,54 +699,44 @@ msgstr "" " \n" " Vous pouvez voir la pile des répertoires avec la commande « dirs »." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s : spécification de délai d'expiration non valable" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "Erreur de lecture : %d : %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" "« return » n'est possible que depuis une fonction ou depuis un script " "exécuté par « source »" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "" "« unset » ne peut pas s'appliquer simultanément à une fonction et à une " "variable" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s : « unset » impossible" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s : « unset » impossible : %s est en lecture seule" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s : n'est pas une variable tableau" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s : n'est pas une fonction" @@ -695,22 +745,22 @@ msgstr "%s : n'est pas une fonction" msgid "shift count" msgstr "nombre de « shift »" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" "les options du shell ne peuvent pas être simultanément activées et " "désactivées" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s : nom d'option du shell non valable" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "nom de fichier nécessaire en argument" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s : fichier introuvable" @@ -723,75 +773,75 @@ msgstr "suspension impossible" msgid "cannot suspend a login shell" msgstr "un shell de connexion ne peut pas être suspendu" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s est un alias vers « %s »\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s est un mot-clé du shell\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s est une fonction\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s est une primitive du shell\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s est %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s est haché (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s : argument de limite non valable" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "« %c » : mauvaise commande" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s : impossible d'obtenir la limite : %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s : impossible de modifier la limite : %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "Nombre octal" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "« %c » : opérateur de mode symbolique non valable" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "« %c » : caractère de mode symbolique non valable" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -805,69 +855,69 @@ msgstr "dernière commande : %s\n" msgid "Aborting..." msgstr "Annulation..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s : avertissement :" -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "erreur de commande inconnue" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "mauvais type de commande" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "mauvais connecteur" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "mauvais saut" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s : variable sans liaison" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\aattente de données expirée : déconnexion automatique\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "l'entrée standard ne peut pas être redirigée depuis /dev/null : %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT : « %c » : caractère de format non valable" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "erreur d'écriture : %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "" "%s : restriction : « / » ne peut pas être spécifié dans un nom de commande" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s : commande introuvable" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s : %s : mauvais interpréteur" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "Impossible de dupliquer le fd %d vers le fd %d" @@ -942,89 +992,99 @@ msgstr "%s : nombre entier attendu comme expression" msgid "getcwd: cannot access parent directories" msgstr "getcwd : ne peut accéder aux répertoires parents" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "Impossible de réinitialiser le mode « nodelay » pour le fd %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" "impossible d'allouer un nouveau descripteur de fichier pour l'entrée de bash " "depuis le fd %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input : le tampon existe déjà pour le nouveau fd %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "le processus cloné n°%d apparaît dans la tâche en fonctionnement %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "suppression de la tâche stoppée %d avec le groupe de processus %ld" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid : %ld : n° de processus inexistant" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -1034,68 +1094,68 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "wait : le processus n°%ld n'est pas un fils de ce shell." -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for : aucun enregistrement du processus n°%ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job : la tâche %d est stoppée" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s : la tâche s'est terminée" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s : la tâche %d est déjà en arrière plan" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s : avertissement :" -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "pas de contrôle de tâche dans ce shell" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc : échec de l'assertion : %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1104,55 +1164,55 @@ msgstr "" "\r\n" "malloc : %s:%d : assertion manquée\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s : hôte inconnu" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc : bloc écrasé sur liste libre" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free : appelé avec un bloc déjà libéré comme argument" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free : appelé avec un bloc non alloué comme argument" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free : débordement négatif détecté ; « mh_nbytes » est hors plage" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free : les tailles de fragment au début et à la fin sont différentes" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc : appelé avec un bloc non alloué comme argument" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc : débordement négatif détecté ; « mh_nbytes » est hors plage" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" "realloc : les tailles de fragment au début et à la fin sont différentes" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc : la table d'allocation est pleine avec FIND_ALLOC ?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc : %p déjà alloué selon la table ?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free : %p déjà libre selon la table ?\n" @@ -1206,114 +1266,119 @@ msgstr "Erreur de syntaxe : « ; » non attendu" msgid "syntax error: `((%s))'" msgstr "Erreur de syntaxe : « ((%s)) »" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document : le type d'instruction %d est incorrect" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection : l'instruction de redirection « %d » est hors plage" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "" "Caractère de fin de fichier (EOF) prématuré lors de la recherche du « %c » " "correspondant" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "" "Caractère de fin de fichier (EOF) prématuré lors de la recherche de « ]] »" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "" "Erreur de syntaxe dans une expression conditionnelle : symbole « %s » " "inattendu" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "Erreur de syntaxe dans une expression conditionnelle" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "Symbole inattendu « %s » au lieu de « ) »" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "« ) » attendu" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "argument inattendu « %s » pour l'opérateur conditionnel à un argument" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "argument inattendu pour l'opérateur conditionnel à un argument" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "Symbole « %s » trouvé à la place d'un opérateur binaire conditionnel" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "opérateur binaire conditionnel attendu" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "argument « %s » inattendu pour l'opérateur binaire conditionnel" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "argument inattendu pour l'opérateur binaire conditionnel" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "Symbole « %c » inattendu dans la commande conditionnelle" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "Symbole « %s » inattendu dans la commande conditionnelle" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "Symbole « %d » inattendu dans la commande conditionnelle" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "Erreur de syntaxe près du symbole inattendu « %s »" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "Erreur de syntaxe près de « %s »" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "Erreur de syntaxe : fin de fichier prématurée" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "Erreur de syntaxe" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Utilisez « %s » pour quitter le shell.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "" "Caractère de fin de fichier (EOF) prématuré lors de la recherche d'un « ) » " @@ -1329,73 +1394,73 @@ msgstr "complètement : fonction « %s » non trouvée" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert : %s : NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command : mauvais connecteur « %d »" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf : « %c » : caractère de format invalide" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "descripteur de fichier hors plage" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s : redirection ambiguë" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s : impossible d'écraser le fichier existant" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s : restreint : impossible de rediriger la sortie" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "" "impossible de créer un fichier temporaire pour le « here-document » : %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port non pris en charge sans réseau" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "" "Erreur de redirection : impossible de dupliquer le descripteur de fichier" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "« /tmp » introuvable, veuillez le créer !" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "« /tmp » doit être un nom de répertoire correct" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c : option non valable" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Je n'ai pas de nom !" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1404,36 +1469,36 @@ msgstr "" "Utilisation :\t%s [option longue GNU] [option] ...\n" "\t%s [option longue GNU] [option] fichier-script ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "Options longues GNU :\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Options du shell :\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD ou -c commande ou -O shopt_option\t\t(invocation seulement)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s ou -o option\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Pour en savoir plus sur les options du shell, tapez « %s -c \"help set\" ».\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Pour en savoir plus sur les primitives du shell, tapez « %s -c help ».\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Utilisez la commande « bashbug » pour faire un rapport de bogue.\n" @@ -1614,83 +1679,78 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "Mauvaise substitution : pas de « %s » de fermeture dans %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s : impossible d'affecter une liste à un élément de tableau" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "Impossible de fabriquer un tube pour une substitution de processus" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "Impossible de fabriquer un fils pour une substitution de processus" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "Impossible d'ouvrir le tube nommé « %s » en lecture" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "Impossible d'ouvrir le tube nommé « %s » en écriture" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "Impossible de réinitialiser le mode « nodelay » pour le fd %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "Impossible de dupliquer le tube nommé « %s » vers le fd %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "Impossible de fabriquer un tube pour une substitution de commande" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "" "Impossible de fabriquer un processus fils pour une substitution de commande" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute : impossible de dupliquer le tube vers le fd 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s : paramètre vide ou non défini" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s : expression de sous-chaîne négative" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s : mauvaise substitution" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s : affectation impossible de cette façon" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "Mauvaise substitution : pas de « %s » de fermeture dans %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "Pas de correspondance : %s" @@ -1731,12 +1791,12 @@ msgstr "« ] » manquant" msgid "invalid signal number" msgstr "Numéro de signal non valable" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps : mauvaise valeur dans trap_list[%d] : %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" @@ -1744,101 +1804,122 @@ msgstr "" "run_pending_traps : le gestionnaire de signal est SIG_DFL, %d (%s) renvoyé à " "moi-même" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler : mauvais signal %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "erreur lors de l'import de la définition de fonction pour « %s »" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "niveau de shell trop élevé (%d), initialisation à 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" "make_local_variable : aucun contexte de fonction dans le champ d'application " "actuel" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" "all_local_variables : aucun contexte de fonction dans le champ d'application " "actuel" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "caractère %d non valable dans « exportstr » pour %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "Pas de « = » dans « exportstr » pour %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" "pop_var_context : le début de « shell_variables » n'est pas un contexte de " "fonction" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context : aucun contexte à « global_variables »" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" "pop_scope : le début de « shell_variables » n'est pas un champ d'application " "temporaire d'environnement" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc : impossible d'allouer %lu octets (%lu octets alloués)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc : impossible d'allouer %lu octets" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc : impossible de réallouer %lu octets (%lu octets alloués)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc : impossible d'allouer %lu octets" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc : %s:%d : impossible d'allouer %lu octets (%lu octets alloués)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc : %s:%d : impossible d'allouer %lu octets" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "xrealloc : %s:%d : impossible de réallouer %lu octets (%lu octets alloués)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc : %s:%d : impossible d'allouer %lu octets" @@ -1898,11 +1979,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2292,6 +2373,7 @@ msgstr "" "utilisée comme entrée." #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2299,8 +2381,11 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Reprend l'exécution à la prochaine boucle FOR, WHILE ou UNTIL de niveau " +"supérieur.\n" +" Si N est précisé, reprend à N-ième boucle supérieure." #: builtins.c:334 #, fuzzy @@ -2311,7 +2396,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Reprend l'exécution à la prochaine boucle FOR, WHILE ou UNTIL de niveau " "supérieur.\n" @@ -2490,10 +2575,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2537,14 +2625,14 @@ msgstr "" " fonction, ceci a pour effet de rendre les NAME locaux, comme avec la " "commande «local »." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2559,7 +2647,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 #, fuzzy msgid "" "Write arguments to the standard output.\n" @@ -2574,7 +2662,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2613,7 +2701,7 @@ msgstr "" "caractères ci-dessus\n" " avec l'option « -E »." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2626,7 +2714,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2653,7 +2741,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2665,7 +2753,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 #, fuzzy msgid "" "Parse option arguments.\n" @@ -2754,7 +2842,7 @@ msgstr "" "mais\n" " si plus d'argument sont données, ils sont analysés à la place." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2777,7 +2865,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2788,7 +2876,7 @@ msgstr "" "Terminer le shell avec le code de retour « N ». Si N est omis, le code\n" " de retour est celui de la dernière commande exécutée." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2797,7 +2885,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 #, fuzzy msgid "" "Display or execute commands from the history list.\n" @@ -2849,7 +2937,7 @@ msgstr "" "», la\n" " dernière commande est ré-exécutée." -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2865,7 +2953,7 @@ msgstr "" " JOB_SPEC n'est pas fourni, le shell utilise sa propre notion\n" " de tâche actuelle." -#: builtins.c:746 +#: builtins.c:749 #, fuzzy msgid "" "Move jobs to the background.\n" @@ -2884,7 +2972,7 @@ msgstr "" " Si JOB_SPEC n'est pas fourni, le shell utilise sa propre notion\n" " de tâche actuelle." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2908,7 +2996,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2930,7 +3018,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 #, fuzzy msgid "" "Display or manipulate the history list.\n" @@ -2998,7 +3086,7 @@ msgstr "" " valeurs de temps associées à chaque élément de l'historique. Sinon,\n" " aucun valeur de temps n'est affichée." -#: builtins.c:845 +#: builtins.c:848 #, fuzzy msgid "" "Display status of jobs.\n" @@ -3038,7 +3126,7 @@ msgstr "" " par le numéro de processus du leader du groupe de processus pour cette " "tâche." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -3055,7 +3143,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 #, fuzzy msgid "" "Send a signal to a job.\n" @@ -3088,7 +3176,7 @@ msgstr "" " processus que vous pouvez créer, vous n'avez pas besoin de générer un\n" " nouveau processus pour en tuer un autre." -#: builtins.c:914 +#: builtins.c:917 #, fuzzy msgid "" "Evaluate arithmetic expressions.\n" @@ -3175,7 +3263,7 @@ msgstr "" " \n" " Si le dernier ARG est évalué à 0, « let » renvoie 1, sinon 0 est renvoyé." -#: builtins.c:959 +#: builtins.c:962 #, fuzzy msgid "" "Read a line from the standard input and split it into fields.\n" @@ -3208,7 +3296,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3257,7 +3347,7 @@ msgstr "" "ne soit\n" " fourni pour l'argument « -u »." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3269,7 +3359,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 #, fuzzy msgid "" "Set or unset values of shell options and positional parameters.\n" @@ -3442,7 +3532,7 @@ msgstr "" "variables du shell\n" " sont affichées." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3462,7 +3552,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3481,7 +3571,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3490,7 +3580,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3500,7 +3591,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3511,7 +3602,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 #, fuzzy msgid "" "Execute commands from a file in the current shell.\n" @@ -3532,11 +3623,12 @@ msgstr "" "position\n" " lorsque FILENAME est exécuté." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3545,7 +3637,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3693,7 +3785,7 @@ msgstr "" " non-égal, inférieur, inférieur ou égal, supérieur, supérieur ou égal à " "ARG2." -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3704,7 +3796,7 @@ msgstr "" "Ceci est un synonyme de la primitive « test », mais le dernier argument\n" " doit être le caractère « ] », pour fermer le « [ » correspondant." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3716,7 +3808,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 #, fuzzy msgid "" "Trap signals and other events.\n" @@ -3777,7 +3869,7 @@ msgstr "" "au\n" " shell avec « kill -signal $$ »." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3807,7 +3899,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 #, fuzzy msgid "" "Modify shell resource limits.\n" @@ -3890,7 +3982,7 @@ msgstr "" "nombre\n" " sans unité." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3908,7 +4000,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3925,7 +4017,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 #, fuzzy msgid "" "Wait for process completion and return exit status.\n" @@ -3945,7 +4037,7 @@ msgstr "" " spécificateur de tâche. Si c'est un spécificateur de tâche, tous les\n" " processus présents dans le tube de la tâche sont attendus." -#: builtins.c:1466 +#: builtins.c:1473 #, fuzzy msgid "" "Execute commands for each member in a list.\n" @@ -3964,7 +4056,7 @@ msgstr "" " utilisé. Pour chaque élément dans WORDS, NAME est défini à cet élément,\n" " et les COMMANDS sont exécutées." -#: builtins.c:1480 +#: builtins.c:1487 #, fuzzy msgid "" "Arithmetic for loop.\n" @@ -3991,10 +4083,10 @@ msgstr "" "expression\n" " omise, elle se comporte comme si elle s'évaluait à 1." -#: builtins.c:1498 +#: builtins.c:1505 #, fuzzy msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -4023,7 +4115,7 @@ msgstr "" " Les COMMANDS sont exécutées après chaque sélection jusqu'à ce qu'une\n" " commande « break » soit exécutée." -#: builtins.c:1519 +#: builtins.c:1526 #, fuzzy msgid "" "Report time consumed by pipeline's execution.\n" @@ -4045,7 +4137,7 @@ msgstr "" " L'option « -p » affiche le résumé dans un format légèrement différent.\n" " Elle utilise la valeur de la variable TIMEFORMAT comme format de sortie." -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -4060,7 +4152,7 @@ msgstr "" " motif PATTERN de correspondance des mots WORDS. Le caractère\n" " « | » est utilisé pour séparer les différents motifs." -#: builtins.c:1548 +#: builtins.c:1555 #, fuzzy msgid "" "Execute commands based on conditional.\n" @@ -4094,7 +4186,7 @@ msgstr "" "exécutée\n" " ou zéro si aucune condition n'était vraie. " -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -4110,7 +4202,7 @@ msgstr "" " que la commande finale parmi celles de « while » se termine avec un\n" " code de retour de zéro." -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -4126,7 +4218,7 @@ msgstr "" " que les commandes de « until » se terminent avec un code de retour\n" " différent de zéro." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -4140,7 +4232,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -4154,7 +4246,7 @@ msgstr "" "Lance un ensemble de commandes d'un groupe. Ceci est une façon de\n" " rediriger tout un ensemble de commandes." -#: builtins.c:1615 +#: builtins.c:1622 #, fuzzy msgid "" "Resume job in foreground.\n" @@ -4176,7 +4268,7 @@ msgstr "" "avait\n" " été fournie comme argument de « bg »." -#: builtins.c:1630 +#: builtins.c:1637 #, fuzzy msgid "" "Evaluate arithmetic expression.\n" @@ -4190,7 +4282,7 @@ msgstr "" "L'EXPRESSION est évaluée selon les règles de l'évaluation arithmétique.\n" " C'est équivalent à « let EXPRESSION »." -#: builtins.c:1642 +#: builtins.c:1649 #, fuzzy msgid "" "Execute conditional command.\n" @@ -4236,7 +4328,7 @@ msgstr "" " est effectuée. Les opérateurs « && » et « || » n'évaluent pas EXPR2 si\n" " EXPR1 est suffisant pour déterminer la valeur de l'expression." -#: builtins.c:1668 +#: builtins.c:1675 #, fuzzy msgid "" "Common shell variable names and usage.\n" @@ -4359,7 +4451,7 @@ msgstr "" " \t\tdécider quelles commandes doivent être conservées dans la liste " "d'historique.\n" -#: builtins.c:1725 +#: builtins.c:1732 #, fuzzy msgid "" "Add directories to stack.\n" @@ -4411,7 +4503,7 @@ msgstr "" " \n" " Vous pouvez voir la pile des répertoires avec la commande « dirs »." -#: builtins.c:1759 +#: builtins.c:1766 #, fuzzy msgid "" "Remove directories from stack.\n" @@ -4455,7 +4547,7 @@ msgstr "" " \n" " Vous pouvez voir la pile des répertoires avec la commande « dirs »." -#: builtins.c:1789 +#: builtins.c:1796 #, fuzzy msgid "" "Display directory stack.\n" @@ -4510,7 +4602,7 @@ msgstr "" "la\n" " liste affichée par « dirs » lorsque celle-ci est appelée sans option." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4531,7 +4623,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 #, fuzzy msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" @@ -4581,7 +4673,7 @@ msgstr "" "placée dans\n" " la variable VAR plutôt que d'être envoyée vers la sortie standard." -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -4603,7 +4695,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -4624,7 +4716,7 @@ msgstr "" "»\n" " sont générées." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -4653,7 +4745,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/hu.gmo b/po/hu.gmo index 9713d338cc0d612331e0948c130fcafcf39f3dba..ce9f71949a6fde38ee2a45d9c39ed080dd8c269e 100644 GIT binary patch delta 23 ec-s5!_1$a3D={t$T_Xbp0}Crt!_8mBn)v{87YKR) delta 23 ec-s5!_1$a3D={t;T_Ym}Ljx;A)6HMRn)v{7u?TSh diff --git a/po/hu.po b/po/hu.po index c013fd6d1..abfd08079 100644 --- a/po/hu.po +++ b/po/hu.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2002-06-14 09:49GMT\n" "Last-Translator: Gábor István \n" "Language-Team: Hungarian \n" @@ -15,414 +15,424 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "hibás tömb a tömbindexben" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%c%c: rossz opció" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: nem lehet hozzárendelni nem szám indexet" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: nem lehet létrehozni: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, fuzzy, c-format msgid "%s: cannot read: %s" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, fuzzy, c-format msgid "`%s': cannot unbind" msgstr "%s: parancs nem található" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, fuzzy, c-format msgid "`%s': unknown function name" msgstr "%s Csak olvasható funkció" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 #, fuzzy msgid "loop count" msgstr "logout" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" -#: builtins/common.c:105 +#: builtins/common.c:107 #, fuzzy, c-format msgid "line %d: " msgstr "foglalat %3d: " -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "túl sok argumentum" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, fuzzy, c-format msgid "%s: option requires an argument" msgstr "az opció paramétert igényel:-" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, fuzzy, c-format msgid "%s: not found" msgstr "%s: parancs nem található" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, fuzzy, c-format msgid "%s: invalid option" msgstr "%c%c: rossz opció" -#: builtins/common.c:190 +#: builtins/common.c:192 #, fuzzy, c-format msgid "%s: invalid option name" msgstr "%c%c: rossz opció" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, fuzzy, c-format msgid "`%s': not a valid identifier" msgstr "`%s' nem érvényes azonosító" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "rossz jel(signal) szám" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "rossz jel(signal) szám" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 #, fuzzy msgid "invalid number" msgstr "rossz jel(signal) szám" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s Csak olvasható változó" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 #, fuzzy msgid "argument" msgstr "paraméter szükséges" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "" -#: builtins/common.c:259 +#: builtins/common.c:261 #, fuzzy, c-format msgid "%s: no job control" msgstr "nincs munkafolyamat ellenõrzés ezen a parancsértelmezõn" -#: builtins/common.c:261 +#: builtins/common.c:263 #, fuzzy msgid "no job control" msgstr "nincs munkafolyamat ellenõrzés ezen a parancsértelmezõn" -#: builtins/common.c:271 +#: builtins/common.c:273 #, fuzzy, c-format msgid "%s: restricted" msgstr "%s: munkafolyamat megszakadt" -#: builtins/common.c:273 +#: builtins/common.c:275 #, fuzzy msgid "restricted" msgstr "Félbeszakítva" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, fuzzy, c-format msgid "write error: %s" msgstr "Csõ (pipe)hiba %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, fuzzy, c-format msgid "%s: ambiguous job spec" msgstr "%s: Nem egyértelmû átirányítás" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 #, fuzzy msgid "can only be used in a function" msgstr "A local-t csak funkción belül lehet használni, létrehozott változó NÉV" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s Csak olvasható funkció" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, fuzzy, c-format msgid "%s: cannot destroy array variables in this way" msgstr "$%s így nem lehet hozzárendelni" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, fuzzy, c-format msgid "cannot open shared object %s: %s" msgstr "nem lehet létrehozni a %s \"named pipe\"-ot a %s-nek: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, fuzzy, c-format msgid "%s: cannot delete: %s" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: egy könyvtár" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, fuzzy, c-format msgid "%s: not a regular file" msgstr "%s: nem futtatható bináris fájl" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: nem futtatható bináris fájl" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, fuzzy, c-format msgid "%s: cannot execute: %s" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, fuzzy, c-format msgid "logout\n" msgstr "logout" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "" -#: builtins/fc.def:263 +#: builtins/fc.def:261 #, fuzzy msgid "no command found" msgstr "%s: parancs nem található" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, fuzzy, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, fuzzy, c-format msgid "%s: illegal option -- %c\n" msgstr "érvénytelen opció: -" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, fuzzy, c-format msgid "%s: option requires an argument -- %c\n" msgstr "az opció paramétert igényel:-" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "újra futtathatja az utolsó parancsot." -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, fuzzy, c-format msgid "%s: cannot open: %s" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -434,115 +444,139 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, fuzzy, c-format msgid "%s: history expansion failed" msgstr "%s egész szám szükséges" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s egész szám szükséges" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 #, fuzzy msgid "Unknown error" msgstr "Ismeretlen hiba %d" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "várható kifejezés" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%c%c: rossz opció" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%c%c: rossz opció" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "rossz jel(signal) szám" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s felszabadított változó" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 #, fuzzy msgid "no other directory" msgstr "könyvtárba." -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 #, fuzzy msgid "" msgstr "\tlesz az aktuális munkakönyvtár." -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "Rekurziós verem túlcsordult" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -567,7 +601,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -588,51 +622,41 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, fuzzy, c-format msgid "read error: %d: %s" msgstr "Csõ (pipe)hiba %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 #, fuzzy msgid "cannot simultaneously unset a function and a variable" msgstr "A local-t csak funkción belül lehet használni, létrehozott változó NÉV" -#: builtins/set.def:806 +#: builtins/set.def:805 #, fuzzy, c-format msgid "%s: cannot unset" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/set.def:813 +#: builtins/set.def:812 #, fuzzy, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, fuzzy, c-format msgid "%s: not an array variable" msgstr "%s felszabadított változó" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, fuzzy, c-format msgid "%s: not a function" msgstr "%s Csak olvasható funkció" @@ -642,20 +666,20 @@ msgstr "%s Csak olvashat msgid "shift count" msgstr "shift [n]" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, fuzzy, c-format msgid "%s: file not found" msgstr "%s: parancs nem található" @@ -669,77 +693,77 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "Kilépés a parancsértelmezõbõl." -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, fuzzy, c-format msgid "%s is a function\n" msgstr "%s Csak olvasható funkció" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, fuzzy, c-format msgid "`%c': bad command" msgstr "%c%c: rossz opció" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, fuzzy, c-format msgid "%s: cannot get limit: %s" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 #, fuzzy msgid "limit" msgstr "CPU határ" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, fuzzy, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: nem lehet létrehozni: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 #, fuzzy msgid "octal number" msgstr "rossz jel(signal) szám" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -753,72 +777,72 @@ msgstr " msgid "Aborting..." msgstr "" -#: error.c:259 -#, c-format -msgid "%s: warning: " -msgstr "" +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " +msgstr "írás" -#: error.c:404 +#: error.c:405 #, fuzzy msgid "unknown command error" msgstr "Ismeretlen hiba %d" -#: error.c:405 +#: error.c:406 #, fuzzy msgid "bad command type" msgstr "parancsként használja." -#: error.c:406 +#: error.c:407 #, fuzzy msgid "bad connector" msgstr "rossz csatlakozás `%d'" -#: error.c:407 +#: error.c:408 #, fuzzy msgid "bad jump" msgstr "Rossz ugrás %d" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s felszabadított változó" -#: eval.c:180 +#: eval.c:181 #, fuzzy, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "%c túl sokáig nem csinált semmit:automatikus kilépés\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "Csõ (pipe)hiba %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: fenntartva: parancs nem tartalmazhat '/' karaktert" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: parancs nem található" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, fuzzy, c-format msgid "%s: %s: bad interpreter" msgstr "%s: egy könyvtár" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, fuzzy, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "nem másolható a fd %d fd 0: %s-re" @@ -897,88 +921,98 @@ msgstr "%s eg msgid "getcwd: cannot access parent directories" msgstr "getwd: nem elérhetõ a szülõ könyvtár" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "nem másolható a fd %d fd 0: %s-re" + +#: input.c:258 #, fuzzy, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" "nem lehet lefoglalni az új fájlleírót a bash bemenetére a fd %d: %s-r?l" -#: input.c:245 +#: input.c:266 #, fuzzy, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "check_bash_input: puffer már létezik az új fd %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, fuzzy, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: Nem létezõ pid (%d)!\n" -#: jobs.c:1410 +#: jobs.c:1408 #, fuzzy, c-format msgid "Signal %d" msgstr "Ismeretlen #%d Szignál" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Kész" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Megállítva" -#: jobs.c:1433 +#: jobs.c:1431 #, fuzzy, c-format msgid "Stopped(%s)" msgstr "Megállítva" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "Futó" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Kész (%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Kilépés %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Ismeretlen állapot" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(memória kiírás)" -#: jobs.c:1562 +#: jobs.c:1560 #, fuzzy, c-format msgid " (wd: %s)" msgstr "(wd most: %s)\n" -#: jobs.c:1763 +#: jobs.c:1761 #, fuzzy, c-format msgid "child setpgid (%ld to %ld)" msgstr "gyermek-folyamat setpgid (%d -ról %d-ra) hiba %d: %s\n" @@ -988,125 +1022,125 @@ msgstr "gyermek-folyamat setpgid (%d -r msgid "wait: pid %ld is not a child of this shell" msgstr "várjon:a %d nem utóda ennek a parancsértelmezõnek" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: munkafolyamat megszakadt" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "foglalat %3d: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "(memória kiírás)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(wd most: %s)\n" -#: jobs.c:3533 +#: jobs.c:3553 #, fuzzy msgid "initialize_job_control: getpgrp failed" msgstr "initialize_jobs: getpgrp sikertelen: %s" -#: jobs.c:3593 +#: jobs.c:3613 #, fuzzy msgid "initialize_job_control: line discipline" msgstr "initialize_jobs: sor fegyelem %s" -#: jobs.c:3603 +#: jobs.c:3623 #, fuzzy msgid "initialize_job_control: setpgid" msgstr "initialize_jobs: getpgrp sikertelen: %s" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "nincs munkafolyamat ellenõrzés ezen a parancsértelmezõn" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1162,113 +1196,118 @@ msgstr "szintaktikai hiba: v msgid "syntax error: `((%s))'" msgstr "szintaktikai hiba" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: rossz utasítás típus %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, fuzzy, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "váratlan EOF amíg vizsgáltam a `%c'-t" -#: parse.y:3071 +#: parse.y:3708 #, fuzzy msgid "unexpected EOF while looking for `]]'" msgstr "váratlan EOF amíg vizsgáltam a `%c'-t" -#: parse.y:3076 +#: parse.y:3713 #, fuzzy, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "szintaktikai hiba a váratlan %s vezérjel körül" -#: parse.y:3080 +#: parse.y:3717 #, fuzzy msgid "syntax error in conditional expression" msgstr "szintaktikai hiba a kifelyezésben" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 #, fuzzy msgid "expected `)'" msgstr "')' szükséges" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, fuzzy, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "%s:bináris mûvelet szükséges" -#: parse.y:3238 +#: parse.y:3875 #, fuzzy msgid "conditional binary operator expected" msgstr "%s:bináris mûvelet szükséges" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, fuzzy, c-format msgid "unexpected token `%c' in conditional command" msgstr "`:' túllépte a kifelyezés feltételeit" -#: parse.y:3273 +#: parse.y:3910 #, fuzzy, c-format msgid "unexpected token `%s' in conditional command" msgstr "`:' túllépte a kifelyezés feltételeit" -#: parse.y:3277 +#: parse.y:3914 #, fuzzy, c-format msgid "unexpected token %d in conditional command" msgstr "`:' túllépte a kifelyezés feltételeit" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "szintaktikai hiba a váratlan %s vezérjel körül" -#: parse.y:4543 +#: parse.y:5199 #, fuzzy, c-format msgid "syntax error near `%s'" msgstr "szintaktikai hiba a váratlan %s vezérjel körül" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "szintaktikai hiba: váratlan fájl vég" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "szintaktikai hiba" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Használja \"%s\" a parancsértelmezõ elhagyásához.\n" -#: parse.y:4777 +#: parse.y:5433 #, fuzzy msgid "unexpected EOF while looking for matching `)'" msgstr "váratlan EOF amíg vizsgáltam a `%c'-t" @@ -1283,72 +1322,72 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: rossz csatlakozás `%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, fuzzy, c-format msgid "%s: ambiguous redirect" msgstr "%s: Nem egyértelmû átirányítás" -#: redir.c:149 +#: redir.c:150 #, fuzzy, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: Nem lehet megsemmisíteni létezõ fájlt‘" -#: redir.c:154 +#: redir.c:155 #, fuzzy, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: fenntartva: parancs nem tartalmazhat '/' karaktert" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "nem lehet létrehozni a pipe-ot feladat behelyettesítéshez: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 #, fuzzy msgid "redirection error: cannot duplicate fd" msgstr "átirányítási hiba" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "" -#: shell.c:864 +#: shell.c:876 #, fuzzy, c-format msgid "%c%c: invalid option" msgstr "%c%c: rossz opció" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Nincs nevem!" -#: shell.c:1755 +#: shell.c:1777 #, fuzzy, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU %s, verzió %s\n" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1357,39 +1396,39 @@ msgstr "" "Használat:\t%s [GNU hosszú opció] [opció] ...\n" "\t%s [GNU hosszú opció] [opció] parancs fájl ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU hosszú opciók:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Parancsértelmezõ opciók:\n" -#: shell.c:1763 +#: shell.c:1785 #, fuzzy msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD vagy -c parancs\t\t(csak végrehajtható)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s vagy -o opciók\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Írja be a `%s -c \"help set\"' ha több információra van szüksége a " "parancsértelmezõ opcióival kapcsolatban.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Írja be a `%s -c \"help set\"' ha több információra van szüksége a " "parancsértelmezõ beépített utasításaival kapcsolatban.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1569,89 +1608,84 @@ msgstr "Ismeretlen # Szign msgid "Unknown Signal #%d" msgstr "Ismeretlen #%d Szignál" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, fuzzy, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "rossz behelyettesítés: ne a %s be a %s-t" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: nem lehet a listához rendelni az elemet" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 #, fuzzy msgid "cannot make pipe for process substitution" msgstr "nem lehet létrehozni a pipe-ot feladat behelyettesítéshez: %s" -#: subst.c:4439 +#: subst.c:4496 #, fuzzy msgid "cannot make child for process substitution" msgstr "" "nem lehet létrehozni a gyermekfolyamatott feladat behelyettesítéshez: %s" -#: subst.c:4484 +#: subst.c:4541 #, fuzzy, c-format msgid "cannot open named pipe %s for reading" msgstr "nem lehet létrehozni a %s \"named pipe\"-ot a %s-nek: %s" -#: subst.c:4486 +#: subst.c:4543 #, fuzzy, c-format msgid "cannot open named pipe %s for writing" msgstr "nem lehet létrehozni a %s \"named pipe\"-ot a %s-nek: %s" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "nem másolható a fd %d fd 0: %s-re" - -#: subst.c:4504 +#: subst.c:4561 #, fuzzy, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "nem lehet másolni a %s \"named pipe\"-ot mint fd %d :%s" -#: subst.c:4700 +#: subst.c:4757 #, fuzzy msgid "cannot make pipe for command substitution" msgstr "nem lehet létrehozni a \"pipe\"-ot parancs behelyettesítéséhez: %s" -#: subst.c:4734 +#: subst.c:4791 #, fuzzy msgid "cannot make child for command substitution" msgstr "" "nem lehet létrehozni a gyermekfolyamatot a parancs behelyettesítéséhez: %s" -#: subst.c:4751 +#: subst.c:4808 #, fuzzy msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: nem lehet másolni a \"pipe\"-ot mint fd 1: %s" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s paraméter semmis vagy nincs beállítva" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s szövegrész kifejezés < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s rossz behelyettesítés" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s így nem lehet hozzárendelni" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "rossz behelyettesítés: ne a %s be a %s-t" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "" @@ -1693,103 +1727,123 @@ msgstr "hi msgid "invalid signal number" msgstr "rossz jel(signal) szám" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, fuzzy, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: Rossz jel(signal) %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "hiba a %s funkció definíció importálásakor" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, fuzzy, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU %s, verzió %s\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nem lehet újra lefoglalni %lu bájtot (%lu bájt lefoglalva)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, fuzzy, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: nem lehet újra lefoglalni %lu bájtot (%lu bájt lefoglalva)" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nem lehet lefoglalni %lu bájtot (%lu bájt lefoglalva)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, fuzzy, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xmalloc: nem lehet lefoglalni %lu bájtot (%lu bájt lefoglalva)" -#: xmalloc.c:151 +#: xmalloc.c:150 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nem lehet újra lefoglalni %lu bájtot (%lu bájt lefoglalva)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: nem lehet újra lefoglalni %lu bájtot (%lu bájt lefoglalva)" -#: xmalloc.c:175 +#: xmalloc.c:174 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nem lehet lefoglalni %lu bájtot (%lu bájt lefoglalva)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: nem lehet lefoglalni %lu bájtot (%lu bájt lefoglalva)" @@ -1857,12 +1911,12 @@ msgstr "command [-pVv] parancs [arg ...]" #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "declare [-afFrxi] [-p] név[=érték] ..." #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "typeset [-afFrxi] [-p] név[=érték] ..." #: builtins.c:80 @@ -2236,6 +2290,7 @@ msgid "" msgstr "" #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2243,8 +2298,10 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Folytatja a következõ egy szinttel magasabban elhelyezkedõ FOR, WHILE vagy " +"UNTIL hurokkal." #: builtins.c:334 #, fuzzy @@ -2255,7 +2312,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Folytatja a következõ egy szinttel magasabban elhelyezkedõ FOR, WHILE vagy " "UNTIL hurokkal." @@ -2399,10 +2456,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2418,14 +2478,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2440,7 +2500,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2454,7 +2514,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2471,7 +2531,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2484,7 +2544,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2511,7 +2571,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2523,7 +2583,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2564,7 +2624,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2587,7 +2647,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2596,7 +2656,7 @@ msgid "" " is that of the last command executed." msgstr "Kilép a parancsértelmezõbõl N státusszal. Ha az N-t kihagyja akkor a " -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2605,7 +2665,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2635,7 +2695,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2650,7 +2710,7 @@ msgstr "" "A munka_folyamat-ot az elõtérbe helyezi és jelenlegi folyamatot csinál " "belõle." -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2664,7 +2724,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2688,7 +2748,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2710,7 +2770,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2744,7 +2804,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2768,7 +2828,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2785,7 +2845,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2807,7 +2867,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2852,7 +2912,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2884,7 +2944,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2893,7 +2955,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2905,7 +2967,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -2987,7 +3049,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3007,7 +3069,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3026,7 +3088,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3035,7 +3097,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3045,7 +3108,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3056,7 +3119,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3070,11 +3133,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3083,7 +3147,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3160,7 +3224,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3170,7 +3234,7 @@ msgid "" msgstr "" "egy ']' szövegkonstansnak kell lennie, hogy párban legyen a nyitó '['-val." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3182,7 +3246,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3218,7 +3282,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3248,7 +3312,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3292,7 +3356,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3310,7 +3374,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3327,7 +3391,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3341,7 +3405,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3354,7 +3418,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3371,9 +3435,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3391,7 +3455,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3407,7 +3471,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -3419,7 +3483,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Feltételesen futtatja a PARANCSOT ha a SZÓ megegyezik a MINTÁVAL. A" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3440,7 +3504,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -3452,7 +3516,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Kibontja és végrehajtja a PARANCSOT amíg az utolsó parancs a " -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -3464,7 +3528,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Kibontja és végrehajtja a PARANCSOT amíg az utolsó parancs a " -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3478,7 +3542,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -3490,7 +3554,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Parancsok halmazát futtatja egy csoportban. Ez az egyik módja az" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3504,7 +3568,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3515,7 +3579,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3543,7 +3607,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3597,7 +3661,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3628,7 +3692,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3655,7 +3719,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3684,7 +3748,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3705,7 +3769,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3735,7 +3799,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3757,7 +3821,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3770,7 +3834,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3799,7 +3863,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" @@ -4126,9 +4190,6 @@ msgstr "" #~ msgid "reading" #~ msgstr "olvasás" -#~ msgid "writing" -#~ msgstr "írás" - #~ msgid "process substitution" #~ msgstr "feladat behelyettesítése" diff --git a/po/id.gmo b/po/id.gmo index ef3689b3384e93b3396c866f8bf1037fa53f881e..0ce9c42a035fc3ab5220ac3b1cb06d6cf15e0f30 100644 GIT binary patch literal 24570 zc-pO7349z^c^@DgQ4#_<$YIABAM#qZR+bz)vDc?8%eG?6axB|%Vms^Eozd=iW@k2Y z$QA_xB|xB*QVNs+4U|Glpfo@lC`Vc-R|usX;b=n>TGB$3P(mBda`pS(|IN9xlFYCE z+4*+feDA&QefRg~%flC(^#+Chob?n%Sx9ixvlQhh{XX^_Mf|z%Vnta=@bd&OAowGK z8wo!1d5W@(;0VD*1e*jeBKQh|R}y?HLHetFoc?n*!3PLFm*7Kk{0Rx4aS7lRmtg(1 z1kWe9i{OO>uO~=<6-(m1RKhnCTtV;y1eXwe@Dl9*t4nZ>3occZ$M+p!)-tV!baDq`%7d=syei;Fl3i1QuQfIx3f8pMCQAW`fM3mr1-gUWWDmn&4`J z_si%1y$t7i&gFPsdO7IZa5?55zFcgjG%g3{hq!Mc)bh3_x195_d?(wU5Nd> zg`o3Q3qj9237$vr?-pYJFD}G-k1qt@&$$BQYp%e#_e(fM@Yzh?6~OyFf>#mz;1%G@ zcdr0_Pg?|eUP*8R>jlB31f4~o>vaUrA$aE^(0dQTb6H;(;T&IIgnj-)KL2PD^!ThR zLD%XlA@6a5+nFwcqrBdgIM)*dkFY*T{KG2d2P*jfHWhriTZLYKL4`g&M6j3OFICvb zlEuK^wHW+6x)^xjV#w+Bi*fD`EylSYSd4Q#u^8w4CBYKG3zvWo8woy(=P$v&FIs|q zUb_VPbk7pd|5=ImwI!JU&=Q>Y=}W=yMN2`)0fL)ZpO->@cP$0}mzF|4KV6D*FIomT zwhVe1NO;FGocBHnf3OVtb`d=c5nLx>gWx)XxA#IWU+TrVAMOPoej(u%%YnajIplrw za-8oC^7*67LEpp6VaLxX;T-EqIQPL4Sh@bi5o=+j3_kjIxwSnrV%=y>J| z==HJ{SbysZtlwCHb>6rF{P+~XL4uF1fd5(02fpu+@KB%BbAszx&-qi`yPsMKe*9)7&be$A>|ncu`&L2DH?D#l z{8c#D>sMi)yHA@EfZ@$Cdry!$3di+|v)cI?@litbXX{YvlX)5L`>}!vuE_ z{64|01c%Dt*Ue?f^Nup+f1-@_9x1~={-g~3Sv~-L+&=*OxOD)0zJuTzrgH##^Rof0 zJ3y0r*p601Po@Zt5q#5X(DR+uSoe}a@MCxo`;QNT?)D(of8ikX{+)y1&vyo4Z@(IZ z{4W~9^QIy2WpW7nw}-I)pA13oJ~sq;e0K=vJ7*2}v}g_Np|S>gbb=rqS@{Ek*ATpy z;MD|wyawm&zY6E6UIjb*!>h30$0dC9D#-tNYoWIX)oD)pb$uf}?#SHnNHug1Q2Uky6GNw7wF!iCp> z{^|8N|DEfB|MB%$?>Fl~|B?;h=fnn#Pi+97Ubz8w`>qW*$K4x1_djd^ec#^z`8=R1JO6I7t@uaWQXs$kzwRY3O-E3p5IHe$WLjX39yjiBR&8(~kkZ-hR6 zcq8_Id?V<&coW{Q+XVfY+ywqSe-q}vYZLhUN%{Q5CdlWU&DekOX6VuAX6S!yvy5Y# zLC>A?`O}+mo^NdiKYqL!>pgo5@K$cY`_V1fzq$oasEFVmi}cJeERS({M7e`ajwDbfY)xv{`z*< z(JkAdhacLG^&Z_0zxM0x(982i;P=!KoNs6Z@0fAQE3?0>@z2|d{Z{V8^KOEq zLW;2yc<IUc_j z&%b{y&hxhfD=gP*;ZK$jlZnO3O?yD+JNCfNKC}mZ@u5BNo9FLUlx;;{_+>3Qf<2ZkP9De4t#KxbtF&-MhK-#r08@Zbda{=*5J?>7^W?}huZ?*9FV`>p-p*Ddn- zuKkenC*}Bq`z3wXAwO7r9r!qY9r$wFb&%WVufw`eUWfBN=K$b>1CaCb132IC0q{>d z0Q)d}3`~FT8TMr=~9XNz|{<=fp_va45?>yr$<}W%7yBt3Zy}11_`0$m($a~Md z9)96sg2xE%y&mh`c|Gj>;p=gZbC1B!Ej$8y7(N2M+IIwYFnt8)|C=MQ`v;ETy#I9s za!_voAFsIq>s~M6%WgnCy88ym?Q1sx|EwEf=L>Fx{5ISOI*l8V=e+es=+#$mlyUed z>}>QX-p?F`Ufm_f|4qV+k3pZtj^R8nKL$O2?=jGK|1t3Gv171@%Z|ez?>vtD?WBZv z9f#ii=s5Oy#!cY!`kQdBTWH&@j_X|c{CWj?@?r&g`%QT#@u&hmXiDo>!PTmIY*OY-(!EwvSvRf$DULmPu9`TDbV@Prs(w9XL8)9e}BRL zjCFzj{SMdk>=!tfR&e+876m@(QaP9PrY(PeUV*;8nRSly0IprwPp0qz?~rej&%-t{{HiL;wDa?U;Rz0-w59;&5K@wiJEr7df^)CZE~=v+aJ6 z>(&(Bw{qutuL2)&6USBdRdRfa{W<;nANl+WuABL;jpH%bOq>t0Z%nPVpYM>^4=M2D zoWrnR{xsKk97j2ZD2SQgmUBMAbri=|`TVb`^-d{>6JOz)PJu7wKOBn=rtmmcJuCIR zTf+M}7vj2ub5YJe`3_0GyPo5l{9Tr?svz!gY`ul=71)<@-o!N@*I9h$!f{GLoV!zj z|BwEhllpyI>Nopb&Krm2^JNm=t00g11=l=$-@vg?2sbcWhOW9{pq|pqz;qhwlNg3g3dFO| zUST@ZZe8OC)phKdz8>Ygo|b0YZoQ)R`juXtHuHVM6Bso&s5cG$ydGs4y;JL&hiTPbzeoPk)Tz*^^?#)8k>=)O=bzaMcsNekmGm zYJ{z;D|-DtF~ppAr&LdK8ivBBEgq|=HBBdi1H)^32K`rzYpt5u2;IdyTMVIDxOWLO);zv^}?O_(H0@z}OC7iMDc#fKFqnZ7pbumCY#=0*q1o zu;vG55GI4Bqj@tV2gB2d+p2Mz<^_hXbV|`Si2`Dc=6TwT+A>--c_fKe_Y5sCq`cx$ z-LQ?KQ9tn98M)T9=9yZ}HvFunBHT!j0`G^D1&W9YdY_k$amq>$x%EI=apvQ=y}GCyc!}dy4`L zc1*GS#1NZ!FR{aBt(al+sA+Yp;l<)&1QHo(tk)vri1^qtiMgy5u1!SxMq3l+E#5gU z>r|V}k`K^H2EFH1>#jp4YDYtUSa0&Ud=661HZ|lKjgZtUF#rr_oNzMk#>Y!^P5BB9^Oj%$T1(ArIcZo_i2S?#Y&3b9wCY%vjTt$CQ_V@Hv=JEboQ}iOr}dR+m^IV*fyN!ea<0@3Ht(X0}Nk z6feVB{C()un7awxt94^~^@^b0enF_W`&P4|uWq|u049WO{!Nkblo>QxrDXu3ot4!A zdC(|kX)07d)@_*0Cf3Bf+uEWG*JxE*V_;xF*|qNwDFB@W;_@p!%I=Br(O3v$r2NzD z!o-S;m5IGO_Fumvem$8oRi1lrYpg5SL6V662lR~?cui`os0gFUu?ID2V@%l0KJ%L8=O3FcD00dZ!;ZBN+LsRxgIAl z*otMM)r2ER6Pa6rSD43SX<3mj@G6Jkj}a)8L%!B9DreK8M{_Jat{#nk5W{=sK!M{e z3pdQ@w6LKr>GhXzVqhCAi+~s>sFH8_`9zJPN-b=ZVr?aK&k(9a!%XiDZU|XMOkY+_ z#vJ2RdK{wTd`2#(%puI|Yk#Iyb8Ye*lm{5|#EJ|?;lwZ%vMD3c92(-?SV>SQnEvE%77^2R<$?%Y>Oj640%4;RYm#feHXER>9V zzHagw6u}bTp^zW0QrfTC)i_fVF(KZOV})^=XbfV5_UptlC3d;7Z;ffv0?x8{XXKaS zEvbd$I_1~_rDUuIWEXP4afGuFPbb4xTgm6Ph;p_o*v@Q%87ri0P#jKVkk$rNPdEyf z7s6+spqwi795Oo3ZKZ-7%f@#@uTBKR3X(bG;zF()XpdA>jIw90m?$s{CC=wB%yhO5 zRBzaGie#flv-PlTn_{{cW(IY6&r;V(i^zG94U@ad;7yrAPZ>c{nC?Igzeakj>YME9&0wX#F5z# zh;q%-)AABQlCy*K4D$LaA5tXsSr<GeHNH98D+fQSNKoc~DZW~mqq7drQW85CzzTutc!A# zokA*Zvt4lt6YCr2*KM`e))km)&8U)huJA~b3)6_Ao71Mqu4*%sUdgOgWURb}u>NTZ zTS8!{*vwWN*-gR{-JoL$CJ5bR4k@u$CeO_eBntA5HWMdAGpH0*P^mG}*3c8bY-8GB zZ(cVH&ZF}lD06YaFWFiOa%v*Y5>_PKkVd@IJmF5f&~f-YV5BnT8A3Ct1e9EjiWh#P zt2Oe5R+5T$qEmt@J!ThVvOy2V#hPAkQv4(1c|PUvRMk(BjDbe#Wq4Dzdx}mQ2>xtT zTg|Fdn+c5EeNDp%>Zg(fTdNB#pwvH|nVOVcb8*aP)lHvesw+`l+@?q)yi+ugEvu54 zoy1#himM6|SlM()iv_n`4Csa&P~v)+99EO+5YjFR7e+jud5E=~C1eV{AYG$UKtk;VqkYt<(#;xyLBO~==O`Y525EAzga^B zZZ@5mXEq^bM!s11mDEFKuM@p`DJ$dX<`OE!wnkclJ1xo+YIJf#kCAY>kz8-eL&`Lc zZ8H9SJo();PLpOd%s}w_*l8uYkb_GTzCTkqDRk-+n@feV%H%KgD1SliF2W}qC=G}z zgS?qp_sOjXs&V;?gW+Q_j^ z5R*#%>WNd7ei-zFj}nrF*(F-kZ7XfJT@@-*p`();k`{<K?Y1{ z4YF9nt47};+UdJ7Tw7{>oOA12dpf2FAW=!9r}$b&aAoJ%z8%%!y?ZA{(z6guy6nR* z1#*0~L(#Cx85n76HSn~yymu!@8yaFNjaAv}9PQPQ^SVVdq(i1auiIorMCIhzuIi4R zd;9r52)OK{`HO@|=4O1uo>F`&m8)D$ROPpzTF8=$DHqq%NPtBxBI*OArbrT2^y+=$ zhPY`qn%FB4xeDzuM409jyL~b=g(&1?sipZAR4utkm99?lXPiJgE$<)F54f}{EHvkb z#wr(wQBl4jY0A&;wy;B~OTi2=Jon0!Vyc{sF zSxhnP=xUc;Q>S4oCOZ@tvn*orGc(EOB}M3^R5 zI7PuZu|&v-;@O#?_hqo-)Krubfve6^L(F?#IQO*QVyAg;0#!rSmYxw^Zxv`|y>tf1 z{+S{7tMjVMy3EbgF45&wl(oPez#Xz0Hn@I^u0afiKWJA_WKhXxMzIyw45YrPB!p3` zQ>^9t_%5;TdIBS=;kbH>P^y&5#NSeQ0n~o<-s7~QqLxRZ?*T1sM(io_HuCT@ZYU3w z!rnO_Yr3X(V~aChJC6EuAEOJZ96qz% z=CjS2ufN}O`Ld@xrk4*J9zu(_jk{`KP0s;wJzXC68>U{~9ya{)LARpz?4LMT9$}>= z?D7ur!F$c%;QBKCT{EZ-uCJ^cDi5w593;f@0Rz_qIlQ4Ebn5vTh_S|hVTGMq0$e6a!Jf{(A4WoR}&{`FB z%+X!P@J-6^HwAJv-a4SSWmDhAIfp-h8%#2ZhA}|Z$(Ek+vGLL5@IwQGJtLfvIz-Y8 zr_Y?6u5R0!>1-7BC1nJg$0jGr>({T_P##KW<1`wktvR#zu6UuZSyAUoVCtHs>ROxJ5)s=d%WGn);2U&`I+fVu zOHJ9wA}GWZ5wb-mOLWCz$txB*P6ox7%j;$v1ky$}c|=omv}n3!)6ryCi+u8pT1bFu zjD~L(yy)z5DS9u@U=iC?i^>(OF*-*Q2A|$UCooGhmTV0{cr2B;{Y4zfjl2)9K zQ4R=ot?X+jwP|6N8)=2oI+udit|IJ3PZ&J*d9VP1A z$>XqwI+3T11uk_Za%+60DwMOv17u=^NxyB)V!d6FwDt7mCI$xlxJ}Ao%4RH^=TLm3 zz}iHQPfB}9`!i%G-(hk{ZPHSCzb7{9cpZ`88*L7iDtXDy10yCCjI#oSt+3VkDr#3i zBH!^k>)2B7DX}PO3o5dbNWY>cA>FKnLD-C53#Aaw1%uJna@u@wio1khk_bl;U6FGE zrxJ%E2IIqKhiNV0Ks%a%vOX=2kVu~7>FBUL*X;0@DYf7Ol~$KjL@Qw_;y;mhE9@jP z<2Ir=K!*AF7#|3G(?MvjpnEG(#3fu5=vHM}$~Uh7-~&DFs1n;$4OJ zhe>Yg^toFU;r;{7rejBaMMA#hG&x;~`ijyb8@3`5#%U058aElGaVKIYQ`lu>k!UPd z5BWVZ?Lj6(k8?pG2F?_Pxw8c8T8}cEu|si4TBgZglLmT}J!I8ZQMXa(1fdmm3lU|u zQ8Sz5CY_TZG6=)b%#>%$uZ8ag^IIhjhtjGWsU>~RL1V|9M4$Zz*8mQkDd|Z{i$ioA z`DU&qsSpE^vW)MU=t;Oc5x3YNB8cWj&?7Qsj|N z#6SC!2od!@=_Y?MZSx2O9+7N#lnew+p2ZhozPJc0Zi7nVW%Sunk_4fPPe~#vk3vfn zK9bGJIZ@SIW8HC#772q1qB5*7C@KN>SmacQs1zPgKH4s?A|LYgO)dkV;6^5eJHp5b zp-oD(x}+MVupDY@=uF%zrEBbL)A@iDIjmBMj@T$JA2KWGW!G{KGUh;)F;cb?5w(e zAytl=B~KEIIT7NVQ&11jF+rT*%=So6nR^dQ%e7ra9#vFfMfgsa38Kg=+(5EYGPaPT zoYRNGfk#RqJGh`1+19OmvShGtcW`CJ52;E*7TctSJ}Cs5aC)wM88vi8JzyF0(DRnf zpJmc($iA+Ev1nep!z*tokyVLyuY~n1$1b)N%|MWcL2H4$gA z7&8N3WO7-2{t71Li6iG;Y;ouh3tZ8`%tuajhm}Ntlp!__Ug_|b+^=-WyVy_2i!^Bm z4X=B*SjyLm|D7Z$q&USRp18KrEa)AJlV_hYd`(HN6+{D>>>1-S8ytj)#kWfE290Bu zFFMCmEA)g5W-$&%7*dTGiBo$eO7Zb6m{Mr|R4?u(j8j@*DjhCYUiXPrlRLk-@)F@$ z+yW%ESGJ3c*QO{KrBFGB)5#gc^>W-?mfV|4IYe95C_bd`foNk=JdxAPduF7DNvx4` zwNtEkJjZI9^3HC zCNp^U6VcD(@lUj|HI37nl*qBuaLD2!9kqF`a#s+s!SmCQg;iA-za{?AF z&;?Pcl!B)xhRYw*QZGb+<*_JDCPvgaDu}FD9*kS&GUY&~cP@_h=%0h3xK=(Sa*yqsw>ESyUU^noJ9F?Qa>npyxIzh!qOb(W>U z77|dX2?t42gJg(l=f5v*=F3qXEE)JmWe3|HGVqbv`9~*U726HQpBXoBw(M51sjF zF4-x{j$9LACX)~sWl6#za<-(A@L-a_Q*;R8YhhXEceWH}Dv#)b0OU7#zWj(-9#LE5 zW-T*Pf*R(<_W{Bk3C_f(-MPrlGhYOWzq~{1XhRg9J{{$g^kkNH#91z73;XSoMN_Sb t^I7D~u)A)VZ$q5l*6CSl=QLZhgjxYD%dxpBIYSb1=sZ5(^Ak#+@_&32dVK%@ literal 11174 zc-oy=Ym8jURj!Z+?0CK2^?Us+KgR9xOt;5&vg?c;XN|{BCcA#D*UlznL#DcKb$89Z zeedPgy))Ah3O^#{fshiRB#4KCghHeM0ue!w5I-V>1V0Ffr-TGigcczYA|ak(d48u( z-P^Z&+PijI>p9(3r>ah!$9GPh{pQZMd|u!asWc0r~~dU7%m~66=pXn~&E#(eid4}(VAc>Rxi`bE&QpkLj_>;Bf$?{4FJJn=ZoF%P;A^g8HH&<}f> z`tgs0O3zeL?Y`*xb(YequYX{}Sja z(BIq6@_pOWH$4FvLHFU$65SW{J)p|}{tD=OL0<)325s)(bF&?+_fLcVAm|@}K2GvI z$@}dGJqFqUJr26^B<~x6UI+aR&>N(0(EXrSpJKUx2=p>&AM_&VFM=Kc{pM4w@Bev< z_4(9J9-rUI=e%zx>pR-Xdiyl!572thbD+NpdIt1ce%-cRtdBFhSnn_H;(antKL>gZ z^lP5)wOxGQW4j?M=<06P?=S3TxxT)e_3-DO?t^llr2BXp?qPlZ=pNR`PwwG+|E3@R zBhUBh9@h82?O{D$*~@mnxtG_i?&bS^d@t+q=l8O||DFGR0M0N&eET>)!hI~ySN5^| z|G1C$o5$fz+TYV?Kl|0sfIg2v`=$LHZ~y)@`@wgg=KU`mVEKjzSf9TOdLHyU2iVW# zL6+~igRGZV4zhoy2U*Xb0$m_^Jl|g)WIg^f=mmKbY#C)Ie^p_8Dy#4+m z_QU`1^ohgl7qf?%@7@0Qhd|*nq5y?y#3%ju&mCrce(f;F&0ig6d;BZtNzm;_*iX(M zVO)9f2=f(w{If^c-+t`~-}4Xs__sX&{~clZPaNfQZyjYhJ4ZQAK6;ex_DRsY6z~4` z4k+n9-5+#?>>+vmtDrYQ{}c2%(Dxi;fBDogw&zbDV;uVxPygZ=$J_sc-T}RV%iae4 zspG8gzdz1;c%+uwDMT!T$134Yr>=&Hi!eG~4@SP(}WEn&%%( z&Pc{UFfZMQY)$LQW)yFPm2}=br$eV(imMNiY-02|;OXO@u8~az$2j>(r5uvK`^n z`w1fj`_8PNd)8CJE7BF=&RhK$`4Gib5C87@G4f-ifAJCj`z66XO1L-hV=svD5BbKP z+V58==hS|aPrU5EznSU@!T#D6To+L6tqS)24+_Q-`cTZm)x-}A_J>=78>OgLoyq^@g zOw!yWv0achS6Oc2o|};$)mhTwwcRWk$h@y*q`Tnn@^@o%Y5U1WEZal5O8Yk^_Lx|m znO^_Vm&bZTc8V<1aV|HKETma*>rS3zLoZ;SxIMAD6JnD@CUG7T4^Ghpd&qP)aF?-#2J|y%5{|) z)sD1<{J0fvx1ol0cD<=P#nxSt6rPdmK`Of@nmRi<1`&g5OlKKxlIc7%dYvp(TCB1Z zvC_X8$4`fl>hmO#5wyeF>nq!rIf*YJNj_v=T!J=$BTsfENr@_qectiPorDAp@Fg1 z=_HA;mDQ=r6eitVoM3p6!mxDA*6lD){?SQd7&$73Y|-h{xc{Bw$V~U(-I>#DZP@m8 z6v=jBB7{{n9t?3I91|f*qC^E=nKac+irD{x%VwriIWLa*kpdUvS+5vBhD*m4;~UM_ ztwdhrg0)-3o$A)rXz9*=6rOH6h+r{)3jusL$q^;C7U!05z=!iKU|3}bdAfsp5wh^o zz}PfWLtAk|EO3=f4}o~1`MrzKd?XPb44a}EV zH9N8!DFkPvRc5DMi}I6$URsTiDQ}MJL zh>>4(MxbWhE&!LpneF-q?%V~~1cU|H3kIhQ2KOKVx*6bzz*F`T*>)o8Zjxydi?+cx zm61axX$lPkC~Rv++>gVU{KjFmc-d!vI%t8AyU1c&(c>p06Ki>r(1ft>I7~w;m|c7@ zDO{SgT2IxOD z(x9dRUtJUyhH-yjMHB<;IGNzusV~P3G_yJsEcubr)d(oPnz~RD)gqX*xI5UA_8P3= z^R1{S_}62=339dBZID0%73%7sF^&PdnUl;pYE#A81~@QjOLMy`k(WQvH)t{AU8*xl zzP2Dr48q){3Td3HQ&QzGi!FiuB*B=K%PV(FP?|hsRMIWbWyn8_8xo_^(R(z|uPVWRMAuuLa!B_3Fl`|3cgXE~ja6vEiq^A_N zKXR2za_FP12fTCG5+r4+AzkDIXA8*fc`f~ZN#Su^^w1@Jxq$(o zbxQg+9go$L0uV;J2Z2`IEd6Ov7_VZfY=+p1f10?P(2tgwD3|avfo`%|K~@d7Jd#u@YDLr}*xRBF6wAkf{}R6<^d>+_lA;M^$t^g&ee5hix&aWT8l|nvss{R0 zfP=H71bepKO*S20DaN|Xm7?}$^FiuL7(DoDMTUn&e4BU$3VJ-aq*%qT*iaeibV)X^ zl@;g!5l0rKRU{Ne6-Q=``^Lj?XC~L2Jsob|$r6Im=1S0fKj-izBxAf_F0{_i+_`

Jq^uR`e${QLHp7bgE-D7+_pptVi8q2ft|2|RC=CfL;2K$haw0FNS_^fy zro7}~6$EYt($BCg1pK*W@4_0t1lOKJFw*vs3Ja15E6WB(pi-6B^fv%BMTK!)3@j*c zp*2i}s!(y+$(TBhJYbOrLL7`d?PR8Boa=Ga`x=lrD`*cCGE@erTorO(BbPp^kj#!|IN55M`#VSyPdUp{EDz32ESRt}9_(RgbM+ zkM)6bs-q^FA|x=WEUNi}RbYptQ<@^ET*+GS5v#aGkh@E|-bk3(B1>@#O?Y#|5S5k!)gDZRe;~%wMS!Yk~Q)8nIrq0y81sQ*cgC|+q&Q-03 z?fWBj_%2UG&Yo)25}0(olA4B9pvDduHBBa%kRp4W{iSohEz_kNTV&HLH^`aAR@s~> zia{~hI^}yQTpQG;0cX>CD&9emItIix7B*#vB`_%BiheomwCfy=2g{TFvWMZRn;dm~ z&l3K0RMRT2kt%q`hv9u~M6cy8$xX;i@aH=ln##wXs`)XX>y|tnm_C$PwpIpIH+YyF zDC>0N_)4}%fog7*)aA$@LXPI6$nnNt?{VEVTd=F9G5Ai=R(+R(T*rlXs7d6Km=gkg z>>#DTU*3uYS45q4GD1l3VvS@b<4m6Avxh_70jo;f8%fW%npop62}LT>XsD=%-E!?0 zmeDm|O6RRLVCqA6G`;d5sP(;;P7;=xIfOVe#1qoU)rV)iO>W)n)KGrnn&m2o^&>8; zqarK%z9-WXH|V+4q|_JJP=nL~4R5HbEu&rLqJ+!$symHq%t-fo3dJo`77E;&p`)oi zQ*Em=rK?##<%DE0Tac0^8u3WZcLaa(Gxu#t$~Zb>QUM z0Ddv3vXm21Oq4pDXk1ap%+s1a)5;&u;rXXB0(ZS2u2odt#1(T75T{xZ>9*;!imb{D zPGRmR_mG@I+N$k#=lC2$;mS8FU-e$Qh}Qq?uyq9aZL=|Hdq8}T@>ugZHr1-^GE9FKn2@en4W$Noq z<(=@AO;JHOYNAv&sNcj2fg4v^n5@S}r6Dz+LRm((Q@~iF;(pY%q^-vKQ4WC`wT_e< zsP&{?r#2l;jXaGW(X|N|B{Wv1Y}}+x1{+l-+_f4*x3TtB6|&sInpO#L_o_QtCAc0I zxl2o~;I&Cf4kfdPCjV<3k|vv2tPE~rxh@vWOK6!eOqsCQ3(2D}O6 zDs2h77*Rd>xOgaYjB{C(XY^=wUeLT&iOBxp`v}!j#_j5&oBk(A>LPH\n" "Language-Team: Indonesian \n" @@ -14,368 +15,420 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "" -#: arrayfunc.c:362 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: nama aksi tidak valid" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "" -#: bashhist.c:331 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: tidak dapat membuat: %s" -#: bashline.c:3030 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3079 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3108 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "tidak menutup '%c' dalam %s" -#: bashline.c:3142 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: hilang pemisah colon" -#: builtins/bind.def:194 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "'%s': nama keymap tidak valid" -#: builtins/bind.def:233 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: tidak dapat membaca: %s" -#: builtins/bind.def:248 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "'%s': tidak dapat melepaskan" -#: builtins/bind.def:283 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "'%s': nama fungsi tidak dikenal" -#: builtins/bind.def:291 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:295 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s dapat dipanggil melalui " -#: builtins/break.def:128 -msgid "only meaningful in a `for', `while', or `until' loop" -msgstr "hanya berarti dalam sebuah `for', `while', atau `until'loop" - -#: builtins/caller.def:131 -msgid "Returns the context of the current subroutine call." +#: builtins/break.def:77 builtins/break.def:117 +msgid "loop count" msgstr "" -#: builtins/caller.def:132 builtins/caller.def:136 builtins/pushd.def:666 -#: builtins/pushd.def:674 builtins/pushd.def:677 builtins/pushd.def:687 -#: builtins/pushd.def:691 builtins/pushd.def:695 builtins/pushd.def:698 -#: builtins/pushd.def:701 builtins/pushd.def:710 builtins/pushd.def:714 -#: builtins/pushd.def:718 builtins/pushd.def:721 -msgid " " -msgstr " " +#: builtins/break.def:137 +msgid "only meaningful in a `for', `while', or `until' loop" +msgstr "hanya berarti dalam sebuah `for', `while', atau `until'loop" #: builtins/caller.def:133 -msgid "Without EXPR, returns returns \"$line $filename\". With EXPR," -msgstr "Tanpa EXPR, mengembalikan kembalian \"$line $filename\". Dengan EXPR," - -#: builtins/caller.def:134 -msgid "returns \"$line $subroutine $filename\"; this extra information" -msgstr "mengembalikan \"$line $subroutine $filename\"; informasi tambahan ini" - -#: builtins/caller.def:135 -msgid "can be used used to provide a stack trace." -msgstr "dapat digunakan untuk menyediakan jejak sebuah stack." - -#: builtins/caller.def:137 -msgid "The value of EXPR indicates how many call frames to go back before the" -msgstr "Nilai dari EXPR mengindikasikan berapa banyak call frames untuk kembali sebelum" - -#: builtins/caller.def:138 -msgid "current one; the top frame is frame 0." -msgstr "salah satu ini; top frame adalah frame 0." +msgid "" +"Returns the context of the current subroutine call.\n" +" \n" +" Without EXPR, returns " +msgstr "" -#: builtins/cd.def:204 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME tidak diset" -#: builtins/cd.def:216 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD tidak diset" -#: builtins/common.c:133 test.c:822 +#: builtins/common.c:107 +#, c-format +msgid "line %d: " +msgstr "" + +#: builtins/common.c:124 +#, fuzzy, c-format +msgid "%s: usage: " +msgstr "%s: peringatan: " + +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "terlalu banyak argumen" -#: builtins/common.c:157 shell.c:474 shell.c:748 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: opsi membutuhkan sebuah argumen" -#: builtins/common.c:164 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: argumen numeric dibutuhkan" -#: builtins/common.c:171 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: tidak ditemukan" -#: builtins/common.c:180 shell.c:761 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: opsi tidak valid" -#: builtins/common.c:187 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: nama opsi tidak valid" -#: builtins/common.c:194 general.c:230 general.c:235 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "`%s': bukan sebuah identifier yang valid" -#: builtins/common.c:201 -#, c-format -msgid "%s: invalid number" -msgstr "%s: nomor invalid" +#: builtins/common.c:209 +#, fuzzy +msgid "invalid octal number" +msgstr "nomor sinyal tidak valid" + +#: builtins/common.c:211 +#, fuzzy +msgid "invalid hex number" +msgstr "nomor tidak valid" + +#: builtins/common.c:213 expr.c:1255 +msgid "invalid number" +msgstr "nomor tidak valid" -#: builtins/common.c:208 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: spesifikasi sinyal tidak valid" -#: builtins/common.c:215 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "`%s': bukan sebuah pid atau spesifikasi pekerjaan yang valid" -#: builtins/common.c:222 error.c:451 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: variabel baca-saja" -#: builtins/common.c:230 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s diluar jangkauan" -#: builtins/common.c:230 builtins/common.c:232 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argumen" -#: builtins/common.c:232 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s diluar jangkauan" -#: builtins/common.c:240 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: tidak ada pekerjaan seperti itu" -#: builtins/common.c:248 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: tidak ada pengontrol kerja" -#: builtins/common.c:250 +#: builtins/common.c:263 msgid "no job control" msgstr "tidak ada pengontrol kerja" -#: builtins/common.c:260 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: terbatas" -#: builtins/common.c:262 +#: builtins/common.c:275 msgid "restricted" msgstr "terbatas" -#: builtins/common.c:270 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: bukan sebuah builtin shell" -#: builtins/common.c:276 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "gagal menulis: %s" -#: builtins/common.c:481 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: error mengambil direktori saat ini: %s: %s\n" -#: builtins/common.c:547 builtins/common.c:549 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: spesifikasi pekerjaan ambigu" -#: builtins/complete.def:251 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: nama aksi tidak valid" -#: builtins/complete.def:381 builtins/complete.def:524 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: tidak ada spesifikasi completion" -#: builtins/complete.def:571 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "peringatan: opsi -F mungkin tidak bekerja seperti yang anda harapkan" -#: builtins/complete.def:573 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "peringatan: opsi -C mungkin tidak bekerja seperti yang anda harapkan" -#: builtins/declare.def:106 +#: builtins/complete.def:786 +msgid "not currently executing completion function" +msgstr "" + +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "hanya dapat digunakan dalam sebuah fungsi" -#: builtins/declare.def:306 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "tidak dapat menggunakan `-f' untuk membuat fungsi" -#: builtins/declare.def:318 execute_cmd.c:4073 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: fungsi baca-saja" -#: builtins/declare.def:406 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: tidak dapat menghapus variabel array secara ini" -#: builtins/enable.def:128 builtins/enable.def:136 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "dynamic loading tidak tersedia" -#: builtins/enable.def:303 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "tidak dapat membuka object shared %s: %s" -#: builtins/enable.def:326 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "tidak dapat menemukan %s dalam shared object %s: %s" -#: builtins/enable.def:450 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: bukan dinamically loaded" -#: builtins/enable.def:465 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: tidak dapat menghapus: %s" -#: builtins/evalfile.c:129 execute_cmd.c:3930 shell.c:1409 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: bukan sebuah direktori" -#: builtins/evalfile.c:134 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: bukan sebuah file umum" -#: builtins/evalfile.c:142 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: file terlalu besar" -#: builtins/exec.def:205 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 +#, c-format +msgid "%s: cannot execute binary file" +msgstr "%s: tidak dapat menjalankan berkas binary" + +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: tidak dapat menjalankan: %s" -#: builtins/exit.def:83 +#: builtins/exit.def:65 +#, c-format +msgid "logout\n" +msgstr "" + +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "bukan sebuah login shell: gunakan `exit'" -#: builtins/exit.def:111 +#: builtins/exit.def:120 +#, c-format msgid "There are stopped jobs.\n" msgstr "Ada pekerjaan yang terhenti.\n" -#: builtins/fc.def:258 +#: builtins/exit.def:122 +#, fuzzy, c-format +msgid "There are running jobs.\n" +msgstr "Ada pekerjaan yang terhenti.\n" + +#: builtins/fc.def:261 msgid "no command found" msgstr "perintah tidak ditemukan" -#: builtins/fc.def:328 +#: builtins/fc.def:341 msgid "history specification" msgstr "spesifikasi sejarah" -#: builtins/fc.def:349 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: tidak dapat membuka file sementara: %s" -#: builtins/fg_bg.def:149 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 +msgid "current" +msgstr "" + +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "pekerjaan %d dimulai tanpa pengontrol pekerjaan" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: opsi tidak legal -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: opsi membutuhkan sebuah argumen -- %c\n" -#: builtins/hash.def:84 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "hashing dinonaktifkan" -#: builtins/hash.def:130 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: tabel hash kosong\n" -#: builtins/help.def:108 -msgid "Shell commands matching keywords `" -msgstr "Perintah shell cocok dengan kata kunci `" +#: builtins/hash.def:244 +#, fuzzy, c-format +msgid "hits\tcommand\n" +msgstr "perintah terakhir: %s\n" -#: builtins/help.def:110 +#: builtins/help.def:130 +#, fuzzy, c-format msgid "Shell commands matching keyword `" -msgstr "Perintah shell cocok dengan kata kunci `" +msgid_plural "Shell commands matching keywords `" +msgstr[0] "Perintah shell cocok dengan kata kunci `" +msgstr[1] "Perintah shell cocok dengan kata kunci `" -#: builtins/help.def:138 +#: builtins/help.def:168 #, c-format -msgid "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." -msgstr "tidak ada topik bantuan yang cocok dengan `%s'. Coba `help help' atau 'man -k %s' atau `info %s'." +msgid "" +"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." +msgstr "" +"tidak ada topik bantuan yang cocok dengan `%s'. Coba `help help' atau 'man -" +"k %s' atau `info %s'." -#: builtins/help.def:164 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: tidak dapat membuka: %s" -#: builtins/help.def:182 +#: builtins/help.def:337 +#, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" "Type `help name' to find out more about the function `name'.\n" @@ -386,1309 +439,2162 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:150 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "tidak dapat menggunakan lebih dari satu opsi dari -anrw" -#: builtins/history.def:182 +#: builtins/history.def:186 msgid "history position" msgstr "posisi sejarah" -#: builtins/history.def:400 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: expansi sejarah gagal" -#: builtins/jobs.def:99 +#: builtins/inlib.def:71 +#, fuzzy, c-format +msgid "%s: inlib failed" +msgstr "%s: expansi sejarah gagal" + +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "tidak ada opsi lain yang diperbolehkan dengan `-x'" -#: builtins/kill.def:187 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: argumen harus diproses atau ID pekerjaan" -#: builtins/kill.def:250 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Kesalahan tidak diketahui" -#: builtins/let.def:94 builtins/let.def:119 expr.c:498 expr.c:513 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "diduga sebuah ekspresi" -#: builtins/printf.def:339 +#: builtins/mapfile.def:215 builtins/read.def:271 +#, c-format +msgid "%s: invalid file descriptor specification" +msgstr "%s: spesifikasi file deskripsi tidak valid" + +#: builtins/mapfile.def:223 builtins/read.def:278 +#, c-format +msgid "%d: invalid file descriptor: %s" +msgstr "%d: file deskriptor %s tidak valid" + +#: builtins/mapfile.def:232 builtins/mapfile.def:270 +#, fuzzy, c-format +msgid "%s: invalid line count" +msgstr "%s: opsi tidak valid" + +#: builtins/mapfile.def:243 +#, fuzzy, c-format +msgid "%s: invalid array origin" +msgstr "%s: opsi tidak valid" + +#: builtins/mapfile.def:260 +#, fuzzy, c-format +msgid "%s: invalid callback quantum" +msgstr "%s: nama aksi tidak valid" + +#: builtins/mapfile.def:292 +#, fuzzy +msgid "empty array variable name" +msgstr "%s: bukan sebuah variabel array" + +#: builtins/mapfile.def:313 +msgid "array variable support required" +msgstr "" + +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "`%s': hilang karakter format" -#: builtins/printf.def:516 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "`%c': karakter format tidak valid" -#: builtins/printf.def:722 +#: builtins/printf.def:568 +#, fuzzy, c-format +msgid "warning: %s: %s" +msgstr "%s: peringatan: " + +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "hilang digit hexa untuk \\x" -#: builtins/pushd.def:175 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "tidak ada direktori lain" -#: builtins/pushd.def:442 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:663 -msgid "Display the list of currently remembered directories. Directories" -msgstr "Tampilkan daftar dari direktori yang diingat sekarang. Direktori" - -#: builtins/pushd.def:664 -msgid "find their way onto the list with the `pushd' command; you can get" -msgstr "menemukan jalannya sendiri kedalam daftar dengan perintah `pushd'; anda dapat memperoleh" - -#: builtins/pushd.def:665 -msgid "back up through the list with the `popd' command." -msgstr "bantuan melalui daftar dari perintah `popd'." - -#: builtins/pushd.def:667 -msgid "The -l flag specifies that `dirs' should not print shorthand versions" -msgstr "Flag -l menspesifikasikan bahwa `dirs' seharusnya tidak menampilkan versi pendek" - -#: builtins/pushd.def:668 -msgid "of directories which are relative to your home directory. This means" -msgstr "dari direktori yang relatif dari direktori home anda. Ini berarti" - -#: builtins/pushd.def:669 -msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag" -msgstr "bahwa `~/bin' mungkin ditampilkan sebagai `/homes/bfox/bin'. Opsi -v" - -#: builtins/pushd.def:670 -msgid "causes `dirs' to print the directory stack with one entry per line," -msgstr "menyebabkan `dirs' ditampilkan di stack direktori dengan satu masukan per baris," - -#: builtins/pushd.def:671 -msgid "prepending the directory name with its position in the stack. The -p" -msgstr "mendahului nama direktori dengan posisinya dalam stack. Opsi -p" - -#: builtins/pushd.def:672 -msgid "flag does the same thing, but the stack position is not prepended." -msgstr "melakukan hal yang sama, tetapi posisi stack tidak didahului." - -#: builtins/pushd.def:673 -msgid "The -c flag clears the directory stack by deleting all of the elements." -msgstr "Opsi -c menghapus direktori stack dengan cara menghapus seluruh elemen." - -#: builtins/pushd.def:675 -msgid "+N displays the Nth entry counting from the left of the list shown by" -msgstr "+N menampilkan masukan ke N dihitung dari kiri dari daftar yang ditampilkan oleh" - -#: builtins/pushd.def:676 builtins/pushd.def:679 -msgid " dirs when invoked without options, starting with zero." -msgstr " dirs ketika dipanggil tanpa opsi, dimulai dengan nol." - -#: builtins/pushd.def:678 -msgid "-N displays the Nth entry counting from the right of the list shown by" -msgstr "-N menampilkan masukan ke N dihitung dari kanan dari daftar yang ditampilkan dengan" - -#: builtins/pushd.def:684 -msgid "Adds a directory to the top of the directory stack, or rotates" -msgstr "menambahkan sebuah direktori ke ujung atas dari direktori stack, atau memutar" - -#: builtins/pushd.def:685 -msgid "the stack, making the new top of the stack the current working" -msgstr "stack, membuat sebuah top baru dari stack direktori yang dipakai" - -#: builtins/pushd.def:686 -msgid "directory. With no arguments, exchanges the top two directories." -msgstr "saat ini. Tanpa argumen, menukar top dari dua direktori." - -#: builtins/pushd.def:688 -msgid "+N Rotates the stack so that the Nth directory (counting" -msgstr "+N Memutar stack sehingga direktori ke N (dihitung" - -#: builtins/pushd.def:689 -msgid " from the left of the list shown by `dirs', starting with" -msgstr " dari kiri dari daftar yang ditampilkan oleh `dirs', dimulai dari" - -#: builtins/pushd.def:690 builtins/pushd.def:694 -msgid " zero) is at the top." -msgstr " nol) ini dilakukan di top." - -#: builtins/pushd.def:692 -msgid "-N Rotates the stack so that the Nth directory (counting" -msgstr "-N Memutar stact sehingga direktori ke N (dihitung" - -#: builtins/pushd.def:693 -msgid " from the right of the list shown by `dirs', starting with" -msgstr " dari kanan dari daftar yang ditampilkan oleh `dirs', dimulai dengan" - -#: builtins/pushd.def:696 -msgid "-n suppress the normal change of directory when adding directories" -msgstr "-n menekan perubahan normal dari direktori ketika menambahkan direktori" - -#: builtins/pushd.def:697 -msgid " to the stack, so only the stack is manipulated." -msgstr " ke stack, jadi hanya stack yang dimanipulasi." - -#: builtins/pushd.def:699 -msgid "dir adds DIR to the directory stack at the top, making it the" -msgstr "dir menambahkan DIR ke direktori stack di top, membuatnya " - -#: builtins/pushd.def:700 -msgid " new current working directory." -msgstr " menjadi direktori baru untuk bekerja." - -#: builtins/pushd.def:702 builtins/pushd.def:722 -msgid "You can see the directory stack with the `dirs' command." -msgstr "Anda dapat melihat direktori stack dengan perintah `dirs'." - -#: builtins/pushd.def:707 -msgid "Removes entries from the directory stack. With no arguments," -msgstr "" - -#: builtins/pushd.def:708 -msgid "removes the top directory from the stack, and cd's to the new" +#: builtins/pushd.def:506 +msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:709 -msgid "top directory." -msgstr "" - -#: builtins/pushd.def:711 -msgid "+N removes the Nth entry counting from the left of the list" -msgstr "" - -#: builtins/pushd.def:712 -msgid " shown by `dirs', starting with zero. For example: `popd +0'" -msgstr "" - -#: builtins/pushd.def:713 -msgid " removes the first directory, `popd +1' the second." -msgstr "" - -#: builtins/pushd.def:715 -msgid "-N removes the Nth entry counting from the right of the list" -msgstr "" - -#: builtins/pushd.def:716 -msgid " shown by `dirs', starting with zero. For example: `popd -0'" -msgstr "" +#: builtins/pushd.def:508 +#, fuzzy +msgid "directory stack index" +msgstr "rekursi stack underflow" -#: builtins/pushd.def:717 -msgid " removes the last directory, `popd -1' the next to last." +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." msgstr "" -#: builtins/pushd.def:719 -msgid "-n suppress the normal change of directory when removing directories" +#: builtins/pushd.def:705 +msgid "" +"Adds a directory to the top of the directory stack, or rotates\n" +" the stack, making the new top of the stack the current working\n" +" directory. With no arguments, exchanges the top two directories.\n" +" \n" +" Options:\n" +" -n\tSuppresses the normal change of directory when adding\n" +" \tdirectories to the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRotates the stack so that the Nth directory (counting\n" +" \tfrom the left of the list shown by `dirs', starting with\n" +" \tzero) is at the top.\n" +" \n" +" -N\tRotates the stack so that the Nth directory (counting\n" +" \tfrom the right of the list shown by `dirs', starting with\n" +" \tzero) is at the top.\n" +" \n" +" dir\tAdds DIR to the directory stack at the top, making it the\n" +" \tnew current working directory.\n" +" \n" +" The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:720 -msgid " from the stack, so only the stack is manipulated." +#: builtins/pushd.def:730 +msgid "" +"Removes entries from the directory stack. With no arguments, removes\n" +" the top directory from the stack, and changes to the new top directory.\n" +" \n" +" Options:\n" +" -n\tSuppresses the normal change of directory when removing\n" +" \tdirectories from the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRemoves the Nth entry counting from the left of the list\n" +" \tshown by `dirs', starting with zero. For example: `popd +0'\n" +" \tremoves the first directory, `popd +1' the second.\n" +" \n" +" -N\tRemoves the Nth entry counting from the right of the list\n" +" \tshown by `dirs', starting with zero. For example: `popd -0'\n" +" \tremoves the last directory, `popd -1' the next to last.\n" +" \n" +" The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/read.def:210 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" -msgstr "" - -#: builtins/read.def:233 -#, c-format -msgid "%s: invalid file descriptor specification" -msgstr "" - -#: builtins/read.def:240 -#, c-format -msgid "%d: invalid file descriptor: %s" -msgstr "" +msgstr "%s: spesifikasi timeout tidak valid" -#: builtins/read.def:478 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" -msgstr "" +msgstr "error baca: %d: %s" -#: builtins/return.def:63 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" -msgstr "" +msgstr "hanya dapat `return' dari sebuah fungsi atau script yang disource" -#: builtins/set.def:744 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" -msgstr "" +msgstr "tidak dapat secara simultan unset sebuah fungsi dan sebuah variable" -#: builtins/set.def:781 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" -msgstr "" +msgstr "%s: tidak dapat unset" -#: builtins/set.def:788 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" -msgstr "" +msgstr "%s: tidak dapat unset: baca-saja %s" -#: builtins/set.def:799 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" -msgstr "" +msgstr "%s: bukan sebuah variabel array" -#: builtins/setattr.def:166 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" -msgstr "" +msgstr "%s: bukan sebuah fungsi" -#: builtins/shift.def:66 builtins/shift.def:72 +#: builtins/shift.def:71 builtins/shift.def:77 msgid "shift count" -msgstr "" +msgstr "shift terhitung" -#: builtins/shopt.def:227 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" -msgstr "" +msgstr "tidak dapat menset dan menunset opsi shell secara bersamaan" -#: builtins/shopt.def:292 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" -msgstr "" +msgstr "%s: nama opsi shell tidak valid" -#: builtins/source.def:115 +#: builtins/source.def:128 msgid "filename argument required" -msgstr "" +msgstr "argumen nama file dibutuhkan" -#: builtins/source.def:135 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" -msgstr "" +msgstr "%s: berkas tidak ditemukan" -#: builtins/suspend.def:95 +#: builtins/suspend.def:101 msgid "cannot suspend" -msgstr "" +msgstr "tidak dapat suspend" -#: builtins/suspend.def:105 +#: builtins/suspend.def:111 msgid "cannot suspend a login shell" -msgstr "" +msgstr "tidak dapat suspend sebuah login shell" -#: builtins/type.def:232 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" -msgstr "" +msgstr "%s sudah dialiasi ke `%s'\n" -#: builtins/type.def:253 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" -msgstr "" +msgstr "%s adalah sebuah shell dengan kata kunci\n" -#: builtins/type.def:273 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" -msgstr "" +msgstr "%s adalah sebuah fungsi\n" -#: builtins/type.def:298 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" -msgstr "" +msgstr "%s adalah sebuah shell builtin\n" -#: builtins/type.def:319 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" -msgstr "" +msgstr "%s adalah %s\n" -#: builtins/type.def:339 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" -msgstr "" +msgstr "%s memiliki hash (%s)\n" -#: builtins/ulimit.def:352 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" -msgstr "" +msgstr "%s: argumen limit tidak valid" -#: builtins/ulimit.def:378 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" -msgstr "" +msgstr "`%c': perintah buruk" -#: builtins/ulimit.def:407 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" +msgstr "%s: tidak dapat get limit: %s" + +#: builtins/ulimit.def:453 +msgid "limit" msgstr "" -#: builtins/ulimit.def:445 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" -msgstr "" +msgstr "%s: tidak dapat memodifikasi batas: %s" -#: builtins/umask.def:112 +#: builtins/umask.def:118 msgid "octal number" -msgstr "" +msgstr "nomor oktal" -#: builtins/umask.def:226 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" -msgstr "" +msgstr "`%c': operator mode symbolic tidak valid" -#: builtins/umask.def:281 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" +msgstr "`%c': mode karakter symbolic tidak valid" + +#: error.c:89 error.c:320 error.c:322 error.c:324 +msgid " line " msgstr "" -#: error.c:163 +#: error.c:164 #, c-format msgid "last command: %s\n" -msgstr "" +msgstr "perintah terakhir: %s\n" -#: error.c:171 +#: error.c:172 +#, c-format msgid "Aborting..." -msgstr "" +msgstr "membatalkan..." -#: error.c:258 -#, c-format -msgid "%s: warning: " -msgstr "" +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " +msgstr "%s: peringatan: " -#: error.c:403 +#: error.c:405 msgid "unknown command error" -msgstr "" +msgstr "perintah error tidak diketahui" -#: error.c:404 +#: error.c:406 msgid "bad command type" -msgstr "" +msgstr "tipe perintah buruk" -#: error.c:405 +#: error.c:407 msgid "bad connector" -msgstr "" +msgstr "konektor buruk" -#: error.c:406 +#: error.c:408 msgid "bad jump" -msgstr "" +msgstr "lompat buruk" -#: error.c:444 +#: error.c:446 #, c-format msgid "%s: unbound variable" -msgstr "" +msgstr "%s: variabel tidak terikat" -#: eval.c:176 +#: eval.c:181 +#, c-format msgid "\atimed out waiting for input: auto-logout\n" -msgstr "" +msgstr "kehabisan waktu menunggu masukan: otomatis-keluar\n" -#: execute_cmd.c:474 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" -msgstr "" +msgstr "tidak dapat menyalurkan masukan standar dari /dev/null: %s" -#: execute_cmd.c:1058 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" -msgstr "" +msgstr "TIMEFORMAT: `%c': karakter format tidak valid" -#: execute_cmd.c:3629 +#: execute_cmd.c:1930 +#, fuzzy +msgid "pipe error" +msgstr "gagal menulis: %s" + +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "" +"%s: dibatasi: tidak dapat menspesifikasikan '/' dalam nama nama perintah" -#: execute_cmd.c:3717 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" -msgstr "" +msgstr "%s: perintah tidak ditemukan" -#: execute_cmd.c:3963 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" -msgstr "" - -#: execute_cmd.c:4000 -#, c-format -msgid "%s: cannot execute binary file" -msgstr "" +msgstr "%s: %s: interpreter buruk" -#: execute_cmd.c:4112 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" -msgstr "" +msgstr "tidak dapat menduplikasikan fd %d ke fd %d" #: expr.c:241 msgid "expression recursion level exceeded" -msgstr "" +msgstr "expresi level rekursi terlewati" #: expr.c:265 msgid "recursion stack underflow" -msgstr "" +msgstr "rekursi stack underflow" -#: expr.c:376 +#: expr.c:379 msgid "syntax error in expression" -msgstr "" +msgstr "syntax error dalam expresi" -#: expr.c:416 +#: expr.c:419 msgid "attempted assignment to non-variable" -msgstr "" +msgstr "mencoba menempatkan ke bukan sebuah variabel" -#: expr.c:437 expr.c:442 expr.c:752 +#: expr.c:440 expr.c:445 expr.c:756 msgid "division by 0" -msgstr "" +msgstr "dibagi oleh 0" -#: expr.c:468 +#: expr.c:471 msgid "bug: bad expassign token" -msgstr "" +msgstr "bug: tanda expassign buruk" -#: expr.c:510 +#: expr.c:513 msgid "`:' expected for conditional expression" -msgstr "" +msgstr "`:' diharapkan untuk sebuah pernyataan kondisional" -#: expr.c:777 +#: expr.c:781 msgid "exponent less than 0" -msgstr "" +msgstr "eksponen kurang dari 0" -#: expr.c:822 +#: expr.c:826 msgid "identifier expected after pre-increment or pre-decrement" -msgstr "" +msgstr "idenfier diharapkan setelah pre-increment atau pre-decrement" -#: expr.c:850 +#: expr.c:854 msgid "missing `)'" -msgstr "" +msgstr "hilang `)'" -#: expr.c:893 expr.c:1171 +#: expr.c:897 expr.c:1175 msgid "syntax error: operand expected" -msgstr "" +msgstr "syntax error: operand diharapkan" -#: expr.c:1173 +#: expr.c:1177 msgid "syntax error: invalid arithmetic operator" -msgstr "" +msgstr "syntax error: operator arithmetic tidak valid" -#: expr.c:1251 -msgid "invalid number" +#: expr.c:1201 +#, c-format +msgid "%s%s%s: %s (error token is \"%s\")" msgstr "" -#: expr.c:1255 +#: expr.c:1259 msgid "invalid arithmetic base" -msgstr "" +msgstr "basis arithmetic tidak valid" -#: expr.c:1275 +#: expr.c:1279 msgid "value too great for base" -msgstr "" +msgstr "nilai terlalu besar untuk basis" + +#: expr.c:1328 +#, fuzzy, c-format +msgid "%s: expression error\n" +msgstr "%s: expresi integer diduga" #: general.c:61 msgid "getcwd: cannot access parent directories" -msgstr "" +msgstr "getcwd: tidak dapat mengakses direktori orang tua" + +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "tidak dapat mereset mode nodelay untuk fd %d" -#: input.c:237 +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" +"tidak dapat mengalokasikan berkas deskripsi bari untuk masukan bash dari fd %" +"d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" +msgstr "simpan bash_input: buffer telah ada untuk fd %d baru" + +#: jobs.c:464 +msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:876 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" -msgstr "" +msgstr "forked pid %d terlihat dalam pekerjaan yang sedang berjalan %d" -#: jobs.c:983 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" -msgstr "" +msgstr "menghapus pekerjaan yang terhenti %d dengan proses grup %ld" -#: jobs.c:1378 +#: jobs.c:1102 #, c-format -msgid "describe_pid: %ld: no such pid" +msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:2061 nojobs.c:575 +#: jobs.c:1105 #, c-format -msgid "wait: pid %ld is not a child of this shell" +msgid "add_process: pid %5ld (%s) marked as still alive" msgstr "" -#: jobs.c:2265 +#: jobs.c:1393 #, c-format -msgid "wait_for: No record of process %ld" -msgstr "" +msgid "describe_pid: %ld: no such pid" +msgstr "describe_pid: %ld: tidak ada pid seperti itu" -#: jobs.c:2524 +#: jobs.c:1408 #, c-format -msgid "wait_for_job: job %d is stopped" +msgid "Signal %d" msgstr "" -#: jobs.c:2746 -#, c-format -msgid "%s: job has terminated" +#: jobs.c:1422 jobs.c:1447 +msgid "Done" +msgstr "" + +#: jobs.c:1427 siglist.c:122 +msgid "Stopped" msgstr "" -#: jobs.c:2755 +#: jobs.c:1431 #, c-format -msgid "%s: job %d already in background" +msgid "Stopped(%s)" msgstr "" -#: jobs.c:3546 -msgid "no job control in this shell" +#: jobs.c:1435 +msgid "Running" msgstr "" -#: lib/malloc/malloc.c:298 +#: jobs.c:1449 #, c-format -msgid "malloc: failed assertion: %s\n" +msgid "Done(%d)" msgstr "" -#: lib/malloc/malloc.c:314 +#: jobs.c:1451 #, c-format -msgid "" -"\r\n" -"malloc: %s:%d: assertion botched\r\n" +msgid "Exit %d" msgstr "" -#: lib/malloc/malloc.c:799 -msgid "malloc: block on free list clobbered" +#: jobs.c:1454 +msgid "Unknown status" msgstr "" -#: lib/malloc/malloc.c:876 -msgid "free: called with already freed block argument" +#: jobs.c:1541 +#, c-format +msgid "(core dumped) " msgstr "" -#: lib/malloc/malloc.c:879 -msgid "free: called with unallocated block argument" +#: jobs.c:1560 +#, c-format +msgid " (wd: %s)" msgstr "" -#: lib/malloc/malloc.c:898 -msgid "free: underflow detected; mh_nbytes out of range" +#: jobs.c:1761 +#, c-format +msgid "child setpgid (%ld to %ld)" msgstr "" -#: lib/malloc/malloc.c:904 -msgid "free: start and end chunk sizes differ" -msgstr "" +#: jobs.c:2089 nojobs.c:576 +#, c-format +msgid "wait: pid %ld is not a child of this shell" +msgstr "wait: pid %ld bukan sebuah anak dari shell ini" -#: lib/malloc/malloc.c:1003 -msgid "realloc: called with unallocated block argument" -msgstr "" +#: jobs.c:2316 +#, c-format +msgid "wait_for: No record of process %ld" +msgstr "wait_for: Tidak ada catatan untuk proses %ld" -#: lib/malloc/malloc.c:1018 -msgid "realloc: underflow detected; mh_nbytes out of range" -msgstr "" +#: jobs.c:2588 +#, c-format +msgid "wait_for_job: job %d is stopped" +msgstr "wait_for_job: pekerjaan %d terhenti" -#: lib/malloc/malloc.c:1024 -msgid "realloc: start and end chunk sizes differ" -msgstr "" +#: jobs.c:2810 +#, c-format +msgid "%s: job has terminated" +msgstr "%s: pekerjaan telah selesai" -#: lib/malloc/table.c:176 -msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" -msgstr "" +#: jobs.c:2819 +#, c-format +msgid "%s: job %d already in background" +msgstr "%s: pekerjaan %d sudah berjalan di belakang (background)" + +#: jobs.c:3482 +#, fuzzy, c-format +msgid "%s: line %d: " +msgstr "%s: peringatan: " -#: lib/malloc/table.c:183 +#: jobs.c:3496 nojobs.c:805 #, c-format -msgid "register_alloc: %p already in table as allocated?\n" +msgid " (core dumped)" msgstr "" -#: lib/malloc/table.c:219 +#: jobs.c:3508 jobs.c:3521 #, c-format -msgid "register_free: %p already in table as free?\n" +msgid "(wd now: %s)\n" msgstr "" -#: lib/malloc/watch.c:46 -msgid "allocated" +#: jobs.c:3553 +msgid "initialize_job_control: getpgrp failed" msgstr "" -#: lib/malloc/watch.c:48 -msgid "freed" +#: jobs.c:3613 +msgid "initialize_job_control: line discipline" msgstr "" -#: lib/malloc/watch.c:50 -msgid "requesting resize" +#: jobs.c:3623 +msgid "initialize_job_control: setpgid" msgstr "" -#: lib/malloc/watch.c:52 -msgid "just resized" +#: jobs.c:3651 +#, c-format +msgid "cannot set terminal process group (%d)" msgstr "" -#: lib/malloc/watch.c:54 -msgid "bug: unknown operation" +#: jobs.c:3656 +msgid "no job control in this shell" +msgstr "tidak ada pengontrol pekerjaan dalam shell ini" + +#: lib/malloc/malloc.c:296 +#, c-format +msgid "malloc: failed assertion: %s\n" +msgstr "malloc: gagal assertion: %s\n" + +#: lib/malloc/malloc.c:312 +#, c-format +msgid "" +"\r\n" +"malloc: %s:%d: assertion botched\r\n" msgstr "" +"\r\n" +"malloc: %s:%d: assertion rusak\r\n" + +#: lib/malloc/malloc.c:313 +#, fuzzy +msgid "unknown" +msgstr "%s: host tidak diketahui" + +#: lib/malloc/malloc.c:797 +msgid "malloc: block on free list clobbered" +msgstr "malloc: blok dalam daftar bebas clobbered" + +#: lib/malloc/malloc.c:874 +msgid "free: called with already freed block argument" +msgstr "free: dipanggil dengan argumen blok yang sudah dibebaskan" + +#: lib/malloc/malloc.c:877 +msgid "free: called with unallocated block argument" +msgstr "free: dipanggil dengan argumen blok yang tidak dialokasikan" + +#: lib/malloc/malloc.c:896 +msgid "free: underflow detected; mh_nbytes out of range" +msgstr "free: underflow terdeteksi; mh_nbytes diluar dari jangkauan" + +#: lib/malloc/malloc.c:902 +msgid "free: start and end chunk sizes differ" +msgstr "free: awal dan akhir dari ukuran potongan berbeda" + +#: lib/malloc/malloc.c:1001 +msgid "realloc: called with unallocated block argument" +msgstr "realloc: dipanggil dengan argumen blok yang tidak teralokasikan" + +#: lib/malloc/malloc.c:1016 +msgid "realloc: underflow detected; mh_nbytes out of range" +msgstr "realloc: underflow terdeteksi; my_nbytes diluar dari jangkauan" + +#: lib/malloc/malloc.c:1022 +msgid "realloc: start and end chunk sizes differ" +msgstr "realloc: awal dan akhir dari ukuran potongan berbeda" + +#: lib/malloc/table.c:177 +#, c-format +msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" +msgstr "register_alloc: tabel alokasi penuh dengan FIND_ALLOC?\n" -#: lib/malloc/watch.c:56 +#: lib/malloc/table.c:184 #, c-format -msgid "malloc: watch alert: %p %s " +msgid "register_alloc: %p already in table as allocated?\n" msgstr "" +"register_alloc: %p sudah berada dalam tabel sepertinya sudah dialokasikan?\n" + +#: lib/malloc/table.c:220 +#, c-format +msgid "register_free: %p already in table as free?\n" +msgstr "register_free: %p sudah berada dalam tabel sebagai bebas?\n" #: lib/sh/fmtulong.c:101 msgid "invalid base" -msgstr "" +msgstr "basis tidak valid" #: lib/sh/netopen.c:168 #, c-format msgid "%s: host unknown" -msgstr "" +msgstr "%s: host tidak diketahui" #: lib/sh/netopen.c:175 #, c-format msgid "%s: invalid service" -msgstr "" +msgstr "%s: layanan tidak valid" #: lib/sh/netopen.c:306 #, c-format msgid "%s: bad network path specification" -msgstr "" +msgstr "%s: spesifikasi jalur network buruk" #: lib/sh/netopen.c:346 msgid "network operations not supported" -msgstr "" +msgstr "operasi jaringan tidak dilayani" -#: mailcheck.c:386 +#: mailcheck.c:433 msgid "You have mail in $_" -msgstr "" +msgstr "Anda memiliki surat dalam $_" -#: mailcheck.c:411 +#: mailcheck.c:458 msgid "You have new mail in $_" -msgstr "" +msgstr "Anda memiliki surat baru dalam $_" -#: mailcheck.c:427 +#: mailcheck.c:474 #, c-format msgid "The mail in %s has been read\n" -msgstr "" +msgstr "Surat dalam %s telah dibaca\n" #: make_cmd.c:322 msgid "syntax error: arithmetic expression required" -msgstr "" +msgstr "syntax error: membutuhkan ekspresi arithmetic" #: make_cmd.c:324 msgid "syntax error: `;' unexpected" -msgstr "" +msgstr "syntax error: `;' tidak terduga" #: make_cmd.c:325 #, c-format msgid "syntax error: `((%s))'" -msgstr "" +msgstr "syntax error: `((%s))'" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" +msgstr "make_here_document: tipe instruksi buruk %d" + +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" msgstr "" -#: make_cmd.c:741 +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" -msgstr "" +msgstr "make_redirection: instruksi redireksi `%d' diluar dari jangkauan" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" -msgstr "" +msgstr "EOF tidak terduga ketika mencari untuk pencocokan `%c'" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" -msgstr "" +msgstr "EOF tidak terduga ketika mencari untuk `]]'" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" -msgstr "" +msgstr "syntax error dalam ekspresi kondisional: tanda `%s' tidak terduga" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" -msgstr "" +msgstr "syntax error dalam ekspresi kondisional" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" -msgstr "" +msgstr "tanda `%s' tidak terduga, diduga `)'" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" -msgstr "" +msgstr "diduga `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" -msgstr "" +msgstr "argumen tidak terduga `%s' ke operator kondisional unary" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" -msgstr "" +msgstr "argumen tidak terduga untuk operasi unary kondisional" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" -msgstr "" +msgstr "tanda `%s' tidak terduga, operator binary kondisional diduga" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" -msgstr "" +msgstr "operator binary kondisional diduga" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" -msgstr "" +msgstr "argumen `%s' tidak terduga ke operator binary kondisional" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" -msgstr "" +msgstr "argumen tidak terduga ke operasi binary kondisional" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" -msgstr "" +msgstr "tanda `%c' tidak terduga dalam perintah kondisional" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" -msgstr "" +msgstr "tanda `%s' tidak terduga dalam perintah kondisional" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" -msgstr "" +msgstr "tanda %d tidak terduga dalam perintah kondisional" -#: parse.y:4523 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" -msgstr "" +msgstr "syntax error didekat tanda `%s' yang tidak terduga" -#: parse.y:4541 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" -msgstr "" +msgstr "syntax error didekat `%s'" -#: parse.y:4551 +#: parse.y:5209 msgid "syntax error: unexpected end of file" -msgstr "" +msgstr "syntax error: tidak terduga diakhir dari berkas" -#: parse.y:4551 +#: parse.y:5209 msgid "syntax error" -msgstr "" +msgstr "syntax error" -#: parse.y:4613 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" -msgstr "" +msgstr "Gunakan \"%s\" untuk meninggalkan shell.\n" -#: parse.y:4775 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" -msgstr "" +msgstr "EOF tidak terduga ketika mencari untuk pencocokan ')'" -#: pcomplete.c:1002 +#: pcomplete.c:1016 #, c-format msgid "completion: function `%s' not found" -msgstr "" +msgstr "completion: fungsi `%s' tidak ditemukan" #: pcomplib.c:179 #, c-format msgid "progcomp_insert: %s: NULL COMPSPEC" -msgstr "" +msgstr "progcomp_insert: %s: NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" -msgstr "" +msgstr "print_command: konektor buruk `%d'" -#: print_cmd.c:1236 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" -msgstr "" +msgstr "cprintf: '%c': format karakter tidak valid" -#: redir.c:99 +#: redir.c:104 msgid "file descriptor out of range" -msgstr "" +msgstr "berkas deskripsi diluar dari jangkauan" -#: redir.c:141 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" -msgstr "" +msgstr "%s: redirect ambigu" -#: redir.c:145 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" -msgstr "" +msgstr "%s: tidak dapat menulis berkas yang sudah ada" -#: redir.c:150 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" -msgstr "" +msgstr "%s: restricted: tidak dapat meredirect keluaran" -#: redir.c:155 -#, c-format -msgid "cannot create temp file for here document: %s" -msgstr "" +#: redir.c:160 +#, fuzzy, c-format +msgid "cannot create temp file for here-document: %s" +msgstr "tidak dapat membuat berkas temp untuk dokumen disini: %s" -#: redir.c:509 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" -msgstr "" +msgstr "/dev/(tcp|udp)/host/port tidak dilayani tanpa jaringan" -#: redir.c:965 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" -msgstr "" +msgstr "redirection error: tidak dapat menduplikasi fd" -#: shell.c:309 +#: shell.c:328 msgid "could not find /tmp, please create!" -msgstr "" +msgstr "tidak dapat menemukan /tmp, tolong buat!" -#: shell.c:313 +#: shell.c:332 msgid "/tmp must be a valid directory name" -msgstr "" +msgstr "/tmp harus berupa sebuah nama direktori yang valid" -#: shell.c:850 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" -msgstr "" +msgstr "%c%c: opsi tidak valid" -#: shell.c:1600 +#: shell.c:1637 msgid "I have no name!" +msgstr "Aku tidak memiliki nama!" + +#: shell.c:1777 +#, c-format +msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1735 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" "\t%s [GNU long option] [option] script-file ...\n" msgstr "" +"Penggunaan:\t%s [GNU opsi panjang] [opsi] ...\n" +"\t%s [GNU opsi panjang] [opsi] berkas-script ...\n" -#: shell.c:1737 +#: shell.c:1780 msgid "GNU long options:\n" -msgstr "" +msgstr "GNU opsi panjang:\n" -#: shell.c:1741 +#: shell.c:1784 msgid "Shell options:\n" -msgstr "" +msgstr "Opsi shell:\n" -#: shell.c:1742 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" -msgstr "" +msgstr "\t-irsD atau -c perintah atau -O shopt_option\t\t(hanya pemanggilan)\n" -#: shell.c:1757 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" -msgstr "" +msgstr "\t-%s atau opsi -o\n" -#: shell.c:1763 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" +"Ketik `%s -c \"help set\"' untuk informasi lebih lanjut mengenai opsi " +"shell.\n" -#: shell.c:1764 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" +"Ketik `%s -c help' untuk informasi lebih lanjut mengenai perintah builting " +"shell.\n" -#: shell.c:1765 +#: shell.c:1808 +#, c-format msgid "Use the `bashbug' command to report bugs.\n" -msgstr "" +msgstr "Gunakan perintah 'bashbug' untuk melaporkan bugs.\n" -#: sig.c:557 +#: sig.c:576 #, c-format msgid "sigprocmask: %d: invalid operation" +msgstr "sigprocmask: %d: operasi tidak valid" + +#: siglist.c:47 +msgid "Bogus signal" msgstr "" -#: subst.c:1160 +#: siglist.c:50 +msgid "Hangup" +msgstr "" + +#: siglist.c:54 +msgid "Interrupt" +msgstr "" + +#: siglist.c:58 +msgid "Quit" +msgstr "" + +#: siglist.c:62 +msgid "Illegal instruction" +msgstr "" + +#: siglist.c:66 +msgid "BPT trace/trap" +msgstr "" + +#: siglist.c:74 +msgid "ABORT instruction" +msgstr "" + +#: siglist.c:78 +msgid "EMT instruction" +msgstr "" + +#: siglist.c:82 +msgid "Floating point exception" +msgstr "" + +#: siglist.c:86 +msgid "Killed" +msgstr "" + +#: siglist.c:90 +#, fuzzy +msgid "Bus error" +msgstr "syntax error" + +#: siglist.c:94 +msgid "Segmentation fault" +msgstr "" + +#: siglist.c:98 +msgid "Bad system call" +msgstr "" + +#: siglist.c:102 +msgid "Broken pipe" +msgstr "" + +#: siglist.c:106 +msgid "Alarm clock" +msgstr "" + +#: siglist.c:110 +#, fuzzy +msgid "Terminated" +msgstr "terbatas" + +#: siglist.c:114 +msgid "Urgent IO condition" +msgstr "" + +#: siglist.c:118 +msgid "Stopped (signal)" +msgstr "" + +#: siglist.c:126 +msgid "Continue" +msgstr "" + +#: siglist.c:134 +msgid "Child death or stop" +msgstr "" + +#: siglist.c:138 +msgid "Stopped (tty input)" +msgstr "" + +#: siglist.c:142 +msgid "Stopped (tty output)" +msgstr "" + +#: siglist.c:146 +msgid "I/O ready" +msgstr "" + +#: siglist.c:150 +msgid "CPU limit" +msgstr "" + +#: siglist.c:154 +msgid "File limit" +msgstr "" + +#: siglist.c:158 +msgid "Alarm (virtual)" +msgstr "" + +#: siglist.c:162 +msgid "Alarm (profile)" +msgstr "" + +#: siglist.c:166 +msgid "Window changed" +msgstr "" + +#: siglist.c:170 +msgid "Record lock" +msgstr "" + +#: siglist.c:174 +msgid "User signal 1" +msgstr "" + +#: siglist.c:178 +msgid "User signal 2" +msgstr "" + +#: siglist.c:182 +msgid "HFT input data pending" +msgstr "" + +#: siglist.c:186 +msgid "power failure imminent" +msgstr "" + +#: siglist.c:190 +msgid "system crash imminent" +msgstr "" + +#: siglist.c:194 +msgid "migrate process to another CPU" +msgstr "" + +#: siglist.c:198 +msgid "programming error" +msgstr "" + +#: siglist.c:202 +msgid "HFT monitor mode granted" +msgstr "" + +#: siglist.c:206 +msgid "HFT monitor mode retracted" +msgstr "" + +#: siglist.c:210 +msgid "HFT sound sequence has completed" +msgstr "" + +#: siglist.c:214 +msgid "Information request" +msgstr "" + +#: siglist.c:222 +msgid "Unknown Signal #" +msgstr "" + +#: siglist.c:224 #, c-format -msgid "bad substitution: no closing `%s' in %s" +msgid "Unknown Signal #%d" msgstr "" -#: subst.c:2328 +#: subst.c:1177 subst.c:1298 +#, c-format +msgid "bad substitution: no closing `%s' in %s" +msgstr "substitusi buruk: tidak ada penutupan `%s' dalam %s" + +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" -msgstr "" +msgstr "%s: tidak dapat meng-assign daftar kedalam anggoya array" -#: subst.c:4265 subst.c:4281 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" -msgstr "" +msgstr "tidak dapat membuat pipe untuk proses substitusi" -#: subst.c:4312 +#: subst.c:4496 msgid "cannot make child for process substitution" -msgstr "" +msgstr "tidak dapat membuat anak untuk proses substitusi" -#: subst.c:4357 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" -msgstr "" +msgstr "tidak dapat membuka named pipe %s untuk membaca" -#: subst.c:4359 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" -msgstr "" - -#: subst.c:4367 -#, c-format -msgid "cannout reset nodelay mode for fd %d" -msgstr "" +msgstr "tidak dapat membukan named pipe %s untuk menulis" -#: subst.c:4377 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" -msgstr "" +msgstr "tidak dapat menduplikasi nama pipe %s sebagai fd %d" -#: subst.c:4552 +#: subst.c:4757 msgid "cannot make pipe for command substitution" -msgstr "" +msgstr "tidak dapat membuat pipe untuk perintah substitusi" -#: subst.c:4588 +#: subst.c:4791 msgid "cannot make child for command substitution" -msgstr "" +msgstr "tidak dapat membuat anak untuk perintah substitusi" -#: subst.c:4605 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" -msgstr "" +msgstr "command_substitute: tidak dapat menduplikasikan pipe sebagi fd 1" -#: subst.c:5068 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" -msgstr "" +msgstr "%s: parameter kosong atau tidak diset" -#: subst.c:5342 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" -msgstr "" +msgstr "%s: substring expresi < 0" -#: subst.c:6179 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" -msgstr "" +msgstr "%s: substitusi buruk" -#: subst.c:6255 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" -msgstr "" +msgstr "$%s: tidak dapat meng-assign dengan cara ini" -#: subst.c:7826 +#: subst.c:7440 +#, fuzzy, c-format +msgid "bad substitution: no closing \"`\" in %s" +msgstr "substitusi buruk: tidak ada penutupan `%s' dalam %s" + +#: subst.c:8313 #, c-format msgid "no match: %s" -msgstr "" +msgstr "tidak cocok: %s" #: test.c:145 msgid "argument expected" -msgstr "" +msgstr "argumen diharapkan" #: test.c:154 #, c-format msgid "%s: integer expression expected" -msgstr "" +msgstr "%s: expresi integer diduga" #: test.c:262 msgid "`)' expected" -msgstr "" +msgstr "')' diduga" #: test.c:264 #, c-format msgid "`)' expected, found %s" -msgstr "" +msgstr "`)' diduga, ditemukan %s" #: test.c:279 test.c:688 test.c:691 #, c-format msgid "%s: unary operator expected" -msgstr "" +msgstr "%s: operator unary diduga" #: test.c:444 test.c:731 #, c-format msgid "%s: binary operator expected" -msgstr "" +msgstr "%s: operator binary diduga" #: test.c:806 msgid "missing `]'" -msgstr "" +msgstr "hilang `]'" #: trap.c:200 msgid "invalid signal number" -msgstr "" +msgstr "nomor sinyal tidak valid" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" -msgstr "" +msgstr "run_pending_traps: nilai buruk dalam trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format -msgid "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" +msgid "" +"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" +"run_pending_traps: sinyal handler adalah SIG_DFL, mengirimkan kembali %d (%" +"s) kediri sendiri" -#: trap.c:355 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" -msgstr "" +msgstr "trap_handler: sinyal buruk %d" -#: variables.c:334 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" -msgstr "" +msgstr "error mengimpor definisi fungsi untuk `%s'" -#: variables.c:711 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" -msgstr "" +msgstr "level shell (%d) terlalu tinggi, mereset ke 1" -#: variables.c:1670 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" -msgstr "" +msgstr "make_local_variable: tidak ada context fungsi di scope ini" -#: variables.c:2813 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" -msgstr "" +msgstr "all_local_variables: tidak ada context fungsi dalam scope ini" -#: variables.c:3030 variables.c:3039 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" -msgstr "" +msgstr "karakter %d tidak valid dalam exporstr untuk %s" -#: variables.c:3045 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" -msgstr "" +msgstr "bukan `=' dalam exportstr untuk %s" -#: variables.c:3472 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" +"pop_var_context: kepala dari shell_variables bukan sebuah fungsi cbntext" -#: variables.c:3485 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" -msgstr "" +msgstr "pop_var_context: bukan global_variable context" -#: variables.c:3557 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" +"pop_scope: kepala dari shell_variables bukan sebuah scope lingkungan " +"sementara" -#: version.c:82 -msgid "Copyright (C) 2006 Free Software Foundation, Inc.\n" +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Hak Cipta (C) 2006 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" msgstr "" -#: xmalloc.c:93 +#: version.c:86 #, c-format -msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" +msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:95 +#: version.c:91 #, c-format -msgid "xmalloc: cannot allocate %lu bytes" +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" msgstr "" -#: xmalloc.c:115 +#: xmalloc.c:92 +#, c-format +msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" +msgstr "xmalloc: tidak dapat mengalokasikan %lu bytes (%lu bytes teralokasi)" + +#: xmalloc.c:94 +#, c-format +msgid "xmalloc: cannot allocate %lu bytes" +msgstr "xmalloc: tidak dapat mengalokasikan %lu bytes" + +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" +"xrealloc: tidak dapat menrealokasikan %lu bytes (%lu bytes teralokasikan)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" -msgstr "" +msgstr "xrealloc: tidak dapat mengalokasikan %lu bytes" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" +"xmalloc: %s:%d: tidak dapat mengalokasikan %lu bytes (%lu bytes teralokasi)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" -msgstr "" +msgstr "xmalloc: %s: %d: tidak dapat teralokasi %lu bytes" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" +"xrealloc: %s: %d: tidak dapat melakukan reallokasi %lu bytes (%lu bytes " +"teralokasi)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" +msgstr "xrealloc: %s:%d: tidak dapat mengalokasikan %lu bytes" + +#: builtins.c:43 +msgid "alias [-p] [name[=value] ... ]" msgstr "" -#: builtins.c:244 +#: builtins.c:47 +msgid "unalias [-a] name [name ...]" +msgstr "" + +#: builtins.c:51 msgid "" -"`alias' with no arguments or with the -p option prints the list\n" -" of aliases in the form alias NAME=VALUE on standard output.\n" -" Otherwise, an alias is defined for each NAME whose VALUE is given.\n" -" A trailing space in VALUE causes the next word to be checked for\n" -" alias substitution when the alias is expanded. Alias returns\n" -" true unless a NAME is given for which no alias has been defined." +"bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-" +"x keyseq:shell-command] [keyseq:readline-function or readline-command]" +msgstr "" + +#: builtins.c:54 +msgid "break [n]" +msgstr "" + +#: builtins.c:56 +msgid "continue [n]" +msgstr "" + +#: builtins.c:58 +msgid "builtin [shell-builtin [arg ...]]" +msgstr "" + +#: builtins.c:61 +msgid "caller [expr]" +msgstr "" + +#: builtins.c:64 +msgid "cd [-L|-P] [dir]" +msgstr "" + +#: builtins.c:66 +msgid "pwd [-LP]" +msgstr "" + +#: builtins.c:68 +msgid ":" +msgstr "" + +#: builtins.c:70 +msgid "true" +msgstr "" + +#: builtins.c:72 +msgid "false" +msgstr "" + +#: builtins.c:74 +msgid "command [-pVv] command [arg ...]" msgstr "" -#: builtins.c:257 +#: builtins.c:76 +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" +msgstr "" + +#: builtins.c:78 +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." +msgstr "" + +#: builtins.c:80 +msgid "local [option] name[=value] ..." +msgstr "" + +#: builtins.c:83 +msgid "echo [-neE] [arg ...]" +msgstr "" + +#: builtins.c:87 +msgid "echo [-n] [arg ...]" +msgstr "" + +#: builtins.c:90 +msgid "enable [-a] [-dnps] [-f filename] [name ...]" +msgstr "" + +#: builtins.c:92 +msgid "eval [arg ...]" +msgstr "" + +#: builtins.c:94 +msgid "getopts optstring name [arg]" +msgstr "" + +#: builtins.c:96 +msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]" +msgstr "" + +#: builtins.c:98 +msgid "exit [n]" +msgstr "" + +#: builtins.c:100 +msgid "logout [n]" +msgstr "" + +#: builtins.c:103 +msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]" +msgstr "" + +#: builtins.c:107 +msgid "fg [job_spec]" +msgstr "" + +#: builtins.c:111 +msgid "bg [job_spec ...]" +msgstr "" + +#: builtins.c:114 +msgid "hash [-lr] [-p pathname] [-dt] [name ...]" +msgstr "" + +#: builtins.c:117 +msgid "help [-ds] [pattern ...]" +msgstr "" + +#: builtins.c:121 msgid "" -"Remove NAMEs from the list of defined aliases. If the -a option is given,\n" -" then remove all alias definitions." +"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg " +"[arg...]" msgstr "" -#: builtins.c:266 +#: builtins.c:125 +msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]" +msgstr "" + +#: builtins.c:129 +msgid "disown [-h] [-ar] [jobspec ...]" +msgstr "" + +#: builtins.c:132 msgid "" -"Bind a key sequence to a Readline function or a macro, or set\n" -" a Readline variable. The non-option argument syntax is equivalent\n" -" to that found in ~/.inputrc, but must be passed as a single argument:\n" -" bind '\"\\C-x\\C-r\": re-read-init-file'.\n" -" bind accepts the following options:\n" -" -m keymap Use `keymap' as the keymap for the duration of this\n" +"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l " +"[sigspec]" +msgstr "" + +#: builtins.c:134 +msgid "let arg [arg ...]" +msgstr "" + +#: builtins.c:136 +msgid "" +"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-p prompt] [-t " +"timeout] [-u fd] [name ...]" +msgstr "" + +#: builtins.c:138 +msgid "return [n]" +msgstr "" + +#: builtins.c:140 +msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]" +msgstr "" + +#: builtins.c:142 +msgid "unset [-f] [-v] [name ...]" +msgstr "" + +#: builtins.c:144 +msgid "export [-fn] [name[=value] ...] or export -p" +msgstr "" + +#: builtins.c:146 +msgid "readonly [-af] [name[=value] ...] or readonly -p" +msgstr "" + +#: builtins.c:148 +#, fuzzy +msgid "shift [n]" +msgstr "shift terhitung" + +#: builtins.c:150 +#, fuzzy +msgid "source filename [arguments]" +msgstr "argumen nama file dibutuhkan" + +#: builtins.c:152 +#, fuzzy +msgid ". filename [arguments]" +msgstr "argumen nama file dibutuhkan" + +#: builtins.c:155 +msgid "suspend [-f]" +msgstr "" + +#: builtins.c:158 +msgid "test [expr]" +msgstr "" + +#: builtins.c:160 +msgid "[ arg... ]" +msgstr "" + +#: builtins.c:162 +msgid "times" +msgstr "" + +#: builtins.c:164 +msgid "trap [-lp] [[arg] signal_spec ...]" +msgstr "" + +#: builtins.c:166 +msgid "type [-afptP] name [name ...]" +msgstr "" + +#: builtins.c:169 +msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]" +msgstr "" + +#: builtins.c:172 +msgid "umask [-p] [-S] [mode]" +msgstr "" + +#: builtins.c:175 +msgid "wait [id]" +msgstr "" + +#: builtins.c:179 +msgid "wait [pid]" +msgstr "" + +#: builtins.c:182 +msgid "for NAME [in WORDS ... ] ; do COMMANDS; done" +msgstr "" + +#: builtins.c:184 +msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done" +msgstr "" + +#: builtins.c:186 +msgid "select NAME [in WORDS ... ;] do COMMANDS; done" +msgstr "" + +#: builtins.c:188 +msgid "time [-p] pipeline" +msgstr "" + +#: builtins.c:190 +msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac" +msgstr "" + +#: builtins.c:192 +msgid "" +"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else " +"COMMANDS; ] fi" +msgstr "" + +#: builtins.c:194 +msgid "while COMMANDS; do COMMANDS; done" +msgstr "" + +#: builtins.c:196 +msgid "until COMMANDS; do COMMANDS; done" +msgstr "" + +#: builtins.c:198 +msgid "function name { COMMANDS ; } or name () { COMMANDS ; }" +msgstr "" + +#: builtins.c:200 +msgid "{ COMMANDS ; }" +msgstr "" + +#: builtins.c:202 +msgid "job_spec [&]" +msgstr "" + +#: builtins.c:204 +#, fuzzy +msgid "(( expression ))" +msgstr "diduga sebuah ekspresi" + +#: builtins.c:206 +#, fuzzy +msgid "[[ expression ]]" +msgstr "diduga sebuah ekspresi" + +#: builtins.c:208 +msgid "variables - Names and meanings of some shell variables" +msgstr "" + +#: builtins.c:211 +msgid "pushd [-n] [+N | -N | dir]" +msgstr "" + +#: builtins.c:215 +msgid "popd [-n] [+N | -N]" +msgstr "" + +#: builtins.c:219 +msgid "dirs [-clpv] [+N] [-N]" +msgstr "" + +#: builtins.c:222 +msgid "shopt [-pqsu] [-o] [optname ...]" +msgstr "" + +#: builtins.c:224 +msgid "printf [-v var] format [arguments]" +msgstr "" + +#: builtins.c:227 +msgid "" +"complete [-abcdefgjksuv] [-pr] [-o option] [-A action] [-G globpat] [-W " +"wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] " +"[name ...]" +msgstr "" + +#: builtins.c:231 +msgid "" +"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] " +"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]" +msgstr "" + +#: builtins.c:235 +msgid "compopt [-o|+o option] [name ...]" +msgstr "" + +#: builtins.c:238 +msgid "" +"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c " +"quantum] [array]" +msgstr "" + +#: builtins.c:250 +#, fuzzy +msgid "" +"Define or display aliases.\n" +" \n" +" Without arguments, `alias' prints the list of aliases in the reusable\n" +" form `alias NAME=VALUE' on standard output.\n" +" \n" +" Otherwise, an alias is defined for each NAME whose VALUE is given.\n" +" A trailing space in VALUE causes the next word to be checked for\n" +" alias substitution when the alias is expanded.\n" +" \n" +" Options:\n" +" -p\tPrint all defined aliases in a reusable format\n" +" \n" +" Exit Status:\n" +" alias returns true unless a NAME is supplied for which no alias has " +"been\n" +" defined." +msgstr "" +"`alias' dengan tanpa argumen atau dengan opsi -p menampilkan daftar\n" +" dari aliases dalam bentuk alias NAMA=NILAI di keluaran standar.\n" +" Jika tidak, sebuah alias didefinisikan untuk setiap NAMA yang NILAI-nya " +"diberikan.\n" +" sebuah tambahan spasi dalam NILAI menyebabkan kata selanjutnyan untuk " +"diperikasi untuk\n" +" pengganti alias ketika alias diexpand. Alias mengembalikan\n" +" true sampai sebuah NAMA diberikan yang mana belum ada alias yang " +"terdefinisi." + +#: builtins.c:272 +#, fuzzy +msgid "" +"Remove each NAME from the list of defined aliases.\n" +" \n" +" Options:\n" +" -a\tremove all alias definitions.\n" +" \n" +" Return success unless a NAME is not an existing alias." +msgstr "" +"Hapus NAMA dari daftar yang mendefinisikan aliases. Jikan opsi -a " +"diberikan,\n" +" maka hapus semua definisi alias." + +#: builtins.c:285 +#, fuzzy +msgid "" +"Set Readline key bindings and variables.\n" +" \n" +" Bind a key sequence to a Readline function or a macro, or set a\n" +" Readline variable. The non-option argument syntax is equivalent to\n" +" that found in ~/.inputrc, but must be passed as a single argument:\n" +" e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n" +" \n" +" Options:\n" +" -m keymap Use KEYMAP as the keymap for the duration of this\n" " command. Acceptable keymap names are emacs,\n" -" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,\n" +" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-" +"move,\n" " vi-command, and vi-insert.\n" " -l List names of functions.\n" " -P List function names and bindings.\n" " -p List functions and bindings in a form that can be\n" " reused as input.\n" -" -r keyseq Remove the binding for KEYSEQ.\n" -" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n" -" \t\t\t\tKEYSEQ is entered.\n" -" -f filename Read key bindings from FILENAME.\n" -" -q function-name Query about which keys invoke the named function.\n" -" -u function-name Unbind all keys which are bound to the named function.\n" +" -S List key sequences that invoke macros and their " +"values\n" +" -s List key sequences that invoke macros and their " +"values\n" +" in a form that can be reused as input.\n" " -V List variable names and values\n" " -v List variable names and values in a form that can\n" " be reused as input.\n" -" -S List key sequences that invoke macros and their values\n" -" -s List key sequences that invoke macros and their values\n" -" in a form that can be reused as input." +" -q function-name Query about which keys invoke the named function.\n" +" -u function-name Unbind all keys which are bound to the named " +"function.\n" +" -r keyseq Remove the binding for KEYSEQ.\n" +" -f filename Read key bindings from FILENAME.\n" +" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n" +" \t\t\t\tKEYSEQ is entered.\n" +" \n" +" Exit Status:\n" +" bind returns 0 unless an unrecognized option is given or an error occurs." +msgstr "" +"Ikat sebuah urutan kunci ke fungsi readline atau sebuah macro, atau set\n" +" sebuah variabel readline. Argumen bukan-opsi syntax yang equivalent\n" +" yang ditemukan dalam ~/.inputrc, tetapu harus dilewatkan sebagai " +"sebuah argumen tunggal:\n" +" yang terikat '\"\\C-x\\C-r\": membaca kembali berkas inisialisasi.\n" +" bind menerima opsi berikut ini:\n" +" -m keymap Gunakan `keymap' sebagai keymap untuk durasi dari " +"perintah\n" +" ini. Nama keymap yang diterima adalah emacs,\n" +" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-" +"move,\n" +" vi-command, dan vi-insert.\n" +" -l Daftar dari nama fungsi.\n" +" -P Daftar dari nama fungsi dan bindings.\n" +" -p Daftar dari fungsi dan bindings dalam bentuk yang " +"dapat digunakan sebagai\n" +" masukan.\n" +" -r keyseq Hapus binding untuk KEYSEQ.\n" +" -x keyseq:shell-command\tMenyebabkan SHELL-COMMAND untuk dijalankan " +"ketika\n" +" \t\t\t\tKEYSEQ dimasuki.\n" +" -f namafile Baca kunci bindings dari NAMAFILE.\n" +" -q nama-fungsi Minta tentang kunci mana yang dipanggil oleh fungsi " +"yang disebut.\n" +" -u nama-fungsi Unbind semua kunci yang terikat dengan nama-" +"fungsi.\n" +" -V Daftar nama variabel dan nilai\n" +" -v Daftar nama variabel dan nilai dalam bentuk yang " +"dapat digunakan\n" +" sebagai masukan.\n" +" -S Daftar urutan kunci yang memanggil macros " +"dannilainya\n" +" -s Daftar urutan kunci yang memanggil macros " +"dannilainya\n" +" dalam sebuah bentuk yang dapat digunakan sebagai " +"sebuah masukan." + +#: builtins.c:322 +msgid "" +"Exit for, while, or until loops.\n" +" \n" +" Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n" +" loops.\n" +" \n" +" Exit Status:\n" +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" -#: builtins.c:297 +#: builtins.c:334 +#, fuzzy msgid "" -"Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n" -" break N levels." +"Resume for, while, or until loops.\n" +" \n" +" Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n" +" If N is specified, resumes the Nth enclosing loop.\n" +" \n" +" Exit Status:\n" +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Melanjutkan ke iterasi selanjutnya dari loop yang dilingkupi oleh FOR, " +"WHILE, atau UNTIL.\n" +" Jika N dispesifikasikan, melanjutkan di posisi ke N dari loop yang " +"dilingkupi." -#: builtins.c:304 +#: builtins.c:346 msgid "" -"Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n" -" If N is specified, resume at the N-th enclosing loop." +"Execute shell builtins.\n" +" \n" +" Execute SHELL-BUILTIN with arguments ARGs without performing command\n" +" lookup. This is useful when you wish to reimplement a shell builtin\n" +" as a shell function, but need to execute the builtin within the " +"function.\n" +" \n" +" Exit Status:\n" +" Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n" +" not a shell builtin.." msgstr "" -#: builtins.c:311 +#: builtins.c:361 +#, fuzzy +msgid "" +"Return the context of the current subroutine call.\n" +" \n" +" Without EXPR, returns \"$line $filename\". With EXPR, returns\n" +" \"$line $subroutine $filename\"; this extra information can be used to\n" +" provide a stack trace.\n" +" \n" +" The value of EXPR indicates how many call frames to go back before the\n" +" current one; the top frame is frame 0.\n" +" \n" +" Exit Status:\n" +" Returns 0 unless the shell is not executing a shell function or EXPR\n" +" is invalid." +msgstr "" +"Mengembalikan context dari panggilan subroutine saat ini.\n" +" \n" +" Tanpa EXPR, mengembalikan \"$line $filename\". Dengan EXPR,\n" +" mengembalikan \"$line $subroutine $filename\"; informasi extra ini\n" +" dapat digunakan untuk menyediakan jejak stack.\n" +" \n" +" Nilai dari EXPR mengindikasikan bagaimana banyak panggilan frames " +"kembali sebelum\n" +" yang ada; Top frame adalah frame 0." + +#: builtins.c:379 +#, fuzzy +msgid "" +"Change the shell working directory.\n" +" \n" +" Change the current directory to DIR. The default DIR is the value of " +"the\n" +" HOME shell variable.\n" +" \n" +" The variable CDPATH defines the search path for the directory " +"containing\n" +" DIR. Alternative directory names in CDPATH are separated by a colon " +"(:).\n" +" A null directory name is the same as the current directory. If DIR " +"begins\n" +" with a slash (/), then CDPATH is not used.\n" +" \n" +" If the directory is not found, and the shell option `cdable_vars' is " +"set,\n" +" the word is assumed to be a variable name. If that variable has a " +"value,\n" +" its value is used for DIR.\n" +" \n" +" Options:\n" +" -L\tforce symbolic links to be followed\n" +" -P\tuse the physical directory structure without following symbolic\n" +" \tlinks\n" +" \n" +" The default is to follow symbolic links, as if `-L' were specified.\n" +" \n" +" Exit Status:\n" +" Returns 0 if the directory is changed; non-zero otherwise." +msgstr "" +"Pindah direktori saat ini ke DIR. Variabel $HOME adalah\n" +" default DIR. Variabel CDPATH mendefinisikan jalur pencarian untuk\n" +" direktori yang berisi DIR. Alternatif nama direktori dalam CDPATH\n" +" dipisahkan oleh sebuah colon (:). Sebuah nama direktori kosong adalah " +"sama dengan\n" +" direktori saat ini. i.e. `.'. Jika DIR dimulai dengan sebuah slash (/),\n" +" maka CDPATH tidak digunakan. Jika direktori tidak ditemukan, dan\n" +" opsi shell cdable_vars' diset, maka coba kata sebagai sebuah nama\n" +" variabel. Jika variabel itu memiliki sebuah nilai, maka cd ke nilai dari " +"variabel\n" +" itu. Opsi -P mengatakan untuk menggunakan struktur physical direktori\n" +" daripada symbolic links. Opsi -L memaksa symbolic links\n" +" untuk diikuti." + +#: builtins.c:407 msgid "" -"Run a shell builtin. This is useful when you wish to rename a\n" -" shell builtin to be a function, but need the functionality of the\n" -" builtin within the function itself." +"Print the name of the current working directory.\n" +" \n" +" Options:\n" +" -L\tprint the value of $PWD if it names the current working\n" +" \tdirectory\n" +" -P\tprint the physical directory, without any symbolic links\n" +" \n" +" By default, `pwd' behaves as if `-L' were specified.\n" +" \n" +" Exit Status:\n" +" Returns 0 unless an invalid option is given or the current directory\n" +" cannot be read." msgstr "" -#: builtins.c:320 +#: builtins.c:424 +#, fuzzy msgid "" -"Returns the context of the current subroutine call.\n" +"Null command.\n" " \n" -" Without EXPR, returns \"$line $filename\". With EXPR,\n" -" returns \"$line $subroutine $filename\"; this extra information\n" -" can be used to provide a stack trace.\n" +" No effect; the command does nothing.\n" " \n" -" The value of EXPR indicates how many call frames to go back before the\n" -" current one; the top frame is frame 0." +" Exit Status:\n" +" Always succeeds." msgstr "" +"Tidak ada efek; perintah tidak melakukan apa-apa. Sebuah kode keluaran nol " +"dikembalikan." -#: builtins.c:334 +#: builtins.c:435 msgid "" -"Change the current directory to DIR. The variable $HOME is the\n" -" default DIR. The variable CDPATH defines the search path for\n" -" the directory containing DIR. Alternative directory names in CDPATH\n" -" are separated by a colon (:). A null directory name is the same as\n" -" the current directory, i.e. `.'. If DIR begins with a slash (/),\n" -" then CDPATH is not used. If the directory is not found, and the\n" -" shell option `cdable_vars' is set, then try the word as a variable\n" -" name. If that variable has a value, then cd to the value of that\n" -" variable. The -P option says to use the physical directory structure\n" -" instead of following symbolic links; the -L option forces symbolic links\n" -" to be followed." +"Return a successful result.\n" +" \n" +" Exit Status:\n" +" Always succeeds." msgstr "" -#: builtins.c:350 +#: builtins.c:444 +#, fuzzy msgid "" -"Print the current working directory. With the -P option, pwd prints\n" -" the physical directory, without any symbolic links; the -L option\n" -" makes pwd follow symbolic links." -msgstr "" - -#: builtins.c:358 -msgid "No effect; the command does nothing. A zero exit code is returned." -msgstr "" - -#: builtins.c:364 -msgid "Return a successful result." -msgstr "" - -#: builtins.c:370 -msgid "Return an unsuccessful result." -msgstr "" +"Return an unsuccessful result.\n" +" \n" +" Exit Status:\n" +" Always fails." +msgstr "Mengembalikan sebuah kembaliah yang tidak sukses." -#: builtins.c:376 +#: builtins.c:453 msgid "" -"Runs COMMAND with ARGS ignoring shell functions. If you have a shell\n" -" function called `ls', and you wish to call the command `ls', you can\n" -" say \"command ls\". If the -p option is given, a default value is used\n" -" for PATH that is guaranteed to find all of the standard utilities. If\n" -" the -V or -v option is given, a string is printed describing COMMAND.\n" -" The -V option produces a more verbose description." +"Execute a simple command or display information about commands.\n" +" \n" +" Runs COMMAND with ARGS suppressing shell function lookup, or display\n" +" information about the specified COMMANDs. Can be used to invoke " +"commands\n" +" on disk when a function with the same name exists.\n" +" \n" +" Options:\n" +" -p\tuse a default value for PATH that is guaranteed to find all of\n" +" \tthe standard utilities\n" +" -v\tprint a description of COMMAND similar to the `type' builtin\n" +" -V\tprint a more verbose description of each COMMAND\n" +" \n" +" Exit Status:\n" +" Returns exit status of COMMAND, or failure if COMMAND is not found." msgstr "" -#: builtins.c:387 +#: builtins.c:472 msgid "" -"Declare variables and/or give them attributes. If no NAMEs are\n" -" given, then display the values of variables instead. The -p option\n" -" will display the attributes and values of each NAME.\n" +"Set variable values and attributes.\n" " \n" -" The flags are:\n" +" Declare variables and give them attributes. If no NAMEs are given,\n" +" display the attributes and values of all variables.\n" " \n" -" -a\tto make NAMEs arrays (if supported)\n" -" -f\tto select from among function names only\n" -" -F\tto display function names (and line number and source file name if\n" -" \tdebugging) without definitions\n" +" Options:\n" +" -f\trestrict action or display to function names and definitions\n" +" -F\trestrict display to function names only (plus line number and\n" +" \tsource file when debugging)\n" +" -p\tdisplay the attributes and value of each NAME\n" +" \n" +" Options which set attributes:\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" +" Using `+' instead of `-' turns off the given attribute.\n" +" \n" " Variables with the integer attribute have arithmetic evaluation (see\n" -" `let') done when the variable is assigned to.\n" +" the `let' command) performed when the variable is assigned a value.\n" " \n" -" When displaying values of variables, -f displays a function's name\n" -" and definition. The -F option restricts the display to function\n" -" name only.\n" +" When used in a function, `declare' makes NAMEs local, as with the " +"`local'\n" +" command.\n" " \n" -" Using `+' instead of `-' turns off the given attribute instead. When\n" -" used in a function, makes NAMEs local, as with the `local' command." +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:416 -msgid "Obsolete. See `declare'." +#: builtins.c:508 +msgid "" +"Set variable values and attributes.\n" +" \n" +" Obsolete. See `help declare'." msgstr "" -#: builtins.c:422 +#: builtins.c:516 msgid "" -"Create a local variable called NAME, and give it VALUE. LOCAL\n" -" can only be used within a function; it makes the variable NAME\n" -" have a visible scope restricted to that function and its children." +"Define local variables.\n" +" \n" +" Create a local variable called NAME, and give it VALUE. OPTION can\n" +" be any option accepted by `declare'.\n" +" \n" +" Local variables can only be used within a function; they are visible\n" +" only to the function where they are defined and its children.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied, an error occurs,\n" +" or the shell is not executing a function." msgstr "" -#: builtins.c:431 +#: builtins.c:533 msgid "" -"Output the ARGs. If -n is specified, the trailing newline is\n" -" suppressed. If the -e option is given, interpretation of the\n" -" following backslash-escaped characters is turned on:\n" -" \t\\a\talert (bell)\n" -" \t\\b\tbackspace\n" -" \t\\c\tsuppress trailing newline\n" -" \t\\E\tescape character\n" -" \t\\f\tform feed\n" -" \t\\n\tnew line\n" -" \t\\r\tcarriage return\n" -" \t\\t\thorizontal tab\n" -" \t\\v\tvertical tab\n" -" \t\\\\\tbackslash\n" -" \t\\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n" -" \t\t0 to 3 octal digits\n" +"Write arguments to the standard output.\n" +" \n" +" Display the ARGs on the standard output followed by a newline.\n" +" \n" +" Options:\n" +" -n\tdo not append a newline\n" +" -e\tenable interpretation of the following backslash escapes\n" +" -E\texplicitly suppress interpretation of backslash escapes\n" +" \n" +" `echo' interprets the following backslash-escaped characters:\n" +" \\a\talert (bell)\n" +" \\b\tbackspace\n" +" \\c\tsuppress further output\n" +" \\e\tescape character\n" +" \\f\tform feed\n" +" \\n\tnew line\n" +" \\r\tcarriage return\n" +" \\t\thorizontal tab\n" +" \\v\tvertical tab\n" +" \\\\\tbackslash\n" +" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n" +" \t0 to 3 octal digits\n" +" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n" +" \tcan be one or two hex digits\n" " \n" -" You can explicitly turn off the interpretation of the above characters\n" -" with the -E option." +" Exit Status:\n" +" Returns success unless a write error occurs." msgstr "" -#: builtins.c:456 -msgid "Output the ARGs. If -n is specified, the trailing newline is suppressed." +#: builtins.c:567 +msgid "" +"Write arguments to the standard output.\n" +" \n" +" Display the ARGs on the standard output followed by a newline.\n" +" \n" +" Options:\n" +" -n\tdo not append a newline\n" +" \n" +" Exit Status:\n" +" Returns success unless a write error occurs." msgstr "" -#: builtins.c:463 +#: builtins.c:582 msgid "" -"Enable and disable builtin shell commands. This allows\n" -" you to use a disk command which has the same name as a shell\n" -" builtin without specifying a full pathname. If -n is used, the\n" -" NAMEs become disabled; otherwise NAMEs are enabled. For example,\n" -" to use the `test' found in $PATH instead of the shell builtin\n" -" version, type `enable -n test'. On systems supporting dynamic\n" -" loading, the -f option may be used to load new builtins from the\n" -" shared object FILENAME. The -d option will delete a builtin\n" -" previously loaded with -f. If no non-option names are given, or\n" -" the -p option is supplied, a list of builtins is printed. The\n" -" -a option means to print every builtin with an indication of whether\n" -" or not it is enabled. The -s option restricts the output to the POSIX.2\n" -" `special' builtins. The -n option displays a list of all disabled builtins." +"Enable and disable shell builtins.\n" +" \n" +" Enables and disables builtin shell commands. Disabling allows you to\n" +" execute a disk command which has the same name as a shell builtin\n" +" without using a full pathname.\n" +" \n" +" Options:\n" +" -a\tprint a list of builtins showing whether or not each is enabled\n" +" -n\tdisable each NAME or display a list of disabled builtins\n" +" -p\tprint the list of builtins in a reusable format\n" +" -s\tprint only the names of Posix `special' builtins\n" +" \n" +" Options controlling dynamic loading:\n" +" -f\tLoad builtin NAME from shared object FILENAME\n" +" -d\tRemove a builtin loaded with -f\n" +" \n" +" Without options, each NAME is enabled.\n" +" \n" +" To use the `test' found in $PATH instead of the shell builtin\n" +" version, type `enable -n test'.\n" +" \n" +" Exit Status:\n" +" Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:481 -msgid "Read ARGs as input to the shell and execute the resulting command(s)." +#: builtins.c:610 +msgid "" +"Execute arguments as a shell command.\n" +" \n" +" Combine ARGs into a single string, use the result as input to the " +"shell,\n" +" and execute the resulting commands.\n" +" \n" +" Exit Status:\n" +" Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:487 +#: builtins.c:622 msgid "" -"Getopts is used by shell procedures to parse positional parameters.\n" +"Parse option arguments.\n" +" \n" +" Getopts is used by shell procedures to parse positional parameters\n" +" as options.\n" " \n" " OPTSTRING contains the option letters to be recognized; if a letter\n" " is followed by a colon, the option is expected to have an argument,\n" @@ -1717,155 +2623,262 @@ msgid "" " OPTSTRING is not a colon. OPTERR has the value 1 by default.\n" " \n" " Getopts normally parses the positional parameters ($0 - $9), but if\n" -" more arguments are given, they are parsed instead." +" more arguments are given, they are parsed instead.\n" +" \n" +" Exit Status:\n" +" Returns success if an option is found; fails if the end of options is\n" +" encountered or an error occurs." msgstr "" -#: builtins.c:522 +#: builtins.c:664 msgid "" -"Exec FILE, replacing this shell with the specified program.\n" -" If FILE is not specified, the redirections take effect in this\n" -" shell. If the first argument is `-l', then place a dash in the\n" -" zeroth arg passed to FILE, as login does. If the `-c' option\n" -" is supplied, FILE is executed with a null environment. The `-a'\n" -" option means to make set argv[0] of the executed process to NAME.\n" -" If the file cannot be executed and the shell is not interactive,\n" -" then the shell exits, unless the shell option `execfail' is set." +"Replace the shell with the given command.\n" +" \n" +" Execute COMMAND, replacing this shell with the specified program.\n" +" ARGUMENTS become the arguments to COMMAND. If COMMAND is not " +"specified,\n" +" any redirections take effect in the current shell.\n" +" \n" +" Options:\n" +" -a name\tpass NAME as the zeroth argument to COMMAND\n" +" -c\t\texecute COMMAND with an empty environment\n" +" -l\t\tplace a dash in the zeroth argument to COMMAND\n" +" \n" +" If the command cannot be executed, a non-interactive shell exits, " +"unless\n" +" the shell option `execfail' is set.\n" +" \n" +" Exit Status:\n" +" Returns success unless COMMAND is not found or a redirection error " +"occurs." msgstr "" -#: builtins.c:535 +#: builtins.c:685 msgid "" -"Exit the shell with a status of N. If N is omitted, the exit status\n" +"Exit the shell.\n" +" \n" +" Exits the shell with a status of N. If N is omitted, the exit status\n" " is that of the last command executed." msgstr "" -#: builtins.c:542 -msgid "Logout of a login shell." +#: builtins.c:694 +msgid "" +"Exit a login shell.\n" +" \n" +" Exits a login shell with exit status N. Returns an error if not " +"executed\n" +" in a login shell." msgstr "" -#: builtins.c:549 +#: builtins.c:704 msgid "" -"fc is used to list or edit and re-execute commands from the history list.\n" +"Display or execute commands from the history list.\n" +" \n" +" fc is used to list or edit and re-execute commands from the history " +"list.\n" " FIRST and LAST can be numbers specifying the range, or FIRST can be a\n" " string, which means the most recent command beginning with that\n" " string.\n" " \n" -" -e ENAME selects which editor to use. Default is FCEDIT, then EDITOR,\n" -" then vi.\n" -" \n" -" -l means list lines instead of editing.\n" -" -n means no line numbers listed.\n" -" -r means reverse the order of the lines (making it newest listed first).\n" +" Options:\n" +" -e ENAME\tselect which editor to use. Default is FCEDIT, then " +"EDITOR,\n" +" \t\tthen vi\n" +" -l \tlist lines instead of editing\n" +" -n\tomit line numbers when listing\n" +" -r\treverse the order of the lines (newest listed first)\n" " \n" -" With the `fc -s [pat=rep ...] [command]' format, the command is\n" +" With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n" " re-executed after the substitution OLD=NEW is performed.\n" " \n" " A useful alias to use with this is r='fc -s', so that typing `r cc'\n" " runs the last command beginning with `cc' and typing `r' re-executes\n" -" the last command." +" the last command.\n" +" \n" +" Exit Status:\n" +" Returns success or status of executed command; non-zero if an error " +"occurs." msgstr "" -#: builtins.c:574 +#: builtins.c:734 msgid "" -"Place JOB_SPEC in the foreground, and make it the current job. If\n" -" JOB_SPEC is not present, the shell's notion of the current job is\n" -" used." +"Move job to the foreground.\n" +" \n" +" Place the job identified by JOB_SPEC in the foreground, making it the\n" +" current job. If JOB_SPEC is not present, the shell's notion of the\n" +" current job is used.\n" +" \n" +" Exit Status:\n" +" Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:584 +#: builtins.c:749 msgid "" -"Place each JOB_SPEC in the background, as if it had been started with\n" -" `&'. If JOB_SPEC is not present, the shell's notion of the current\n" -" job is used." +"Move jobs to the background.\n" +" \n" +" Place the jobs identified by each JOB_SPEC in the background, as if " +"they\n" +" had been started with `&'. If JOB_SPEC is not present, the shell's " +"notion\n" +" of the current job is used.\n" +" \n" +" Exit Status:\n" +" Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:593 +#: builtins.c:763 msgid "" -"For each NAME, the full pathname of the command is determined and\n" -" remembered. If the -p option is supplied, PATHNAME is used as the\n" -" full pathname of NAME, and no path search is performed. The -r\n" -" option causes the shell to forget all remembered locations. The -d\n" -" option causes the shell to forget the remembered location of each NAME.\n" -" If the -t option is supplied the full pathname to which each NAME\n" -" corresponds is printed. If multiple NAME arguments are supplied with\n" -" -t, the NAME is printed before the hashed full pathname. The -l option\n" -" causes output to be displayed in a format that may be reused as input.\n" -" If no arguments are given, information about remembered commands is displayed." +"Remember or display program locations.\n" +" \n" +" Determine and remember the full pathname of each command NAME. If\n" +" no arguments are given, information about remembered commands is " +"displayed.\n" +" \n" +" Options:\n" +" -d\t\tforget the remembered location of each NAME\n" +" -l\t\tdisplay in a format that may be reused as input\n" +" -p pathname\tuse PATHNAME is the full pathname of NAME\n" +" -r\t\tforget all remembered locations\n" +" -t\t\tprint the remembered location of each NAME, preceding\n" +" \t\teach location with the corresponding NAME if multiple\n" +" \t\tNAMEs are given\n" +" Arguments:\n" +" NAME\t\tEach NAME is searched for in $PATH and added to the list\n" +" \t\tof remembered commands.\n" +" \n" +" Exit Status:\n" +" Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:609 +#: builtins.c:788 msgid "" -"Display helpful information about builtin commands. If PATTERN is\n" +"Display information about builtin commands.\n" +" \n" +" Displays brief summaries of builtin commands. If PATTERN is\n" " specified, gives detailed help on all commands matching PATTERN,\n" -" otherwise a list of the builtins is printed. The -s option\n" -" restricts the output for each builtin command matching PATTERN to\n" -" a short usage synopsis." +" otherwise the list of help topics is printed.\n" +" \n" +" Options:\n" +" -d\toutput short description for each topic\n" +" -m\tdisplay usage in pseudo-manpage format\n" +" -s\toutput only a short usage synopsis for each topic matching\n" +" \tPATTERN\n" +" \n" +" Arguments:\n" +" PATTERN\tPattern specifiying a help topic\n" +" \n" +" Exit Status:\n" +" Returns success unless PATTERN is not found or an invalid option is " +"given." msgstr "" -#: builtins.c:621 +#: builtins.c:812 msgid "" -"Display the history list with line numbers. Lines listed with\n" -" with a `*' have been modified. Argument of N says to list only\n" -" the last N lines. The `-c' option causes the history list to be\n" -" cleared by deleting all of the entries. The `-d' option deletes\n" -" the history entry at offset OFFSET. The `-w' option writes out the\n" -" current history to the history file; `-r' means to read the file and\n" -" append the contents to the history list instead. `-a' means\n" -" to append history lines from this session to the history file.\n" -" Argument `-n' means to read all history lines not already read\n" -" from the history file and append them to the history list.\n" +"Display or manipulate the history list.\n" +" \n" +" Display the history list with line numbers, prefixing each modified\n" +" entry with a `*'. An argument of N lists only the last N entries.\n" +" \n" +" Options:\n" +" -c\tclear the history list by deleting all of the entries\n" +" -d offset\tdelete the history entry at offset OFFSET.\n" +" \n" +" -a\tappend history lines from this session to the history file\n" +" -n\tread all history lines not already read from the history file\n" +" -r\tread the history file and append the contents to the history\n" +" \tlist\n" +" -w\twrite the current history to the history file\n" +" \tand append them to the history list\n" +" \n" +" -p\tperform history expansion on each ARG and display the result\n" +" \twithout storing it in the history list\n" +" -s\tappend the ARGs to the history list as a single entry\n" " \n" -" If FILENAME is given, then that is used as the history file else\n" +" If FILENAME is given, it is used as the history file. Otherwise,\n" " if $HISTFILE has a value, that is used, else ~/.bash_history.\n" -" If the -s option is supplied, the non-option ARGs are appended to\n" -" the history list as a single entry. The -p option means to perform\n" -" history expansion on each ARG and display the result, without storing\n" -" anything in the history list.\n" " \n" " If the $HISTTIMEFORMAT variable is set and not null, its value is used\n" " as a format string for strftime(3) to print the time stamp associated\n" -" with each displayed history entry. No time stamps are printed otherwise." +" with each displayed history entry. No time stamps are printed " +"otherwise.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:649 +#: builtins.c:848 msgid "" -"Lists the active jobs. The -l option lists process id's in addition\n" -" to the normal information; the -p option lists process id's only.\n" -" If -n is given, only processes that have changed status since the last\n" -" notification are printed. JOBSPEC restricts output to that job. The\n" -" -r and -s options restrict output to running and stopped jobs only,\n" -" respectively. Without options, the status of all active jobs is\n" -" printed. If -x is given, COMMAND is run after all job specifications\n" -" that appear in ARGS have been replaced with the process ID of that job's\n" -" process group leader." +"Display status of jobs.\n" +" \n" +" Lists the active jobs. JOBSPEC restricts output to that job.\n" +" Without options, the status of all active jobs is displayed.\n" +" \n" +" Options:\n" +" -l\tlists process IDs in addition to the normal information\n" +" -n\tlist only processes that have changed status since the last\n" +" \tnotification\n" +" -p\tlists process IDs only\n" +" -r\trestrict output to running jobs\n" +" -s\trestrict output to stopped jobs\n" +" \n" +" If -x is supplied, COMMAND is run after all job specifications that\n" +" appear in ARGS have been replaced with the process ID of that job's\n" +" process group leader.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs.\n" +" If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:665 +#: builtins.c:875 msgid "" -"By default, removes each JOBSPEC argument from the table of active jobs.\n" -" If the -h option is given, the job is not removed from the table, but is\n" -" marked so that SIGHUP is not sent to the job if the shell receives a\n" -" SIGHUP. The -a option, when JOBSPEC is not supplied, means to remove all\n" -" jobs from the job table; the -r option means to remove only running jobs." +"Remove jobs from current shell.\n" +" \n" +" Removes each JOBSPEC argument from the table of active jobs. Without\n" +" any JOBSPECs, the shell uses its notion of the current job.\n" +" \n" +" Options:\n" +" -a\tremove all jobs if JOBSPEC is not supplied\n" +" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n" +" \tshell receives a SIGHUP\n" +" -r\tremove only running jobs\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:676 +#: builtins.c:894 msgid "" -"Send the processes named by PID (or JOBSPEC) the signal SIGSPEC. If\n" -" SIGSPEC is not present, then SIGTERM is assumed. An argument of `-l'\n" -" lists the signal names; if arguments follow `-l' they are assumed to\n" -" be signal numbers for which names should be listed. Kill is a shell\n" -" builtin for two reasons: it allows job IDs to be used instead of\n" -" process IDs, and, if you have reached the limit on processes that\n" -" you can create, you don't have to start a process to kill another one." +"Send a signal to a job.\n" +" \n" +" Send the processes identified by PID or JOBSPEC the signal named by\n" +" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n" +" SIGTERM is assumed.\n" +" \n" +" Options:\n" +" -s sig\tSIG is a signal name\n" +" -n sig\tSIG is a signal number\n" +" -l\tlist the signal names; if arguments follow `-l' they are\n" +" \tassumed to be signal numbers for which names should be listed\n" +" \n" +" Kill is a shell builtin for two reasons: it allows job IDs to be used\n" +" instead of process IDs, and allows processes to be killed if the limit\n" +" on processes that you can create is reached.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:688 +#: builtins.c:917 msgid "" -"Each ARG is an arithmetic expression to be evaluated. Evaluation\n" -" is done in fixed-width integers with no check for overflow, though\n" -" division by 0 is trapped and flagged as an error. The following\n" -" list of operators is grouped into levels of equal-precedence operators.\n" -" The levels are listed in order of decreasing precedence.\n" +"Evaluate arithmetic expressions.\n" +" \n" +" Evaluate each ARG as an arithmetic expression. Evaluation is done in\n" +" fixed-width integers with no check for overflow, though division by 0\n" +" is trapped and flagged as an error. The following list of operators is\n" +" grouped into levels of equal-precedence operators. The levels are " +"listed\n" +" in order of decreasing precedence.\n" " \n" " \tid++, id--\tvariable post-increment, post-decrement\n" " \t++id, --id\tvariable pre-increment, pre-decrement\n" @@ -1897,195 +2910,278 @@ msgid "" " parentheses are evaluated first and may override the precedence\n" " rules above.\n" " \n" -" If the last ARG evaluates to 0, let returns 1; 0 is returned\n" -" otherwise." -msgstr "" - -#: builtins.c:731 -msgid "" -"One line is read from the standard input, or from file descriptor FD if the\n" -" -u option is supplied, and the first word is assigned to the first NAME,\n" -" the second word to the second NAME, and so on, with leftover words assigned\n" -" to the last NAME. Only the characters found in $IFS are recognized as word\n" -" delimiters. If no NAMEs are supplied, the line read is stored in the REPLY\n" -" variable. If the -r option is given, this signifies `raw' input, and\n" -" backslash escaping is disabled. The -d option causes read to continue\n" -" until the first character of DELIM is read, rather than newline. If the -p\n" -" option is supplied, the string PROMPT is output without a trailing newline\n" -" before attempting to read. If -a is supplied, the words read are assigned\n" -" to sequential indices of ARRAY, starting at zero. If -e is supplied and\n" -" the shell is interactive, readline is used to obtain the line. If -n is\n" -" supplied with a non-zero NCHARS argument, read returns after NCHARS\n" -" characters have been read. The -s option causes input coming from a\n" -" terminal to not be echoed.\n" -" \n" -" The -t option causes read to time out and return failure if a complete line\n" -" of input is not read within TIMEOUT seconds. If the TMOUT variable is set,\n" -" its value is the default timeout. The return code is zero, unless end-of-file\n" -" is encountered, read times out, or an invalid file descriptor is supplied as\n" -" the argument to -u." -msgstr "" - -#: builtins.c:757 -msgid "" -"Causes a function to exit with the return value specified by N. If N\n" -" is omitted, the return status is that of the last command." -msgstr "" - -#: builtins.c:764 -msgid "" -" -a Mark variables which are modified or created for export.\n" -" -b Notify of job termination immediately.\n" -" -e Exit immediately if a command exits with a non-zero status.\n" -" -f Disable file name generation (globbing).\n" -" -h Remember the location of commands as they are looked up.\n" -" -k All assignment arguments are placed in the environment for a\n" -" command, not just those that precede the command name.\n" -" -m Job control is enabled.\n" -" -n Read commands but do not execute them.\n" -" -o option-name\n" -" Set the variable corresponding to option-name:\n" -" allexport same as -a\n" -" braceexpand same as -B\n" -" emacs use an emacs-style line editing interface\n" -" errexit same as -e\n" -" errtrace same as -E\n" -" functrace same as -T\n" -" hashall same as -h\n" -" histexpand same as -H\n" -" history enable command history\n" -" ignoreeof the shell will not exit upon reading EOF\n" -" interactive-comments\n" -" allow comments to appear in interactive commands\n" -" keyword same as -k\n" -" monitor same as -m\n" -" noclobber same as -C\n" -" noexec same as -n\n" -" noglob same as -f\n" -" nolog currently accepted but ignored\n" -" notify same as -b\n" -" nounset same as -u\n" -" onecmd same as -t\n" -" physical same as -P\n" -" pipefail the return value of a pipeline is the status of\n" -" the last command to exit with a non-zero status,\n" -" or zero if no command exited with a non-zero status\n" -" posix change the behavior of bash where the default\n" -" operation differs from the 1003.2 standard to\n" -" match the standard\n" -" privileged same as -p\n" -" verbose same as -v\n" -" vi use a vi-style line editing interface\n" -" xtrace same as -x\n" -" -p Turned on whenever the real and effective user ids do not match.\n" -" Disables processing of the $ENV file and importing of shell\n" -" functions. Turning this option off causes the effective uid and\n" -" gid to be set to the real uid and gid.\n" -" -t Exit after reading and executing one command.\n" -" -u Treat unset variables as an error when substituting.\n" -" -v Print shell input lines as they are read.\n" -" -x Print commands and their arguments as they are executed.\n" -" -B the shell will perform brace expansion\n" -" -C If set, disallow existing regular files to be overwritten\n" -" by redirection of output.\n" -" -E If set, the ERR trap is inherited by shell functions.\n" -" -H Enable ! style history substitution. This flag is on\n" -" by default when the shell is interactive.\n" -" -P If set, do not follow symbolic links when executing commands\n" -" such as cd which change the current directory.\n" -" -T If set, the DEBUG trap is inherited by shell functions.\n" -" - Assign any remaining arguments to the positional parameters.\n" -" The -x and -v options are turned off.\n" +" Exit Status:\n" +" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." +msgstr "" + +#: builtins.c:962 +msgid "" +"Read a line from the standard input and split it into fields.\n" +" \n" +" Reads a single line from the standard input, or from file descriptor FD\n" +" if the -u option is supplied. The line is split into fields as with " +"word\n" +" splitting, and the first word is assigned to the first NAME, the second\n" +" word to the second NAME, and so on, with any leftover words assigned to\n" +" the last NAME. Only the characters found in $IFS are recognized as " +"word\n" +" delimiters.\n" +" \n" +" If no NAMEs are supplied, the line read is stored in the REPLY " +"variable.\n" +" \n" +" Options:\n" +" -a array\tassign the words read to sequential indices of the array\n" +" \t\tvariable ARRAY, starting at zero\n" +" -d delim\tcontinue until the first character of DELIM is read, rather\n" +" \t\tthan newline\n" +" -e\t\tuse Readline to obtain the line in an interactive shell\n" +" -i text\tUse TEXT as the initial text for Readline\n" +" -n nchars\treturn after reading NCHARS characters rather than waiting\n" +" \t\tfor a newline\n" +" -p prompt\toutput the string PROMPT without a trailing newline before\n" +" \t\tattempting to read\n" +" -r\t\tdo not allow backslashes to escape any characters\n" +" -s\t\tdo not echo input coming from a terminal\n" +" -t timeout\ttime out and return failure if a complete line of input " +"is\n" +" \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" +" -u fd\t\tread from file descriptor FD instead of the standard input\n" +" \n" +" Exit Status:\n" +" The return code is zero, unless end-of-file is encountered, read times " +"out,\n" +" or an invalid file descriptor is supplied as the argument to -u." +msgstr "" + +#: builtins.c:1001 +msgid "" +"Return from a shell function.\n" +" \n" +" Causes a function or sourced script to exit with the return value\n" +" specified by N. If N is omitted, the return status is that of the\n" +" last command executed within the function or script.\n" +" \n" +" Exit Status:\n" +" Returns N, or failure if the shell is not executing a function or script." +msgstr "" + +#: builtins.c:1014 +msgid "" +"Set or unset values of shell options and positional parameters.\n" +" \n" +" Change the value of shell attributes and positional parameters, or\n" +" display the names and values of shell variables.\n" +" \n" +" Options:\n" +" -a Mark variables which are modified or created for export.\n" +" -b Notify of job termination immediately.\n" +" -e Exit immediately if a command exits with a non-zero status.\n" +" -f Disable file name generation (globbing).\n" +" -h Remember the location of commands as they are looked up.\n" +" -k All assignment arguments are placed in the environment for a\n" +" command, not just those that precede the command name.\n" +" -m Job control is enabled.\n" +" -n Read commands but do not execute them.\n" +" -o option-name\n" +" Set the variable corresponding to option-name:\n" +" allexport same as -a\n" +" braceexpand same as -B\n" +" emacs use an emacs-style line editing interface\n" +" errexit same as -e\n" +" errtrace same as -E\n" +" functrace same as -T\n" +" hashall same as -h\n" +" histexpand same as -H\n" +" history enable command history\n" +" ignoreeof the shell will not exit upon reading EOF\n" +" interactive-comments\n" +" allow comments to appear in interactive commands\n" +" keyword same as -k\n" +" monitor same as -m\n" +" noclobber same as -C\n" +" noexec same as -n\n" +" noglob same as -f\n" +" nolog currently accepted but ignored\n" +" notify same as -b\n" +" nounset same as -u\n" +" onecmd same as -t\n" +" physical same as -P\n" +" pipefail the return value of a pipeline is the status of\n" +" the last command to exit with a non-zero status,\n" +" or zero if no command exited with a non-zero " +"status\n" +" posix change the behavior of bash where the default\n" +" operation differs from the Posix standard to\n" +" match the standard\n" +" privileged same as -p\n" +" verbose same as -v\n" +" vi use a vi-style line editing interface\n" +" xtrace same as -x\n" +" -p Turned on whenever the real and effective user ids do not match.\n" +" Disables processing of the $ENV file and importing of shell\n" +" functions. Turning this option off causes the effective uid and\n" +" gid to be set to the real uid and gid.\n" +" -t Exit after reading and executing one command.\n" +" -u Treat unset variables as an error when substituting.\n" +" -v Print shell input lines as they are read.\n" +" -x Print commands and their arguments as they are executed.\n" +" -B the shell will perform brace expansion\n" +" -C If set, disallow existing regular files to be overwritten\n" +" by redirection of output.\n" +" -E If set, the ERR trap is inherited by shell functions.\n" +" -H Enable ! style history substitution. This flag is on\n" +" by default when the shell is interactive.\n" +" -P If set, do not follow symbolic links when executing commands\n" +" such as cd which change the current directory.\n" +" -T If set, the DEBUG trap is inherited by shell functions.\n" +" - Assign any remaining arguments to the positional parameters.\n" +" The -x and -v options are turned off.\n" " \n" " Using + rather than - causes these flags to be turned off. The\n" " flags can also be used upon invocation of the shell. The current\n" " set of flags may be found in $-. The remaining n ARGs are positional\n" " parameters and are assigned, in order, to $1, $2, .. $n. If no\n" -" ARGs are given, all shell variables are printed." +" ARGs are given, all shell variables are printed.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given." msgstr "" -#: builtins.c:837 +#: builtins.c:1096 msgid "" -"For each NAME, remove the corresponding variable or function. Given\n" -" the `-v', unset will only act on variables. Given the `-f' flag,\n" -" unset will only act on functions. With neither flag, unset first\n" -" tries to unset a variable, and if that fails, then tries to unset a\n" -" function. Some variables cannot be unset; also see readonly." +"Unset values and attributes of shell variables and functions.\n" +" \n" +" For each NAME, remove the corresponding variable or function.\n" +" \n" +" Options:\n" +" -f\ttreat each NAME as a shell function\n" +" -v\ttreat each NAME as a shell variable\n" +" \n" +" Without options, unset first tries to unset a variable, and if that " +"fails,\n" +" tries to unset a function.\n" +" \n" +" Some variables cannot be unset; also see `readonly'.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:847 +#: builtins.c:1116 msgid "" -"NAMEs are marked for automatic export to the environment of\n" -" subsequently executed commands. If the -f option is given,\n" -" the NAMEs refer to functions. If no NAMEs are given, or if `-p'\n" -" is given, a list of all names that are exported in this shell is\n" -" printed. An argument of `-n' says to remove the export property\n" -" from subsequent NAMEs. An argument of `--' disables further option\n" -" processing." +"Set export attribute for shell variables.\n" +" \n" +" Marks each NAME for automatic export to the environment of subsequently\n" +" executed commands. If VALUE is supplied, assign VALUE before " +"exporting.\n" +" \n" +" Options:\n" +" -f\trefer to shell functions\n" +" -n\tremove the export property from each NAME\n" +" -p\tdisplay a list of all exported variables and functions\n" +" \n" +" An argument of `--' disables further option processing.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:859 +#: builtins.c:1135 msgid "" -"The given NAMEs are marked readonly and the values of these NAMEs may\n" -" not be changed by subsequent assignment. If the -f option is given,\n" -" then functions corresponding to the NAMEs are so marked. If no\n" -" arguments are given, or if `-p' is given, a list of all readonly names\n" -" is printed. The `-a' option means to treat each NAME as\n" -" an array variable. An argument of `--' disables further option\n" -" processing." +"Mark shell variables as unchangeable.\n" +" \n" +" Mark each NAME as read-only; the values of these NAMEs may not be\n" +" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n" +" before marking as read-only.\n" +" \n" +" Options:\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" +" -f\trefer to shell functions\n" +" -p\tdisplay a list of all readonly variables and functions\n" +" \n" +" An argument of `--' disables further option processing.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:871 +#: builtins.c:1156 msgid "" -"The positional parameters from $N+1 ... are renamed to $1 ... If N is\n" -" not given, it is assumed to be 1." +"Shift positional parameters.\n" +" \n" +" Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n" +" not given, it is assumed to be 1.\n" +" \n" +" Exit Status:\n" +" Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:878 builtins.c:887 +#: builtins.c:1168 builtins.c:1183 msgid "" -"Read and execute commands from FILENAME and return. The pathnames\n" -" in $PATH are used to find the directory containing FILENAME. If any\n" -" ARGUMENTS are supplied, they become the positional parameters when\n" -" FILENAME is executed." +"Execute commands from a file in the current shell.\n" +" \n" +" Read and execute commands from FILENAME in the current shell. The\n" +" entries in $PATH are used to find the directory containing FILENAME.\n" +" If any ARGUMENTS are supplied, they become the positional parameters\n" +" when FILENAME is executed.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed in FILENAME; fails if\n" +" FILENAME cannot be read." msgstr "" -#: builtins.c:897 +#: builtins.c:1199 msgid "" -"Suspend the execution of this shell until it receives a SIGCONT\n" -" signal. The `-f' if specified says not to complain about this\n" -" being a login shell if it is; just suspend anyway." +"Suspend shell execution.\n" +" \n" +" Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" +" \n" +" Options:\n" +" -f\tforce the suspend, even if the shell is a login shell\n" +" \n" +" Exit Status:\n" +" Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:906 +#: builtins.c:1215 msgid "" -"Exits with a status of 0 (true) or 1 (false) depending on\n" +"Evaluate conditional expression.\n" +" \n" +" Exits with a status of 0 (true) or 1 (false) depending on\n" " the evaluation of EXPR. Expressions may be unary or binary. Unary\n" " expressions are often used to examine the status of a file. There\n" " are string operators as well, and numeric comparison operators.\n" " \n" " File operators:\n" " \n" -" -a FILE True if file exists.\n" -" -b FILE True if file is block special.\n" -" -c FILE True if file is character special.\n" -" -d FILE True if file is a directory.\n" -" -e FILE True if file exists.\n" -" -f FILE True if file exists and is a regular file.\n" -" -g FILE True if file is set-group-id.\n" -" -h FILE True if file is a symbolic link.\n" -" -L FILE True if file is a symbolic link.\n" -" -k FILE True if file has its `sticky' bit set.\n" -" -p FILE True if file is a named pipe.\n" -" -r FILE True if file is readable by you.\n" -" -s FILE True if file exists and is not empty.\n" -" -S FILE True if file is a socket.\n" -" -t FD True if FD is opened on a terminal.\n" -" -u FILE True if the file is set-user-id.\n" -" -w FILE True if the file is writable by you.\n" -" -x FILE True if the file is executable by you.\n" -" -O FILE True if the file is effectively owned by you.\n" -" -G FILE True if the file is effectively owned by your group.\n" -" -N FILE True if the file has been modified since it was last read.\n" +" -a FILE True if file exists.\n" +" -b FILE True if file is block special.\n" +" -c FILE True if file is character special.\n" +" -d FILE True if file is a directory.\n" +" -e FILE True if file exists.\n" +" -f FILE True if file exists and is a regular file.\n" +" -g FILE True if file is set-group-id.\n" +" -h FILE True if file is a symbolic link.\n" +" -L FILE True if file is a symbolic link.\n" +" -k FILE True if file has its `sticky' bit set.\n" +" -p FILE True if file is a named pipe.\n" +" -r FILE True if file is readable by you.\n" +" -s FILE True if file exists and is not empty.\n" +" -S FILE True if file is a socket.\n" +" -t FD True if FD is opened on a terminal.\n" +" -u FILE True if the file is set-user-id.\n" +" -w FILE True if the file is writable by you.\n" +" -x FILE True if the file is executable by you.\n" +" -O FILE True if the file is effectively owned by you.\n" +" -G FILE True if the file is effectively owned by your group.\n" +" -N FILE True if the file has been modified since it was last " +"read.\n" " \n" " FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n" " modification date).\n" @@ -2096,177 +3192,254 @@ msgid "" " \n" " String operators:\n" " \n" -" -z STRING True if string is empty.\n" +" -z STRING True if string is empty.\n" " \n" -" -n STRING\n" -" STRING True if string is not empty.\n" +" -n STRING\n" +" STRING True if string is not empty.\n" " \n" -" STRING1 = STRING2\n" -" True if the strings are equal.\n" -" STRING1 != STRING2\n" -" True if the strings are not equal.\n" -" STRING1 < STRING2\n" -" True if STRING1 sorts before STRING2 lexicographically.\n" -" STRING1 > STRING2\n" -" True if STRING1 sorts after STRING2 lexicographically.\n" +" STRING1 = STRING2\n" +" True if the strings are equal.\n" +" STRING1 != STRING2\n" +" True if the strings are not equal.\n" +" STRING1 < STRING2\n" +" True if STRING1 sorts before STRING2 " +"lexicographically.\n" +" STRING1 > STRING2\n" +" True if STRING1 sorts after STRING2 lexicographically.\n" " \n" " Other operators:\n" " \n" -" -o OPTION True if the shell option OPTION is enabled.\n" -" ! EXPR True if expr is false.\n" -" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n" -" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n" +" -o OPTION True if the shell option OPTION is enabled.\n" +" ! EXPR True if expr is false.\n" +" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n" +" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n" " \n" -" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n" -" -lt, -le, -gt, or -ge.\n" +" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n" +" -lt, -le, -gt, or -ge.\n" " \n" " Arithmetic binary operators return true if ARG1 is equal, not-equal,\n" " less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n" -" than ARG2." +" than ARG2.\n" +" \n" +" Exit Status:\n" +" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n" +" false or an invalid argument is given." msgstr "" -#: builtins.c:976 +#: builtins.c:1291 msgid "" -"This is a synonym for the \"test\" builtin, but the last\n" -" argument must be a literal `]', to match the opening `['." +"Evaluate conditional expression.\n" +" \n" +" This is a synonym for the \"test\" builtin, but the last argument must\n" +" be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:983 +#: builtins.c:1300 msgid "" -"Print the accumulated user and system times for processes run from\n" -" the shell." +"Display process times.\n" +" \n" +" Prints the accumulated user and system times for the shell and all of " +"its\n" +" child processes.\n" +" \n" +" Exit Status:\n" +" Always succeeds." msgstr "" -#: builtins.c:990 +#: builtins.c:1312 msgid "" -"The command ARG is to be read and executed when the shell receives\n" +"Trap signals and other events.\n" +" \n" +" Defines and activates handlers to be run when the shell receives " +"signals\n" +" or other conditions.\n" +" \n" +" ARG is a command to be read and executed when the shell receives the\n" " signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n" " is supplied) or `-', each specified signal is reset to its original\n" " value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n" -" shell and by the commands it invokes. If a SIGNAL_SPEC is EXIT (0)\n" -" the command ARG is executed on exit from the shell. If a SIGNAL_SPEC\n" -" is DEBUG, ARG is executed after every simple command. If the`-p' option\n" -" is supplied then the trap commands associated with each SIGNAL_SPEC are\n" -" displayed. If no arguments are supplied or if only `-p' is given, trap\n" -" prints the list of commands associated with each signal. Each SIGNAL_SPEC\n" -" is either a signal name in or a signal number. Signal names\n" -" are case insensitive and the SIG prefix is optional. `trap -l' prints\n" -" a list of signal names and their corresponding numbers. Note that a\n" -" signal can be sent to the shell with \"kill -signal $$\"." +" shell and by the commands it invokes.\n" +" \n" +" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. " +"If\n" +" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n" +" \n" +" If no arguments are supplied, trap prints the list of commands " +"associated\n" +" with each signal.\n" +" \n" +" Options:\n" +" -l\tprint a list of signal names and their corresponding numbers\n" +" -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n" +" \n" +" Each SIGNAL_SPEC is either a signal name in or a signal " +"number.\n" +" Signal names are case insensitive and the SIG prefix is optional. A\n" +" signal may be sent to the shell with \"kill -signal $$\".\n" +" \n" +" Exit Status:\n" +" Returns success unless a SIGSPEC is invalid or an invalid option is " +"given." msgstr "" -#: builtins.c:1009 +#: builtins.c:1344 msgid "" -"For each NAME, indicate how it would be interpreted if used as a\n" -" command name.\n" +"Display information about command type.\n" " \n" -" If the -t option is used, `type' outputs a single word which is one of\n" -" `alias', `keyword', `function', `builtin', `file' or `', if NAME is an\n" -" alias, shell reserved word, shell function, shell builtin, disk file,\n" -" or unfound, respectively.\n" -" \n" -" If the -p flag is used, `type' either returns the name of the disk\n" -" file that would be executed, or nothing if `type -t NAME' would not\n" -" return `file'.\n" +" For each NAME, indicate how it would be interpreted if used as a\n" +" command name.\n" " \n" -" If the -a flag is used, `type' displays all of the places that contain\n" -" an executable named `file'. This includes aliases, builtins, and\n" -" functions, if and only if the -p flag is not also used.\n" +" Options:\n" +" -a\tdisplay all locations containing an executable named NAME;\n" +" \tincludes aliases, builtins, and functions, if and only if\n" +" \tthe `-p' option is not also used\n" +" -f\tsuppress shell function lookup\n" +" -P\tforce a PATH search for each NAME, even if it is an alias,\n" +" \tbuiltin, or function, and returns the name of the disk file\n" +" \tthat would be executed\n" +" -p\treturns either the name of the disk file that would be executed,\n" +" \tor nothing if `type -t NAME' would not return `file'.\n" +" -t\toutput a single word which is one of `alias', `keyword',\n" +" \t`function', `builtin', `file' or `', if NAME is an alias, shell\n" +" \treserved word, shell function, shell builtin, disk file, or not\n" +" \tfound, respectively\n" " \n" -" The -f flag suppresses shell function lookup.\n" +" Arguments:\n" +" NAME\tCommand name to be interpreted.\n" " \n" -" The -P flag forces a PATH search for each NAME, even if it is an alias,\n" -" builtin, or function, and returns the name of the disk file that would\n" -" be executed." +" Exit Status:\n" +" Returns success if all of the NAMEs are found; fails if any are not " +"found." msgstr "" -#: builtins.c:1036 +#: builtins.c:1375 msgid "" -"Ulimit provides control over the resources available to processes\n" -" started by the shell, on systems that allow such control. If an\n" -" option is given, it is interpreted as follows:\n" +"Modify shell resource limits.\n" " \n" -" -S\tuse the `soft' resource limit\n" -" -H\tuse the `hard' resource limit\n" -" -a\tall current limits are reported\n" -" -c\tthe maximum size of core files created\n" -" -d\tthe maximum size of a process's data segment\n" -" -e\tthe maximum scheduling priority (`nice')\n" -" -f\tthe maximum size of files written by the shell and its children\n" -" -i\tthe maximum number of pending signals\n" -" -l\tthe maximum size a process may lock into memory\n" -" -m\tthe maximum resident set size\n" -" -n\tthe maximum number of open file descriptors\n" -" -p\tthe pipe buffer size\n" -" -q\tthe maximum number of bytes in POSIX message queues\n" -" -r\tthe maximum real-time scheduling priority\n" -" -s\tthe maximum stack size\n" -" -t\tthe maximum amount of cpu time in seconds\n" -" -u\tthe maximum number of user processes\n" -" -v\tthe size of virtual memory\n" -" -x\tthe maximum number of file locks\n" +" Provides control over the resources available to the shell and " +"processes\n" +" it creates, on systems that allow such control.\n" " \n" -" If LIMIT is given, it is the new value of the specified resource;\n" -" the special LIMIT values `soft', `hard', and `unlimited' stand for\n" -" the current soft limit, the current hard limit, and no limit, respectively.\n" -" Otherwise, the current value of the specified resource is printed.\n" -" If no option is given, then -f is assumed. Values are in 1024-byte\n" -" increments, except for -t, which is in seconds, -p, which is in\n" -" increments of 512 bytes, and -u, which is an unscaled number of\n" -" processes." +" Options:\n" +" -S\tuse the `soft' resource limit\n" +" -H\tuse the `hard' resource limit\n" +" -a\tall current limits are reported\n" +" -b\tthe socket buffer size\n" +" -c\tthe maximum size of core files created\n" +" -d\tthe maximum size of a process's data segment\n" +" -e\tthe maximum scheduling priority (`nice')\n" +" -f\tthe maximum size of files written by the shell and its children\n" +" -i\tthe maximum number of pending signals\n" +" -l\tthe maximum size a process may lock into memory\n" +" -m\tthe maximum resident set size\n" +" -n\tthe maximum number of open file descriptors\n" +" -p\tthe pipe buffer size\n" +" -q\tthe maximum number of bytes in POSIX message queues\n" +" -r\tthe maximum real-time scheduling priority\n" +" -s\tthe maximum stack size\n" +" -t\tthe maximum amount of cpu time in seconds\n" +" -u\tthe maximum number of user processes\n" +" -v\tthe size of virtual memory\n" +" -x\tthe maximum number of file locks\n" +" \n" +" If LIMIT is given, it is the new value of the specified resource; the\n" +" special LIMIT values `soft', `hard', and `unlimited' stand for the\n" +" current soft limit, the current hard limit, and no limit, respectively.\n" +" Otherwise, the current value of the specified resource is printed. If\n" +" no option is given, then -f is assumed.\n" +" \n" +" Values are in 1024-byte increments, except for -t, which is in seconds,\n" +" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n" +" number of processes.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1074 +#: builtins.c:1420 msgid "" -"The user file-creation mask is set to MODE. If MODE is omitted, or if\n" -" `-S' is supplied, the current value of the mask is printed. The `-S'\n" -" option makes the output symbolic; otherwise an octal number is output.\n" -" If `-p' is supplied, and MODE is omitted, the output is in a form\n" -" that may be used as input. If MODE begins with a digit, it is\n" -" interpreted as an octal number, otherwise it is a symbolic mode string\n" -" like that accepted by chmod(1)." +"Display or set file mode mask.\n" +" \n" +" Sets the user file-creation mask to MODE. If MODE is omitted, prints\n" +" the current value of the mask.\n" +" \n" +" If MODE begins with a digit, it is interpreted as an octal number;\n" +" otherwise it is a symbolic mode string like that accepted by chmod(1).\n" +" \n" +" Options:\n" +" -p\tif MODE is omitted, output in a form that may be reused as input\n" +" -S\tmakes the output symbolic; otherwise an octal number is output\n" +" \n" +" Exit Status:\n" +" Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1087 +#: builtins.c:1440 msgid "" -"Wait for the specified process and report its termination status. If\n" -" N is not given, all currently active child processes are waited for,\n" -" and the return code is zero. N may be a process ID or a job\n" -" specification; if a job spec is given, all processes in the job's\n" -" pipeline are waited for." +"Wait for job completion and return exit status.\n" +" \n" +" Waits for the process identified by ID, which may be a process ID or a\n" +" job specification, and reports its termination status. If ID is not\n" +" given, waits for all currently active child processes, and the return\n" +" status is zero. If ID is a a job specification, waits for all " +"processes\n" +" in the job's pipeline.\n" +" \n" +" Exit Status:\n" +" Returns the status of ID; fails if ID is invalid or an invalid option " +"is\n" +" given." msgstr "" -#: builtins.c:1099 +#: builtins.c:1458 msgid "" -"Wait for the specified process and report its termination status. If\n" -" N is not given, all currently active child processes are waited for,\n" -" and the return code is zero. N is a process ID; if it is not given,\n" -" all child processes of the shell are waited for." +"Wait for process completion and return exit status.\n" +" \n" +" Waits for the specified process and reports its termination status. If\n" +" PID is not given, all currently active child processes are waited for,\n" +" and the return code is zero. PID must be a process ID.\n" +" \n" +" Exit Status:\n" +" Returns the status of ID; fails if ID is invalid or an invalid option " +"is\n" +" given." msgstr "" -#: builtins.c:1109 +#: builtins.c:1473 msgid "" -"The `for' loop executes a sequence of commands for each member in a\n" +"Execute commands for each member in a list.\n" +" \n" +" The `for' loop executes a sequence of commands for each member in a\n" " list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n" " assumed. For each element in WORDS, NAME is set to that element, and\n" -" the COMMANDS are executed." +" the COMMANDS are executed.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1118 +#: builtins.c:1487 msgid "" -"Equivalent to\n" +"Arithmetic for loop.\n" +" \n" +" Equivalent to\n" " \t(( EXP1 ))\n" " \twhile (( EXP2 )); do\n" " \t\tCOMMANDS\n" " \t\t(( EXP3 ))\n" " \tdone\n" " EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n" -" omitted, it behaves as if it evaluates to 1." +" omitted, it behaves as if it evaluates to 1.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1131 +#: builtins.c:1505 msgid "" -"The WORDS are expanded, generating a list of words. The\n" +"Select words from a list and execute commands.\n" +" \n" +" The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" " preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n" " is assumed. The PS3 prompt is then displayed and a line read\n" @@ -2276,97 +3449,167 @@ msgid "" " redisplayed. If EOF is read, the command completes. Any other\n" " value read causes NAME to be set to null. The line read is saved\n" " in the variable REPLY. COMMANDS are executed after each selection\n" -" until a break command is executed." +" until a break command is executed.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1147 +#: builtins.c:1526 msgid "" -"Execute PIPELINE and print a summary of the real time, user CPU time,\n" +"Report time consumed by pipeline's execution.\n" +" \n" +" Execute PIPELINE and print a summary of the real time, user CPU time,\n" " and system CPU time spent executing PIPELINE when it terminates.\n" -" The return status is the return status of PIPELINE. The `-p' option\n" -" prints the timing summary in a slightly different format. This uses\n" -" the value of the TIMEFORMAT variable as the output format." +" \n" +" Options:\n" +" -p\tprint the timing summary in the portable Posix format\n" +" \n" +" The value of the TIMEFORMAT variable is used as the output format.\n" +" \n" +" Exit Status:\n" +" The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1157 +#: builtins.c:1543 msgid "" -"Selectively execute COMMANDS based upon WORD matching PATTERN. The\n" -" `|' is used to separate multiple patterns." +"Execute commands based on pattern matching.\n" +" \n" +" Selectively execute COMMANDS based upon WORD matching PATTERN. The\n" +" `|' is used to separate multiple patterns.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1164 +#: builtins.c:1555 msgid "" -"The `if COMMANDS' list is executed. If its exit status is zero, then the\n" -" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is\n" +"Execute commands based on conditional.\n" +" \n" +" The `if COMMANDS' list is executed. If its exit status is zero, then " +"the\n" +" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list " +"is\n" " executed in turn, and if its exit status is zero, the corresponding\n" -" `then COMMANDS' list is executed and the if command completes. Otherwise,\n" -" the `else COMMANDS' list is executed, if present. The exit status of the\n" -" entire construct is the exit status of the last command executed, or zero\n" -" if no condition tested true." +" `then COMMANDS' list is executed and the if command completes. " +"Otherwise,\n" +" the `else COMMANDS' list is executed, if present. The exit status of " +"the\n" +" entire construct is the exit status of the last command executed, or " +"zero\n" +" if no condition tested true.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1176 +#: builtins.c:1572 msgid "" -"Expand and execute COMMANDS as long as the final command in the\n" -" `while' COMMANDS has an exit status of zero." +"Execute commands as long as a test succeeds.\n" +" \n" +" Expand and execute COMMANDS as long as the final command in the\n" +" `while' COMMANDS has an exit status of zero.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1183 +#: builtins.c:1584 msgid "" -"Expand and execute COMMANDS as long as the final command in the\n" -" `until' COMMANDS has an exit status which is not zero." +"Execute commands as long as a test does not succeed.\n" +" \n" +" Expand and execute COMMANDS as long as the final command in the\n" +" `until' COMMANDS has an exit status which is not zero.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1190 +#: builtins.c:1596 msgid "" -"Create a simple command invoked by NAME which runs COMMANDS.\n" -" Arguments on the command line along with NAME are passed to the\n" -" function as $0 .. $n." +"Define shell function.\n" +" \n" +" Create a shell function named NAME. When invoked as a simple command,\n" +" NAME runs COMMANDs in the calling shell's context. When NAME is " +"invoked,\n" +" the arguments are passed to the function as $1...$n, and the function's\n" +" name is in $FUNCNAME.\n" +" \n" +" Exit Status:\n" +" Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1198 +#: builtins.c:1610 msgid "" -"Run a set of commands in a group. This is one way to redirect an\n" -" entire set of commands." +"Group commands as a unit.\n" +" \n" +" Run a set of commands in a group. This is one way to redirect an\n" +" entire set of commands.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1205 +#: builtins.c:1622 msgid "" -"Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n" +"Resume job in foreground.\n" +" \n" +" Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n" " stopped or background job. JOB_SPEC can specify either a job name\n" " or a job number. Following JOB_SPEC with a `&' places the job in\n" " the background, as if the job specification had been supplied as an\n" -" argument to `bg'." +" argument to `bg'.\n" +" \n" +" Exit Status:\n" +" Returns the status of the resumed job." msgstr "" -#: builtins.c:1215 +#: builtins.c:1637 msgid "" -"The EXPRESSION is evaluated according to the rules for arithmetic\n" -" evaluation. Equivalent to \"let EXPRESSION\"." +"Evaluate arithmetic expression.\n" +" \n" +" The EXPRESSION is evaluated according to the rules for arithmetic\n" +" evaluation. Equivalent to \"let EXPRESSION\".\n" +" \n" +" Exit Status:\n" +" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1222 +#: builtins.c:1649 msgid "" -"Returns a status of 0 or 1 depending on the evaluation of the conditional\n" -" expression EXPRESSION. Expressions are composed of the same primaries used\n" -" by the `test' builtin, and may be combined using the following operators\n" +"Execute conditional command.\n" +" \n" +" Returns a status of 0 or 1 depending on the evaluation of the " +"conditional\n" +" expression EXPRESSION. Expressions are composed of the same primaries " +"used\n" +" by the `test' builtin, and may be combined using the following " +"operators:\n" +" \n" +" ( EXPRESSION )\tReturns the value of EXPRESSION\n" +" ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n" +" EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n" +" EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n" " \n" -" \t( EXPRESSION )\tReturns the value of EXPRESSION\n" -" \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n" -" \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n" -" \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n" +" When the `==' and `!=' operators are used, the string to the right of\n" +" the operator is used as a pattern and pattern matching is performed.\n" +" When the `=~' operator is used, the string to the right of the operator\n" +" is matched as a regular expression.\n" " \n" -" When the `==' and `!=' operators are used, the string to the right of the\n" -" operator is used as a pattern and pattern matching is performed. The\n" -" && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n" -" determine the expression's value." +" The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n" +" determine the expression's value.\n" +" \n" +" Exit Status:\n" +" 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1240 +#: builtins.c:1675 msgid "" -"BASH_VERSION\tVersion information for this Bash.\n" +"Common shell variable names and usage.\n" +" \n" +" BASH_VERSION\tVersion information for this Bash.\n" " CDPATH\tA colon-separated list of directories to search\n" -" \t\tfor directries given as arguments to `cd'.\n" +" \t\tfor directories given as arguments to `cd'.\n" " GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n" " \t\tbe ignored by pathname expansion.\n" " HISTFILE\tThe name of the file where your command history is stored.\n" @@ -2414,109 +3657,612 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1295 +#: builtins.c:1732 msgid "" -"Adds a directory to the top of the directory stack, or rotates\n" +"Add directories to stack.\n" +" \n" +" Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" " directory. With no arguments, exchanges the top two directories.\n" " \n" -" +N\tRotates the stack so that the Nth directory (counting\n" +" Options:\n" +" -n\tSuppresses the normal change of directory when adding\n" +" \tdirectories to the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRotates the stack so that the Nth directory (counting\n" " \tfrom the left of the list shown by `dirs', starting with\n" " \tzero) is at the top.\n" " \n" -" -N\tRotates the stack so that the Nth directory (counting\n" +" -N\tRotates the stack so that the Nth directory (counting\n" " \tfrom the right of the list shown by `dirs', starting with\n" " \tzero) is at the top.\n" " \n" -" -n\tsuppress the normal change of directory when adding directories\n" -" \tto the stack, so only the stack is manipulated.\n" -" \n" -" dir\tadds DIR to the directory stack at the top, making it the\n" +" dir\tAdds DIR to the directory stack at the top, making it the\n" " \tnew current working directory.\n" " \n" -" You can see the directory stack with the `dirs' command." +" The `dirs' builtin displays the directory stack.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid argument is supplied or the directory\n" +" change fails." msgstr "" -#: builtins.c:1321 +#: builtins.c:1766 msgid "" -"Removes entries from the directory stack. With no arguments,\n" -" removes the top directory from the stack, and cd's to the new\n" -" top directory.\n" +"Remove directories from stack.\n" +" \n" +" Removes entries from the directory stack. With no arguments, removes\n" +" the top directory from the stack, and changes to the new top directory.\n" " \n" -" +N\tremoves the Nth entry counting from the left of the list\n" +" Options:\n" +" -n\tSuppresses the normal change of directory when removing\n" +" \tdirectories from the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRemoves the Nth entry counting from the left of the list\n" " \tshown by `dirs', starting with zero. For example: `popd +0'\n" " \tremoves the first directory, `popd +1' the second.\n" " \n" -" -N\tremoves the Nth entry counting from the right of the list\n" +" -N\tRemoves the Nth entry counting from the right of the list\n" " \tshown by `dirs', starting with zero. For example: `popd -0'\n" " \tremoves the last directory, `popd -1' the next to last.\n" " \n" -" -n\tsuppress the normal change of directory when removing directories\n" -" \tfrom the stack, so only the stack is manipulated.\n" +" The `dirs' builtin displays the directory stack.\n" " \n" -" You can see the directory stack with the `dirs' command." +" Exit Status:\n" +" Returns success unless an invalid argument is supplied or the directory\n" +" change fails." msgstr "" -#: builtins.c:1344 +#: builtins.c:1796 msgid "" -"Display the list of currently remembered directories. Directories\n" +"Display directory stack.\n" +" \n" +" Display the list of currently remembered directories. Directories\n" " find their way onto the list with the `pushd' command; you can get\n" " back up through the list with the `popd' command.\n" " \n" -" The -l flag specifies that `dirs' should not print shorthand versions\n" -" of directories which are relative to your home directory. This means\n" -" that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag\n" -" causes `dirs' to print the directory stack with one entry per line,\n" -" prepending the directory name with its position in the stack. The -p\n" -" flag does the same thing, but the stack position is not prepended.\n" -" The -c flag clears the directory stack by deleting all of the elements.\n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" " \n" -" +N\tdisplays the Nth entry counting from the left of the list shown by\n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" " \tdirs when invoked without options, starting with zero.\n" " \n" -" -N\tdisplays the Nth entry counting from the right of the list shown by\n" -" \tdirs when invoked without options, starting with zero." +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." +msgstr "" + +#: builtins.c:1825 +msgid "" +"Set and unset shell options.\n" +" \n" +" Change the setting of each shell option OPTNAME. Without any option\n" +" arguments, list all shell options with an indication of whether or not " +"each\n" +" is set.\n" +" \n" +" Options:\n" +" -o\trestrict OPTNAMEs to those defined for use with `set -o'\n" +" -p\tprint each shell option with an indication of its status\n" +" -q\tsuppress output\n" +" -s\tenable (set) each OPTNAME\n" +" -u\tdisable (unset) each OPTNAME\n" +" \n" +" Exit Status:\n" +" Returns success if OPTNAME is enabled; fails if an invalid option is\n" +" given or OPTNAME is disabled." msgstr "" -#: builtins.c:1367 +#: builtins.c:1846 +#, fuzzy msgid "" -"Toggle the values of variables controlling optional behavior.\n" -" The -s flag means to enable (set) each OPTNAME; the -u flag\n" -" unsets each OPTNAME. The -q flag suppresses output; the exit\n" -" status indicates whether each OPTNAME is set or unset. The -o\n" -" option restricts the OPTNAMEs to those defined for use with\n" -" `set -o'. With no options, or with the -p option, a list of all\n" -" settable options is displayed, with an indication of whether or\n" -" not each is set." +"Formats and prints ARGUMENTS under control of the FORMAT.\n" +" \n" +" Options:\n" +" -v var\tassign the output to shell variable VAR rather than\n" +" \t\tdisplay it on the standard output\n" +" \n" +" FORMAT is a character string which contains three types of objects: " +"plain\n" +" characters, which are simply copied to standard output; character " +"escape\n" +" sequences, which are converted and copied to the standard output; and\n" +" format specifications, each of which causes printing of the next " +"successive\n" +" argument.\n" +" \n" +" In addition to the standard format specifications described in printf" +"(1)\n" +" and printf(3), printf interprets:\n" +" \n" +" %b\texpand backslash escape sequences in the corresponding argument\n" +" %q\tquote the argument in a way that can be reused as shell input\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or a write or " +"assignment\n" +" error occurs." +msgstr "" +"printf formats dan menampilkan ARGUMEN dalam kontrol dari FORMAT. FORMAT\n" +" adalah sebuah karakter string yang berisi dari tiga tipe dari objects: " +"plain\n" +" karakter, yang disalin secara sederhana dari keluaran standar, karakter " +"escape\n" +" sequences yang mengubah dan menyalin keluaran standar, dan\n" +" spesifikasi format, yang selalu menampilkan argumen\n" +" selanjutnya. Tambahan dari standar printf(1) formats, %b berarti untuk\n" +" menexpand backslash escape sequences dalam argumen yang sesuai, dan %q\n" +" yang berarti meng-quote argumen dalam sebuah cara yang dapat digunakan " +"sebagai masukan shell.\n" +" Jika opsi -v diberikan, keluaran ditempatkan dalam sebuah nilai dari " +"variabel\n" +" shell VAR daripada dikirimkan ke keluaran standar." + +#: builtins.c:1873 +msgid "" +"Specify how arguments are to be completed by Readline.\n" +" \n" +" For each NAME, specify how arguments are to be completed. If no " +"options\n" +" are supplied, existing completion specifications are printed in a way " +"that\n" +" allows them to be reused as input.\n" +" \n" +" Options:\n" +" -p\tprint existing completion specifications in a reusable format\n" +" -r\tremove a completion specification for each NAME, or, if no\n" +" \tNAMEs are supplied, all completion specifications\n" +" \n" +" When completion is attempted, the actions are applied in the order the\n" +" uppercase-letter options are listed above.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1380 +#: builtins.c:1896 +#, fuzzy msgid "" -"printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n" -" is a character string which contains three types of objects: plain\n" -" characters, which are simply copied to standard output, character escape\n" -" sequences which are converted and copied to the standard output, and\n" -" format specifications, each of which causes printing of the next successive\n" -" argument. In addition to the standard printf(1) formats, %b means to\n" -" expand backslash escape sequences in the corresponding argument, and %q\n" -" means to quote the argument in a way that can be reused as shell input.\n" -" If the -v option is supplied, the output is placed into the value of the\n" -" shell variable VAR rather than being sent to the standard output." +"Display possible completions depending on the options.\n" +" \n" +" Intended to be used from within a shell function generating possible\n" +" completions. If the optional WORD argument is supplied, matches " +"against\n" +" WORD are generated.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." msgstr "" +"Menampilkan completion yang memungkinkan tergantung dari opsi. Ditujukan\n" +" untuk digunakan dari dalam sebuah fungsi shell yang menghasilkan " +"kemungkinan untuk completions.\n" +" Jika argumen WORD opsional yang diberikan, cocok dengan WORD telah\n" +" dihasilkan." -#: builtins.c:1396 +#: builtins.c:1911 msgid "" -"For each NAME, specify how arguments are to be completed.\n" -" If the -p option is supplied, or if no options are supplied, existing\n" -" completion specifications are printed in a way that allows them to be\n" -" reused as input. The -r option removes a completion specification for\n" -" each NAME, or, if no NAMEs are supplied, all completion specifications." +"Modify or display completion options.\n" +" \n" +" Modify the completion options for each NAME, or, if no NAMEs are " +"supplied,\n" +" the completion currently begin executed. If no OPTIONs are givenm, " +"print\n" +" the completion options for each NAME or the current completion " +"specification.\n" +" \n" +" Options:\n" +" \t-o option\tSet completion option OPTION for each NAME\n" +" \n" +" Using `+o' instead of `-o' turns off the specified option.\n" +" \n" +" Arguments:\n" +" \n" +" Each NAME refers to a command for which a completion specification must\n" +" have previously been defined using the `complete' builtin. If no NAMEs\n" +" are supplied, compopt must be called by a function currently generating\n" +" completions, and the options for that currently-executing completion\n" +" generator are modified.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or NAME does not\n" +" have a completion specification defined." msgstr "" -#: builtins.c:1408 +#: builtins.c:1939 msgid "" -"Display the possible completions depending on the options. Intended\n" -" to be used from within a shell function generating possible completions.\n" -" If the optional WORD argument is supplied, matches against WORD are\n" -" generated." +"Read lines from a file into an array variable.\n" +" \n" +" Read lines from the standard input into the array variable ARRAY, or " +"from\n" +" file descriptor FD if the -u option is supplied. The variable MAPFILE " +"is\n" +" the default ARRAY.\n" +" \n" +" Options:\n" +" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are " +"copied.\n" +" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default " +"index is 0.\n" +" -s count \tDiscard the first COUNT lines read.\n" +" -t\t\tRemove a trailing newline from each line read.\n" +" -u fd\t\tRead lines from file descriptor FD instead of the standard " +"input.\n" +" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n" +" -c quantum\tSpecify the number of lines read between each call to " +"CALLBACK.\n" +" \n" +" Arguments:\n" +" ARRAY\t\tArray variable name to use for file data.\n" +" \n" +" If -C is supplied without -c, the default quantum is 5000.\n" +" \n" +" If not supplied with an explicit origin, mapfile will clear ARRAY " +"before\n" +" assigning to it.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invald option is given or ARRAY is readonly." msgstr "" + +#~ msgid " " +#~ msgstr " " + +#~ msgid "Without EXPR, returns returns \"$line $filename\". With EXPR," +#~ msgstr "" +#~ "Tanpa EXPR, mengembalikan kembalian \"$line $filename\". Dengan EXPR," + +#~ msgid "returns \"$line $subroutine $filename\"; this extra information" +#~ msgstr "" +#~ "mengembalikan \"$line $subroutine $filename\"; informasi tambahan ini" + +#~ msgid "can be used used to provide a stack trace." +#~ msgstr "dapat digunakan untuk menyediakan jejak sebuah stack." + +#~ msgid "" +#~ "The value of EXPR indicates how many call frames to go back before the" +#~ msgstr "" +#~ "Nilai dari EXPR mengindikasikan berapa banyak call frames untuk kembali " +#~ "sebelum" + +#~ msgid "current one; the top frame is frame 0." +#~ msgstr "salah satu ini; top frame adalah frame 0." + +#~ msgid "%s: invalid number" +#~ msgstr "%s: nomor invalid" + +#~ msgid "Shell commands matching keywords `" +#~ msgstr "Perintah shell cocok dengan kata kunci `" + +#~ msgid "Display the list of currently remembered directories. Directories" +#~ msgstr "Tampilkan daftar dari direktori yang diingat sekarang. Direktori" + +#~ msgid "find their way onto the list with the `pushd' command; you can get" +#~ msgstr "" +#~ "menemukan jalannya sendiri kedalam daftar dengan perintah `pushd'; anda " +#~ "dapat memperoleh" + +#~ msgid "back up through the list with the `popd' command." +#~ msgstr "bantuan melalui daftar dari perintah `popd'." + +#~ msgid "" +#~ "The -l flag specifies that `dirs' should not print shorthand versions" +#~ msgstr "" +#~ "Flag -l menspesifikasikan bahwa `dirs' seharusnya tidak menampilkan versi " +#~ "pendek" + +#~ msgid "" +#~ "of directories which are relative to your home directory. This means" +#~ msgstr "dari direktori yang relatif dari direktori home anda. Ini berarti" + +#~ msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag" +#~ msgstr "" +#~ "bahwa `~/bin' mungkin ditampilkan sebagai `/homes/bfox/bin'. Opsi -v" + +#~ msgid "causes `dirs' to print the directory stack with one entry per line," +#~ msgstr "" +#~ "menyebabkan `dirs' ditampilkan di stack direktori dengan satu masukan per " +#~ "baris," + +#~ msgid "" +#~ "prepending the directory name with its position in the stack. The -p" +#~ msgstr "mendahului nama direktori dengan posisinya dalam stack. Opsi -p" + +#~ msgid "flag does the same thing, but the stack position is not prepended." +#~ msgstr "melakukan hal yang sama, tetapi posisi stack tidak didahului." + +#~ msgid "" +#~ "The -c flag clears the directory stack by deleting all of the elements." +#~ msgstr "" +#~ "Opsi -c menghapus direktori stack dengan cara menghapus seluruh elemen." + +#~ msgid "" +#~ "+N displays the Nth entry counting from the left of the list shown by" +#~ msgstr "" +#~ "+N menampilkan masukan ke N dihitung dari kiri dari daftar yang " +#~ "ditampilkan oleh" + +#~ msgid " dirs when invoked without options, starting with zero." +#~ msgstr " dirs ketika dipanggil tanpa opsi, dimulai dengan nol." + +#~ msgid "" +#~ "-N displays the Nth entry counting from the right of the list shown by" +#~ msgstr "" +#~ "-N menampilkan masukan ke N dihitung dari kanan dari daftar yang " +#~ "ditampilkan dengan" + +#~ msgid "Adds a directory to the top of the directory stack, or rotates" +#~ msgstr "" +#~ "menambahkan sebuah direktori ke ujung atas dari direktori stack, atau " +#~ "memutar" + +#~ msgid "the stack, making the new top of the stack the current working" +#~ msgstr "stack, membuat sebuah top baru dari stack direktori yang dipakai" + +#~ msgid "directory. With no arguments, exchanges the top two directories." +#~ msgstr "saat ini. Tanpa argumen, menukar top dari dua direktori." + +#~ msgid "+N Rotates the stack so that the Nth directory (counting" +#~ msgstr "+N Memutar stack sehingga direktori ke N (dihitung" + +#~ msgid " from the left of the list shown by `dirs', starting with" +#~ msgstr "" +#~ " dari kiri dari daftar yang ditampilkan oleh `dirs', dimulai dari" + +#~ msgid " zero) is at the top." +#~ msgstr " nol) ini dilakukan di top." + +#~ msgid "-N Rotates the stack so that the Nth directory (counting" +#~ msgstr "-N Memutar stact sehingga direktori ke N (dihitung" + +#~ msgid " from the right of the list shown by `dirs', starting with" +#~ msgstr "" +#~ " dari kanan dari daftar yang ditampilkan oleh `dirs', dimulai dengan" + +#~ msgid "-n suppress the normal change of directory when adding directories" +#~ msgstr "" +#~ "-n menekan perubahan normal dari direktori ketika menambahkan direktori" + +#~ msgid " to the stack, so only the stack is manipulated." +#~ msgstr " ke stack, jadi hanya stack yang dimanipulasi." + +#~ msgid "dir adds DIR to the directory stack at the top, making it the" +#~ msgstr "dir menambahkan DIR ke direktori stack di top, membuatnya " + +#~ msgid " new current working directory." +#~ msgstr " menjadi direktori baru untuk bekerja." + +#~ msgid "You can see the directory stack with the `dirs' command." +#~ msgstr "Anda dapat melihat direktori stack dengan perintah `dirs'." + +#~ msgid "Removes entries from the directory stack. With no arguments," +#~ msgstr "Hapus masukan dari direktori stack. Tanpa argumen," + +#~ msgid "removes the top directory from the stack, and cd's to the new" +#~ msgstr "menghapus top direktori dari stack, dan pindah ke" + +#~ msgid "top directory." +#~ msgstr "top direktori yang baru." + +#~ msgid "+N removes the Nth entry counting from the left of the list" +#~ msgstr "+N menghapus masukan ke-N dihitung dari kiri dari daftar" + +#~ msgid " shown by `dirs', starting with zero. For example: `popd +0'" +#~ msgstr " yang terlihat oleh `dirs', dimulai dari nol. Contoh: `popd +0'" + +#~ msgid " removes the first directory, `popd +1' the second." +#~ msgstr " menghapus direktori pertama, `popd +1' kedua." + +#~ msgid "-N removes the Nth entry counting from the right of the list" +#~ msgstr "-N menghapus masukan ke N dihitung dari kanan dari daftar" + +#~ msgid " shown by `dirs', starting with zero. For example: `popd -0'" +#~ msgstr " yang terlihat oleh `dirs', dimulai dari nol. Contoh: `popd -0'" + +#~ msgid " removes the last directory, `popd -1' the next to last." +#~ msgstr "" +#~ " menghapus direktori terakhir, `popd -1' selanjutnya ke terakhir." + +#~ msgid "" +#~ "-n suppress the normal change of directory when removing directories" +#~ msgstr "" +#~ "-n menekan perubahan normal dari direktori ketika menghapus direktori" + +#~ msgid " from the stack, so only the stack is manipulated." +#~ msgstr " dari stack, sehingga hanya stack yang dimanipulasi." + +#~ msgid "allocated" +#~ msgstr "teralokasi" + +#~ msgid "freed" +#~ msgstr "terbebaskan" + +#~ msgid "requesting resize" +#~ msgstr "meminta resize" + +#~ msgid "just resized" +#~ msgstr "just resized" + +#~ msgid "bug: unknown operation" +#~ msgstr "bug: operasi tidak diketahui" + +#~ msgid "malloc: watch alert: %p %s " +#~ msgstr "malloc: watch alert: %p %s " + +#~ msgid "" +#~ "Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n" +#~ " break N levels." +#~ msgstr "" +#~ "Keluar dari dalam sebuah FOR, WHILE, atau UNTIL loop. jika N " +#~ "dispesifikasikan,\n" +#~ " break N levels." + +#~ msgid "" +#~ "Run a shell builtin. This is useful when you wish to rename a\n" +#~ " shell builtin to be a function, but need the functionality of the\n" +#~ " builtin within the function itself." +#~ msgstr "" +#~ "Jalankan sebuah builtin shell. Ini akan berguna ketika anda mengharapkan " +#~ "untuk mengganti nama sebuah\n" +#~ " shell builting ke sebuah fungsi, tetapi membutuhkan sebuah " +#~ "fungsionalitas dari\n" +#~ " sebuah fungsi builtin itu sendiri." + +#~ msgid "" +#~ "Print the current working directory. With the -P option, pwd prints\n" +#~ " the physical directory, without any symbolic links; the -L option\n" +#~ " makes pwd follow symbolic links." +#~ msgstr "" +#~ "Tampilkan direktori yang sedang digunakan saat ini. Dengan opsi -P, pwd " +#~ "menampilkan\n" +#~ " direktori physical, tanpa symbolic link yang lain; dengan opsi -L\n" +#~ " membuat pwd mengikuti symbolic links." + +#~ msgid "Return a successful result." +#~ msgstr "Mengembalikan sebuah kembalian yang sukses." + +#~ msgid "" +#~ "Runs COMMAND with ARGS ignoring shell functions. If you have a shell\n" +#~ " function called `ls', and you wish to call the command `ls', you can\n" +#~ " say \"command ls\". If the -p option is given, a default value is " +#~ "used\n" +#~ " for PATH that is guaranteed to find all of the standard utilities. " +#~ "If\n" +#~ " the -V or -v option is given, a string is printed describing " +#~ "COMMAND.\n" +#~ " The -V option produces a more verbose description." +#~ msgstr "" +#~ "Menjalankan PERINTAH dengan ARGS mengabaikan fungsi shell. Jika anda " +#~ "memiliki sebuah shell\n" +#~ " fungsi yang memanggil `ls', dan anda berharap untuk memanggil " +#~ "perintah `ls', anda dapat\n" +#~ " mengatakan \"command ls\". Jika opsi -p diberikan, sebuah nilai " +#~ "default digunakan\n" +#~ " untuk PATH yang menjamin untuk mencari semua utilitis standar. Jika\n" +#~ " opsi -V atau -v diberikan, sebuah string ditampilkan mendeskripsikan " +#~ "PERINTAH.\n" +#~ " Opsi -V menghasilkan deskripsi yang lebih detail." + +#~ msgid "" +#~ "Declare variables and/or give them attributes. If no NAMEs are\n" +#~ " given, then display the values of variables instead. The -p option\n" +#~ " will display the attributes and values of each NAME.\n" +#~ " \n" +#~ " The flags are:\n" +#~ " \n" +#~ " -a\tto make NAMEs arrays (if supported)\n" +#~ " -f\tto select from among function names only\n" +#~ " -F\tto display function names (and line number and source file name " +#~ "if\n" +#~ " \tdebugging) without definitions\n" +#~ " -i\tto make NAMEs have the `integer' attribute\n" +#~ " -r\tto make NAMEs readonly\n" +#~ " -t\tto make NAMEs have the `trace' attribute\n" +#~ " -x\tto make NAMEs export\n" +#~ " \n" +#~ " Variables with the integer attribute have arithmetic evaluation (see\n" +#~ " `let') done when the variable is assigned to.\n" +#~ " \n" +#~ " When displaying values of variables, -f displays a function's name\n" +#~ " and definition. The -F option restricts the display to function\n" +#~ " name only.\n" +#~ " \n" +#~ " Using `+' instead of `-' turns off the given attribute instead. " +#~ "When\n" +#~ " used in a function, makes NAMEs local, as with the `local' command." +#~ msgstr "" +#~ "Declare variabel dan/atau memberikan atribut kepada mereka. Jika tidak " +#~ "ada NAMA yang\n" +#~ " diberikan, maka menampilkan nilai dari variabel. Opsi -p\n" +#~ " akan menampilkan atribut dan nilai dari setiap NAMA.\n" +#~ " \n" +#~ " Flags adalah:\n" +#~ " \n" +#~ " -a\tuntuk membuat aray NAMA (jika disupport)\n" +#~ " -f\tuntuk memilih dari nama fungsi saja\n" +#~ " -F\tuntuk menampilkan nama fungsi (dan nomor baris dan source nama " +#~ "file jika\n" +#~ " \tdebugging) tanpa definisi\n" +#~ " -i\tuntuk membuat NAMA memiliki atribut `integer'\n" +#~ " -r\tuntuk membuat NAMA baca-saja\n" +#~ " -t\tuntuk membuat NAMA memiliki atribut `trace'\n" +#~ " -x\tuntuk membuat NAME export\n" +#~ " \n" +#~ " Variabel dengan atribut integer memiliki arithmetic evaluasi (lihat\n" +#~ " `let') selesai ketika variabel diberikan ke.\n" +#~ " \n" +#~ " Ketika menampilkan nilai dari variabel, -f menampilkan sebuah nama " +#~ "fungsi\n" +#~ " dan definisi. Opsi -F menekan untuk menampikan nama\n" +#~ " fungsi saja.\n" +#~ " \n" +#~ " Menggunakan `+' daripada `-' mematikan atribut yang diberikan. " +#~ "Ketika\n" +#~ " sedang digunkan dalam sebuah fungsi, membuat NAMA lokal, seperti " +#~ "dalam perintah 'local'." + +#~ msgid "Obsolete. See `declare'." +#~ msgstr "Kadaluarsa. Lihat `declare'." + +#~ msgid "" +#~ "Create a local variable called NAME, and give it VALUE. LOCAL\n" +#~ " can only be used within a function; it makes the variable NAME\n" +#~ " have a visible scope restricted to that function and its children." +#~ msgstr "" +#~ "Membuat sebuah variabel lokal yang disebut NAMA, dan menampilkan NILAI-" +#~ "nya. LOKAL\n" +#~ " hanya dapat digunakan dalam sebuah fungsi; ini membuat NAMA variabel\n" +#~ " memiliki scope visibel terbatas untuk fungsi itu dan anaknya." + +#~ msgid "" +#~ "Toggle the values of variables controlling optional behavior.\n" +#~ " The -s flag means to enable (set) each OPTNAME; the -u flag\n" +#~ " unsets each OPTNAME. The -q flag suppresses output; the exit\n" +#~ " status indicates whether each OPTNAME is set or unset. The -o\n" +#~ " option restricts the OPTNAMEs to those defined for use with\n" +#~ " `set -o'. With no options, or with the -p option, a list of all\n" +#~ " settable options is displayed, with an indication of whether or\n" +#~ " not each is set." +#~ msgstr "" +#~ "Ubah nilai dari variabel yang mengontrol perilaku opsional.\n" +#~ " Opsi -s berarti untuk mengaktifkan (set) setiap OPTNAME; opsi -u\n" +#~ " mengunset setiap OPTNAME. tanda -q menekan keluaran; status keluaran\n" +#~ " mengindikasikan apakah setiap OPTNAME diset atau diunset. Opsi -o\n" +#~ " membatasi OPTNAME ke nilai yang didefinisikan untuk digunakan dengan\n" +#~ " `set -o'. Tanpa opsi, atau dengan opsi -p, sebuah daftar dari " +#~ "seluruh\n" +#~ " opsi yang bisa diset ditampilkan, tanpa sebuah indikasi apakah salah " +#~ "satu atau\n" +#~ " bukan setiap dari variabel diset." + +#~ msgid "" +#~ "For each NAME, specify how arguments are to be completed.\n" +#~ " If the -p option is supplied, or if no options are supplied, " +#~ "existing\n" +#~ " completion specifications are printed in a way that allows them to " +#~ "be\n" +#~ " reused as input. The -r option removes a completion specification " +#~ "for\n" +#~ " each NAME, or, if no NAMEs are supplied, all completion " +#~ "specifications." +#~ msgstr "" +#~ "Untuk setiap NAMA, spesifikasikan bagaimana argumen akan diselesaikan.\n" +#~ " Jika opsi -p diberikan, atau tidak ada opsi yang diberikan, " +#~ "completion\n" +#~ " spesifikasi yang telah ada ditampilkan dalam sebuah cara yang " +#~ "membolehkan mereka untuk\n" +#~ " digunakan sebagai masukan. Opsi -r menghapus sebuah spesifikasi " +#~ "completion untuk\n" +#~ " setiap NAMA, atau jika tidak ada NAMA yang diberikan, untuk semua " +#~ "spesifikasi completion." diff --git a/po/ja.gmo b/po/ja.gmo index 6a620335fc8eae58bf60343f749b2da8ddfa75a6..cf00ca490dc6e02cd0f153315718e100d5f683da 100644 GIT binary patch delta 23 ec-s4J|J{B=z6h6vu91O)frXW+;pR$_I&J`Ff(K#% delta 23 ec-s4J|J{B=z6h6zu91;~p@Eg5>E=q2I&J`F90yqd diff --git a/po/ja.po b/po/ja.po index bc68e01f6..9210b8cdb 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU bash 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2000-03-21 19:30+0900\n" "Last-Translator: Kyoichi Ozaki \n" "Language-Team: Japanese \n" @@ -14,413 +14,423 @@ msgstr "" "Content-Type: text/plain; charset=EUC-JP\n" "Content-Transfer-Encoding: 8bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%c%c: °­¤¤¥ª¥×¥·¥ç¥ó" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, fuzzy, c-format msgid "%s: cannot read: %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, fuzzy, c-format msgid "`%s': cannot unbind" msgstr "%s: ¥³¥Þ¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, fuzzy, c-format msgid "`%s': unknown function name" msgstr "%s: ÆÉ¤ß¹þ¤ß¤Î¤ß¤Î´Ø¿ô" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 #, fuzzy msgid "loop count" msgstr "¥í¥°¥¢¥¦¥È" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" -#: builtins/common.c:105 +#: builtins/common.c:107 #, fuzzy, c-format msgid "line %d: " msgstr "¥¹¥í¥Ã¥È %3d: " -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, fuzzy, c-format msgid "%s: option requires an argument" msgstr "¥ª¥×¥·¥ç¥ó¤Ë¤Ï°ú¿ô¤¬É¬Í×: -" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, fuzzy, c-format msgid "%s: not found" msgstr "%s: ¥³¥Þ¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, fuzzy, c-format msgid "%s: invalid option" msgstr "%c%c: °­¤¤¥ª¥×¥·¥ç¥ó" -#: builtins/common.c:190 +#: builtins/common.c:192 #, fuzzy, c-format msgid "%s: invalid option name" msgstr "%c%c: °­¤¤¥ª¥×¥·¥ç¥ó" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, fuzzy, c-format msgid "`%s': not a valid identifier" msgstr "`%s' ¤ÏÍ­¸ú¤Ê³Îǧ¤Ç¤Ï¤Ê¤¤" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "°­¤¤¥·¥°¥Ê¥ëÈÖ¹æ" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "°­¤¤¥·¥°¥Ê¥ëÈÖ¹æ" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 #, fuzzy msgid "invalid number" msgstr "°­¤¤¥·¥°¥Ê¥ëÈÖ¹æ" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: ÆÉ¤ß¹þ¤ß¤Î¤ß¤ÎÊÑ¿ô" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 #, fuzzy msgid "argument" msgstr "°ú¿ô¤ò´üÂÔ" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "" -#: builtins/common.c:259 +#: builtins/common.c:261 #, fuzzy, c-format msgid "%s: no job control" msgstr "¤³¤Î¥·¥§¥ë¤Ë¤Ï¥¸¥ç¥ÖÀ©¸æ¤¬¤¢¤ê¤Þ¤»¤ó" -#: builtins/common.c:261 +#: builtins/common.c:263 #, fuzzy msgid "no job control" msgstr "¤³¤Î¥·¥§¥ë¤Ë¤Ï¥¸¥ç¥ÖÀ©¸æ¤¬¤¢¤ê¤Þ¤»¤ó" -#: builtins/common.c:271 +#: builtins/common.c:273 #, fuzzy, c-format msgid "%s: restricted" msgstr "%s: ¥¸¥ç¥Ö¤Ï½ªÎ»¤·¤Þ¤·¤¿" -#: builtins/common.c:273 +#: builtins/common.c:275 #, fuzzy msgid "restricted" msgstr "½ªÎ»¤·¤Þ¤·¤¿" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, fuzzy, c-format msgid "write error: %s" msgstr "¥Ñ¥¤¥×¥¨¥é¡¼: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, fuzzy, c-format msgid "%s: ambiguous job spec" msgstr "%s: ¤¢¤¤¤Þ¤¤¤Ê¥ê¥À¥¤¥ì¥¯¥È" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: ÆÉ¤ß¹þ¤ß¤Î¤ß¤Î´Ø¿ô" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, fuzzy, c-format msgid "%s: cannot destroy array variables in this way" msgstr "$%s: ¤³¤Î¤è¤¦¤Ë»ØÄê¤Ç¤­¤Þ¤»¤ó" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, fuzzy, c-format msgid "cannot open shared object %s: %s" msgstr "named pipe %s ¤ò %s ¤Ø³«¤±¤Þ¤»¤ó: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, fuzzy, c-format msgid "%s: cannot delete: %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: ¤Ï¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤¹" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, fuzzy, c-format msgid "%s: not a regular file" msgstr "%s: ¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: ¥Ð¥¤¥Ê¥ê¥Õ¥¡¥¤¥ë¤ò¼Â¹Ô¤Ç¤­¤Þ¤»¤ó" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, fuzzy, c-format msgid "%s: cannot execute: %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, fuzzy, c-format msgid "logout\n" msgstr "¥í¥°¥¢¥¦¥È" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "" -#: builtins/fc.def:263 +#: builtins/fc.def:261 #, fuzzy msgid "no command found" msgstr "%s: ¥³¥Þ¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, fuzzy, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, fuzzy, c-format msgid "%s: illegal option -- %c\n" msgstr "ÉÔÀµ¤Ê¥ª¥×¥·¥ç¥ó: -" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, fuzzy, c-format msgid "%s: option requires an argument -- %c\n" msgstr "¥ª¥×¥·¥ç¥ó¤Ë¤Ï°ú¿ô¤¬É¬Í×: -" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, c-format msgid "hits\tcommand\n" msgstr "" -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, fuzzy, c-format msgid "%s: cannot open: %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -432,114 +442,138 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, fuzzy, c-format msgid "%s: history expansion failed" msgstr "%s: »Ø¿ô¤Îɽ¸½¤ò´üÂÔ" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: »Ø¿ô¤Îɽ¸½¤ò´üÂÔ" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 #, fuzzy msgid "Unknown error" msgstr "̤ÃΤΥ¨¥é¡¼ %d" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "ɽ¸½¤ò´üÂÔ¤·¤Æ¤Þ¤¹" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%c%c: °­¤¤¥ª¥×¥·¥ç¥ó" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%c%c: °­¤¤¥ª¥×¥·¥ç¥ó" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "°­¤¤¥·¥°¥Ê¥ëÈÖ¹æ" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: Ÿ³«¤µ¤ì¤Æ¤¤¤Ê¤¤ÊÑ¿ô" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 #, fuzzy msgid "no other directory" msgstr "%s: ¤Ï¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤¹" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "Recursion stack underflow" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -564,7 +598,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -585,50 +619,40 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, fuzzy, c-format msgid "read error: %d: %s" msgstr "¥Ñ¥¤¥×¥¨¥é¡¼: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "" -#: builtins/set.def:806 +#: builtins/set.def:805 #, fuzzy, c-format msgid "%s: cannot unset" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/set.def:813 +#: builtins/set.def:812 #, fuzzy, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/set.def:824 +#: builtins/set.def:823 #, fuzzy, c-format msgid "%s: not an array variable" msgstr "%s: Ÿ³«¤µ¤ì¤Æ¤¤¤Ê¤¤ÊÑ¿ô" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, fuzzy, c-format msgid "%s: not a function" msgstr "%s: ÆÉ¤ß¹þ¤ß¤Î¤ß¤Î´Ø¿ô" @@ -638,20 +662,20 @@ msgstr "%s: msgid "shift count" msgstr "shift [n]" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, fuzzy, c-format msgid "%s: file not found" msgstr "%s: ¥³¥Þ¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" @@ -664,77 +688,77 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, fuzzy, c-format msgid "%s is a function\n" msgstr "%s: ÆÉ¤ß¹þ¤ß¤Î¤ß¤Î´Ø¿ô" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, fuzzy, c-format msgid "`%c': bad command" msgstr "%c%c: °­¤¤¥ª¥×¥·¥ç¥ó" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, fuzzy, c-format msgid "%s: cannot get limit: %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 #, fuzzy msgid "limit" msgstr "CPU ¸ÂÅÙ" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, fuzzy, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó" -#: builtins/umask.def:119 +#: builtins/umask.def:118 #, fuzzy msgid "octal number" msgstr "°­¤¤¥·¥°¥Ê¥ëÈÖ¹æ" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -748,72 +772,72 @@ msgstr "" msgid "Aborting..." msgstr "" -#: error.c:259 -#, c-format -msgid "%s: warning: " -msgstr "" +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " +msgstr "½ñ¤­¹þ¤ßÃæ" -#: error.c:404 +#: error.c:405 #, fuzzy msgid "unknown command error" msgstr "̤ÃΤΥ¨¥é¡¼ %d" -#: error.c:405 +#: error.c:406 #, fuzzy msgid "bad command type" msgstr "print_command: °­¤¤¥³¥Þ¥ó¥É¥¿¥¤¥× `%d'" -#: error.c:406 +#: error.c:407 #, fuzzy msgid "bad connector" msgstr "°­¤¤¼õÅϤ· `%d'" -#: error.c:407 +#: error.c:408 #, fuzzy msgid "bad jump" msgstr "°­¤¤ jump %d" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: Ÿ³«¤µ¤ì¤Æ¤¤¤Ê¤¤ÊÑ¿ô" -#: eval.c:180 +#: eval.c:181 #, fuzzy, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "%c¤ÏÆþÎÏÂÔ¤Á¤«¤é¥¿¥¤¥à¥¢¥¦¥È¤·¤Þ¤·¤¿: ¼«Æ°¥í¥°¥¢¥¦¥È\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "¥Ñ¥¤¥×¥¨¥é¡¼: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: À©¸Â: `/' ¤ò¥³¥Þ¥ó¥É̾¤Ëµ­½Ò¤Ç¤­¤Þ¤»¤ó" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: ¥³¥Þ¥ó¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, fuzzy, c-format msgid "%s: %s: bad interpreter" msgstr "%s: ¤Ï¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤¹" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, fuzzy, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "fd %d ¤ò fd 0 ¤ËÊ£À½¤Ç¤­¤Þ¤»¤ó: %s" @@ -892,87 +916,97 @@ msgstr "%s: msgid "getcwd: cannot access parent directories" msgstr "getwd: ¾å°Ì¥Ç¥£¥ì¥¯¥È¥ê¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "fd %d ¤ò fd 0 ¤ËÊ£À½¤Ç¤­¤Þ¤»¤ó: %s" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" -#: input.c:245 +#: input.c:266 #, fuzzy, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "check_bash_input: fd %d ¤Î¤¿¤á¤Î¥Ð¥Ã¥Õ¥¡¤Ï´û¤Ë¸ºß¤·¤Þ¤¹" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, fuzzy, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: ¥×¥í¥»¥¹ID(%d)¤Ï¸ºß¤·¤Þ¤»¤ó!\n" -#: jobs.c:1410 +#: jobs.c:1408 #, fuzzy, c-format msgid "Signal %d" msgstr "̤ÃΤΥ·¥°¥Ê¥ë #%d" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "½ªÎ»" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Ää»ß" -#: jobs.c:1433 +#: jobs.c:1431 #, fuzzy, c-format msgid "Stopped(%s)" msgstr "Ää»ß" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "¼Â¹ÔÃæ" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "½ªÎ»(%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "½ªÎ» %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "̤ÃΤΥ¹¥Æ¡¼¥¿¥¹" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(¥³¥¢¥À¥ó¥×) " -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -982,125 +1016,125 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "ÂÔµ¡: pid %d ¤³¤Î¥·¥§¥ë¤Î»Ò¥×¥í¥»¥¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: ¥¸¥ç¥Ö¤Ï½ªÎ»¤·¤Þ¤·¤¿" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "¥¹¥í¥Ã¥È %3d: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr " (¥³¥¢¥À¥ó¥×)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 #, fuzzy msgid "initialize_job_control: getpgrp failed" msgstr "initialize_jobs: getpgrp ¼ºÇÔ: %s" -#: jobs.c:3593 +#: jobs.c:3613 #, fuzzy msgid "initialize_job_control: line discipline" msgstr "initialize_jobs: ¥é¥¤¥ó discipline: %s" -#: jobs.c:3603 +#: jobs.c:3623 #, fuzzy msgid "initialize_job_control: setpgid" msgstr "initialize_jobs: getpgrp ¼ºÇÔ: %s" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "¤³¤Î¥·¥§¥ë¤Ë¤Ï¥¸¥ç¥ÖÀ©¸æ¤¬¤¢¤ê¤Þ¤»¤ó" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "<̤ÃÎ>" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1156,112 +1190,117 @@ msgstr " msgid "syntax error: `((%s))'" msgstr "¥·¥ó¥¿¥Ã¥¯¥¹¥¨¥é¡¼" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: °­¤¤»Ø¼¨¥¿¥¤¥× %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, fuzzy, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "´üÂÔ¤·¤Æ¤Ê¤¤¥Õ¥¡¥¤¥ë¤Î½ªÎ»(EOF)¤¬`%c'¤ò¸«ÉÕ¤±¤ë¤Þ¤¨¤ËȯÀ¸" -#: parse.y:3071 +#: parse.y:3708 #, fuzzy msgid "unexpected EOF while looking for `]]'" msgstr "´üÂÔ¤·¤Æ¤Ê¤¤¥Õ¥¡¥¤¥ë¤Î½ªÎ»(EOF)¤¬`%c'¤ò¸«ÉÕ¤±¤ë¤Þ¤¨¤ËȯÀ¸" -#: parse.y:3076 +#: parse.y:3713 #, fuzzy, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "´üÂÔ¤·¤Æ¤Ê¤¤ token `%s' ¤Î¤¢¤¿¤ê¤Ë¥·¥ó¥¿¥Ã¥¯¥¹¥¨¥é¡¼" -#: parse.y:3080 +#: parse.y:3717 #, fuzzy msgid "syntax error in conditional expression" msgstr "ɽ¸½¤Ë¥·¥ó¥¿¥Ã¥¯¥¹¥¨¥é¡¼" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 #, fuzzy msgid "expected `)'" msgstr "`)' ¤ò´üÂÔ" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, fuzzy, c-format msgid "unexpected token `%c' in conditional command" msgstr "`:' ¤ò¾ò·ï¤Îɽ¸½¤Î¤¿¤á´üÂÔ¤·¤Æ¤Þ¤¹" -#: parse.y:3273 +#: parse.y:3910 #, fuzzy, c-format msgid "unexpected token `%s' in conditional command" msgstr "`:' ¤ò¾ò·ï¤Îɽ¸½¤Î¤¿¤á´üÂÔ¤·¤Æ¤Þ¤¹" -#: parse.y:3277 +#: parse.y:3914 #, fuzzy, c-format msgid "unexpected token %d in conditional command" msgstr "`:' ¤ò¾ò·ï¤Îɽ¸½¤Î¤¿¤á´üÂÔ¤·¤Æ¤Þ¤¹" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "´üÂÔ¤·¤Æ¤Ê¤¤ token `%s' ¤Î¤¢¤¿¤ê¤Ë¥·¥ó¥¿¥Ã¥¯¥¹¥¨¥é¡¼" -#: parse.y:4543 +#: parse.y:5199 #, fuzzy, c-format msgid "syntax error near `%s'" msgstr "´üÂÔ¤·¤Æ¤Ê¤¤ token `%s' ¤Î¤¢¤¿¤ê¤Ë¥·¥ó¥¿¥Ã¥¯¥¹¥¨¥é¡¼" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "¥·¥ó¥¿¥Ã¥¯¥¹ ¥¨¥é¡¼: ´üÂÔ¤·¤Æ¤Ê¤¤¥Õ¥¡¥¤¥ë¤Î½ªÎ»" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "¥·¥ó¥¿¥Ã¥¯¥¹¥¨¥é¡¼" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "¥·¥§¥ë¤«¤éæ½Ð¤¹¤ë¤Î¤Ë \"%s\" ¤ò»È¤¤¤Ê¤µ¤¤.\n" -#: parse.y:4777 +#: parse.y:5433 #, fuzzy msgid "unexpected EOF while looking for matching `)'" msgstr "´üÂÔ¤·¤Æ¤Ê¤¤¥Õ¥¡¥¤¥ë¤Î½ªÎ»(EOF)¤¬`%c'¤ò¸«ÉÕ¤±¤ë¤Þ¤¨¤ËȯÀ¸" @@ -1276,72 +1315,72 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: °­¤¤Àܳ `%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, fuzzy, c-format msgid "%s: ambiguous redirect" msgstr "%s: ¤¢¤¤¤Þ¤¤¤Ê¥ê¥À¥¤¥ì¥¯¥È" -#: redir.c:149 +#: redir.c:150 #, fuzzy, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: ¸ºß¤¹¤ë¥Õ¥¡¥¤¥ë¤ò¾å½ñ¤­¤Ç¤­¤Þ¤»¤ó" -#: redir.c:154 +#: redir.c:155 #, fuzzy, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: À©¸Â: `/' ¤ò¥³¥Þ¥ó¥É̾¤Ëµ­½Ò¤Ç¤­¤Þ¤»¤ó" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "¥×¥í¥»¥¹¤ÎÂåÆþ¤Ë¥Ñ¥¤¥×¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 #, fuzzy msgid "redirection error: cannot duplicate fd" msgstr "¥ê¥À¥¤¥ì¥¯¥·¥ç¥ó¥¨¥é¡¼" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "" -#: shell.c:864 +#: shell.c:876 #, fuzzy, c-format msgid "%c%c: invalid option" msgstr "%c%c: °­¤¤¥ª¥×¥·¥ç¥ó" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "»ä¤Ï̾Á°¤¬¤¢¤ê¤Þ¤»¤ó!" -#: shell.c:1755 +#: shell.c:1777 #, fuzzy, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU %s, ¥Ð¡¼¥¸¥ç¥ó %s\n" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1350,35 +1389,35 @@ msgstr "" "»ÈÍÑÊýË¡:\t%s [GNU Ť¤¥ª¥×¥·¥ç¥ó] [¥ª¥×¥·¥ç¥ó] ...\n" "\t%s [GNU Ť¤¥ª¥×¥·¥ç¥ó] [¥ª¥×¥·¥ç¥ó] ¥¹¥¯¥ê¥×¥È¥Õ¥¡¥¤¥ë ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU Ť¤¥ª¥×¥·¥ç¥ó:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "¥·¥§¥ë ¥ª¥×¥·¥ç¥ó:\n" -#: shell.c:1763 +#: shell.c:1785 #, fuzzy msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD Ëô¤Ï ¥³¥Þ¥ó¥É\t\t(Áʤ¨¤Î¤ß)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s Ëô¤Ï -o ¥ª¥×¥·¥ç¥ó\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "¥·¥§¥ë¥ª¥×¥·¥ç¥ó¤Î¾ÜºÙ¤Ë¤Ä¤¤¤Æ¤Ï `%s -c \"help set\"'¤ÈÆþÎÏ.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "ÁȤ߹þ¤ß¥³¥Þ¥ó¥É¤Ë¤Ä¤¤¤Æ¤Ï `%s -c help'¤ÈÆþÎÏ .\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1558,87 +1597,82 @@ msgstr "̤ msgid "Unknown Signal #%d" msgstr "̤ÃΤΥ·¥°¥Ê¥ë #%d" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, fuzzy, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "°­¤¤ÂåÆþ: `%s' ¤¬ %s ¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: ¥ê¥¹¥È¤òÇÛÎó¥á¥ó¥Ð¡¼¤Ë³ä¤êÅö¤Æ¤é¤ì¤Þ¤»¤ó" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 #, fuzzy msgid "cannot make pipe for process substitution" msgstr "¥×¥í¥»¥¹¤ÎÂåÆþ¤Ë¥Ñ¥¤¥×¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s" -#: subst.c:4439 +#: subst.c:4496 #, fuzzy msgid "cannot make child for process substitution" msgstr "¥×¥í¥»¥¹¤ÎÂåÆþ¤Ë»Ò¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s" -#: subst.c:4484 +#: subst.c:4541 #, fuzzy, c-format msgid "cannot open named pipe %s for reading" msgstr "named pipe %s ¤ò %s ¤Ø³«¤±¤Þ¤»¤ó: %s" -#: subst.c:4486 +#: subst.c:4543 #, fuzzy, c-format msgid "cannot open named pipe %s for writing" msgstr "named pipe %s ¤ò %s ¤Ø³«¤±¤Þ¤»¤ó: %s" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "fd %d ¤ò fd 0 ¤ËÊ£À½¤Ç¤­¤Þ¤»¤ó: %s" - -#: subst.c:4504 +#: subst.c:4561 #, fuzzy, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "named pipe %s ¤ò fd %d ¤Î¤¿¤á¤ËÊ£À½¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó: %s" -#: subst.c:4700 +#: subst.c:4757 #, fuzzy msgid "cannot make pipe for command substitution" msgstr "ÂåÍý¥³¥Þ¥ó¥É¤Ë¥Ñ¥¤¥×¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s" -#: subst.c:4734 +#: subst.c:4791 #, fuzzy msgid "cannot make child for command substitution" msgstr "ÂåÍý¥³¥Þ¥ó¥É¤Ë»Ò¤òºîÀ®¤Ç¤­¤Þ¤»¤ó: %s" -#: subst.c:4751 +#: subst.c:4808 #, fuzzy msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: ¥Ñ¥¤¥×¤ò fd 1 ¤È¤·¤ÆÊ£À½¤Ç¤­¤Þ¤»¤ó: %s" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: ¥Ñ¥é¥á¡¼¥¿¤¬¥Ì¥ëËô¤Ï¥»¥Ã¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: °­¤¤ÂåÍý" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: ¤³¤Î¤è¤¦¤Ë»ØÄê¤Ç¤­¤Þ¤»¤ó" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "°­¤¤ÂåÆþ: `%s' ¤¬ %s ¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "" @@ -1680,103 +1714,123 @@ msgstr "`]' msgid "invalid signal number" msgstr "°­¤¤¥·¥°¥Ê¥ëÈÖ¹æ" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, fuzzy, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: °­¤¤¥·¥°¥Ê¥ë %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, fuzzy, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU %s, ¥Ð¡¼¥¸¥ç¥ó %s\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "" @@ -1839,12 +1893,12 @@ msgstr "command [-pVv] #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "declare [-afFrxi] [-p] ̾Á°[=ÃÍ] ..." #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "typeset [-afFrxi] [-p] ̾Á°[=ÃÍ] ..." #: builtins.c:80 @@ -2225,7 +2279,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:334 @@ -2236,7 +2290,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:346 @@ -2377,10 +2431,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2396,14 +2453,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2418,7 +2475,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2432,7 +2489,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2449,7 +2506,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2462,7 +2519,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2489,7 +2546,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2501,7 +2558,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2542,7 +2599,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2565,7 +2622,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 msgid "" "Exit the shell.\n" " \n" @@ -2573,7 +2630,7 @@ msgid "" " is that of the last command executed." msgstr "" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2582,7 +2639,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2612,7 +2669,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -2624,7 +2681,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2638,7 +2695,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2662,7 +2719,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2684,7 +2741,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2718,7 +2775,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2742,7 +2799,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2759,7 +2816,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2781,7 +2838,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2826,7 +2883,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2858,7 +2915,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2867,7 +2926,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2879,7 +2938,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -2961,7 +3020,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -2981,7 +3040,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3000,7 +3059,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3009,7 +3068,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3019,7 +3079,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3030,7 +3090,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3044,11 +3104,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3057,7 +3118,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3134,7 +3195,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3142,7 +3203,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3154,7 +3215,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3190,7 +3251,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3220,7 +3281,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3264,7 +3325,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3282,7 +3343,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3299,7 +3360,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3313,7 +3374,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3326,7 +3387,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3343,9 +3404,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3363,7 +3424,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3379,7 +3440,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -3390,7 +3451,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3411,7 +3472,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -3422,7 +3483,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -3433,7 +3494,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3447,7 +3508,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -3458,7 +3519,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3472,7 +3533,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3483,7 +3544,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3511,7 +3572,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3565,7 +3626,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3596,7 +3657,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3623,7 +3684,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3652,7 +3713,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3673,7 +3734,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3703,7 +3764,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3725,7 +3786,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3738,7 +3799,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3767,7 +3828,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" @@ -3907,9 +3968,6 @@ msgstr "" #~ msgid "reading" #~ msgstr "ÆÉ¤ß¹þ¤ßÃæ" -#~ msgid "writing" -#~ msgstr "½ñ¤­¹þ¤ßÃæ" - #~ msgid "process substitution" #~ msgstr "¥×¥í¥»¥¹¤ÎÂåÍý" diff --git a/po/lt.gmo b/po/lt.gmo index 002e50f384d2faf2d60a11863b565df2675ddccb..0b4444330ab620f6fe189ebcc166b23242fef49e 100644 GIT binary patch delta 5821 zc-mc933yc16~2=Yz^G+WL&zk<%w*pu8=0AGGm~wyOeXsRL5+|?G$bK2VYN;ns8vLk z2NV?%6^&GFq|XgSP->xAl&w@Mh*Ge!2-VuMgFPqz)z0U9dHLVF@4kD_@}K3shxP?r zeOKc`P|AT$!%#zBy&VlCn+>ADioUJhhpI=g!Cu8^iNB; zG!%ku3WY$sLb2fyd3}R$G~w9sm=`%78`%j{37h2g!{edo(}c-BHl4h2Y`k>Acq}v~ zOb9v^#xR&PHw+eNC5&gm2?a9ad?{28Hz@Lz zO*oRH!-x%c8nMA)BR05hlw6900>((pH$~!kpCu9|Y>R}(PesDyuSY_lQ-pbhBckBL z;wZSLJqo0Hj4+MERN@zeS-fF1Ok5fbMH-`_m`CF3=pmQ+#9Psj_y`7uR%gkgVi1;< zF%V=y3^aH$2Bv?BFo`vefn~mr0Vnuj*8GlG$%$A9;EDw~?~TQ}561HIM{69-g=eS00vl2wz$+;bbZ-haIGO@-2ByLy z_EbbiYbrS8k=IY9!V-T-g#dd~vHrDGAIKGBf(wdG(C}Up!tPfl#O)I%kY+m}$tcbf zW^=_P=_eA_r$N&tX^4VtX~+xTreQ;EI?$Pp>e-hLa&Gpe!-t2`;p4OEcyL$-G)~Px z*wtoW<6emyGLX1F$$%!u2n(1ynRw2b36kEIiS;%TI#}~eY&5B6&rtSh09J^ z5vKYaCM)^BEC(7)&B2BXb1>oA94zor4orR`2P7Jk3xQH{F|Rlmf^_A=$BX3sK{>uN z7nb@g7hDU9 zugdEq`LOJ*1$Zt@Vp;(#=q!-+zoP(}K3V`WK3@QGZ7D#8+g$+59GCMnHkdTbhVaa? zK{LAz^X|4mfnVF8`GA~%zy=GRvq7+6JK3L2JI)UB727ef-wqAe+YyF4>_{-j?C|ke z2Lvs2Ak($T>lqHD*azhJatB=SjJ&Tpkcf6WpvVsnA5KCGDSc8Dq!og_M~M2f3BM@< znWh%wL8Tb^VRtc1f3z4ITqs5u2A61)~?Na#kucZjDYo*w5gcCm0I^ok?Cp4^cLV*q^EHK}R^&fFUpg|{GbjFFY z?+Y#i`-=!mxZ0H=fov*6mD*D#t6CXcWGJW2xT7hDW!9BLpgrZVz?bDvB)9^W$f|$< zGb?aksemQks~F0dK5@1JEZ0?HEQzi67U48vzYyHq#q0p3{H^rAJJm zH-c!2+JI8gk`QaVj*o4uB)41iJm5u<26lS`EEHL*bKqrn?c(8 zW*!FbHd-g?% zi`lAl{7qhW3FI01^NBa*8JlH5ApgJ2@A(2@7r=#t6AO1gLiYH6zdv&WDo}ct$gz*v zrQ9>f>p+Qbu}k@7hmL=;|2h88$(#KGg>c zcLRa4oh9dgMaN&5oC2H}BgZQQ^1|nA{~g?L@aq(};hbi<&E`f_pn;^w84Ahw{H$=A z3kZ`>Ak}_D#~XC~TY#iba)`>goKNf=Iov}Er1q`cmi_2|j_V74i*sCV;ex`SN(55q zP58_s?&Qu_AQ>(Ei9r-zoUG{hfO~wuwJ!Ue_tEhWuCyGU0?`%8%s8m52)j+$5H`$r zSRfnluZLe7beXh2QvpM!~rf`Ca(;oZGk<%dv8S48M+hAg&fr9_}|smAHw!0`8M}e=ZkP*oQu{T$B@*`aQIY>y|*<$v>`lMSk~N{mws<$eF*E zKj_g>!@ZP1a_8S1I)2A5d@SG}1qv*G5dFJAn=xHZ^eWf2&#O0dcLb?1Q3-)cSNuX{ zYojwhHba(4#wspZVR&3w)b@RdXrtA=^fLO z9evY1$@SeqAKDn^By^SSHE^70(TlMKClR26G(oK4k*_xH6>Zjxds5{$|hO47y zyb`F~+V!ZSo1Y#3qmJ!eeI9R{cb>P+BkVn$9bNZzd-OeRy=^nwy}fN6r0&;?EXuO} zaq8**%>in_!x;gJb%{-Ra>*ykhmXCazOeLNjk0msW@X;;7S*=mW{vW}%KhqkWsycP yuRf|;){F{Jmad(pIG#vQ)LMh;S@))9L|ad9$35L%_3(OapyGJ$cGdHo67)X-$l2Wh literal 43014 zc-pOf3w#|{dFPlyLqt<3rAr@_OdKn+K=)csfCMQfD3Bo0ZSr6r|w*=-BqQ488`n=ZR;w=G?urCrKnVOzRo+d_B$-}gUf z=FHWVEr%p@6-7Gy_b0WgUVN+*nslI zD2GsvqPz^{CX{bPiRRv;rv5RM+faTH?S@sBL&XV3LK{O4VWfBqfH{V2~y8KL|!l!>Xo$&?S7 z@}uW+{lAA2Q+odc|4j{RGObrrd?HjPm;PxR2Y;>$~T1JwLIL^9^p~ z^CZd_p`6*sb~kL~_;;e*g7OLT{Kp%)&u^eC3EWKm(D_{N<>zyp>GKKS*7=0zyUyqS ze+lKFtPAB&qx|Oi9Pg}6EPr|v+m$wPT{|{$Jy)Xy2)v^xu?6oz)BZP2{U2=NzQ47J z`+Z(N=RL2V?Z*0f9tX{HwV&;e_H({F`nldG`?;=9p*%<6*3bFBX2v_~0-nRb1+1UC zfcvkT@~tR;RMuzOeE|Plgz}jS2%qN+aDC?v@SH~nIL|(mBPid1au>??3=q%%($t>| zB)J0RHJgd|??*X~@~=?tl=T3puSMA$BprNkko)_6lrIqc8Dzh2qkKEcGKlVvp98!_ zc_E(PiNpLIlpja=Ucql5)#WIC9RA;;te`w7cruJRP@X_}9Oa9);*3$=it-wvYm`-# zM=m0qKMrF15tM)UD#HISUPZk8Cd%z{POm1sCSFbWUxji4WgF#F(jVmxfiH;sn<#$` z3fOF@DDS~~|7nc;?KT|7^94TJIsYTuIp0T6 z;z+$e+0J>NKTi67**N!E8fU-JagIAaPCTrS6E07VbKXymbN_!b&U4wYgX@0v4xZz| z9poqX>>!UBt5scabiZ zc5z?tHP4^i#dUvW7w3Dy738NEUcvPRSCDRQyn^!MlUH!x8zy+JFGM*caF`&RubCiS z&rc9uZ<^pdcTI48zdk|!^7#qU*EdbM+%`#&h3hw_5mlovz0 zc@Bq6Ik%hq=jd+Y)$O~9PoLe*b$!wF`^Ij<>m`$HfBq!#|Fx5Bcikk@#}&;Iw`33Zd*2?;_tYM)cV!Rx*`Ms;dd{69 ze9BW?$L=ZekE^D*zSg*9*a6a2dVui1^8oqd#|{wRzIK4~oO_UXJ9&`sdKbz*(FaWZ z2M!WX|K=e1*-H;`oxvf_cmE;6>r;oguHQezeSP~7=l$Lxj&uHD!Y?>XI(pM#;_JQU z`L_-eZvXW#*Y)kg9RFoUh`&3J@Z7>9#N&4z;r@U32;u%0M+nz%93h`M>nh@5=_=CW zbyrcJde>Fdvp#bb;qgybaeqTsldj)zHRpe)DL-~K@#ZU66aUY>hUdTi8sf***RWsv z8t(sn*BH9LhVy>els|ec`SPXLa$l1uFB3Yxmi<0pA?F(l`928Q|6L)^^ZlXW)1lGVOuOgJaUJD3;?L!C zd>@L4%#+?X&2t|+=LwhEJn8NpQ~$Yn&i~DM_B(rl=ix7K zAL9#z&l?sYUEeHRpUASL5+O)d3Eq?;oo)E|6-kd>n~AWC-zf={Nt7e`RnHz)O~m%Ht@1N%%p+ah}`3nF<}CoECc^^}M%8 zyOiU64<)*I$Cl6!g!&DXH>14&80UZaaqjO`$GMK3$GOf!$H^Dod7Sw4`^SxbfwCfe z4}*V9@a2uvw>Q2CvPs~M@-`Xo-;>Tijq;et|2Grgj=!1kedx`^$4{aBd93GaC{vN6 zH$rDX`K23)M~}RP`1tv^aJ@hLR?qv-!mr;-`SQ1K<+@(}Hu94lZzG=E{x+`vN%QKz=f`VQ{@y{3HT9pwMdxtaL>6E_ncTW%(Q-F`FA zzi~6+@WjnV@4T7#^}JiS--~YH`5w82a^sF$h@ZcH3*rBzTZnIecMIw0oOgQOKV!YG zekb+K;akb)Ms78B-mRpct8XRVAHS9K_1;?vr;psqeSYp%p6j39%6Y$fE7y6>ZR~f& zZJc-EHlEkpZ=*hX@;36Pf4z--{AIUOZd7ik9C_$=>N}sj-RMcTla5|;2le&+cMz_3 z-of>L@(#l5zum!ofBz1`ZS$SfH)rnT`X0ZN?SAi0L!Wn2er~*ra6EJu@nQKcuH(aZ zaX+8Gi|u~oZqoNfVy`BdX!~3~=$&c>2m-~MBUc&#Gdx<|^x|jUy?@{g*xpN=! z*(`{}=8fT>kk!_V?e-@{)Ix{`b9`{NXL{CjNfn-NcLUyqn{{ zwWhrCe&Y4D_jCL^?jQ+_2Or?Ro_>II z`uPWVUO)68@o?*d)B~<~kn6ksLALwd2YKHA@*v@P*?XY#fzK_zhv&KPA?`1Ei0^NG zh53~KBKTLl9 z!bkXg)gxTz?T>KZpL~S){YQ@wf4=_+&;Nyway=J6N;tmpQNr=Pk8+&fG|%6DlyH0D z3F7CgPmsPAPO$#56Wq`5pq!F(J3)H6{4vU_!;cxe;4$v^zQ;KJ(~t2Szw;R7%)tAJ zr*rQo9z6bjv%mM7^*+w?x!9E9=J^Yc8@=QS?&tg`$geJcf^@h11jl*b6U6%! zQ$FWO;=yH4a-987^4xEHl61B5B-i!LC#fgD;scb2SAT%xJ@Nsr|8pOp9w}$>eetIl zcjvGv51CSYDPQtPNtA`xl@b-#}Yd{sdnBXGZv{$T-vXZjU;^x6OOOyUX$J`S|;1 zBJ)iBEAjk<=uCnKB6~y+@aRAKu17zO{CV7&YY=^&D|Bk%W9A${`32$grvA&OtUG;$ zF0VDeC(wRY_@dYv_?>vG|J)(+&WyibWS#kap(#aP@AIe!7*?Tw#2<86e7s%b{eme4 zKVN3XxYCrOGyJ^M_9s!lX#;%-JMEd``O~5km79x~E53`3X~ZP1ia^ zp1#AQzf6315Y?VI-9?U^6rI5%j>?~(ku_|{`~HgH-Ujj{;WIvd|I`NRWS5zCPmBB# z8SK$__IIZ5yeVJ0fwZ#&FZ}w~#kY@l2V_i?XPI}x zv!1(wH2)t=-D~lDqv(htM?BK|af@?!_m8q>lnsx%$j3!KY@mMnphrLB2%djV__OKv zNDqAcp6~~>yH)%(?>F^-Z_2;%$m2zh?-m~o z+WnA6{wYjp=LX6qu}l81>GOvo%S4|s&%(pEpxv*EZjACfG9JoDJ?g(J9_5PYod4?4 zH~Sfx18qJl@eh#+;+GH`!z0hVTKubmuW0jQ`1=oLE|C*uJpb?p`k0kJiH?Nl*rOia zzk&W#`zNyeLt-5sb)C0)lu7QNqt0)U2QTe$4nJwiH_3T!AYXs^2I|}2>S`-G;s*u3 z8z@i3MiTu(bcjC}zAv)Xqb$3`p);{rUV`WIOx>JEc@zq+o4T*#?|*UT5_$WV9_6&i zp8v;inab01(C44!x9R&8@i}?a^&T?uwm$rQ*o-AI>9_EA(W6`w+v^s+v8-8aY^y}dq+RyQKlyqc?M={y5 zKO^H0bdAx~yB*Ch`~cnYu2MsjSht^7`BCBnYEdh#2c58L*4zw_`jxcZ4x2cZxLuP$ zF-chI#O-C%rX4oor7+Q<=CFWH-eSm~X~nIo|H`ccoGGlt&1#Q+^`KX`lIhkAk9GV` ztgTGvQ}3Bz_x+tff$&(+Xw}0JyOiO9A8>?{9RVvkbBM~ggYqiqXwy#IDtnuNd445m zHsg+9UoiWySf%G0~4xQbv+6a3=Uw-^d|$h zdLcmTs=v8E8MIZhx!E{vYTKZ>EF&dleX9gC=eL9AeCP=*de@Ekvq2Tx>4fc8JH)?Q zA2ep8`7}-we=(l*lU7*is&0qGELOMY(+1EPXOjZw0G?Jmu7rtl6d7P*Jn`&Q&9Ea_ z@3#VAgp3@`MPwdXlO&x@I#DOhE2C!6UdAbf?VzLBgMK)FZ}k}~^$IZB?O@q&gpFCV zrD8L*XvWP_6YFkA73{wn9&?*j+943k9C}t;4eMdA+N9Htm(7$*K|2a&>mb4cy5-Ho zV__xjgmzPcXFXnbPck2Nu(w9k>3-3OtI^zY?{@$g)(|#YI!mv&tLm1*_R)5P<%P!p zNfjAg3j}1U-QCh=5_VQqjA&b>VB6e?5ot0fc&oKxyNyEy_O+vMNv5>yG2>puR8rUo zNfUtW#KOPY2A8$AI51hK9Q4rz>?vslmC&y&1nmIW)3yXOvvELM3w`+=IXfR9>nw9J zoS>{ga4u*jBEjYY%)|*6;zagZYl81-MO3ec^FiG(6u(sR`zstrNNhe-+--w20arn)k5f%=w^MZs#Y%nB77;Tbk!*XTeAmf4bWJ7 zt)ig_SL)G1*kgtOS|zNc9}ubwS}hBG%|a&3x3lw>1~^5ae7gbavY>55fVZGkT*o4l zuoWm9(Ra;QkP@OuH?VpccrT+u#)8J{wkk<03sP^MI}Xcts@mZ^N4PpHPt~!^*E@ST@_K?ax#1DnEZwm(BoTkKBg|=WDb6u;=PN*0=R|<2}~!a z-quA}($9#!0E(=(u&=i8%qTBkg@jpC~4J$2DgZ0*wTvI z9g+x!$8X2BF=~)Nb4v#T+G=FaK?LnG^uI?)Rp#*fOyXygjowVJQ1*V~8mDm#W{VAyR6LbDlpQz*D z+%Y5&c01&D!<3y=wN}M1dyZnI7^*FM+X-@cv1+%np7DwOnCT#1TdMRoU9or14vre? z^wn@KNb8+mZMTo_8#{P~w1}D(>BFE6Uas0GjAI?42r6OyK_pafh8(Md146n)OJUbB zsm{kqbfBOeT5&@-1x5yK9vPH@$VQ7}n63DU{0@?AL95^~?n41R`tP=SJ}I`XY*Rc%aAV&)k3!*?`JAif$KB?oD4`Oh=L)` zBP1+iid}gvbQsyGofycFozQ}53Jfy?RjL+|iFYx(=qR?EIp@+oyRbz0QY`z^ zuC0aTL?mc|0@`T>h{^Q;Y8?nF8GSCU*W;sd+{todHm*ac)}v-E8P$l_sv*(q>Vony$KXjWjrZCCpP zps2^P>l(%~<5F1CLOufEjd4Lu#=D@y2sB&bY_eFR zW8~{g{7u7tx$JMk(#9#kaC0K=13Osvdk9_=lX0qVQJRhpUTnJFy|4AG>=Aqo2zwi1YL-pu_SwwviPH{j3J zgL$6(8h!1I()Wm*elx_sFfX*H>7_O!Z0&qR)N+UAW&%?N0{&-(zKyYAfQW|rIr;V1#%Sc{G1q= zhD}g|$X;8Y4Eg&SW-B|j+Tw6f1Pa6hMbL;-{;1+vgUjoq*H{@(kT5i0rD;1i3#p(7 zYtEUeP7Yw=_K?|(Ja=yeD_MI7WpCHiAyS0_#7Li~dY-j6Cn%dRxM&jRd6OE)5d0UB z2_=X;rR+^XiJhAR!yYXNk7^t$eJ+UdESi{*4N0jIS5*n4+A54=@8tNtBjefJduNka zPE^nbm@!igE3opz0W?%oRVNzTzbhg8Dm9C&kV<(QNGb%_43DZHGiV?-h)lUpj<2Bi ztqv6!n(4Tj&ye3bTIJ#As^e$no-=Q=4C?BvlFt0QXWlsJO)=qeOCqCD0BWM)p7;pQlkri zuU6OA?CsDzG603T$NpW1_UxECc%Tb;F^s5H6=5Dm^hZY4W-b!Ov~-wk-8kf29PKAh zCUN9ux=}=Eqf|{SAjy^VQs8h7(f*o_c5nE+5SMo3Fp(ju{f3Ukz!tWcP1xJZB5m{vcN9wK+!?W9piQ=sTaVGradveT9JYH z-Xyj#m(~py6zo@hOY-t#-T=RYR&( zm74IKO6aWgplesjIwTY#Y#8Vv60ITpL3RgZQ3Dra&d2I^#Wa{Y%=8lrmbe*?W{wB# zC5O!)!vJimhZs`bw)CxHN<6tOrRYfg1Q>~;E6%-v0k?^XA~miH!(^ko9#&^SKt=FE zojA*J3MMEXe;HjZ@4&HeO=ly-bDL=hZ^U~Ol9||QP+Mo&AP99`)8DAeZd4w5Z;6X{h8CXNU|omm^_dsVsaQgS(r^mqC#`pT9sHa{s7W2qG&%bv1|L@ zse=T8y6p{bRaFjxJa_o0buH4cW1Q!K9N%oLqAwy3o(*N41z{|ML}Gu8`itW2O3X@u zVmRfpcW`3Q4seb=V+Tk4nf}Uv6Z=pU&m%XU>L(Rd6a7j(4BAOAJ|@PchU|1H0wu$! z>Y?(qGRLWN9J@bbOE82juFAB|fR##Bsc55tIEKOG1?W0TBM^u-CCVy#`E01%IH>k{ z|28Bh!{C?7ArMvz$FLaBN~{+z5-VmiOp$h0glKTLDd7V-(PfzMGiclzkcmXKRm2dv zQ|`;(s$Mma2~IiNhAhP%vxCkv+O*tv2+NoeeuT9r3#aUB@WI-%b<-JZ_e-?_5gIzs znqy@9lyk9hR&JqhOtTLB&94~Dk{kkh)*4~ZOmgpbW@9Dd%N7FwI(naXh~Yd&CA~vQ zFdvSbjbpvGODDbFzt;XJm&<*pX~MW&Nuzku+>;G&>`yjo5=Iyp>x^0}->MxYpqx$T z2eQ>FyHdw8s^$E93!C)`9q(#zK@l0mgVhw2`F;&KWS&~-s4BQc{7ut&ous%p^(1DA z?3?c1X~?_yI@2{9qM5I+l?~~5l0e}^rDr3ZJ#jjMmo@_8yLn^dg+10KuNlQ_MVbx8 zF|sTPw*_B8`hwenuh{M;T%6MnXC55L!%yzR5WTPxL7y4Pt2L8LGJmY%nMb$08P)v; zczCW7CkxI_G&ezME@bMb@^7)EsCxQVd;uCps}!Aen|d6@iU+1Nt3kVJB6ZX*_KF=3 z`Kq?L=@um!PnvU$Xb9vO_|5^XR%^U}xuwMDJr=`u6~-$vbyOv$F}WAQN{y4y4X?Ai zStV2fq;Iw|jqg|09X_UYhJuXeAr+TET_Qw*Z*_THr*4HV9|5&?%_M-?ZrRgpI1NZ= zao5ZtmmPc1kz9?An&KjY^{vTN$)b=d7t$6M4{d3FAvYRwQk9e{hg5~|7+Mw(C?E11 zV)Q#;`lh1URO;8K#kA4#y3=tOFgJ?1;4@{OCv0lk*f!H?GdebHM$c$Z*|?!K;x1VM zxEOhZ9Dq&EsfA6xu*5=o7UXsn+*510UgiOx;aLvQ;&DP;l1CAz?TRQh1k5V0dBJ1u z*(@S+oXY9CGc#m&0uN&c>zs2S;Hp)X8)Z6^ZU> z3fO)n(*&GK560LH3s7DQx)3@eEh7xi2!}bcA zVVoxQ<*Y}cHuK{Z;s?1~FY84`vFov@T-uis@llNxU=puI?qhUYG^kbSS*u=F3YzVs zp5ZA*)+u6HH%w2#D4iLt26}2hV#v##S|g5%B$SdTY`A=T&D^$1rg-WJOO$xX$I#%( z27}J?D!RbA)9TCXw9PVQ*-b){N9)&!o|43XOW+ zgpQXWTol!qgBCSf45;TvmwQl@OywlKObA0z%LBj);MSQx0HhlBdS!Vzby#Go#sgy^ zvKd&EXw%J03K^SLhwG8#W4&7dxme6`(}25MGNj2uE*eJF2o{bvA9g%7g48dXg`d?u zN{cs75V6iK8{xpFS{leIdvonD9I-J%HEANp_nd0 z{H-iNK7gql4@HHan**k^8Hg-w&xxb58g>-=qkdyyx;eWnR#y?IvN8_4$ppNKwJ?LmAJYh zJ(QGL4c}&sn75gKieQ(@w@1ad0(`|gyl9C;^{gQvWS;%LKL5QC9s?rGOK23}z3!N2 zlbbVjB`K!=c;I0(+Xi|bO+m4$SjCF@iK?ejcA!G-b8x(VY8}N!4(h4d{xK*@NONxh&Jh;j7|o9(WYgr=1ufUwVe`$$1q8o3d!#xTHel?6R3N zQ5#~zlp?@$Wx1e+E5ftIoRR5?@;+m*<>3kCciGt)Hy3?rWmDQfdEhV!lNd=5n`nrz ze<30vPYozjS(NNg@$=EuYe#?_&d*0PJS3{pil~-%8HPj7%#d(F%VZQmhK0>a;i$2e zrBIoVY&Rd#0I)bJ9vRl9)>8~64$;iSKFltu;wc0*En_Y>Ax-E2C}y&^D0(zkLo)|$ zT3lfnJfF>52kj9J`Teuj*A&xR&G5gNZp_Kz_MNRq%^tydy8wo_`)^<<&J66|kj5sM zmZx?Ug1yF4%A>p1>y{bmHl(!FGZ?KoB#daH9;aWSGjUZmmYW%tB@`SU+YctKOhI)b zI)oEr()KvWGB7=!7xj4>SV%SuteZMCIVm|0`wr~evE37Gf}T0N;**P&aK0P)$xp%wUiz?F^^T>t&a{dKmRby!v&17jj@?*Yx<# zNsUYzCg0Cbuhg(ymH>{I1WVzxdOpl2m9wefO$J9z*GN>ptDiuvc9IFz{>}Z>LH&wl zA(~&{TpfiH=Gcms(Oidl&>mJO_E#fFYDE0}TMg?NNtVICj~TbM`@p>To}R+>H4_5J zlvZ`l&q>d^tGd)G@xT`t&N#$GBm?xAC64&-7> zt=0sEp0hf;5uPI1r1I^DLmtM)HI(5dXB*em>XZ*pFhrw7nfdD#Xt3-lmK*dn-_Q}I zfpE^6cI@5htL`J}PR)J~Jaau%+S9hmVvnMno=Nk;LhDRcsY^ryh->;n*4-~XeYa;Z z)4C@i;?m-Bdsr7|4;-%yoI&H{%o-2*>+&zH(YN5+u{3HyI?I z(m^nPXz=70TbF%HCQJ+7zZEp5&9p1KWtAD`-zWf|MZ`;8KKcdgC+jgP6 z(q_Y#ZXNdD^d`2$i{U{u+=_-54vzMDXVrtW1|W3&lTR%{EpAB4Ks0~yfh6*=EdY|& zQ;3eYa-tSQKFq3UF>TIw0&`bI(4GzCwu)vdsn5$$jItXm_^RRqz+zySXM1Z!-r?-C zH+Q0%FEcDf5c-WY>UDJm?7I+)!a%KH<>?SAU65a1@mDuKEWv`my78eQJ5a(Pq)7y9 zuYA0qLW%XD(lzIS6UI&T2%_2w_v9HvJB?nOx zrG5a+Y}Qiq9xyur-Kr@8^LFFpO^YX=GA&NtG$d;>mswz0c)AznL#M5+R`-YQD`r8@ z0ZQ2ba$GAX^2TPIwa>u!_XSJK$Ezz(M`<*YFKHMfKFhwPyf0QO@RGHz3!bwpAL;;Q zmZJ8`iF7eE_gFOLqw)xILsA38XjDyQr%5epcOr9{MKi<<$#PAi0=L)h4oK4iM#R;}h6 z9xP$`X~gR=(v_$Eb~L;4QF|8#-kp44F<$jToyqf>#cb}x2nZg1UtNkoJ4r)Q8G!IH zb|Z8q>|{MRWPp>w*tO85vV+rB4khE^_ry5A=Pn)>09C_z)k4WH@SIfwm+)?xb-<>R z4*&)cwLSnh&J;h9P+kF-GW@aJLadBrc`3FDa%p5bw1DKb*y$idhI*lkj?N+%Xw;Ip z*gi>XDOzWjMPx4k`;I!`oL4;%Jb}s`)ubI42I$CB&{+BCqB*auAI7aNqhWO^Tnsg< z8?6P&vxasPL0x!wk5$b>014O>hb`RM$SB9|-uDPYK{tz@5BDhiI6Swh~iR1kgO|DEqXb2#hcZz{WEc z+;uaDgi{lZhF7C1kTr3u&9JN!aiDeJi|tk{-ebw%vIGq#uu+((-ro>l;b0hb;AB__ zOX;K_UT{!zvxdamM0t|^B{dvxHR908$p>l;B_L8^wT;!w3-Ie^Y-zR`5+j-grs>{$ zkkggHcoDIftSt)zE9*tEOJP(?8iF`W5^s+3*_>vp*)XWoda!GOFxFmU69;py(sKb; zXxW#E3LIA|Bx}lySp2xvo-4*_HJ4|5E-T~gkdUHe#mQ-QPbWp(W5bGd+D7Op77mTk zHk<2027B}%LYirWmtsM%7Z-yR_GvS8tHJV=s5ds@PT2lQ!`ILwm@bE&*(^w%KDA&fH-Dm`T;MgO=<4ezSZzXqc!D$wAD%p+=?jOokfW0;~;HKnG)(88a%$%(7M8jl~sb<7A_leYm4^T~8v; zhb^MT0ijhQLM;+T3+#vON^O%DlQ{ZnH?ud3&pG_1WOpKJvQ@p#n@U0ZV(&Ksxu@jh zhh>ME0^w)&90*J;PZ~cf9~~l-XenZN6M(RsjlkZpi8vYZ=V2|1G#A56n9$0J2Dqhs zIeujr`BTbbaLnK^{KCp@pBafbMCy+je--n@j#l>eS>>-w`H{8rPLSO>cjAR4uvU1{ zMcN>Li;~q%&1D?A!Z;maqVqD#np00~SsrX)ml zQz$zT7Su9~Ra9~ZSq+BdOqYWQw%e0`&kzSSs#CVkf(4Hq=Hq8Qxx0OiHo4CnGg+HM zRVr=Nu`m}Mx3b=nLp!Z?RzB1=TZH10YTj)vO{~H!7uf(t7&=Hs3;OHi8Z(-#i<(Sn z2RZqGn6w-x#?P`hmWrTK+UNlJrCj&zB?oBu`RZ0{W)LDzHT0PJ`^FBBjZaKX>^UR{ zo}`$jhE4#5zkkQX?v+RPoP3aQ#L??LD01kIcOruvRf3EwgrokVW-U7PfpCua;`NrDo}8T7=P$~9L$v3Gps6BBzK`zIH@k&)R!#IpuoiZp{P zTxQRcA1+gtP!n{&RaSAsuazsebSnj2TpfHU#wPAGT}BYJrr4Tk@%=GKt%dghiXcSoU69q`*B67{uG6_Ud; zh#*wyvZJ7F@e_2ApQKaLlLi;=OJ`mEVZdk`Bt~DAHi>klfi7thtxK z+^`Zs70XqID7$3EHOr?YJqz0wMKM0l8?%8piU1WX@*Gj)C#&1+B>E1Py(`uI5zd9R zPCS}B86(m4n_${{EBLNlG4JALLg4la7I$T^80FE*%m9O|e1aHfu4GY!6Lw^d8H=_# zvxg3>;_juUu(2E^gam_B4&KP(#C#lY9F?s=U>i%2rZ`8Jl_2-Tq`9+1R6z+89j$7N z!%oK(R@DIA02iz=gS%E$BOZ&Qw(`+Y;Udn+la}Y$(ZkxQbi4z`f$TuV&|sIhNmX*e zbHmJ?t`3LK8;e{Wo0!}yZ^5>oT6r3Mz(OQ^Ve}Mo&P6emd0C6q<|4=XPz4SxB=#c% zjvau}4wWlf&8f3Jto$12A`-W9qXklok4F^%Er=Z7XOv`7Ut?g&;3wZMmR`pDl+q3u z8BWK%C{O0{$K|C+qYz3Lxh~bMGZ-7tm@uWFAd*0%Y2uEEb`ff1Na#V{%A<5gP@_o` zt4}z#a=A-tWZV-R&O3PWJ&Ce^QBhB!=kO|*E(tj0J4#81BS~vPN+5U>{LImLXtR@r zg0~o2*3c4N@K`}RJT4#qVKIdkxto5CHi6~L8ZWED98$z=V*kk*HO#L)xjghIRvz6y zhJSYNJ>Yl|gmyL=a`!i>cYc~CvhWfmLO8pqk5(`JDr8q`LPApPRFLxrM2yZV{J6dhisDsN2W%{t;3OIq4U!($!vx(5ucPaNrlSN* zDiN(tloUaDP7x>~xOxNaH1o2cI?ykWtyEN@S!la-k7*!vF)iL3Be??=EMaxNgKBMg zn9*~6GZi%-B@$KOu7YK5vwFdylIPRNTvk(c)PN*~Om4IyVa6(01djcQ6SwXGi`o1I%^tu5Jf8n9zc8sB#|!Na1KRW6=ba5+gm741gc%sg$#lq!sHM7^3=G zlP1`*d|0Ngz>^>Ds`clZdiIO?kV&e6Rtd`o>AVmOcwU%Or*zd`UBhLU$aD{Ahsg)l z0l7m}xg?N^gD>}~Kf(^kkKp8}fKg_GbuQK_HHy?qXF&pN7OliO{>y!RE1y_`F1Ye^ zRhhrsJ)yIBV6dLe>)y??FyP`HKW zG;NbgC_$-3AZy7)=k->a0@V7GZWu)c$3~&Ob%9Aob7_rQ@2bf+L?#DKAgicu9>gzi zt0~IP;!QP~z~xOfyX1;32TQvsH3Mr-mf#GjuDY&~IW*lgZL37FM}_;w+)^WHHCd2# z{p@7TmbvzAast9;oILA(Sp+d<*Ti(qa!ZVDwwYJm3>F#{#^+TW1H}MN-a3nkckMJT zj3~L@18Q!&!6B0xRgBS_n{kSZuwO;jdhN+3X*jaeU27g+MW;atw5_V4u^{_b(&f;%q?{^7==E{?Y>}@X<)A?uez>Q>poEPV(h>+ z>*>CqnS%O79DU}FuA?LEj?jxT&ln^MoP5?)oTDb5v)W@os|(m4`}v$!beH=?5ajjh zG!U>9a&yGz0p{AE$|P#WvUtmFY-%mjh$(83c&jv(x7UKLUzO=QIQf7f8uvH~%tCJD zF{;L_exuK{Ktk0Tj6b{mr2p_ z9o_&QAP{Q+{W z>ORd*DM*}@ye#e6ItbRfOo(Z7@;RC2mGD9#lOdxi2y3Q}jOyz=fF>HJ;~5i(FoN&6 zHByQAW=R-juNu^sXPIv@>@l5A_A1GA@sdd}CE_H81)A%F3}bw$jK(4>_H0c1xh=Xbc;xW`9fa^h_e|C|HUy@Uv z#kc7^l19&G(z}-}&QZ4P>6yy^g58F%Nam9A>`3p{i9LKov6Kx@1>*!4Y zgMM{c^^nM9)FhGV3>F);CGe~00OAujo~i?zvyc4;-TMIypmAFHx`XV-Aty0CfzpifF2i2@{Ii*8657Ke)&NIu1~T7uS1#qM6u3~&L>qIFNn zub!<~sSB%VFon97*48x7pSgM-S#IeVRfF76$`lv0E~E!|&9IkxB)Yom=aEa81jOQ^ zO!>b=aEZ;bAc###qp6t?q|GIY7^=(UhGYYYzrW!1^7z%1en0@S6Te^Fw!qC&JuG0e zyb}pHg*~oiQrN7znaPHFVvnq?pmd?i*vxtAYC-mt3+Z~RZ)WN;!~D-YYRR^EMU#ks zbzEnT0VleeCBM;OeaPOjl)QHMjzJ?*2MJ75u7NAx;Z)38ZMN2=E!J>AqMml0i zM}~f&Uv(L8MbV+cz@^nftRLj^(B?o3u6JF&B!l+PX1FKgwIrCtR17N2S&k|r51Vm} z*WnZgon4Div-v{qg^S^k4~oB`Fuvq=M1>2Z#2XpRYQ{jQO04ms(f^x=IEz^$CW@5D zkc_$6E7`?O^IRIrAg<}CnP-UFv2p$9DL`~4O-vme%JNAK#M9(dPN?-<&t$&Jh<)o5 z=)R-r^cq^$^jRutS^pnEPjmEVniXq~|L`HRh8#07|0J9TVJ#usk~(?+nKz}&Q5J;rIK&}i8yx|9mYp`yxU(*@|% z?746T5yWdE7KWM_r)`-D=-doA(@ukhK8cf1?p#99?QsL8=VutLyL);Dy`SBj>zyhi zSGnWY_Ax;Rb&dBT>q=oWr)!;@aqA(!+sR2?Z7nzFddA65I18>9(&Ym$`%qnEDIFB~ zM?4R7-DhR&$*y!6^N~novd$!qlizJ+FQ\n" "Language-Team: Lithuanian \n" @@ -14,370 +15,425 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%100<10 || n%100>=20) ? 1 : 2);\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && (n%" +"100<10 || n%100>=20) ? 1 : 2);\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "blogas masyvo indeksas" -#: arrayfunc.c:362 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: netaisyklingas veiksmo pavadinimas" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: nepavyko priskirti prie neskaitinio indekso" -#: bashhist.c:331 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: nepavyko sukurti: %s" -#: bashline.c:3030 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "bash_execute_unix_command: nepavyko rasti keymapo komandai" -#: bashline.c:3079 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: pirmas ne tarpo simbolis nėra „\"“" -#: bashline.c:3108 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "nėra uždarančiojo „%c“ %s" -#: bashline.c:3142 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: trÅ«ksta dvitaÅ¡kio skirtuko" -#: builtins/bind.def:194 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "„%s“: netaisyklingas keymap'o pavadinimas" -#: builtins/bind.def:233 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: nepavyko perskaityti: %s" -#: builtins/bind.def:248 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "„%s“: nepavyko atjungti (unbind)" -#: builtins/bind.def:283 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "„%s“: nežinomas funkcijos pavadinimas" -#: builtins/bind.def:291 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s nėra priskirtas jokiam klaviÅ¡ui.\n" -#: builtins/bind.def:295 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s gali bÅ«ti iÅ¡kviestas su " -#: builtins/break.def:128 +#: builtins/break.def:77 builtins/break.def:117 +msgid "loop count" +msgstr "" + +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "prasminga tik „for“, „while“ arba „until“ cikle" -#: builtins/caller.def:131 -msgid "Returns the context of the current subroutine call." -msgstr "Grąžina esamos procedÅ«ros kontekstą." - -#: builtins/caller.def:132 builtins/caller.def:136 builtins/pushd.def:666 -#: builtins/pushd.def:674 builtins/pushd.def:677 builtins/pushd.def:687 -#: builtins/pushd.def:691 builtins/pushd.def:695 builtins/pushd.def:698 -#: builtins/pushd.def:701 builtins/pushd.def:710 builtins/pushd.def:714 -#: builtins/pushd.def:718 builtins/pushd.def:721 -msgid " " -msgstr " " - #: builtins/caller.def:133 -msgid "Without EXPR, returns returns \"$line $filename\". With EXPR," -msgstr "Be EXPR, grąžina „$line $filename“. Su EXPR," - -#: builtins/caller.def:134 -msgid "returns \"$line $subroutine $filename\"; this extra information" -msgstr "grąžina „$line $subroutine $filename“; Å¡i papildoma informacija" - -#: builtins/caller.def:135 -msgid "can be used used to provide a stack trace." -msgstr "gali bÅ«ti panaudota generuojant steko iÅ¡rašą (stack trace)." - -#: builtins/caller.def:137 -msgid "The value of EXPR indicates how many call frames to go back before the" -msgstr "EXPR reikÅ¡mė nurodo, per kiek kvietimo freimų eiti atgal prieÅ¡" - -#: builtins/caller.def:138 -msgid "current one; the top frame is frame 0." -msgstr "esamą. VirÅ¡utinis freimas yra 0." +#, fuzzy +msgid "" +"Returns the context of the current subroutine call.\n" +" \n" +" Without EXPR, returns " +msgstr "Grąžina esamos procedÅ«ros kontekstą." -#: builtins/cd.def:204 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME nenustatytas" -#: builtins/cd.def:216 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD nenustatytas" -#: builtins/common.c:133 test.c:822 +#: builtins/common.c:107 +#, c-format +msgid "line %d: " +msgstr "" + +#: builtins/common.c:124 +#, fuzzy, c-format +msgid "%s: usage: " +msgstr "%s: įspėjimas: " + +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "per daug argumentų" -#: builtins/common.c:157 shell.c:474 shell.c:748 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: parametrui reikia argumento" -#: builtins/common.c:164 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: reikia skaitinio argumento" -#: builtins/common.c:171 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: nerasta" -#: builtins/common.c:180 shell.c:761 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: nesamas parametras" -#: builtins/common.c:187 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: netaisyklingas parametro vardas" -#: builtins/common.c:194 general.c:230 general.c:235 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "`%s': netaisyklingas identifikatorius" -#: builtins/common.c:201 -#, c-format -msgid "%s: invalid number" -msgstr "%s: netaisyklingas skaičius" +#: builtins/common.c:209 +#, fuzzy +msgid "invalid octal number" +msgstr "netaisyklingas signalo numeris" -#: builtins/common.c:208 +#: builtins/common.c:211 +#, fuzzy +msgid "invalid hex number" +msgstr "netaisyklingas skaičius" + +#: builtins/common.c:213 expr.c:1255 +msgid "invalid number" +msgstr "netaisyklingas skaičius" + +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: netaisyklinga signalo specifikacija" -#: builtins/common.c:215 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "„%s“: ne pid'as ar taisyklinga darbo specifikacija" -#: builtins/common.c:222 error.c:451 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: kintamasis tik skaitymui" -#: builtins/common.c:230 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s išėjo už ribų" -#: builtins/common.c:230 builtins/common.c:232 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argumentas" -#: builtins/common.c:232 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s už ribų" -#: builtins/common.c:240 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: nėra tokio darbo" -#: builtins/common.c:248 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: nėra darbų valdymo" -#: builtins/common.c:250 +#: builtins/common.c:263 msgid "no job control" msgstr "nėra darbų valdymo" -#: builtins/common.c:260 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: apribota" -#: builtins/common.c:262 +#: builtins/common.c:275 msgid "restricted" msgstr "apribota" -#: builtins/common.c:270 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: ne vidinė aplinkos komanda" -#: builtins/common.c:276 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "raÅ¡ymo klaida: %s" -#: builtins/common.c:481 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: klaida skaitant esamą aplanką: %s: %s\n" -#: builtins/common.c:547 builtins/common.c:549 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: dviprasmis darbo apraÅ¡ymas" -#: builtins/complete.def:251 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: netaisyklingas veiksmo pavadinimas" -#: builtins/complete.def:381 builtins/complete.def:524 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: nėra baigimo specifikacijos" -#: builtins/complete.def:571 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "įspėjimas: parametras -F gali neveikti taip, kaip tikitės" -#: builtins/complete.def:573 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "įspėjimas: parametras -C gali neveikti taip, kaip tikitės" -#: builtins/declare.def:106 +#: builtins/complete.def:786 +msgid "not currently executing completion function" +msgstr "" + +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "galima naudoti tik funkcijoje" -#: builtins/declare.def:306 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "negalima naudoti „-f“ funkcijoms kurti" -#: builtins/declare.def:318 execute_cmd.c:4073 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: funkcija tik skaitymui" -#: builtins/declare.def:406 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: negalima tokiu bÅ«du sunaikinti masyvų kintamųjų" -#: builtins/enable.def:128 builtins/enable.def:136 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "dinaminis įkrovimas negalimas" -#: builtins/enable.def:303 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "nepavyko atverti bendrojo objekto %s: %s" -#: builtins/enable.def:326 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "nepavyko rasti %s bendrajame objekte %s: %s" -#: builtins/enable.def:450 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: nedinamiÅ¡kai įkrauta" -#: builtins/enable.def:465 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: nepavyko iÅ¡trinti: %s" -#: builtins/evalfile.c:129 execute_cmd.c:3930 shell.c:1409 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: aplankas" -#: builtins/evalfile.c:134 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: ne paprastas failas" -#: builtins/evalfile.c:142 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: failas per didelis" -#: builtins/exec.def:205 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 +#, c-format +msgid "%s: cannot execute binary file" +msgstr "%s: negalima vykdyti dvejetainių failų" + +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: nepavyko paleisti: %s" -#: builtins/exit.def:83 +#: builtins/exit.def:65 +#, c-format +msgid "logout\n" +msgstr "" + +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "ne prisijungimo aplinka: naudokite „exit“" -#: builtins/exit.def:111 +#: builtins/exit.def:120 +#, c-format msgid "There are stopped jobs.\n" msgstr "Yra sustabdytų darbų.\n" -#: builtins/fc.def:258 +#: builtins/exit.def:122 +#, fuzzy, c-format +msgid "There are running jobs.\n" +msgstr "Yra sustabdytų darbų.\n" + +#: builtins/fc.def:261 msgid "no command found" msgstr "komandų nerasta" -#: builtins/fc.def:328 +#: builtins/fc.def:341 msgid "history specification" msgstr "istorijos specifikacija" -#: builtins/fc.def:349 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: nepavyko atverti laikinojo failo: %s" -#: builtins/fg_bg.def:149 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 +msgid "current" +msgstr "" + +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "darbas %d pradėtas be darbų valdymo" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: neleistinas parametras -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: parametrui reikia argumento -- %c\n" -#: builtins/hash.def:84 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "maiÅ¡a iÅ¡jungta" -#: builtins/hash.def:130 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: maiÅ¡os lentelė tuščia\n" -#: builtins/help.def:108 -msgid "Shell commands matching keywords `" -msgstr "Aplinkos komandos, atitinkančios raktažodžius „" +#: builtins/hash.def:244 +#, fuzzy, c-format +msgid "hits\tcommand\n" +msgstr "paskutinė komanda: %s\n" -#: builtins/help.def:110 +#: builtins/help.def:130 +#, fuzzy, c-format msgid "Shell commands matching keyword `" -msgstr "Aplinkos komandos, atitinkančios raktažodį „" +msgid_plural "Shell commands matching keywords `" +msgstr[0] "Aplinkos komandos, atitinkančios raktažodį „" +msgstr[1] "Aplinkos komandos, atitinkančios raktažodį „" +msgstr[2] "Aplinkos komandos, atitinkančios raktažodį „" -#: builtins/help.def:138 +#: builtins/help.def:168 #, c-format -msgid "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." -msgstr "nėra žinyno temų, atitinkančių „%s“. Bandykite „help help“, „man -k %s“ arba „info %s“." +msgid "" +"no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." +msgstr "" +"nėra žinyno temų, atitinkančių „%s“. Bandykite „help help“, „man -k %s“ arba " +"„info %s“." -#: builtins/help.def:164 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: nepavyko atverti: %s" -#: builtins/help.def:182 +#: builtins/help.def:337 +#, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" "Type `help name' to find out more about the function `name'.\n" @@ -387,427 +443,403 @@ msgid "" "A star (*) next to a name means that the command is disabled.\n" "\n" msgstr "" -"Å ios aplinkos komandos vidinės. Jei norite pamatyti šį sąrašą, įveskite „help“.\n" +"Å ios aplinkos komandos vidinės. Jei norite pamatyti šį sąrašą, įveskite " +"„help“.\n" "Ä®veskite „help fn“, jei norite sužinoti daugiau apie funkciją „fn“.\n" "Ä®veskite „info bash“, jei norite daugiau sužinoti apie aplinką apskritai.\n" -"Naudokite „man -k“ ir „info“, jei norite sužinoti daugiau apie komandas, nesančiasÅ¡iame sąraÅ¡e.\n" +"Naudokite „man -k“ ir „info“, jei norite sužinoti daugiau apie komandas, " +"nesančiasÅ¡iame sąraÅ¡e.\n" "\n" "Žvaigždutė (*) prie vardo reiÅ¡kia, kad komanda iÅ¡jungta.\n" "\n" -#: builtins/history.def:150 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "negalima naudoti daugiau negu vieno parametro iÅ¡ -anrw" -#: builtins/history.def:182 +#: builtins/history.def:186 msgid "history position" msgstr "istorijos pozicija" -#: builtins/history.def:400 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: istorijos iÅ¡skleidimas nesėkmingas" -#: builtins/jobs.def:99 +#: builtins/inlib.def:71 +#, fuzzy, c-format +msgid "%s: inlib failed" +msgstr "%s: istorijos iÅ¡skleidimas nesėkmingas" + +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "su „-x“ neleidžiama naudoti kitų parametrų" -#: builtins/kill.def:187 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: argumentai turi bÅ«ti procesų arba darbų ID" -#: builtins/kill.def:250 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Nežinoma klaida" -#: builtins/let.def:94 builtins/let.def:119 expr.c:498 expr.c:513 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "tikėtasi iÅ¡raiÅ¡kos" -#: builtins/printf.def:339 +#: builtins/mapfile.def:215 builtins/read.def:271 +#, c-format +msgid "%s: invalid file descriptor specification" +msgstr "%s: netaisyklinga failo deskriptoriaus specifikacija" + +#: builtins/mapfile.def:223 builtins/read.def:278 +#, c-format +msgid "%d: invalid file descriptor: %s" +msgstr "%d: netaisyklingas failo deskriptorius: %s" + +#: builtins/mapfile.def:232 builtins/mapfile.def:270 +#, fuzzy, c-format +msgid "%s: invalid line count" +msgstr "%s: nesamas parametras" + +#: builtins/mapfile.def:243 +#, fuzzy, c-format +msgid "%s: invalid array origin" +msgstr "%s: nesamas parametras" + +#: builtins/mapfile.def:260 +#, fuzzy, c-format +msgid "%s: invalid callback quantum" +msgstr "%s: netaisyklingas veiksmo pavadinimas" + +#: builtins/mapfile.def:292 +#, fuzzy +msgid "empty array variable name" +msgstr "%s: ne masyvo kintamasis" + +#: builtins/mapfile.def:313 +msgid "array variable support required" +msgstr "" + +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "„%s“: trÅ«ksta formato simbolio" -#: builtins/printf.def:516 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "„%c“: netaisyklingas formato simbolis" -#: builtins/printf.def:722 +#: builtins/printf.def:568 +#, fuzzy, c-format +msgid "warning: %s: %s" +msgstr "%s: įspėjimas: " + +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "trÅ«ksta Å¡eÅ¡ioliktainio skaitmens iÅ¡raiÅ¡koje \\x" -#: builtins/pushd.def:175 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "nėra kito aplanko" -#: builtins/pushd.def:442 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:663 -msgid "Display the list of currently remembered directories. Directories" -msgstr "Rodyti prisimenamų aplankų sąrašą. Aplankai" - -#: builtins/pushd.def:664 -msgid "find their way onto the list with the `pushd' command; you can get" -msgstr "atsiduria sąraÅ¡e su „pushd“ komanda; galite kilti" - -#: builtins/pushd.def:665 -msgid "back up through the list with the `popd' command." -msgstr "sąraÅ¡u su „popd“ komanda." - -#: builtins/pushd.def:667 -msgid "The -l flag specifies that `dirs' should not print shorthand versions" -msgstr "Parametras -l nurodo, kad „dirs“ neturėtų spausdinti sutrumpintų" - -#: builtins/pushd.def:668 -msgid "of directories which are relative to your home directory. This means" -msgstr "aplankų, santykinių namų aplinkui, pavadinimų. Tai reiÅ¡kia, kad" +#: builtins/pushd.def:506 +msgid "directory stack empty" +msgstr "" -#: builtins/pushd.def:669 +#: builtins/pushd.def:508 #, fuzzy -msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag" -msgstr "kad „~/bin“ bus rodomas kaip „/home/bfox/bin“. Su parametru -v" - -#: builtins/pushd.def:670 -msgid "causes `dirs' to print the directory stack with one entry per line," -msgstr "„dirs“ iÅ¡veda aplankų steką po vieną pavadinimą eilutėje," - -#: builtins/pushd.def:671 -msgid "prepending the directory name with its position in the stack. The -p" -msgstr "prieÅ¡ pavadinimą priraÅ¡oma aplanko pozicija steke. Parametras -p" - -#: builtins/pushd.def:672 -msgid "flag does the same thing, but the stack position is not prepended." -msgstr "turi tokį patį efektą, tačiau pozicija steke neiÅ¡vedama." - -#: builtins/pushd.def:673 -msgid "The -c flag clears the directory stack by deleting all of the elements." -msgstr "Parametras -c iÅ¡valo aplankų steką." - -#: builtins/pushd.def:675 -msgid "+N displays the Nth entry counting from the left of the list shown by" -msgstr "+N rodo N-tąjį įrašą skaičiuojant iÅ¡ kairės sąraÅ¡e, rodomame" - -#: builtins/pushd.def:676 builtins/pushd.def:679 -msgid " dirs when invoked without options, starting with zero." -msgstr " „dirs“, iÅ¡kviesto be parametrų (skaičiuojama nuo nulio)." - -#: builtins/pushd.def:678 -msgid "-N displays the Nth entry counting from the right of the list shown by" -msgstr "-N rodo N-tajį įrašą skaičiuojant iÅ¡ deÅ¡inės sąraÅ¡e, rodomame" - -#: builtins/pushd.def:684 -msgid "Adds a directory to the top of the directory stack, or rotates" -msgstr "Ä®deda aplanką į aplankų steko viršų, arba pasuka" - -#: builtins/pushd.def:685 -msgid "the stack, making the new top of the stack the current working" -msgstr "steką, nustatydamas esamą aplanką į naująją steko viršūnės reikÅ¡mę." - -#: builtins/pushd.def:686 -msgid "directory. With no arguments, exchanges the top two directories." -msgstr "Be argumentų, sukeičia virÅ¡utinius du aplankus." - -#: builtins/pushd.def:688 -msgid "+N Rotates the stack so that the Nth directory (counting" -msgstr "+N Pasuka steką, kad N-tasis aplankas (skaičiuojant" - -#: builtins/pushd.def:689 -msgid " from the left of the list shown by `dirs', starting with" -msgstr " iÅ¡ kairės sąraÅ¡e, rodomame „dirs“, pradedant nuo nulio)" - -#: builtins/pushd.def:690 builtins/pushd.def:694 -msgid " zero) is at the top." -msgstr " bÅ«tų virÅ¡uje." - -#: builtins/pushd.def:692 -msgid "-N Rotates the stack so that the Nth directory (counting" -msgstr "-N Pasuka steką, kad N-tasis aplankas (skaičiuojant" - -#: builtins/pushd.def:693 -msgid " from the right of the list shown by `dirs', starting with" -msgstr " iÅ¡ deÅ¡inės sąraÅ¡e, rodomame „dirs“, pradedant nuo nulio)" - -#: builtins/pushd.def:696 -msgid "-n suppress the normal change of directory when adding directories" -msgstr "-n iÅ¡jungti įprastą aplanko pakeitimą pridedant aplankus" - -#: builtins/pushd.def:697 -msgid " to the stack, so only the stack is manipulated." -msgstr " į steką, taigi, pakeičiamas tik stekas." - -#: builtins/pushd.def:699 -msgid "dir adds DIR to the directory stack at the top, making it the" -msgstr "dir prideda DIR į aplankų steko viršų; DIR nustatomas" - -#: builtins/pushd.def:700 -msgid " new current working directory." -msgstr " naujuoju darbiniu aplanku." - -#: builtins/pushd.def:702 builtins/pushd.def:722 -msgid "You can see the directory stack with the `dirs' command." -msgstr "Galite pamatyti aplankų steką komanda „dirs“." - -#: builtins/pushd.def:707 -msgid "Removes entries from the directory stack. With no arguments," -msgstr "Å alina įraÅ¡us iÅ¡ aplankų steko. Jei nenurodyta argumentų," - -#: builtins/pushd.def:708 -msgid "removes the top directory from the stack, and cd's to the new" -msgstr "paÅ¡alina virÅ¡utinį aplanką iÅ¡ steko ir pakeičia darbinį aplanką" - -#: builtins/pushd.def:709 -msgid "top directory." -msgstr "steko viršūnėje esančiu." - -#: builtins/pushd.def:711 -msgid "+N removes the Nth entry counting from the left of the list" -msgstr "+N paÅ¡alina N-tąjį įrašą skaičiuojant iÅ¡ kairės sąraÅ¡e, iÅ¡vedamame „dir“" - -#: builtins/pushd.def:712 -msgid " shown by `dirs', starting with zero. For example: `popd +0'" -msgstr " (skaičiuojama nuo nulio). Pavyzdžiui: „popd +0“" - -#: builtins/pushd.def:713 -msgid " removes the first directory, `popd +1' the second." -msgstr " paÅ¡alina pirmąjį aplanką, „popd +1“ – antrąjį." - -#: builtins/pushd.def:715 -msgid "-N removes the Nth entry counting from the right of the list" -msgstr "+N paÅ¡alina N-tąjį įrašą skaičiuojant iÅ¡ deÅ¡inės sąraÅ¡e, iÅ¡vedamame „dir“" - -#: builtins/pushd.def:716 -msgid " shown by `dirs', starting with zero. For example: `popd -0'" -msgstr " (skaičiuojama nuo nulio). Pavyzdžiui: „popd -0“" +msgid "directory stack index" +msgstr "rekursijos steko atvirkÅ¡tinis perpildymas" -#: builtins/pushd.def:717 -msgid " removes the last directory, `popd -1' the next to last." -msgstr " paÅ¡alina paskutinį aplanką, „popd -1“ – prieÅ¡paskutinį." +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" -#: builtins/pushd.def:719 -msgid "-n suppress the normal change of directory when removing directories" -msgstr " iÅ¡jungti įprastą darbinio aplanko keitimą Å¡alinant aplankus" +#: builtins/pushd.def:705 +msgid "" +"Adds a directory to the top of the directory stack, or rotates\n" +" the stack, making the new top of the stack the current working\n" +" directory. With no arguments, exchanges the top two directories.\n" +" \n" +" Options:\n" +" -n\tSuppresses the normal change of directory when adding\n" +" \tdirectories to the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRotates the stack so that the Nth directory (counting\n" +" \tfrom the left of the list shown by `dirs', starting with\n" +" \tzero) is at the top.\n" +" \n" +" -N\tRotates the stack so that the Nth directory (counting\n" +" \tfrom the right of the list shown by `dirs', starting with\n" +" \tzero) is at the top.\n" +" \n" +" dir\tAdds DIR to the directory stack at the top, making it the\n" +" \tnew current working directory.\n" +" \n" +" The `dirs' builtin displays the directory stack." +msgstr "" -#: builtins/pushd.def:720 -msgid " from the stack, so only the stack is manipulated." -msgstr " iÅ¡ steko, taigi, pakeičiamas tik stekas." +#: builtins/pushd.def:730 +msgid "" +"Removes entries from the directory stack. With no arguments, removes\n" +" the top directory from the stack, and changes to the new top directory.\n" +" \n" +" Options:\n" +" -n\tSuppresses the normal change of directory when removing\n" +" \tdirectories from the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRemoves the Nth entry counting from the left of the list\n" +" \tshown by `dirs', starting with zero. For example: `popd +0'\n" +" \tremoves the first directory, `popd +1' the second.\n" +" \n" +" -N\tRemoves the Nth entry counting from the right of the list\n" +" \tshown by `dirs', starting with zero. For example: `popd -0'\n" +" \tremoves the last directory, `popd -1' the next to last.\n" +" \n" +" The `dirs' builtin displays the directory stack." +msgstr "" -#: builtins/read.def:210 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: klaidinga laiko ribos (timeout) specifikacija" -#: builtins/read.def:233 -#, c-format -msgid "%s: invalid file descriptor specification" -msgstr "%s: netaisyklinga failo deskriptoriaus specifikacija" - -#: builtins/read.def:240 -#, c-format -msgid "%d: invalid file descriptor: %s" -msgstr "%d: netaisyklingas failo deskriptorius: %s" - -#: builtins/read.def:478 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "skaitymo klaida: %d: %s" -#: builtins/return.def:63 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "galima grįžti (return) tik iÅ¡ funkcijos ar scenarijaus" -#: builtins/set.def:744 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "negalima kartu iÅ¡trinti funkcijos ir kintamojo" -#: builtins/set.def:781 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: nepavyko iÅ¡trinti" -#: builtins/set.def:788 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: nepavyko iÅ¡trinti: %s tik skaitymui" -#: builtins/set.def:799 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: ne masyvo kintamasis" -#: builtins/setattr.def:166 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: ne funkcija" -#: builtins/shift.def:66 builtins/shift.def:72 +#: builtins/shift.def:71 builtins/shift.def:77 msgid "shift count" msgstr "postÅ«mių skaičius" -#: builtins/shopt.def:227 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "negalima aplinkos nuostatos vienu metu įjungti ir iÅ¡jungti" -#: builtins/shopt.def:292 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: netaisyklingas aplinkos nuostatos pavadinimas" -#: builtins/source.def:115 +#: builtins/source.def:128 msgid "filename argument required" msgstr "reikia failo pavadinimo argumento" -#: builtins/source.def:135 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: failas nerastas" -#: builtins/suspend.def:95 +#: builtins/suspend.def:101 msgid "cannot suspend" msgstr "nepavyko sustabdyti" -#: builtins/suspend.def:105 +#: builtins/suspend.def:111 msgid "cannot suspend a login shell" msgstr "nepavyko sustabdyti prisijungimo aplinkos" -#: builtins/type.def:232 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s yra „%s“ sinonimas\n" -#: builtins/type.def:253 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s yra aplinkos raktinis žodis\n" -#: builtins/type.def:273 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s yra funkcija\n" -#: builtins/type.def:298 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s yra aplinkos vidinė komanda\n" -#: builtins/type.def:319 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s yra %s\n" -#: builtins/type.def:339 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s yra heÅ¡uotas (%s)\n" -#: builtins/ulimit.def:352 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: netaisyklingas limito argumentas" -#: builtins/ulimit.def:378 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "`%c': bloga komanda" -#: builtins/ulimit.def:407 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: nepavyko gauti limito: %s" -#: builtins/ulimit.def:445 +#: builtins/ulimit.def:453 +msgid "limit" +msgstr "" + +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: nepayko pakeisti limito: %s" -#: builtins/umask.def:112 +#: builtins/umask.def:118 msgid "octal number" msgstr "aÅ¡tuntainis skaičius" -#: builtins/umask.def:226 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "„%c“: netaisyklingas simbolinės veiksenos operatorius" -#: builtins/umask.def:281 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "„%c“: netaisyklingas simbolinės veiksenos simbolis" -#: error.c:163 +#: error.c:89 error.c:320 error.c:322 error.c:324 +msgid " line " +msgstr "" + +#: error.c:164 #, c-format msgid "last command: %s\n" msgstr "paskutinė komanda: %s\n" -#: error.c:171 +#: error.c:172 +#, c-format msgid "Aborting..." msgstr "Nutraukiama..." -#: error.c:258 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: įspėjimas: " -#: error.c:403 +#: error.c:405 msgid "unknown command error" msgstr "nežinoma komandos klaida" -#: error.c:404 +#: error.c:406 msgid "bad command type" msgstr "blogas komandos tipas" -#: error.c:405 +#: error.c:407 msgid "bad connector" msgstr "blogas jungtukas" -#: error.c:406 +#: error.c:408 msgid "bad jump" msgstr "blogas Å¡uolis" -#: error.c:444 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: nepriskirtas kintamasis" -#: eval.c:176 +#: eval.c:181 +#, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\alaukiant įvedimo baigėsi laikas: automatiÅ¡kai atsijungta\n" -#: execute_cmd.c:474 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "nepavyko peradresuoti standartinio įvedimo iÅ¡ /dev/null: %s" -#: execute_cmd.c:1058 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: „%c“: netaisyklingas formato simbolis" -#: execute_cmd.c:3629 +#: execute_cmd.c:1930 +#, fuzzy +msgid "pipe error" +msgstr "raÅ¡ymo klaida: %s" + +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: apribota: negalima naudoti „/“ komandų pavadinimuose" -#: execute_cmd.c:3717 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: komanda nerasta" -#: execute_cmd.c:3963 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: blogas interpretatorius" -#: execute_cmd.c:4000 -#, c-format -msgid "%s: cannot execute binary file" -msgstr "%s: negalima vykdyti dvejetainių failų" - -#: execute_cmd.c:4112 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "nepavyko dublikuoti fd %d į fd %d" @@ -820,122 +852,231 @@ msgstr "virÅ¡ytas iÅ¡raiÅ¡kos rekursijos lygis" msgid "recursion stack underflow" msgstr "rekursijos steko atvirkÅ¡tinis perpildymas" -#: expr.c:376 +#: expr.c:379 msgid "syntax error in expression" msgstr "sintaksės klaida iÅ¡raiÅ¡koje" -#: expr.c:416 +#: expr.c:419 msgid "attempted assignment to non-variable" msgstr "bandymas priskirti ne kintamajam" -#: expr.c:437 expr.c:442 expr.c:752 +#: expr.c:440 expr.c:445 expr.c:756 msgid "division by 0" msgstr "dalyba iÅ¡ 0" -#: expr.c:468 +#: expr.c:471 msgid "bug: bad expassign token" msgstr "klaida: bloga expassign leksema" -#: expr.c:510 +#: expr.c:513 msgid "`:' expected for conditional expression" msgstr "sąlygos iÅ¡raiÅ¡koje tikėtasi „:“" -#: expr.c:777 +#: expr.c:781 msgid "exponent less than 0" msgstr "eksponentas mažesnis už 0" -#: expr.c:822 +#: expr.c:826 msgid "identifier expected after pre-increment or pre-decrement" -msgstr "po prieÅ¡-didinimo ar prieÅ¡-mažinimo operatoriaus tikėtasi identifikatoriaus" +msgstr "" +"po prieÅ¡-didinimo ar prieÅ¡-mažinimo operatoriaus tikėtasi identifikatoriaus" -#: expr.c:850 +#: expr.c:854 msgid "missing `)'" msgstr "TrÅ«ksta „)“" -#: expr.c:893 expr.c:1171 +#: expr.c:897 expr.c:1175 msgid "syntax error: operand expected" msgstr "sintaksės klaida: tikėtasi operando" -#: expr.c:1173 +#: expr.c:1177 msgid "syntax error: invalid arithmetic operator" msgstr "sintaksės klaida: netaisyklingas aritmetinis operatorius" -#: expr.c:1251 -msgid "invalid number" -msgstr "netaisyklingas skaičius" +#: expr.c:1201 +#, c-format +msgid "%s%s%s: %s (error token is \"%s\")" +msgstr "" -#: expr.c:1255 +#: expr.c:1259 msgid "invalid arithmetic base" msgstr "netaisyklingas aritmetinis pagrindas" -#: expr.c:1275 +#: expr.c:1279 msgid "value too great for base" msgstr "per didelė pagrindo reikÅ¡mė" +#: expr.c:1328 +#, fuzzy, c-format +msgid "%s: expression error\n" +msgstr "%s: tikėtasi skaitinės iÅ¡raiÅ¡kos" + #: general.c:61 msgid "getcwd: cannot access parent directories" msgstr "getcwd: nepavyko pasiekti aukÅ¡tesnių aplankų" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "nepavyko dublikuoti fd %d į fd %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "nepavyko iÅ¡skirti naujo failo deskriptoriaus bash įvedimui iÅ¡ fd %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input: naujam fd %d buferis jau egzistuoja" -#: jobs.c:876 +#: jobs.c:464 +msgid "start_pipeline: pgrp pipe" +msgstr "" + +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:983 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "trinamas sustabdytas darbas %d procesų grupėje %ld" -#: jobs.c:1378 +#: jobs.c:1102 +#, c-format +msgid "add_process: process %5ld (%s) in the_pipeline" +msgstr "" + +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: tokio pid nėra" -#: jobs.c:2061 nojobs.c:575 +#: jobs.c:1408 +#, c-format +msgid "Signal %d" +msgstr "" + +#: jobs.c:1422 jobs.c:1447 +msgid "Done" +msgstr "" + +#: jobs.c:1427 siglist.c:122 +msgid "Stopped" +msgstr "" + +#: jobs.c:1431 +#, c-format +msgid "Stopped(%s)" +msgstr "" + +#: jobs.c:1435 +msgid "Running" +msgstr "" + +#: jobs.c:1449 +#, c-format +msgid "Done(%d)" +msgstr "" + +#: jobs.c:1451 +#, c-format +msgid "Exit %d" +msgstr "" + +#: jobs.c:1454 +msgid "Unknown status" +msgstr "" + +#: jobs.c:1541 +#, c-format +msgid "(core dumped) " +msgstr "" + +#: jobs.c:1560 +#, c-format +msgid " (wd: %s)" +msgstr "" + +#: jobs.c:1761 +#, c-format +msgid "child setpgid (%ld to %ld)" +msgstr "" + +#: jobs.c:2089 nojobs.c:576 #, c-format msgid "wait: pid %ld is not a child of this shell" msgstr "wait: pid %ld nėra Å¡ios aplinkos dukterinis procesas" -#: jobs.c:2265 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: nėra proceso %ld įraÅ¡o" -#: jobs.c:2524 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: darbas %d yra sustabdytas" -#: jobs.c:2746 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: darbas užsibaigė" -#: jobs.c:2755 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: darbas %d jau fone" -#: jobs.c:3546 +#: jobs.c:3482 +#, fuzzy, c-format +msgid "%s: line %d: " +msgstr "%s: įspėjimas: " + +#: jobs.c:3496 nojobs.c:805 +#, c-format +msgid " (core dumped)" +msgstr "" + +#: jobs.c:3508 jobs.c:3521 +#, c-format +msgid "(wd now: %s)\n" +msgstr "" + +#: jobs.c:3553 +msgid "initialize_job_control: getpgrp failed" +msgstr "" + +#: jobs.c:3613 +msgid "initialize_job_control: line discipline" +msgstr "" + +#: jobs.c:3623 +msgid "initialize_job_control: setpgid" +msgstr "" + +#: jobs.c:3651 +#, c-format +msgid "cannot set terminal process group (%d)" +msgstr "" + +#: jobs.c:3656 msgid "no job control in this shell" msgstr "Å¡ioje aplinkoje nėra darbų valdymo" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc: pažeista prielaida: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -944,77 +1085,58 @@ msgstr "" "\r\n" "malloc: %s:%d: prielaida pažeista\r\n" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:313 +#, fuzzy +msgid "unknown" +msgstr "%s: adresas nežinomas" + +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc: blokas iÅ¡ laisvų blokų sąraÅ¡o sugadintas" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: iÅ¡kviestas su jau atlaisvintu bloku" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: iÅ¡kviestas su nerezervuotu bloku" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free: atvirkÅ¡tinis perpildymas (underflow); mh_nbytes už ribos" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: pradžios ir pabaigos blokų (chunk) dydžiai skiriasi" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: iÅ¡kviestas su nerezervuotu bloku" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc: atvirkÅ¡tinis perpildymas (underflow); mh_nbytes už ribos" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: pradžios ir pabaigos blokų (chunk) dydžiai skiriasi" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 +#, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: alloc lentelė pilna su FIND_ALLOC?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: %p jau lentelėje kaip rezervuotas?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: %p jau lentelėje kaip laisvas?\n" -#: lib/malloc/watch.c:46 -msgid "allocated" -msgstr "iÅ¡skirta" - -#: lib/malloc/watch.c:48 -msgid "freed" -msgstr "atlaisvinta" - -#: lib/malloc/watch.c:50 -msgid "requesting resize" -msgstr "praÅ¡oma dydžio keitimo" - -#: lib/malloc/watch.c:52 -msgid "just resized" -msgstr "tik ką pakeistas dydis" - -#: lib/malloc/watch.c:54 -msgid "bug: unknown operation" -msgstr "klaida: nežinoma operacija" - -#: lib/malloc/watch.c:56 -#, c-format -msgid "malloc: watch alert: %p %s " -msgstr "malloc: stebinio įspėjimas: %p %s " - #: lib/sh/fmtulong.c:101 msgid "invalid base" msgstr "netaisyklingas pagrindas" @@ -1038,15 +1160,15 @@ msgstr "%s: netaisyklingas tinklo kelias" msgid "network operations not supported" msgstr "tinklo operacijos nepalaikomos" -#: mailcheck.c:386 +#: mailcheck.c:433 msgid "You have mail in $_" msgstr "Turite laiÅ¡kų $_" -#: mailcheck.c:411 +#: mailcheck.c:458 msgid "You have new mail in $_" msgstr "Turite naujų laiÅ¡kų $_" -#: mailcheck.c:427 +#: mailcheck.c:474 #, c-format msgid "The mail in %s has been read\n" msgstr "PaÅ¡tas %s perskaitytas\n" @@ -1064,113 +1186,118 @@ msgstr "sintaksės klaida: netikėtas „;“" msgid "syntax error: `((%s))'" msgstr "sintaksės klaida: „((%s))“" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: blogas instrukcijos tipas %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection: nukreipimo instrukcija „%d“ už ribų" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "netikėta failo pabaiga ieÅ¡kant atitinkamo „%c“" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "netikėta failo pabaiga ieÅ¡kant „]]“" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "sintaksės klaida sąlygos iÅ¡raiÅ¡koje: netikėta leksema „%s“" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "sintaksės klaida sąlygos iÅ¡raiÅ¡koje" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "netikėta leksema „%s“, tikėtasi „)“" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "tikėtasi „)“" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "netikėtas argumentas „%s“ sąlygos unariniam operatoriui" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "netikėtas argumentas sąlygos unariniam operatoriui" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "netikėta leksema „%s“, tikėtasi sąlyginio binarinio operatoriaus" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "tikėtasi sąlygos binarinio operatoriaus" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "netikėtas argumentas „%s“ sąlygos binariniam operatoriui" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "netikėtas argumentas sąlygos binariniam operatoriui" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "netikėta leksema „%c“ sąlygos komandoje" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "netikėta leksema „%s“ sąlygos komandoje" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "netikėta leksema %d sąlygos komandoje" -#: parse.y:4523 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "sintaksės klaida prie netikėtos leksemos: „%s“" -#: parse.y:4541 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "sintaksės klaida prie „%s“" -#: parse.y:4551 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "sintaksės klaida: netikėta failo pabaiga" -#: parse.y:4551 +#: parse.y:5209 msgid "syntax error" msgstr "sintaksės klaida" -#: parse.y:4613 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Naudokite „%s“, jei norite iÅ¡eiti iÅ¡ ap.\n" -#: parse.y:4775 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "netikėta failo pabaiga ieÅ¡kant atitinkamo „)“" -#: pcomplete.c:1002 +#: pcomplete.c:1016 #, c-format msgid "completion: function `%s' not found" msgstr "completion: funkcija „%s“ nerasta" @@ -1180,66 +1307,71 @@ msgstr "completion: funkcija „%s“ nerasta" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert: %s: NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: blogas jungtukas  „%d“" -#: print_cmd.c:1236 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf: „%c“: netaisyklingas formato simbolis" -#: redir.c:99 +#: redir.c:104 msgid "file descriptor out of range" msgstr "failo deskriptorius už ribų" -#: redir.c:141 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: ambiguous redirect" -#: redir.c:145 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: negalima perraÅ¡yti egzistuojančio failo" -#: redir.c:150 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: apribota: negalima peradresuoti iÅ¡vedimo" -#: redir.c:155 -#, c-format -msgid "cannot create temp file for here document: %s" +#: redir.c:160 +#, fuzzy, c-format +msgid "cannot create temp file for here-document: %s" msgstr "nepavyko sukurti laikino failo „here“ dokumentui: %s" -#: redir.c:509 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/komp/prievadas nepalaikoma be tinklo" -#: redir.c:965 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "nukreipimo klaida: nepavyko dublikuoti fd" -#: shell.c:309 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "nepavyko rasti /tmp, sukurkite šį aplanką!" -#: shell.c:313 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp turi bÅ«ti taisyklingas aplanko pavadinimas" -#: shell.c:850 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: netaisyklingas parametras" -#: shell.c:1600 +#: shell.c:1637 msgid "I have no name!" msgstr "Neturiu vardo!" -#: shell.c:1735 +#: shell.c:1777 +#, c-format +msgid "GNU bash, version %s-(%s)\n" +msgstr "" + +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1248,113 +1380,288 @@ msgstr "" "Naudojimas:\t%s [GNU ilgas parametras] [parametras] ...\n" "\t%s [GNU ilgas parametras] [parametras] scenarijaus-failas ...\n" -#: shell.c:1737 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU ilgi parametrai:\n" -#: shell.c:1741 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Aplinkos parametrai:\n" -#: shell.c:1742 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" -msgstr "\t-irsD arba -c komanda arba -O shopt_nustatymas\t\t(tik iÅ¡kvietimui)\n" +msgstr "" +"\t-irsD arba -c komanda arba -O shopt_nustatymas\t\t(tik iÅ¡kvietimui)\n" -#: shell.c:1757 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s arba -o nustatymas\n" -#: shell.c:1763 +#: shell.c:1806 #, fuzzy, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" -msgstr "Bandykite „%s --help“ arba „%s --usage“, jei norite gauti daugiau informacijos.\n" +msgstr "" +"Bandykite „%s --help“ arba „%s --usage“, jei norite gauti daugiau " +"informacijos.\n" -#: shell.c:1764 +#: shell.c:1807 #, fuzzy, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "Bandykite „ldd --help“, jei norite daugiau informacijos." -#: shell.c:1765 +#: shell.c:1808 +#, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Naudokite komandą „bashbug“ klaidoms praneÅ¡ti.\n" -#: sig.c:557 +#: sig.c:576 #, c-format msgid "sigprocmask: %d: invalid operation" msgstr "sigprocmask: %d: netaisyklinga operacija" -#: subst.c:1160 +#: siglist.c:47 +msgid "Bogus signal" +msgstr "" + +#: siglist.c:50 +msgid "Hangup" +msgstr "" + +#: siglist.c:54 +msgid "Interrupt" +msgstr "" + +#: siglist.c:58 +msgid "Quit" +msgstr "" + +#: siglist.c:62 +msgid "Illegal instruction" +msgstr "" + +#: siglist.c:66 +msgid "BPT trace/trap" +msgstr "" + +#: siglist.c:74 +msgid "ABORT instruction" +msgstr "" + +#: siglist.c:78 +msgid "EMT instruction" +msgstr "" + +#: siglist.c:82 +msgid "Floating point exception" +msgstr "" + +#: siglist.c:86 +msgid "Killed" +msgstr "" + +#: siglist.c:90 +#, fuzzy +msgid "Bus error" +msgstr "sintaksės klaida" + +#: siglist.c:94 +msgid "Segmentation fault" +msgstr "" + +#: siglist.c:98 +msgid "Bad system call" +msgstr "" + +#: siglist.c:102 +msgid "Broken pipe" +msgstr "" + +#: siglist.c:106 +msgid "Alarm clock" +msgstr "" + +#: siglist.c:110 +#, fuzzy +msgid "Terminated" +msgstr "apribota" + +#: siglist.c:114 +msgid "Urgent IO condition" +msgstr "" + +#: siglist.c:118 +msgid "Stopped (signal)" +msgstr "" + +#: siglist.c:126 +msgid "Continue" +msgstr "" + +#: siglist.c:134 +msgid "Child death or stop" +msgstr "" + +#: siglist.c:138 +msgid "Stopped (tty input)" +msgstr "" + +#: siglist.c:142 +msgid "Stopped (tty output)" +msgstr "" + +#: siglist.c:146 +msgid "I/O ready" +msgstr "" + +#: siglist.c:150 +msgid "CPU limit" +msgstr "" + +#: siglist.c:154 +msgid "File limit" +msgstr "" + +#: siglist.c:158 +msgid "Alarm (virtual)" +msgstr "" + +#: siglist.c:162 +msgid "Alarm (profile)" +msgstr "" + +#: siglist.c:166 +msgid "Window changed" +msgstr "" + +#: siglist.c:170 +msgid "Record lock" +msgstr "" + +#: siglist.c:174 +msgid "User signal 1" +msgstr "" + +#: siglist.c:178 +msgid "User signal 2" +msgstr "" + +#: siglist.c:182 +msgid "HFT input data pending" +msgstr "" + +#: siglist.c:186 +msgid "power failure imminent" +msgstr "" + +#: siglist.c:190 +msgid "system crash imminent" +msgstr "" + +#: siglist.c:194 +msgid "migrate process to another CPU" +msgstr "" + +#: siglist.c:198 +msgid "programming error" +msgstr "" + +#: siglist.c:202 +msgid "HFT monitor mode granted" +msgstr "" + +#: siglist.c:206 +msgid "HFT monitor mode retracted" +msgstr "" + +#: siglist.c:210 +msgid "HFT sound sequence has completed" +msgstr "" + +#: siglist.c:214 +msgid "Information request" +msgstr "" + +#: siglist.c:222 +msgid "Unknown Signal #" +msgstr "" + +#: siglist.c:224 +#, c-format +msgid "Unknown Signal #%d" +msgstr "" + +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "blogas keitinys: trÅ«ksta „%s“ %s" -#: subst.c:2328 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: negalima priskirti sąraÅ¡o masyvo elementui" -#: subst.c:4265 subst.c:4281 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "" -#: subst.c:4312 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "" -#: subst.c:4357 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "" -#: subst.c:4359 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "" -#: subst.c:4367 -#, c-format -msgid "cannout reset nodelay mode for fd %d" -msgstr "" - -#: subst.c:4377 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "" -#: subst.c:4552 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "" -#: subst.c:4588 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "" -#: subst.c:4605 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" -#: subst.c:5068 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parametras tuščias arba nenustatytas" -#: subst.c:5342 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: posekio iÅ¡raiÅ¡ka < 0" -#: subst.c:6179 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: blogas keitinys" -#: subst.c:6255 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: negalima tokiu bÅ«du priskirti" -#: subst.c:7826 +#: subst.c:7440 +#, fuzzy, c-format +msgid "bad substitution: no closing \"`\" in %s" +msgstr "blogas keitinys: trÅ«ksta „%s“ %s" + +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "nėra atitikmenų: %s" @@ -1395,537 +1702,1142 @@ msgstr "trÅ«ksta „]“" msgid "invalid signal number" msgstr "netaisyklingas signalo numeris" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps: bloga trap_list[%d] reikÅ¡mė: %p" -#: trap.c:319 +#: trap.c:327 #, c-format -msgid "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" +msgid "" +"run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "run_pending_traps: signalo doroklė yra SIG_DFL, siunčiamas %d (%s) sau" -#: trap.c:355 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: blogas signalas %d" -#: variables.c:334 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "klaida importuojant funkcijos apibrėžimą „%s“" -#: variables.c:711 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "aplinkos lygmuo (%d) per aukÅ¡tas, nustatoma į 1" -#: variables.c:1670 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2813 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3030 variables.c:3039 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "netaisyklingas simbolis %d %s exportstr'e" -#: variables.c:3045 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "%s exportstr'e trÅ«ksta „=“" -#: variables.c:3472 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3485 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context: nėra global_variables konteksto" -#: variables.c:3557 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:82 -msgid "Copyright (C) 2006 Free Software Foundation, Inc.\n" +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." msgstr "Autorinės teisės (C) 2006 Free Software Foundation, Inc.\n" -#: xmalloc.c:93 +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 +#, c-format +msgid "GNU bash, version %s (%s)\n" +msgstr "" + +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nepavyko iÅ¡skirti %lu baitų (%lu baitų iÅ¡skirta)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: nepavyko iÅ¡skirti %lu baitų" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: nepavyko iÅ¡skirti %lu baitų (iÅ¡skirta %lu baitų)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: nepavyko iÅ¡skirti %lu baitų" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %s:%d: nepavyko iÅ¡skirti %lu baitų (iÅ¡skirta %lu baitų)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: %s:%d: nepavyko iÅ¡skirti %lu baitų" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: %s:%d: nepavyko iÅ¡skirti %lu baitų (iÅ¡skirta %lu baitų)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: %s:%d: nepavyko iÅ¡skirti %lu baitų" -#: builtins.c:244 -msgid "" -"`alias' with no arguments or with the -p option prints the list\n" -" of aliases in the form alias NAME=VALUE on standard output.\n" -" Otherwise, an alias is defined for each NAME whose VALUE is given.\n" -" A trailing space in VALUE causes the next word to be checked for\n" -" alias substitution when the alias is expanded. Alias returns\n" -" true unless a NAME is given for which no alias has been defined." +#: builtins.c:43 +msgid "alias [-p] [name[=value] ... ]" msgstr "" -"„alias“ be argumentų arba su -p nuostata iÅ¡spausdina alternatyviųjų\n" -" vardų sąrašą formatu VARDAS=REIKÅ MĖ į standartinį iÅ¡vedimą.\n" -" Kitu atveju apraÅ¡omas alternatyvusis vardas kiekvienam VARDUI,\n" -" kurio REIKÅ MĖ nurodyta.\n" -"Jei REIKÅ MĖ baigiasi tarpo simboliu, kitame\n" -" žodyje ieÅ¡koma alternatyviųjų vardų keitinių, kai alternatyvusis vardas\n" -" iÅ¡skleidžiamas. „alias“ grąžina „true“, nebent duotas VARDAS, kuriam\n" -" neapraÅ¡ytas joks alternatyvusis vardas." -#: builtins.c:257 -msgid "" -"Remove NAMEs from the list of defined aliases. If the -a option is given,\n" -" then remove all alias definitions." +#: builtins.c:47 +msgid "unalias [-a] name [name ...]" msgstr "" -"PaÅ¡alinti VARDUS iÅ¡ apraÅ¡ytų alternatyviųjų vardų sąraÅ¡o. Jei nurodyta\n" -" nuostata -a, paÅ¡alinti visus alternatyviuosius vardus." -#: builtins.c:266 +#: builtins.c:51 msgid "" -"Bind a key sequence to a Readline function or a macro, or set\n" -" a Readline variable. The non-option argument syntax is equivalent\n" -" to that found in ~/.inputrc, but must be passed as a single argument:\n" -" bind '\"\\C-x\\C-r\": re-read-init-file'.\n" -" bind accepts the following options:\n" -" -m keymap Use `keymap' as the keymap for the duration of this\n" -" command. Acceptable keymap names are emacs,\n" -" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,\n" -" vi-command, and vi-insert.\n" -" -l List names of functions.\n" -" -P List function names and bindings.\n" -" -p List functions and bindings in a form that can be\n" -" reused as input.\n" -" -r keyseq Remove the binding for KEYSEQ.\n" -" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n" -" \t\t\t\tKEYSEQ is entered.\n" -" -f filename Read key bindings from FILENAME.\n" -" -q function-name Query about which keys invoke the named function.\n" -" -u function-name Unbind all keys which are bound to the named function.\n" -" -V List variable names and values\n" -" -v List variable names and values in a form that can\n" -" be reused as input.\n" -" -S List key sequences that invoke macros and their values\n" -" -s List key sequences that invoke macros and their values\n" -" in a form that can be reused as input." +"bind [-lpvsPVS] [-m keymap] [-f filename] [-q name] [-u name] [-r keyseq] [-" +"x keyseq:shell-command] [keyseq:readline-function or readline-command]" msgstr "" -#: builtins.c:297 -msgid "" -"Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n" -" break N levels." +#: builtins.c:54 +msgid "break [n]" msgstr "" -"IÅ¡eiti iÅ¡ FOR, WHILE arba UNTIL ciklo. Jei nurodytas N,\n" -" iÅ¡eiti aukÅ¡tyn per N lygmenų." -#: builtins.c:304 -msgid "" -"Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n" -" If N is specified, resume at the N-th enclosing loop." +#: builtins.c:56 +msgid "continue [n]" msgstr "" -"Tęsti kitą FOR, WHILE arba UNTIL ciklo iteraciją.\n" -" Jei N nurodytas, tęsti ciklą, esantį N lygmenų virÅ¡ esamo." -#: builtins.c:311 -msgid "" -"Run a shell builtin. This is useful when you wish to rename a\n" -" shell builtin to be a function, but need the functionality of the\n" -" builtin within the function itself." +#: builtins.c:58 +msgid "builtin [shell-builtin [arg ...]]" msgstr "" -"Vykdyti aplinkos įtaisytą funkciją. Å i komanda naudinga, kai norite\n" -" vietoje įtaisytos funkcijos naudoti savąją, tačiau reikia\n" -" pasinaudoti įtaisytąja Å¡ios funkcijos viduje." -#: builtins.c:320 -msgid "" -"Returns the context of the current subroutine call.\n" -" \n" -" Without EXPR, returns \"$line $filename\". With EXPR,\n" -" returns \"$line $subroutine $filename\"; this extra information\n" -" can be used to provide a stack trace.\n" -" \n" -" The value of EXPR indicates how many call frames to go back before the\n" -" current one; the top frame is frame 0." +#: builtins.c:61 +msgid "caller [expr]" msgstr "" -"Grąžina esamos procedÅ«ros kontekstą.\n" -" \n" -" Be IÅ RAIÅ KOS, grąžina „$eilutė $failo_vardas“. Su IÅ RAIÅ KA,\n" -" grąžina „$eilutė $procedÅ«ra $failo_vardas“; Å¡i papildoma informacija\n" -" gali bÅ«ti panaudota kuriant steko iÅ¡rašą (stack trace).\n" -" \n" -" IÅ RAIÅ KOS reikÅ¡mė nurodo, per kiek kvietimo freimų grįžti nuo\n" -" esamo; virÅ¡utinis freimas yra 0." -#: builtins.c:334 -msgid "" -"Change the current directory to DIR. The variable $HOME is the\n" -" default DIR. The variable CDPATH defines the search path for\n" -" the directory containing DIR. Alternative directory names in CDPATH\n" -" are separated by a colon (:). A null directory name is the same as\n" -" the current directory, i.e. `.'. If DIR begins with a slash (/),\n" -" then CDPATH is not used. If the directory is not found, and the\n" -" shell option `cdable_vars' is set, then try the word as a variable\n" -" name. If that variable has a value, then cd to the value of that\n" -" variable. The -P option says to use the physical directory structure\n" -" instead of following symbolic links; the -L option forces symbolic links\n" -" to be followed." +#: builtins.c:64 +msgid "cd [-L|-P] [dir]" msgstr "" -"Pakeisti esamą aplanką į DIR. Kintamasis $HOME yra\n" -" numatytasis DIR. Kintamasis CDPATH nurodo aplankus, kuriuose bus\n" -" ieÅ¡koma DIR. Aplankų pavadinimai CDPATH skiriami dvitaÅ¡kiu (:).\n" -" Tuščias aplanko vardas tapatus esamam aplankui, t.y. „.“.\n" -" Jei DIR prasideda pasviruoju brÅ«kÅ¡niu (/), į CDPATH neatsižvelgiama.\n" -" Jei aplankas nerastas ir aplinkos nuostata „cdable_vars“ įjungta,\n" -" tada žodis bandomas kaip kintamojo pavadinimas. Jei kintamasis\n" -" turi reikÅ¡mę, tada esamas aplankas pakeičiamas į kintamojo reikÅ¡mę.\n" -" Parametras -P nurodo, kad turi bÅ«ti naudojama fizinė aplankų struktÅ«ra,\n" -" užuot sekus simbolines nuorodas; parametras -L nurodo, kad turi bÅ«ti\n" -" sekama simbolinėmis nuorodomis." -#: builtins.c:350 -msgid "" -"Print the current working directory. With the -P option, pwd prints\n" -" the physical directory, without any symbolic links; the -L option\n" -" makes pwd follow symbolic links." +#: builtins.c:66 +msgid "pwd [-LP]" msgstr "" -"IÅ¡spausdinti esamą aplanką. Su parametru -P „pwd“ spausdina\n" -" fizinį aplanką, be jokių simbolinių nuorodų; su parametru -L\n" -" „pwd“ seka simbolinėmis nuorodomis." -#: builtins.c:358 -msgid "No effect; the command does nothing. A zero exit code is returned." -msgstr "Jokio efekto; komanda nieko nedaro. Grąžinamas klaidos kodas 0." +#: builtins.c:68 +msgid ":" +msgstr "" -#: builtins.c:364 -msgid "Return a successful result." -msgstr "Grąžinti sėkmingą rezultatą." +#: builtins.c:70 +msgid "true" +msgstr "" -#: builtins.c:370 -msgid "Return an unsuccessful result." -msgstr "Grąžinti nesėkmingą rezultatą." +#: builtins.c:72 +msgid "false" +msgstr "" -#: builtins.c:376 -msgid "" -"Runs COMMAND with ARGS ignoring shell functions. If you have a shell\n" -" function called `ls', and you wish to call the command `ls', you can\n" -" say \"command ls\". If the -p option is given, a default value is used\n" -" for PATH that is guaranteed to find all of the standard utilities. If\n" -" the -V or -v option is given, a string is printed describing COMMAND.\n" -" The -V option produces a more verbose description." +#: builtins.c:74 +msgid "command [-pVv] command [arg ...]" msgstr "" -#: builtins.c:387 -msgid "" -"Declare variables and/or give them attributes. If no NAMEs are\n" -" given, then display the values of variables instead. The -p option\n" -" will display the attributes and values of each NAME.\n" -" \n" -" The flags are:\n" -" \n" -" -a\tto make NAMEs arrays (if supported)\n" -" -f\tto select from among function names only\n" -" -F\tto display function names (and line number and source file name if\n" -" \tdebugging) without definitions\n" -" -i\tto make NAMEs have the `integer' attribute\n" -" -r\tto make NAMEs readonly\n" -" -t\tto make NAMEs have the `trace' attribute\n" -" -x\tto make NAMEs export\n" -" \n" -" Variables with the integer attribute have arithmetic evaluation (see\n" -" `let') done when the variable is assigned to.\n" -" \n" -" When displaying values of variables, -f displays a function's name\n" -" and definition. The -F option restricts the display to function\n" -" name only.\n" -" \n" -" Using `+' instead of `-' turns off the given attribute instead. When\n" -" used in a function, makes NAMEs local, as with the `local' command." +#: builtins.c:76 +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" -#: builtins.c:416 -msgid "Obsolete. See `declare'." -msgstr "Pasenusi komanda. Žr. „declare“." +#: builtins.c:78 +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." +msgstr "" -#: builtins.c:422 -msgid "" -"Create a local variable called NAME, and give it VALUE. LOCAL\n" -" can only be used within a function; it makes the variable NAME\n" -" have a visible scope restricted to that function and its children." +#: builtins.c:80 +msgid "local [option] name[=value] ..." msgstr "" -"Sukurti vietinį kintamąjį nurodytu PAVADINIMU ir suteikti jam REIKÅ MĘ.\n" -" „local“ gali bÅ«ti naudojamas tik funkcijose; jis sukuria kintamąjį,\n" -" matomą tik pačioje funkcijoje ir jos dukterinėse funkcijose." -#: builtins.c:431 -msgid "" -"Output the ARGs. If -n is specified, the trailing newline is\n" -" suppressed. If the -e option is given, interpretation of the\n" -" following backslash-escaped characters is turned on:\n" -" \t\\a\talert (bell)\n" -" \t\\b\tbackspace\n" -" \t\\c\tsuppress trailing newline\n" -" \t\\E\tescape character\n" -" \t\\f\tform feed\n" -" \t\\n\tnew line\n" -" \t\\r\tcarriage return\n" -" \t\\t\thorizontal tab\n" -" \t\\v\tvertical tab\n" -" \t\\\\\tbackslash\n" -" \t\\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n" -" \t\t0 to 3 octal digits\n" -" \n" -" You can explicitly turn off the interpretation of the above characters\n" -" with the -E option." +#: builtins.c:83 +msgid "echo [-neE] [arg ...]" msgstr "" -#: builtins.c:456 -msgid "Output the ARGs. If -n is specified, the trailing newline is suppressed." +#: builtins.c:87 +msgid "echo [-n] [arg ...]" msgstr "" -"IÅ¡spausdinti ARGUMENTUS. Jei nurodytas -n, nespausdinamas naujos eilutės\n" -" simbolis pabaigoje." -#: builtins.c:463 -msgid "" -"Enable and disable builtin shell commands. This allows\n" -" you to use a disk command which has the same name as a shell\n" -" builtin without specifying a full pathname. If -n is used, the\n" -" NAMEs become disabled; otherwise NAMEs are enabled. For example,\n" -" to use the `test' found in $PATH instead of the shell builtin\n" -" version, type `enable -n test'. On systems supporting dynamic\n" -" loading, the -f option may be used to load new builtins from the\n" -" shared object FILENAME. The -d option will delete a builtin\n" -" previously loaded with -f. If no non-option names are given, or\n" -" the -p option is supplied, a list of builtins is printed. The\n" -" -a option means to print every builtin with an indication of whether\n" -" or not it is enabled. The -s option restricts the output to the POSIX.2\n" -" `special' builtins. The -n option displays a list of all disabled builtins." +#: builtins.c:90 +msgid "enable [-a] [-dnps] [-f filename] [name ...]" msgstr "" -#: builtins.c:481 -msgid "Read ARGs as input to the shell and execute the resulting command(s)." -msgstr "Skaityti ARGUMENTUS kaip aplinkos komandas ir jas vykdyti." +#: builtins.c:92 +msgid "eval [arg ...]" +msgstr "" -#: builtins.c:487 -msgid "" -"Getopts is used by shell procedures to parse positional parameters.\n" -" \n" -" OPTSTRING contains the option letters to be recognized; if a letter\n" -" is followed by a colon, the option is expected to have an argument,\n" -" which should be separated from it by white space.\n" -" \n" -" Each time it is invoked, getopts will place the next option in the\n" -" shell variable $name, initializing name if it does not exist, and\n" -" the index of the next argument to be processed into the shell\n" -" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n" -" a shell script is invoked. When an option requires an argument,\n" -" getopts places that argument into the shell variable OPTARG.\n" -" \n" -" getopts reports errors in one of two ways. If the first character\n" -" of OPTSTRING is a colon, getopts uses silent error reporting. In\n" -" this mode, no error messages are printed. If an invalid option is\n" -" seen, getopts places the option character found into OPTARG. If a\n" -" required argument is not found, getopts places a ':' into NAME and\n" -" sets OPTARG to the option character found. If getopts is not in\n" -" silent mode, and an invalid option is seen, getopts places '?' into\n" -" NAME and unsets OPTARG. If a required argument is not found, a '?'\n" -" is placed in NAME, OPTARG is unset, and a diagnostic message is\n" -" printed.\n" -" \n" -" If the shell variable OPTERR has the value 0, getopts disables the\n" -" printing of error messages, even if the first character of\n" -" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n" -" \n" -" Getopts normally parses the positional parameters ($0 - $9), but if\n" -" more arguments are given, they are parsed instead." +#: builtins.c:94 +msgid "getopts optstring name [arg]" msgstr "" -#: builtins.c:522 -msgid "" -"Exec FILE, replacing this shell with the specified program.\n" -" If FILE is not specified, the redirections take effect in this\n" -" shell. If the first argument is `-l', then place a dash in the\n" -" zeroth arg passed to FILE, as login does. If the `-c' option\n" -" is supplied, FILE is executed with a null environment. The `-a'\n" -" option means to make set argv[0] of the executed process to NAME.\n" -" If the file cannot be executed and the shell is not interactive,\n" -" then the shell exits, unless the shell option `execfail' is set." +#: builtins.c:96 +msgid "exec [-cl] [-a name] [command [arguments ...]] [redirection ...]" msgstr "" -#: builtins.c:535 -msgid "" -"Exit the shell with a status of N. If N is omitted, the exit status\n" -" is that of the last command executed." +#: builtins.c:98 +msgid "exit [n]" msgstr "" -"IÅ¡eiti iÅ¡ aplinkos su klaidos kodu N. Jei N nenurodytas, iÅ¡einant nustatomas\n" -" paskutinės vykdytos komandos klaidos kodas." -#: builtins.c:542 -msgid "Logout of a login shell." -msgstr "Atsijungti nuo prisijungimo aplinkos (login shell)." +#: builtins.c:100 +msgid "logout [n]" +msgstr "" -#: builtins.c:549 -msgid "" -"fc is used to list or edit and re-execute commands from the history list.\n" -" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n" -" string, which means the most recent command beginning with that\n" -" string.\n" -" \n" -" -e ENAME selects which editor to use. Default is FCEDIT, then EDITOR,\n" -" then vi.\n" -" \n" -" -l means list lines instead of editing.\n" -" -n means no line numbers listed.\n" -" -r means reverse the order of the lines (making it newest listed first).\n" -" \n" -" With the `fc -s [pat=rep ...] [command]' format, the command is\n" -" re-executed after the substitution OLD=NEW is performed.\n" -" \n" +#: builtins.c:103 +msgid "fc [-e ename] [-lnr] [first] [last] or fc -s [pat=rep] [command]" +msgstr "" + +#: builtins.c:107 +msgid "fg [job_spec]" +msgstr "" + +#: builtins.c:111 +msgid "bg [job_spec ...]" +msgstr "" + +#: builtins.c:114 +msgid "hash [-lr] [-p pathname] [-dt] [name ...]" +msgstr "" + +#: builtins.c:117 +msgid "help [-ds] [pattern ...]" +msgstr "" + +#: builtins.c:121 +msgid "" +"history [-c] [-d offset] [n] or history -anrw [filename] or history -ps arg " +"[arg...]" +msgstr "" + +#: builtins.c:125 +msgid "jobs [-lnprs] [jobspec ...] or jobs -x command [args]" +msgstr "" + +#: builtins.c:129 +msgid "disown [-h] [-ar] [jobspec ...]" +msgstr "" + +#: builtins.c:132 +msgid "" +"kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l " +"[sigspec]" +msgstr "" + +#: builtins.c:134 +msgid "let arg [arg ...]" +msgstr "" + +#: builtins.c:136 +msgid "" +"read [-ers] [-a array] [-d delim] [-i text] [-n nchars] [-p prompt] [-t " +"timeout] [-u fd] [name ...]" +msgstr "" + +#: builtins.c:138 +msgid "return [n]" +msgstr "" + +#: builtins.c:140 +msgid "set [--abefhkmnptuvxBCHP] [-o option-name] [arg ...]" +msgstr "" + +#: builtins.c:142 +msgid "unset [-f] [-v] [name ...]" +msgstr "" + +#: builtins.c:144 +msgid "export [-fn] [name[=value] ...] or export -p" +msgstr "" + +#: builtins.c:146 +msgid "readonly [-af] [name[=value] ...] or readonly -p" +msgstr "" + +#: builtins.c:148 +#, fuzzy +msgid "shift [n]" +msgstr "postÅ«mių skaičius" + +#: builtins.c:150 +#, fuzzy +msgid "source filename [arguments]" +msgstr "reikia failo pavadinimo argumento" + +#: builtins.c:152 +#, fuzzy +msgid ". filename [arguments]" +msgstr "reikia failo pavadinimo argumento" + +#: builtins.c:155 +msgid "suspend [-f]" +msgstr "" + +#: builtins.c:158 +msgid "test [expr]" +msgstr "" + +#: builtins.c:160 +msgid "[ arg... ]" +msgstr "" + +#: builtins.c:162 +msgid "times" +msgstr "" + +#: builtins.c:164 +msgid "trap [-lp] [[arg] signal_spec ...]" +msgstr "" + +#: builtins.c:166 +msgid "type [-afptP] name [name ...]" +msgstr "" + +#: builtins.c:169 +msgid "ulimit [-SHacdefilmnpqrstuvx] [limit]" +msgstr "" + +#: builtins.c:172 +msgid "umask [-p] [-S] [mode]" +msgstr "" + +#: builtins.c:175 +msgid "wait [id]" +msgstr "" + +#: builtins.c:179 +msgid "wait [pid]" +msgstr "" + +#: builtins.c:182 +msgid "for NAME [in WORDS ... ] ; do COMMANDS; done" +msgstr "" + +#: builtins.c:184 +msgid "for (( exp1; exp2; exp3 )); do COMMANDS; done" +msgstr "" + +#: builtins.c:186 +msgid "select NAME [in WORDS ... ;] do COMMANDS; done" +msgstr "" + +#: builtins.c:188 +msgid "time [-p] pipeline" +msgstr "" + +#: builtins.c:190 +msgid "case WORD in [PATTERN [| PATTERN]...) COMMANDS ;;]... esac" +msgstr "" + +#: builtins.c:192 +msgid "" +"if COMMANDS; then COMMANDS; [ elif COMMANDS; then COMMANDS; ]... [ else " +"COMMANDS; ] fi" +msgstr "" + +#: builtins.c:194 +msgid "while COMMANDS; do COMMANDS; done" +msgstr "" + +#: builtins.c:196 +msgid "until COMMANDS; do COMMANDS; done" +msgstr "" + +#: builtins.c:198 +msgid "function name { COMMANDS ; } or name () { COMMANDS ; }" +msgstr "" + +#: builtins.c:200 +msgid "{ COMMANDS ; }" +msgstr "" + +#: builtins.c:202 +msgid "job_spec [&]" +msgstr "" + +#: builtins.c:204 +#, fuzzy +msgid "(( expression ))" +msgstr "tikėtasi iÅ¡raiÅ¡kos" + +#: builtins.c:206 +#, fuzzy +msgid "[[ expression ]]" +msgstr "tikėtasi iÅ¡raiÅ¡kos" + +#: builtins.c:208 +msgid "variables - Names and meanings of some shell variables" +msgstr "" + +#: builtins.c:211 +msgid "pushd [-n] [+N | -N | dir]" +msgstr "" + +#: builtins.c:215 +msgid "popd [-n] [+N | -N]" +msgstr "" + +#: builtins.c:219 +msgid "dirs [-clpv] [+N] [-N]" +msgstr "" + +#: builtins.c:222 +msgid "shopt [-pqsu] [-o] [optname ...]" +msgstr "" + +#: builtins.c:224 +msgid "printf [-v var] format [arguments]" +msgstr "" + +#: builtins.c:227 +msgid "" +"complete [-abcdefgjksuv] [-pr] [-o option] [-A action] [-G globpat] [-W " +"wordlist] [-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] " +"[name ...]" +msgstr "" + +#: builtins.c:231 +msgid "" +"compgen [-abcdefgjksuv] [-o option] [-A action] [-G globpat] [-W wordlist] " +"[-F function] [-C command] [-X filterpat] [-P prefix] [-S suffix] [word]" +msgstr "" + +#: builtins.c:235 +msgid "compopt [-o|+o option] [name ...]" +msgstr "" + +#: builtins.c:238 +msgid "" +"mapfile [-n count] [-O origin] [-s count] [-t] [-u fd] [-C callback] [-c " +"quantum] [array]" +msgstr "" + +#: builtins.c:250 +#, fuzzy +msgid "" +"Define or display aliases.\n" +" \n" +" Without arguments, `alias' prints the list of aliases in the reusable\n" +" form `alias NAME=VALUE' on standard output.\n" +" \n" +" Otherwise, an alias is defined for each NAME whose VALUE is given.\n" +" A trailing space in VALUE causes the next word to be checked for\n" +" alias substitution when the alias is expanded.\n" +" \n" +" Options:\n" +" -p\tPrint all defined aliases in a reusable format\n" +" \n" +" Exit Status:\n" +" alias returns true unless a NAME is supplied for which no alias has " +"been\n" +" defined." +msgstr "" +"„alias“ be argumentų arba su -p nuostata iÅ¡spausdina alternatyviųjų\n" +" vardų sąrašą formatu VARDAS=REIKÅ MĖ į standartinį iÅ¡vedimą.\n" +" Kitu atveju apraÅ¡omas alternatyvusis vardas kiekvienam VARDUI,\n" +" kurio REIKÅ MĖ nurodyta.\n" +"Jei REIKÅ MĖ baigiasi tarpo simboliu, kitame\n" +" žodyje ieÅ¡koma alternatyviųjų vardų keitinių, kai alternatyvusis vardas\n" +" iÅ¡skleidžiamas. „alias“ grąžina „true“, nebent duotas VARDAS, kuriam\n" +" neapraÅ¡ytas joks alternatyvusis vardas." + +#: builtins.c:272 +#, fuzzy +msgid "" +"Remove each NAME from the list of defined aliases.\n" +" \n" +" Options:\n" +" -a\tremove all alias definitions.\n" +" \n" +" Return success unless a NAME is not an existing alias." +msgstr "" +"PaÅ¡alinti VARDUS iÅ¡ apraÅ¡ytų alternatyviųjų vardų sąraÅ¡o. Jei nurodyta\n" +" nuostata -a, paÅ¡alinti visus alternatyviuosius vardus." + +#: builtins.c:285 +msgid "" +"Set Readline key bindings and variables.\n" +" \n" +" Bind a key sequence to a Readline function or a macro, or set a\n" +" Readline variable. The non-option argument syntax is equivalent to\n" +" that found in ~/.inputrc, but must be passed as a single argument:\n" +" e.g., bind '\"\\C-x\\C-r\": re-read-init-file'.\n" +" \n" +" Options:\n" +" -m keymap Use KEYMAP as the keymap for the duration of this\n" +" command. Acceptable keymap names are emacs,\n" +" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-" +"move,\n" +" vi-command, and vi-insert.\n" +" -l List names of functions.\n" +" -P List function names and bindings.\n" +" -p List functions and bindings in a form that can be\n" +" reused as input.\n" +" -S List key sequences that invoke macros and their " +"values\n" +" -s List key sequences that invoke macros and their " +"values\n" +" in a form that can be reused as input.\n" +" -V List variable names and values\n" +" -v List variable names and values in a form that can\n" +" be reused as input.\n" +" -q function-name Query about which keys invoke the named function.\n" +" -u function-name Unbind all keys which are bound to the named " +"function.\n" +" -r keyseq Remove the binding for KEYSEQ.\n" +" -f filename Read key bindings from FILENAME.\n" +" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n" +" \t\t\t\tKEYSEQ is entered.\n" +" \n" +" Exit Status:\n" +" bind returns 0 unless an unrecognized option is given or an error occurs." +msgstr "" + +#: builtins.c:322 +msgid "" +"Exit for, while, or until loops.\n" +" \n" +" Exit a FOR, WHILE or UNTIL loop. If N is specified, break N enclosing\n" +" loops.\n" +" \n" +" Exit Status:\n" +" The exit status is 0 unless N is not greater than or equal to 1." +msgstr "" + +#: builtins.c:334 +#, fuzzy +msgid "" +"Resume for, while, or until loops.\n" +" \n" +" Resumes the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n" +" If N is specified, resumes the Nth enclosing loop.\n" +" \n" +" Exit Status:\n" +" The exit status is 0 unless N is not greater than or equal to 1." +msgstr "" +"Tęsti kitą FOR, WHILE arba UNTIL ciklo iteraciją.\n" +" Jei N nurodytas, tęsti ciklą, esantį N lygmenų virÅ¡ esamo." + +#: builtins.c:346 +msgid "" +"Execute shell builtins.\n" +" \n" +" Execute SHELL-BUILTIN with arguments ARGs without performing command\n" +" lookup. This is useful when you wish to reimplement a shell builtin\n" +" as a shell function, but need to execute the builtin within the " +"function.\n" +" \n" +" Exit Status:\n" +" Returns the exit status of SHELL-BUILTIN, or false if SHELL-BUILTIN is\n" +" not a shell builtin.." +msgstr "" + +#: builtins.c:361 +#, fuzzy +msgid "" +"Return the context of the current subroutine call.\n" +" \n" +" Without EXPR, returns \"$line $filename\". With EXPR, returns\n" +" \"$line $subroutine $filename\"; this extra information can be used to\n" +" provide a stack trace.\n" +" \n" +" The value of EXPR indicates how many call frames to go back before the\n" +" current one; the top frame is frame 0.\n" +" \n" +" Exit Status:\n" +" Returns 0 unless the shell is not executing a shell function or EXPR\n" +" is invalid." +msgstr "" +"Grąžina esamos procedÅ«ros kontekstą.\n" +" \n" +" Be IÅ RAIÅ KOS, grąžina „$eilutė $failo_vardas“. Su IÅ RAIÅ KA,\n" +" grąžina „$eilutė $procedÅ«ra $failo_vardas“; Å¡i papildoma informacija\n" +" gali bÅ«ti panaudota kuriant steko iÅ¡rašą (stack trace).\n" +" \n" +" IÅ RAIÅ KOS reikÅ¡mė nurodo, per kiek kvietimo freimų grįžti nuo\n" +" esamo; virÅ¡utinis freimas yra 0." + +#: builtins.c:379 +#, fuzzy +msgid "" +"Change the shell working directory.\n" +" \n" +" Change the current directory to DIR. The default DIR is the value of " +"the\n" +" HOME shell variable.\n" +" \n" +" The variable CDPATH defines the search path for the directory " +"containing\n" +" DIR. Alternative directory names in CDPATH are separated by a colon " +"(:).\n" +" A null directory name is the same as the current directory. If DIR " +"begins\n" +" with a slash (/), then CDPATH is not used.\n" +" \n" +" If the directory is not found, and the shell option `cdable_vars' is " +"set,\n" +" the word is assumed to be a variable name. If that variable has a " +"value,\n" +" its value is used for DIR.\n" +" \n" +" Options:\n" +" -L\tforce symbolic links to be followed\n" +" -P\tuse the physical directory structure without following symbolic\n" +" \tlinks\n" +" \n" +" The default is to follow symbolic links, as if `-L' were specified.\n" +" \n" +" Exit Status:\n" +" Returns 0 if the directory is changed; non-zero otherwise." +msgstr "" +"Pakeisti esamą aplanką į DIR. Kintamasis $HOME yra\n" +" numatytasis DIR. Kintamasis CDPATH nurodo aplankus, kuriuose bus\n" +" ieÅ¡koma DIR. Aplankų pavadinimai CDPATH skiriami dvitaÅ¡kiu (:).\n" +" Tuščias aplanko vardas tapatus esamam aplankui, t.y. „.“.\n" +" Jei DIR prasideda pasviruoju brÅ«kÅ¡niu (/), į CDPATH neatsižvelgiama.\n" +" Jei aplankas nerastas ir aplinkos nuostata „cdable_vars“ įjungta,\n" +" tada žodis bandomas kaip kintamojo pavadinimas. Jei kintamasis\n" +" turi reikÅ¡mę, tada esamas aplankas pakeičiamas į kintamojo reikÅ¡mę.\n" +" Parametras -P nurodo, kad turi bÅ«ti naudojama fizinė aplankų struktÅ«ra,\n" +" užuot sekus simbolines nuorodas; parametras -L nurodo, kad turi bÅ«ti\n" +" sekama simbolinėmis nuorodomis." + +#: builtins.c:407 +msgid "" +"Print the name of the current working directory.\n" +" \n" +" Options:\n" +" -L\tprint the value of $PWD if it names the current working\n" +" \tdirectory\n" +" -P\tprint the physical directory, without any symbolic links\n" +" \n" +" By default, `pwd' behaves as if `-L' were specified.\n" +" \n" +" Exit Status:\n" +" Returns 0 unless an invalid option is given or the current directory\n" +" cannot be read." +msgstr "" + +#: builtins.c:424 +#, fuzzy +msgid "" +"Null command.\n" +" \n" +" No effect; the command does nothing.\n" +" \n" +" Exit Status:\n" +" Always succeeds." +msgstr "Jokio efekto; komanda nieko nedaro. Grąžinamas klaidos kodas 0." + +#: builtins.c:435 +msgid "" +"Return a successful result.\n" +" \n" +" Exit Status:\n" +" Always succeeds." +msgstr "" + +#: builtins.c:444 +#, fuzzy +msgid "" +"Return an unsuccessful result.\n" +" \n" +" Exit Status:\n" +" Always fails." +msgstr "Grąžinti nesėkmingą rezultatą." + +#: builtins.c:453 +msgid "" +"Execute a simple command or display information about commands.\n" +" \n" +" Runs COMMAND with ARGS suppressing shell function lookup, or display\n" +" information about the specified COMMANDs. Can be used to invoke " +"commands\n" +" on disk when a function with the same name exists.\n" +" \n" +" Options:\n" +" -p\tuse a default value for PATH that is guaranteed to find all of\n" +" \tthe standard utilities\n" +" -v\tprint a description of COMMAND similar to the `type' builtin\n" +" -V\tprint a more verbose description of each COMMAND\n" +" \n" +" Exit Status:\n" +" Returns exit status of COMMAND, or failure if COMMAND is not found." +msgstr "" + +#: builtins.c:472 +msgid "" +"Set variable values and attributes.\n" +" \n" +" Declare variables and give them attributes. If no NAMEs are given,\n" +" display the attributes and values of all variables.\n" +" \n" +" Options:\n" +" -f\trestrict action or display to function names and definitions\n" +" -F\trestrict display to function names only (plus line number and\n" +" \tsource file when debugging)\n" +" -p\tdisplay the attributes and value of each NAME\n" +" \n" +" Options which set attributes:\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" +" -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" +" -r\tto make NAMEs readonly\n" +" -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" +" -x\tto make NAMEs export\n" +" \n" +" Using `+' instead of `-' turns off the given attribute.\n" +" \n" +" Variables with the integer attribute have arithmetic evaluation (see\n" +" the `let' command) performed when the variable is assigned a value.\n" +" \n" +" When used in a function, `declare' makes NAMEs local, as with the " +"`local'\n" +" command.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." +msgstr "" + +#: builtins.c:508 +msgid "" +"Set variable values and attributes.\n" +" \n" +" Obsolete. See `help declare'." +msgstr "" + +#: builtins.c:516 +msgid "" +"Define local variables.\n" +" \n" +" Create a local variable called NAME, and give it VALUE. OPTION can\n" +" be any option accepted by `declare'.\n" +" \n" +" Local variables can only be used within a function; they are visible\n" +" only to the function where they are defined and its children.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied, an error occurs,\n" +" or the shell is not executing a function." +msgstr "" + +#: builtins.c:533 +msgid "" +"Write arguments to the standard output.\n" +" \n" +" Display the ARGs on the standard output followed by a newline.\n" +" \n" +" Options:\n" +" -n\tdo not append a newline\n" +" -e\tenable interpretation of the following backslash escapes\n" +" -E\texplicitly suppress interpretation of backslash escapes\n" +" \n" +" `echo' interprets the following backslash-escaped characters:\n" +" \\a\talert (bell)\n" +" \\b\tbackspace\n" +" \\c\tsuppress further output\n" +" \\e\tescape character\n" +" \\f\tform feed\n" +" \\n\tnew line\n" +" \\r\tcarriage return\n" +" \\t\thorizontal tab\n" +" \\v\tvertical tab\n" +" \\\\\tbackslash\n" +" \\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n" +" \t0 to 3 octal digits\n" +" \\xHH\tthe eight-bit character whose value is HH (hexadecimal). HH\n" +" \tcan be one or two hex digits\n" +" \n" +" Exit Status:\n" +" Returns success unless a write error occurs." +msgstr "" + +#: builtins.c:567 +msgid "" +"Write arguments to the standard output.\n" +" \n" +" Display the ARGs on the standard output followed by a newline.\n" +" \n" +" Options:\n" +" -n\tdo not append a newline\n" +" \n" +" Exit Status:\n" +" Returns success unless a write error occurs." +msgstr "" + +#: builtins.c:582 +msgid "" +"Enable and disable shell builtins.\n" +" \n" +" Enables and disables builtin shell commands. Disabling allows you to\n" +" execute a disk command which has the same name as a shell builtin\n" +" without using a full pathname.\n" +" \n" +" Options:\n" +" -a\tprint a list of builtins showing whether or not each is enabled\n" +" -n\tdisable each NAME or display a list of disabled builtins\n" +" -p\tprint the list of builtins in a reusable format\n" +" -s\tprint only the names of Posix `special' builtins\n" +" \n" +" Options controlling dynamic loading:\n" +" -f\tLoad builtin NAME from shared object FILENAME\n" +" -d\tRemove a builtin loaded with -f\n" +" \n" +" Without options, each NAME is enabled.\n" +" \n" +" To use the `test' found in $PATH instead of the shell builtin\n" +" version, type `enable -n test'.\n" +" \n" +" Exit Status:\n" +" Returns success unless NAME is not a shell builtin or an error occurs." +msgstr "" + +#: builtins.c:610 +msgid "" +"Execute arguments as a shell command.\n" +" \n" +" Combine ARGs into a single string, use the result as input to the " +"shell,\n" +" and execute the resulting commands.\n" +" \n" +" Exit Status:\n" +" Returns exit status of command or success if command is null." +msgstr "" + +#: builtins.c:622 +msgid "" +"Parse option arguments.\n" +" \n" +" Getopts is used by shell procedures to parse positional parameters\n" +" as options.\n" +" \n" +" OPTSTRING contains the option letters to be recognized; if a letter\n" +" is followed by a colon, the option is expected to have an argument,\n" +" which should be separated from it by white space.\n" +" \n" +" Each time it is invoked, getopts will place the next option in the\n" +" shell variable $name, initializing name if it does not exist, and\n" +" the index of the next argument to be processed into the shell\n" +" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n" +" a shell script is invoked. When an option requires an argument,\n" +" getopts places that argument into the shell variable OPTARG.\n" +" \n" +" getopts reports errors in one of two ways. If the first character\n" +" of OPTSTRING is a colon, getopts uses silent error reporting. In\n" +" this mode, no error messages are printed. If an invalid option is\n" +" seen, getopts places the option character found into OPTARG. If a\n" +" required argument is not found, getopts places a ':' into NAME and\n" +" sets OPTARG to the option character found. If getopts is not in\n" +" silent mode, and an invalid option is seen, getopts places '?' into\n" +" NAME and unsets OPTARG. If a required argument is not found, a '?'\n" +" is placed in NAME, OPTARG is unset, and a diagnostic message is\n" +" printed.\n" +" \n" +" If the shell variable OPTERR has the value 0, getopts disables the\n" +" printing of error messages, even if the first character of\n" +" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n" +" \n" +" Getopts normally parses the positional parameters ($0 - $9), but if\n" +" more arguments are given, they are parsed instead.\n" +" \n" +" Exit Status:\n" +" Returns success if an option is found; fails if the end of options is\n" +" encountered or an error occurs." +msgstr "" + +#: builtins.c:664 +msgid "" +"Replace the shell with the given command.\n" +" \n" +" Execute COMMAND, replacing this shell with the specified program.\n" +" ARGUMENTS become the arguments to COMMAND. If COMMAND is not " +"specified,\n" +" any redirections take effect in the current shell.\n" +" \n" +" Options:\n" +" -a name\tpass NAME as the zeroth argument to COMMAND\n" +" -c\t\texecute COMMAND with an empty environment\n" +" -l\t\tplace a dash in the zeroth argument to COMMAND\n" +" \n" +" If the command cannot be executed, a non-interactive shell exits, " +"unless\n" +" the shell option `execfail' is set.\n" +" \n" +" Exit Status:\n" +" Returns success unless COMMAND is not found or a redirection error " +"occurs." +msgstr "" + +#: builtins.c:685 +#, fuzzy +msgid "" +"Exit the shell.\n" +" \n" +" Exits the shell with a status of N. If N is omitted, the exit status\n" +" is that of the last command executed." +msgstr "" +"IÅ¡eiti iÅ¡ aplinkos su klaidos kodu N. Jei N nenurodytas, iÅ¡einant " +"nustatomas\n" +" paskutinės vykdytos komandos klaidos kodas." + +#: builtins.c:694 +msgid "" +"Exit a login shell.\n" +" \n" +" Exits a login shell with exit status N. Returns an error if not " +"executed\n" +" in a login shell." +msgstr "" + +#: builtins.c:704 +msgid "" +"Display or execute commands from the history list.\n" +" \n" +" fc is used to list or edit and re-execute commands from the history " +"list.\n" +" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n" +" string, which means the most recent command beginning with that\n" +" string.\n" +" \n" +" Options:\n" +" -e ENAME\tselect which editor to use. Default is FCEDIT, then " +"EDITOR,\n" +" \t\tthen vi\n" +" -l \tlist lines instead of editing\n" +" -n\tomit line numbers when listing\n" +" -r\treverse the order of the lines (newest listed first)\n" +" \n" +" With the `fc -s [pat=rep ...] [command]' format, COMMAND is\n" +" re-executed after the substitution OLD=NEW is performed.\n" +" \n" " A useful alias to use with this is r='fc -s', so that typing `r cc'\n" " runs the last command beginning with `cc' and typing `r' re-executes\n" -" the last command." +" the last command.\n" +" \n" +" Exit Status:\n" +" Returns success or status of executed command; non-zero if an error " +"occurs." msgstr "" -#: builtins.c:574 +#: builtins.c:734 msgid "" -"Place JOB_SPEC in the foreground, and make it the current job. If\n" -" JOB_SPEC is not present, the shell's notion of the current job is\n" -" used." +"Move job to the foreground.\n" +" \n" +" Place the job identified by JOB_SPEC in the foreground, making it the\n" +" current job. If JOB_SPEC is not present, the shell's notion of the\n" +" current job is used.\n" +" \n" +" Exit Status:\n" +" Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:584 +#: builtins.c:749 msgid "" -"Place each JOB_SPEC in the background, as if it had been started with\n" -" `&'. If JOB_SPEC is not present, the shell's notion of the current\n" -" job is used." +"Move jobs to the background.\n" +" \n" +" Place the jobs identified by each JOB_SPEC in the background, as if " +"they\n" +" had been started with `&'. If JOB_SPEC is not present, the shell's " +"notion\n" +" of the current job is used.\n" +" \n" +" Exit Status:\n" +" Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:593 +#: builtins.c:763 msgid "" -"For each NAME, the full pathname of the command is determined and\n" -" remembered. If the -p option is supplied, PATHNAME is used as the\n" -" full pathname of NAME, and no path search is performed. The -r\n" -" option causes the shell to forget all remembered locations. The -d\n" -" option causes the shell to forget the remembered location of each NAME.\n" -" If the -t option is supplied the full pathname to which each NAME\n" -" corresponds is printed. If multiple NAME arguments are supplied with\n" -" -t, the NAME is printed before the hashed full pathname. The -l option\n" -" causes output to be displayed in a format that may be reused as input.\n" -" If no arguments are given, information about remembered commands is displayed." +"Remember or display program locations.\n" +" \n" +" Determine and remember the full pathname of each command NAME. If\n" +" no arguments are given, information about remembered commands is " +"displayed.\n" +" \n" +" Options:\n" +" -d\t\tforget the remembered location of each NAME\n" +" -l\t\tdisplay in a format that may be reused as input\n" +" -p pathname\tuse PATHNAME is the full pathname of NAME\n" +" -r\t\tforget all remembered locations\n" +" -t\t\tprint the remembered location of each NAME, preceding\n" +" \t\teach location with the corresponding NAME if multiple\n" +" \t\tNAMEs are given\n" +" Arguments:\n" +" NAME\t\tEach NAME is searched for in $PATH and added to the list\n" +" \t\tof remembered commands.\n" +" \n" +" Exit Status:\n" +" Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:609 +#: builtins.c:788 msgid "" -"Display helpful information about builtin commands. If PATTERN is\n" +"Display information about builtin commands.\n" +" \n" +" Displays brief summaries of builtin commands. If PATTERN is\n" " specified, gives detailed help on all commands matching PATTERN,\n" -" otherwise a list of the builtins is printed. The -s option\n" -" restricts the output for each builtin command matching PATTERN to\n" -" a short usage synopsis." +" otherwise the list of help topics is printed.\n" +" \n" +" Options:\n" +" -d\toutput short description for each topic\n" +" -m\tdisplay usage in pseudo-manpage format\n" +" -s\toutput only a short usage synopsis for each topic matching\n" +" \tPATTERN\n" +" \n" +" Arguments:\n" +" PATTERN\tPattern specifiying a help topic\n" +" \n" +" Exit Status:\n" +" Returns success unless PATTERN is not found or an invalid option is " +"given." msgstr "" -#: builtins.c:621 +#: builtins.c:812 msgid "" -"Display the history list with line numbers. Lines listed with\n" -" with a `*' have been modified. Argument of N says to list only\n" -" the last N lines. The `-c' option causes the history list to be\n" -" cleared by deleting all of the entries. The `-d' option deletes\n" -" the history entry at offset OFFSET. The `-w' option writes out the\n" -" current history to the history file; `-r' means to read the file and\n" -" append the contents to the history list instead. `-a' means\n" -" to append history lines from this session to the history file.\n" -" Argument `-n' means to read all history lines not already read\n" -" from the history file and append them to the history list.\n" +"Display or manipulate the history list.\n" " \n" -" If FILENAME is given, then that is used as the history file else\n" +" Display the history list with line numbers, prefixing each modified\n" +" entry with a `*'. An argument of N lists only the last N entries.\n" +" \n" +" Options:\n" +" -c\tclear the history list by deleting all of the entries\n" +" -d offset\tdelete the history entry at offset OFFSET.\n" +" \n" +" -a\tappend history lines from this session to the history file\n" +" -n\tread all history lines not already read from the history file\n" +" -r\tread the history file and append the contents to the history\n" +" \tlist\n" +" -w\twrite the current history to the history file\n" +" \tand append them to the history list\n" +" \n" +" -p\tperform history expansion on each ARG and display the result\n" +" \twithout storing it in the history list\n" +" -s\tappend the ARGs to the history list as a single entry\n" +" \n" +" If FILENAME is given, it is used as the history file. Otherwise,\n" " if $HISTFILE has a value, that is used, else ~/.bash_history.\n" -" If the -s option is supplied, the non-option ARGs are appended to\n" -" the history list as a single entry. The -p option means to perform\n" -" history expansion on each ARG and display the result, without storing\n" -" anything in the history list.\n" " \n" " If the $HISTTIMEFORMAT variable is set and not null, its value is used\n" " as a format string for strftime(3) to print the time stamp associated\n" -" with each displayed history entry. No time stamps are printed otherwise." +" with each displayed history entry. No time stamps are printed " +"otherwise.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:649 +#: builtins.c:848 msgid "" -"Lists the active jobs. The -l option lists process id's in addition\n" -" to the normal information; the -p option lists process id's only.\n" -" If -n is given, only processes that have changed status since the last\n" -" notification are printed. JOBSPEC restricts output to that job. The\n" -" -r and -s options restrict output to running and stopped jobs only,\n" -" respectively. Without options, the status of all active jobs is\n" -" printed. If -x is given, COMMAND is run after all job specifications\n" -" that appear in ARGS have been replaced with the process ID of that job's\n" -" process group leader." +"Display status of jobs.\n" +" \n" +" Lists the active jobs. JOBSPEC restricts output to that job.\n" +" Without options, the status of all active jobs is displayed.\n" +" \n" +" Options:\n" +" -l\tlists process IDs in addition to the normal information\n" +" -n\tlist only processes that have changed status since the last\n" +" \tnotification\n" +" -p\tlists process IDs only\n" +" -r\trestrict output to running jobs\n" +" -s\trestrict output to stopped jobs\n" +" \n" +" If -x is supplied, COMMAND is run after all job specifications that\n" +" appear in ARGS have been replaced with the process ID of that job's\n" +" process group leader.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs.\n" +" If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:665 +#: builtins.c:875 msgid "" -"By default, removes each JOBSPEC argument from the table of active jobs.\n" -" If the -h option is given, the job is not removed from the table, but is\n" -" marked so that SIGHUP is not sent to the job if the shell receives a\n" -" SIGHUP. The -a option, when JOBSPEC is not supplied, means to remove all\n" -" jobs from the job table; the -r option means to remove only running jobs." +"Remove jobs from current shell.\n" +" \n" +" Removes each JOBSPEC argument from the table of active jobs. Without\n" +" any JOBSPECs, the shell uses its notion of the current job.\n" +" \n" +" Options:\n" +" -a\tremove all jobs if JOBSPEC is not supplied\n" +" -h\tmark each JOBSPEC so that SIGHUP is not sent to the job if the\n" +" \tshell receives a SIGHUP\n" +" -r\tremove only running jobs\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:676 +#: builtins.c:894 msgid "" -"Send the processes named by PID (or JOBSPEC) the signal SIGSPEC. If\n" -" SIGSPEC is not present, then SIGTERM is assumed. An argument of `-l'\n" -" lists the signal names; if arguments follow `-l' they are assumed to\n" -" be signal numbers for which names should be listed. Kill is a shell\n" -" builtin for two reasons: it allows job IDs to be used instead of\n" -" process IDs, and, if you have reached the limit on processes that\n" -" you can create, you don't have to start a process to kill another one." +"Send a signal to a job.\n" +" \n" +" Send the processes identified by PID or JOBSPEC the signal named by\n" +" SIGSPEC or SIGNUM. If neither SIGSPEC nor SIGNUM is present, then\n" +" SIGTERM is assumed.\n" +" \n" +" Options:\n" +" -s sig\tSIG is a signal name\n" +" -n sig\tSIG is a signal number\n" +" -l\tlist the signal names; if arguments follow `-l' they are\n" +" \tassumed to be signal numbers for which names should be listed\n" +" \n" +" Kill is a shell builtin for two reasons: it allows job IDs to be used\n" +" instead of process IDs, and allows processes to be killed if the limit\n" +" on processes that you can create is reached.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:688 +#: builtins.c:917 msgid "" -"Each ARG is an arithmetic expression to be evaluated. Evaluation\n" -" is done in fixed-width integers with no check for overflow, though\n" -" division by 0 is trapped and flagged as an error. The following\n" -" list of operators is grouped into levels of equal-precedence operators.\n" -" The levels are listed in order of decreasing precedence.\n" +"Evaluate arithmetic expressions.\n" +" \n" +" Evaluate each ARG as an arithmetic expression. Evaluation is done in\n" +" fixed-width integers with no check for overflow, though division by 0\n" +" is trapped and flagged as an error. The following list of operators is\n" +" grouped into levels of equal-precedence operators. The levels are " +"listed\n" +" in order of decreasing precedence.\n" " \n" " \tid++, id--\tvariable post-increment, post-decrement\n" " \t++id, --id\tvariable pre-increment, pre-decrement\n" @@ -1957,210 +2869,283 @@ msgid "" " parentheses are evaluated first and may override the precedence\n" " rules above.\n" " \n" -" If the last ARG evaluates to 0, let returns 1; 0 is returned\n" -" otherwise." -msgstr "" - -#: builtins.c:731 -msgid "" -"One line is read from the standard input, or from file descriptor FD if the\n" -" -u option is supplied, and the first word is assigned to the first NAME,\n" -" the second word to the second NAME, and so on, with leftover words assigned\n" -" to the last NAME. Only the characters found in $IFS are recognized as word\n" -" delimiters. If no NAMEs are supplied, the line read is stored in the REPLY\n" -" variable. If the -r option is given, this signifies `raw' input, and\n" -" backslash escaping is disabled. The -d option causes read to continue\n" -" until the first character of DELIM is read, rather than newline. If the -p\n" -" option is supplied, the string PROMPT is output without a trailing newline\n" -" before attempting to read. If -a is supplied, the words read are assigned\n" -" to sequential indices of ARRAY, starting at zero. If -e is supplied and\n" -" the shell is interactive, readline is used to obtain the line. If -n is\n" -" supplied with a non-zero NCHARS argument, read returns after NCHARS\n" -" characters have been read. The -s option causes input coming from a\n" -" terminal to not be echoed.\n" -" \n" -" The -t option causes read to time out and return failure if a complete line\n" -" of input is not read within TIMEOUT seconds. If the TMOUT variable is set,\n" -" its value is the default timeout. The return code is zero, unless end-of-file\n" -" is encountered, read times out, or an invalid file descriptor is supplied as\n" -" the argument to -u." -msgstr "" - -#: builtins.c:757 -msgid "" -"Causes a function to exit with the return value specified by N. If N\n" -" is omitted, the return status is that of the last command." -msgstr "" -"IÅ¡eina iÅ¡ funkcijos, grąžinama reikÅ¡mė N. Jei N nenurodyta,\n" -" grąžinama paskutinės vykdytos komandos reikÅ¡mė." - -#: builtins.c:764 -msgid "" -" -a Mark variables which are modified or created for export.\n" -" -b Notify of job termination immediately.\n" -" -e Exit immediately if a command exits with a non-zero status.\n" -" -f Disable file name generation (globbing).\n" -" -h Remember the location of commands as they are looked up.\n" -" -k All assignment arguments are placed in the environment for a\n" -" command, not just those that precede the command name.\n" -" -m Job control is enabled.\n" -" -n Read commands but do not execute them.\n" -" -o option-name\n" -" Set the variable corresponding to option-name:\n" -" allexport same as -a\n" -" braceexpand same as -B\n" -" emacs use an emacs-style line editing interface\n" -" errexit same as -e\n" -" errtrace same as -E\n" -" functrace same as -T\n" -" hashall same as -h\n" -" histexpand same as -H\n" -" history enable command history\n" -" ignoreeof the shell will not exit upon reading EOF\n" -" interactive-comments\n" -" allow comments to appear in interactive commands\n" -" keyword same as -k\n" -" monitor same as -m\n" -" noclobber same as -C\n" -" noexec same as -n\n" -" noglob same as -f\n" -" nolog currently accepted but ignored\n" -" notify same as -b\n" -" nounset same as -u\n" -" onecmd same as -t\n" -" physical same as -P\n" -" pipefail the return value of a pipeline is the status of\n" -" the last command to exit with a non-zero status,\n" -" or zero if no command exited with a non-zero status\n" -" posix change the behavior of bash where the default\n" -" operation differs from the 1003.2 standard to\n" -" match the standard\n" -" privileged same as -p\n" -" verbose same as -v\n" -" vi use a vi-style line editing interface\n" -" xtrace same as -x\n" -" -p Turned on whenever the real and effective user ids do not match.\n" -" Disables processing of the $ENV file and importing of shell\n" -" functions. Turning this option off causes the effective uid and\n" -" gid to be set to the real uid and gid.\n" -" -t Exit after reading and executing one command.\n" -" -u Treat unset variables as an error when substituting.\n" -" -v Print shell input lines as they are read.\n" -" -x Print commands and their arguments as they are executed.\n" -" -B the shell will perform brace expansion\n" -" -C If set, disallow existing regular files to be overwritten\n" -" by redirection of output.\n" -" -E If set, the ERR trap is inherited by shell functions.\n" -" -H Enable ! style history substitution. This flag is on\n" -" by default when the shell is interactive.\n" -" -P If set, do not follow symbolic links when executing commands\n" -" such as cd which change the current directory.\n" -" -T If set, the DEBUG trap is inherited by shell functions.\n" -" - Assign any remaining arguments to the positional parameters.\n" -" The -x and -v options are turned off.\n" +" Exit Status:\n" +" If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." +msgstr "" + +#: builtins.c:962 +msgid "" +"Read a line from the standard input and split it into fields.\n" +" \n" +" Reads a single line from the standard input, or from file descriptor FD\n" +" if the -u option is supplied. The line is split into fields as with " +"word\n" +" splitting, and the first word is assigned to the first NAME, the second\n" +" word to the second NAME, and so on, with any leftover words assigned to\n" +" the last NAME. Only the characters found in $IFS are recognized as " +"word\n" +" delimiters.\n" +" \n" +" If no NAMEs are supplied, the line read is stored in the REPLY " +"variable.\n" +" \n" +" Options:\n" +" -a array\tassign the words read to sequential indices of the array\n" +" \t\tvariable ARRAY, starting at zero\n" +" -d delim\tcontinue until the first character of DELIM is read, rather\n" +" \t\tthan newline\n" +" -e\t\tuse Readline to obtain the line in an interactive shell\n" +" -i text\tUse TEXT as the initial text for Readline\n" +" -n nchars\treturn after reading NCHARS characters rather than waiting\n" +" \t\tfor a newline\n" +" -p prompt\toutput the string PROMPT without a trailing newline before\n" +" \t\tattempting to read\n" +" -r\t\tdo not allow backslashes to escape any characters\n" +" -s\t\tdo not echo input coming from a terminal\n" +" -t timeout\ttime out and return failure if a complete line of input " +"is\n" +" \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" +" -u fd\t\tread from file descriptor FD instead of the standard input\n" +" \n" +" Exit Status:\n" +" The return code is zero, unless end-of-file is encountered, read times " +"out,\n" +" or an invalid file descriptor is supplied as the argument to -u." +msgstr "" + +#: builtins.c:1001 +msgid "" +"Return from a shell function.\n" +" \n" +" Causes a function or sourced script to exit with the return value\n" +" specified by N. If N is omitted, the return status is that of the\n" +" last command executed within the function or script.\n" +" \n" +" Exit Status:\n" +" Returns N, or failure if the shell is not executing a function or script." +msgstr "" + +#: builtins.c:1014 +msgid "" +"Set or unset values of shell options and positional parameters.\n" +" \n" +" Change the value of shell attributes and positional parameters, or\n" +" display the names and values of shell variables.\n" +" \n" +" Options:\n" +" -a Mark variables which are modified or created for export.\n" +" -b Notify of job termination immediately.\n" +" -e Exit immediately if a command exits with a non-zero status.\n" +" -f Disable file name generation (globbing).\n" +" -h Remember the location of commands as they are looked up.\n" +" -k All assignment arguments are placed in the environment for a\n" +" command, not just those that precede the command name.\n" +" -m Job control is enabled.\n" +" -n Read commands but do not execute them.\n" +" -o option-name\n" +" Set the variable corresponding to option-name:\n" +" allexport same as -a\n" +" braceexpand same as -B\n" +" emacs use an emacs-style line editing interface\n" +" errexit same as -e\n" +" errtrace same as -E\n" +" functrace same as -T\n" +" hashall same as -h\n" +" histexpand same as -H\n" +" history enable command history\n" +" ignoreeof the shell will not exit upon reading EOF\n" +" interactive-comments\n" +" allow comments to appear in interactive commands\n" +" keyword same as -k\n" +" monitor same as -m\n" +" noclobber same as -C\n" +" noexec same as -n\n" +" noglob same as -f\n" +" nolog currently accepted but ignored\n" +" notify same as -b\n" +" nounset same as -u\n" +" onecmd same as -t\n" +" physical same as -P\n" +" pipefail the return value of a pipeline is the status of\n" +" the last command to exit with a non-zero status,\n" +" or zero if no command exited with a non-zero " +"status\n" +" posix change the behavior of bash where the default\n" +" operation differs from the Posix standard to\n" +" match the standard\n" +" privileged same as -p\n" +" verbose same as -v\n" +" vi use a vi-style line editing interface\n" +" xtrace same as -x\n" +" -p Turned on whenever the real and effective user ids do not match.\n" +" Disables processing of the $ENV file and importing of shell\n" +" functions. Turning this option off causes the effective uid and\n" +" gid to be set to the real uid and gid.\n" +" -t Exit after reading and executing one command.\n" +" -u Treat unset variables as an error when substituting.\n" +" -v Print shell input lines as they are read.\n" +" -x Print commands and their arguments as they are executed.\n" +" -B the shell will perform brace expansion\n" +" -C If set, disallow existing regular files to be overwritten\n" +" by redirection of output.\n" +" -E If set, the ERR trap is inherited by shell functions.\n" +" -H Enable ! style history substitution. This flag is on\n" +" by default when the shell is interactive.\n" +" -P If set, do not follow symbolic links when executing commands\n" +" such as cd which change the current directory.\n" +" -T If set, the DEBUG trap is inherited by shell functions.\n" +" - Assign any remaining arguments to the positional parameters.\n" +" The -x and -v options are turned off.\n" " \n" " Using + rather than - causes these flags to be turned off. The\n" " flags can also be used upon invocation of the shell. The current\n" " set of flags may be found in $-. The remaining n ARGs are positional\n" " parameters and are assigned, in order, to $1, $2, .. $n. If no\n" -" ARGs are given, all shell variables are printed." +" ARGs are given, all shell variables are printed.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given." msgstr "" -#: builtins.c:837 +#: builtins.c:1096 msgid "" -"For each NAME, remove the corresponding variable or function. Given\n" -" the `-v', unset will only act on variables. Given the `-f' flag,\n" -" unset will only act on functions. With neither flag, unset first\n" -" tries to unset a variable, and if that fails, then tries to unset a\n" -" function. Some variables cannot be unset; also see readonly." +"Unset values and attributes of shell variables and functions.\n" +" \n" +" For each NAME, remove the corresponding variable or function.\n" +" \n" +" Options:\n" +" -f\ttreat each NAME as a shell function\n" +" -v\ttreat each NAME as a shell variable\n" +" \n" +" Without options, unset first tries to unset a variable, and if that " +"fails,\n" +" tries to unset a function.\n" +" \n" +" Some variables cannot be unset; also see `readonly'.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -"Kiekvienam PAVADINIMUi, paÅ¡alinti atitinkamą kintamąjį ar funkciją.\n" -" Jei nurodytas „-v“, unset veiks tik su kintamaisiais. Jei nurodytas\n" -" „-f“, unset veiks tik su funkcijomis. Jei nenurodytas nei vienas iÅ¡\n" -" Å¡ių parametrų, unset pirmiausiai bandys paÅ¡alinti kintamąjį, ir jei\n" -" tai nepasiseks, bandys paÅ¡alinti funkciją. Kai kurie kintamieji negali\n" -" bÅ«ti paÅ¡alinti; žr. „readonly“." -#: builtins.c:847 +#: builtins.c:1116 msgid "" -"NAMEs are marked for automatic export to the environment of\n" -" subsequently executed commands. If the -f option is given,\n" -" the NAMEs refer to functions. If no NAMEs are given, or if `-p'\n" -" is given, a list of all names that are exported in this shell is\n" -" printed. An argument of `-n' says to remove the export property\n" -" from subsequent NAMEs. An argument of `--' disables further option\n" -" processing." +"Set export attribute for shell variables.\n" +" \n" +" Marks each NAME for automatic export to the environment of subsequently\n" +" executed commands. If VALUE is supplied, assign VALUE before " +"exporting.\n" +" \n" +" Options:\n" +" -f\trefer to shell functions\n" +" -n\tremove the export property from each NAME\n" +" -p\tdisplay a list of all exported variables and functions\n" +" \n" +" An argument of `--' disables further option processing.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:859 +#: builtins.c:1135 msgid "" -"The given NAMEs are marked readonly and the values of these NAMEs may\n" -" not be changed by subsequent assignment. If the -f option is given,\n" -" then functions corresponding to the NAMEs are so marked. If no\n" -" arguments are given, or if `-p' is given, a list of all readonly names\n" -" is printed. The `-a' option means to treat each NAME as\n" -" an array variable. An argument of `--' disables further option\n" -" processing." +"Mark shell variables as unchangeable.\n" +" \n" +" Mark each NAME as read-only; the values of these NAMEs may not be\n" +" changed by subsequent assignment. If VALUE is supplied, assign VALUE\n" +" before marking as read-only.\n" +" \n" +" Options:\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" +" -f\trefer to shell functions\n" +" -p\tdisplay a list of all readonly variables and functions\n" +" \n" +" An argument of `--' disables further option processing.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:871 +#: builtins.c:1156 msgid "" -"The positional parameters from $N+1 ... are renamed to $1 ... If N is\n" -" not given, it is assumed to be 1." +"Shift positional parameters.\n" +" \n" +" Rename the positional parameters $N+1,$N+2 ... to $1,$2 ... If N is\n" +" not given, it is assumed to be 1.\n" +" \n" +" Exit Status:\n" +" Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:878 builtins.c:887 +#: builtins.c:1168 builtins.c:1183 +#, fuzzy msgid "" -"Read and execute commands from FILENAME and return. The pathnames\n" -" in $PATH are used to find the directory containing FILENAME. If any\n" -" ARGUMENTS are supplied, they become the positional parameters when\n" -" FILENAME is executed." +"Execute commands from a file in the current shell.\n" +" \n" +" Read and execute commands from FILENAME in the current shell. The\n" +" entries in $PATH are used to find the directory containing FILENAME.\n" +" If any ARGUMENTS are supplied, they become the positional parameters\n" +" when FILENAME is executed.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed in FILENAME; fails if\n" +" FILENAME cannot be read." msgstr "" "Skaityti ir vykdyti komandas iÅ¡ FAILO ir grįžti. Keliai\n" " kintamajame $PATH naudojami aplankui, kuriame yra FAILAS, rasti.\n" " Jei nurodyta ARGUMENTŲ, jie tampa poziciniais parametrais iÅ¡kvietus\n" " FAILĄ." -#: builtins.c:897 +#: builtins.c:1199 msgid "" -"Suspend the execution of this shell until it receives a SIGCONT\n" -" signal. The `-f' if specified says not to complain about this\n" -" being a login shell if it is; just suspend anyway." +"Suspend shell execution.\n" +" \n" +" Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" +" \n" +" Options:\n" +" -f\tforce the suspend, even if the shell is a login shell\n" +" \n" +" Exit Status:\n" +" Returns success unless job control is not enabled or an error occurs." msgstr "" -"Sustabdyti Å¡ios aplinkos darbą, kol bus gautas SIGCONT\n" -" signalas. Jei nurodyta „-f“, nesiskųsti, jei Å¡i aplinka yra prisijungimo\n" -" aplinka (login shell) ir sustabdyti ją bet kuriuo atveju." -#: builtins.c:906 +#: builtins.c:1215 msgid "" -"Exits with a status of 0 (true) or 1 (false) depending on\n" +"Evaluate conditional expression.\n" +" \n" +" Exits with a status of 0 (true) or 1 (false) depending on\n" " the evaluation of EXPR. Expressions may be unary or binary. Unary\n" " expressions are often used to examine the status of a file. There\n" " are string operators as well, and numeric comparison operators.\n" " \n" " File operators:\n" " \n" -" -a FILE True if file exists.\n" -" -b FILE True if file is block special.\n" -" -c FILE True if file is character special.\n" -" -d FILE True if file is a directory.\n" -" -e FILE True if file exists.\n" -" -f FILE True if file exists and is a regular file.\n" -" -g FILE True if file is set-group-id.\n" -" -h FILE True if file is a symbolic link.\n" -" -L FILE True if file is a symbolic link.\n" -" -k FILE True if file has its `sticky' bit set.\n" -" -p FILE True if file is a named pipe.\n" -" -r FILE True if file is readable by you.\n" -" -s FILE True if file exists and is not empty.\n" -" -S FILE True if file is a socket.\n" -" -t FD True if FD is opened on a terminal.\n" -" -u FILE True if the file is set-user-id.\n" -" -w FILE True if the file is writable by you.\n" -" -x FILE True if the file is executable by you.\n" -" -O FILE True if the file is effectively owned by you.\n" -" -G FILE True if the file is effectively owned by your group.\n" -" -N FILE True if the file has been modified since it was last read.\n" +" -a FILE True if file exists.\n" +" -b FILE True if file is block special.\n" +" -c FILE True if file is character special.\n" +" -d FILE True if file is a directory.\n" +" -e FILE True if file exists.\n" +" -f FILE True if file exists and is a regular file.\n" +" -g FILE True if file is set-group-id.\n" +" -h FILE True if file is a symbolic link.\n" +" -L FILE True if file is a symbolic link.\n" +" -k FILE True if file has its `sticky' bit set.\n" +" -p FILE True if file is a named pipe.\n" +" -r FILE True if file is readable by you.\n" +" -s FILE True if file exists and is not empty.\n" +" -S FILE True if file is a socket.\n" +" -t FD True if FD is opened on a terminal.\n" +" -u FILE True if the file is set-user-id.\n" +" -w FILE True if the file is writable by you.\n" +" -x FILE True if the file is executable by you.\n" +" -O FILE True if the file is effectively owned by you.\n" +" -G FILE True if the file is effectively owned by your group.\n" +" -N FILE True if the file has been modified since it was last " +"read.\n" " \n" " FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n" " modification date).\n" @@ -2171,177 +3156,254 @@ msgid "" " \n" " String operators:\n" " \n" -" -z STRING True if string is empty.\n" +" -z STRING True if string is empty.\n" " \n" -" -n STRING\n" -" STRING True if string is not empty.\n" +" -n STRING\n" +" STRING True if string is not empty.\n" " \n" -" STRING1 = STRING2\n" -" True if the strings are equal.\n" -" STRING1 != STRING2\n" -" True if the strings are not equal.\n" -" STRING1 < STRING2\n" -" True if STRING1 sorts before STRING2 lexicographically.\n" -" STRING1 > STRING2\n" -" True if STRING1 sorts after STRING2 lexicographically.\n" +" STRING1 = STRING2\n" +" True if the strings are equal.\n" +" STRING1 != STRING2\n" +" True if the strings are not equal.\n" +" STRING1 < STRING2\n" +" True if STRING1 sorts before STRING2 " +"lexicographically.\n" +" STRING1 > STRING2\n" +" True if STRING1 sorts after STRING2 lexicographically.\n" " \n" " Other operators:\n" " \n" -" -o OPTION True if the shell option OPTION is enabled.\n" -" ! EXPR True if expr is false.\n" -" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n" -" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n" +" -o OPTION True if the shell option OPTION is enabled.\n" +" ! EXPR True if expr is false.\n" +" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n" +" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n" " \n" -" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n" -" -lt, -le, -gt, or -ge.\n" +" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n" +" -lt, -le, -gt, or -ge.\n" " \n" " Arithmetic binary operators return true if ARG1 is equal, not-equal,\n" " less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n" -" than ARG2." +" than ARG2.\n" +" \n" +" Exit Status:\n" +" Returns success if EXPR evaluates to true; fails if EXPR evaluates to\n" +" false or an invalid argument is given." msgstr "" -#: builtins.c:976 +#: builtins.c:1291 msgid "" -"This is a synonym for the \"test\" builtin, but the last\n" -" argument must be a literal `]', to match the opening `['." +"Evaluate conditional expression.\n" +" \n" +" This is a synonym for the \"test\" builtin, but the last argument must\n" +" be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:983 +#: builtins.c:1300 msgid "" -"Print the accumulated user and system times for processes run from\n" -" the shell." +"Display process times.\n" +" \n" +" Prints the accumulated user and system times for the shell and all of " +"its\n" +" child processes.\n" +" \n" +" Exit Status:\n" +" Always succeeds." msgstr "" -#: builtins.c:990 +#: builtins.c:1312 msgid "" -"The command ARG is to be read and executed when the shell receives\n" +"Trap signals and other events.\n" +" \n" +" Defines and activates handlers to be run when the shell receives " +"signals\n" +" or other conditions.\n" +" \n" +" ARG is a command to be read and executed when the shell receives the\n" " signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n" " is supplied) or `-', each specified signal is reset to its original\n" " value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n" -" shell and by the commands it invokes. If a SIGNAL_SPEC is EXIT (0)\n" -" the command ARG is executed on exit from the shell. If a SIGNAL_SPEC\n" -" is DEBUG, ARG is executed after every simple command. If the`-p' option\n" -" is supplied then the trap commands associated with each SIGNAL_SPEC are\n" -" displayed. If no arguments are supplied or if only `-p' is given, trap\n" -" prints the list of commands associated with each signal. Each SIGNAL_SPEC\n" -" is either a signal name in or a signal number. Signal names\n" -" are case insensitive and the SIG prefix is optional. `trap -l' prints\n" -" a list of signal names and their corresponding numbers. Note that a\n" -" signal can be sent to the shell with \"kill -signal $$\"." +" shell and by the commands it invokes.\n" +" \n" +" If a SIGNAL_SPEC is EXIT (0) ARG is executed on exit from the shell. " +"If\n" +" a SIGNAL_SPEC is DEBUG, ARG is executed before every simple command.\n" +" \n" +" If no arguments are supplied, trap prints the list of commands " +"associated\n" +" with each signal.\n" +" \n" +" Options:\n" +" -l\tprint a list of signal names and their corresponding numbers\n" +" -p\tdisplay the trap commands associated with each SIGNAL_SPEC\n" +" \n" +" Each SIGNAL_SPEC is either a signal name in or a signal " +"number.\n" +" Signal names are case insensitive and the SIG prefix is optional. A\n" +" signal may be sent to the shell with \"kill -signal $$\".\n" +" \n" +" Exit Status:\n" +" Returns success unless a SIGSPEC is invalid or an invalid option is " +"given." msgstr "" -#: builtins.c:1009 +#: builtins.c:1344 msgid "" -"For each NAME, indicate how it would be interpreted if used as a\n" -" command name.\n" -" \n" -" If the -t option is used, `type' outputs a single word which is one of\n" -" `alias', `keyword', `function', `builtin', `file' or `', if NAME is an\n" -" alias, shell reserved word, shell function, shell builtin, disk file,\n" -" or unfound, respectively.\n" +"Display information about command type.\n" " \n" -" If the -p flag is used, `type' either returns the name of the disk\n" -" file that would be executed, or nothing if `type -t NAME' would not\n" -" return `file'.\n" +" For each NAME, indicate how it would be interpreted if used as a\n" +" command name.\n" " \n" -" If the -a flag is used, `type' displays all of the places that contain\n" -" an executable named `file'. This includes aliases, builtins, and\n" -" functions, if and only if the -p flag is not also used.\n" +" Options:\n" +" -a\tdisplay all locations containing an executable named NAME;\n" +" \tincludes aliases, builtins, and functions, if and only if\n" +" \tthe `-p' option is not also used\n" +" -f\tsuppress shell function lookup\n" +" -P\tforce a PATH search for each NAME, even if it is an alias,\n" +" \tbuiltin, or function, and returns the name of the disk file\n" +" \tthat would be executed\n" +" -p\treturns either the name of the disk file that would be executed,\n" +" \tor nothing if `type -t NAME' would not return `file'.\n" +" -t\toutput a single word which is one of `alias', `keyword',\n" +" \t`function', `builtin', `file' or `', if NAME is an alias, shell\n" +" \treserved word, shell function, shell builtin, disk file, or not\n" +" \tfound, respectively\n" " \n" -" The -f flag suppresses shell function lookup.\n" +" Arguments:\n" +" NAME\tCommand name to be interpreted.\n" " \n" -" The -P flag forces a PATH search for each NAME, even if it is an alias,\n" -" builtin, or function, and returns the name of the disk file that would\n" -" be executed." +" Exit Status:\n" +" Returns success if all of the NAMEs are found; fails if any are not " +"found." msgstr "" -#: builtins.c:1036 +#: builtins.c:1375 msgid "" -"Ulimit provides control over the resources available to processes\n" -" started by the shell, on systems that allow such control. If an\n" -" option is given, it is interpreted as follows:\n" +"Modify shell resource limits.\n" +" \n" +" Provides control over the resources available to the shell and " +"processes\n" +" it creates, on systems that allow such control.\n" +" \n" +" Options:\n" +" -S\tuse the `soft' resource limit\n" +" -H\tuse the `hard' resource limit\n" +" -a\tall current limits are reported\n" +" -b\tthe socket buffer size\n" +" -c\tthe maximum size of core files created\n" +" -d\tthe maximum size of a process's data segment\n" +" -e\tthe maximum scheduling priority (`nice')\n" +" -f\tthe maximum size of files written by the shell and its children\n" +" -i\tthe maximum number of pending signals\n" +" -l\tthe maximum size a process may lock into memory\n" +" -m\tthe maximum resident set size\n" +" -n\tthe maximum number of open file descriptors\n" +" -p\tthe pipe buffer size\n" +" -q\tthe maximum number of bytes in POSIX message queues\n" +" -r\tthe maximum real-time scheduling priority\n" +" -s\tthe maximum stack size\n" +" -t\tthe maximum amount of cpu time in seconds\n" +" -u\tthe maximum number of user processes\n" +" -v\tthe size of virtual memory\n" +" -x\tthe maximum number of file locks\n" +" \n" +" If LIMIT is given, it is the new value of the specified resource; the\n" +" special LIMIT values `soft', `hard', and `unlimited' stand for the\n" +" current soft limit, the current hard limit, and no limit, respectively.\n" +" Otherwise, the current value of the specified resource is printed. If\n" +" no option is given, then -f is assumed.\n" " \n" -" -S\tuse the `soft' resource limit\n" -" -H\tuse the `hard' resource limit\n" -" -a\tall current limits are reported\n" -" -c\tthe maximum size of core files created\n" -" -d\tthe maximum size of a process's data segment\n" -" -e\tthe maximum scheduling priority (`nice')\n" -" -f\tthe maximum size of files written by the shell and its children\n" -" -i\tthe maximum number of pending signals\n" -" -l\tthe maximum size a process may lock into memory\n" -" -m\tthe maximum resident set size\n" -" -n\tthe maximum number of open file descriptors\n" -" -p\tthe pipe buffer size\n" -" -q\tthe maximum number of bytes in POSIX message queues\n" -" -r\tthe maximum real-time scheduling priority\n" -" -s\tthe maximum stack size\n" -" -t\tthe maximum amount of cpu time in seconds\n" -" -u\tthe maximum number of user processes\n" -" -v\tthe size of virtual memory\n" -" -x\tthe maximum number of file locks\n" +" Values are in 1024-byte increments, except for -t, which is in seconds,\n" +" -p, which is in increments of 512 bytes, and -u, which is an unscaled\n" +" number of processes.\n" " \n" -" If LIMIT is given, it is the new value of the specified resource;\n" -" the special LIMIT values `soft', `hard', and `unlimited' stand for\n" -" the current soft limit, the current hard limit, and no limit, respectively.\n" -" Otherwise, the current value of the specified resource is printed.\n" -" If no option is given, then -f is assumed. Values are in 1024-byte\n" -" increments, except for -t, which is in seconds, -p, which is in\n" -" increments of 512 bytes, and -u, which is an unscaled number of\n" -" processes." +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1074 +#: builtins.c:1420 msgid "" -"The user file-creation mask is set to MODE. If MODE is omitted, or if\n" -" `-S' is supplied, the current value of the mask is printed. The `-S'\n" -" option makes the output symbolic; otherwise an octal number is output.\n" -" If `-p' is supplied, and MODE is omitted, the output is in a form\n" -" that may be used as input. If MODE begins with a digit, it is\n" -" interpreted as an octal number, otherwise it is a symbolic mode string\n" -" like that accepted by chmod(1)." +"Display or set file mode mask.\n" +" \n" +" Sets the user file-creation mask to MODE. If MODE is omitted, prints\n" +" the current value of the mask.\n" +" \n" +" If MODE begins with a digit, it is interpreted as an octal number;\n" +" otherwise it is a symbolic mode string like that accepted by chmod(1).\n" +" \n" +" Options:\n" +" -p\tif MODE is omitted, output in a form that may be reused as input\n" +" -S\tmakes the output symbolic; otherwise an octal number is output\n" +" \n" +" Exit Status:\n" +" Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1087 +#: builtins.c:1440 msgid "" -"Wait for the specified process and report its termination status. If\n" -" N is not given, all currently active child processes are waited for,\n" -" and the return code is zero. N may be a process ID or a job\n" -" specification; if a job spec is given, all processes in the job's\n" -" pipeline are waited for." +"Wait for job completion and return exit status.\n" +" \n" +" Waits for the process identified by ID, which may be a process ID or a\n" +" job specification, and reports its termination status. If ID is not\n" +" given, waits for all currently active child processes, and the return\n" +" status is zero. If ID is a a job specification, waits for all " +"processes\n" +" in the job's pipeline.\n" +" \n" +" Exit Status:\n" +" Returns the status of ID; fails if ID is invalid or an invalid option " +"is\n" +" given." msgstr "" -#: builtins.c:1099 +#: builtins.c:1458 msgid "" -"Wait for the specified process and report its termination status. If\n" -" N is not given, all currently active child processes are waited for,\n" -" and the return code is zero. N is a process ID; if it is not given,\n" -" all child processes of the shell are waited for." +"Wait for process completion and return exit status.\n" +" \n" +" Waits for the specified process and reports its termination status. If\n" +" PID is not given, all currently active child processes are waited for,\n" +" and the return code is zero. PID must be a process ID.\n" +" \n" +" Exit Status:\n" +" Returns the status of ID; fails if ID is invalid or an invalid option " +"is\n" +" given." msgstr "" -#: builtins.c:1109 +#: builtins.c:1473 msgid "" -"The `for' loop executes a sequence of commands for each member in a\n" +"Execute commands for each member in a list.\n" +" \n" +" The `for' loop executes a sequence of commands for each member in a\n" " list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n" " assumed. For each element in WORDS, NAME is set to that element, and\n" -" the COMMANDS are executed." +" the COMMANDS are executed.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1118 +#: builtins.c:1487 msgid "" -"Equivalent to\n" +"Arithmetic for loop.\n" +" \n" +" Equivalent to\n" " \t(( EXP1 ))\n" " \twhile (( EXP2 )); do\n" " \t\tCOMMANDS\n" " \t\t(( EXP3 ))\n" " \tdone\n" " EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n" -" omitted, it behaves as if it evaluates to 1." +" omitted, it behaves as if it evaluates to 1.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1131 +#: builtins.c:1505 msgid "" -"The WORDS are expanded, generating a list of words. The\n" +"Select words from a list and execute commands.\n" +" \n" +" The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" " preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n" " is assumed. The PS3 prompt is then displayed and a line read\n" @@ -2351,106 +3413,176 @@ msgid "" " redisplayed. If EOF is read, the command completes. Any other\n" " value read causes NAME to be set to null. The line read is saved\n" " in the variable REPLY. COMMANDS are executed after each selection\n" -" until a break command is executed." +" until a break command is executed.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1147 +#: builtins.c:1526 msgid "" -"Execute PIPELINE and print a summary of the real time, user CPU time,\n" +"Report time consumed by pipeline's execution.\n" +" \n" +" Execute PIPELINE and print a summary of the real time, user CPU time,\n" " and system CPU time spent executing PIPELINE when it terminates.\n" -" The return status is the return status of PIPELINE. The `-p' option\n" -" prints the timing summary in a slightly different format. This uses\n" -" the value of the TIMEFORMAT variable as the output format." +" \n" +" Options:\n" +" -p\tprint the timing summary in the portable Posix format\n" +" \n" +" The value of the TIMEFORMAT variable is used as the output format.\n" +" \n" +" Exit Status:\n" +" The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1157 +#: builtins.c:1543 msgid "" -"Selectively execute COMMANDS based upon WORD matching PATTERN. The\n" -" `|' is used to separate multiple patterns." +"Execute commands based on pattern matching.\n" +" \n" +" Selectively execute COMMANDS based upon WORD matching PATTERN. The\n" +" `|' is used to separate multiple patterns.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1164 +#: builtins.c:1555 msgid "" -"The `if COMMANDS' list is executed. If its exit status is zero, then the\n" -" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is\n" +"Execute commands based on conditional.\n" +" \n" +" The `if COMMANDS' list is executed. If its exit status is zero, then " +"the\n" +" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list " +"is\n" " executed in turn, and if its exit status is zero, the corresponding\n" -" `then COMMANDS' list is executed and the if command completes. Otherwise,\n" -" the `else COMMANDS' list is executed, if present. The exit status of the\n" -" entire construct is the exit status of the last command executed, or zero\n" -" if no condition tested true." +" `then COMMANDS' list is executed and the if command completes. " +"Otherwise,\n" +" the `else COMMANDS' list is executed, if present. The exit status of " +"the\n" +" entire construct is the exit status of the last command executed, or " +"zero\n" +" if no condition tested true.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" -#: builtins.c:1176 +#: builtins.c:1572 +#, fuzzy msgid "" -"Expand and execute COMMANDS as long as the final command in the\n" -" `while' COMMANDS has an exit status of zero." +"Execute commands as long as a test succeeds.\n" +" \n" +" Expand and execute COMMANDS as long as the final command in the\n" +" `while' COMMANDS has an exit status of zero.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" "IÅ¡skleisti ir vykdyti KOMANDAS tol, kol galutinė komanda iÅ¡\n" " „while“ komandų grąžina klaidos kodą 0." -#: builtins.c:1183 +#: builtins.c:1584 +#, fuzzy msgid "" -"Expand and execute COMMANDS as long as the final command in the\n" -" `until' COMMANDS has an exit status which is not zero." +"Execute commands as long as a test does not succeed.\n" +" \n" +" Expand and execute COMMANDS as long as the final command in the\n" +" `until' COMMANDS has an exit status which is not zero.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" "IÅ¡skleisti ir vykdyti KOMANDAS tol, kol galutinė komanda iÅ¡\n" " „until“ komandų grąžina klaidos kodą, nelygų 0." -#: builtins.c:1190 +#: builtins.c:1596 msgid "" -"Create a simple command invoked by NAME which runs COMMANDS.\n" -" Arguments on the command line along with NAME are passed to the\n" -" function as $0 .. $n." +"Define shell function.\n" +" \n" +" Create a shell function named NAME. When invoked as a simple command,\n" +" NAME runs COMMANDs in the calling shell's context. When NAME is " +"invoked,\n" +" the arguments are passed to the function as $1...$n, and the function's\n" +" name is in $FUNCNAME.\n" +" \n" +" Exit Status:\n" +" Returns success unless NAME is readonly." msgstr "" -"Sukurti paprastą komandą, iÅ¡kviečiamą PAVADINIMU, vykdančią KOMANDAS.\n" -" Argumentai komandų eilutėje kartu su PAVADINIMU perduodami funkcijai\n" -" kaip $0 .. $n." -#: builtins.c:1198 +#: builtins.c:1610 +#, fuzzy msgid "" -"Run a set of commands in a group. This is one way to redirect an\n" -" entire set of commands." +"Group commands as a unit.\n" +" \n" +" Run a set of commands in a group. This is one way to redirect an\n" +" entire set of commands.\n" +" \n" +" Exit Status:\n" +" Returns the status of the last command executed." msgstr "" "Vykdyti eilę komandų grupėje. Tai yra vienas iÅ¡ bÅ«dų nukreipti\n" " visos eilės komandų įvedimą/iÅ¡vedimą." -#: builtins.c:1205 +#: builtins.c:1622 msgid "" -"Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n" +"Resume job in foreground.\n" +" \n" +" Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n" " stopped or background job. JOB_SPEC can specify either a job name\n" " or a job number. Following JOB_SPEC with a `&' places the job in\n" " the background, as if the job specification had been supplied as an\n" -" argument to `bg'." +" argument to `bg'.\n" +" \n" +" Exit Status:\n" +" Returns the status of the resumed job." msgstr "" -#: builtins.c:1215 +#: builtins.c:1637 msgid "" -"The EXPRESSION is evaluated according to the rules for arithmetic\n" -" evaluation. Equivalent to \"let EXPRESSION\"." +"Evaluate arithmetic expression.\n" +" \n" +" The EXPRESSION is evaluated according to the rules for arithmetic\n" +" evaluation. Equivalent to \"let EXPRESSION\".\n" +" \n" +" Exit Status:\n" +" Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1222 +#: builtins.c:1649 msgid "" -"Returns a status of 0 or 1 depending on the evaluation of the conditional\n" -" expression EXPRESSION. Expressions are composed of the same primaries used\n" -" by the `test' builtin, and may be combined using the following operators\n" +"Execute conditional command.\n" +" \n" +" Returns a status of 0 or 1 depending on the evaluation of the " +"conditional\n" +" expression EXPRESSION. Expressions are composed of the same primaries " +"used\n" +" by the `test' builtin, and may be combined using the following " +"operators:\n" +" \n" +" ( EXPRESSION )\tReturns the value of EXPRESSION\n" +" ! EXPRESSION\t\tTrue if EXPRESSION is false; else false\n" +" EXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n" +" EXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n" " \n" -" \t( EXPRESSION )\tReturns the value of EXPRESSION\n" -" \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n" -" \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n" -" \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n" +" When the `==' and `!=' operators are used, the string to the right of\n" +" the operator is used as a pattern and pattern matching is performed.\n" +" When the `=~' operator is used, the string to the right of the operator\n" +" is matched as a regular expression.\n" " \n" -" When the `==' and `!=' operators are used, the string to the right of the\n" -" operator is used as a pattern and pattern matching is performed. The\n" -" && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n" -" determine the expression's value." +" The && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n" +" determine the expression's value.\n" +" \n" +" Exit Status:\n" +" 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1240 +#: builtins.c:1675 msgid "" -"BASH_VERSION\tVersion information for this Bash.\n" +"Common shell variable names and usage.\n" +" \n" +" BASH_VERSION\tVersion information for this Bash.\n" " CDPATH\tA colon-separated list of directories to search\n" -" \t\tfor directries given as arguments to `cd'.\n" +" \t\tfor directories given as arguments to `cd'.\n" " GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n" " \t\tbe ignored by pathname expansion.\n" " HISTFILE\tThe name of the file where your command history is stored.\n" @@ -2498,94 +3630,143 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1295 +#: builtins.c:1732 msgid "" -"Adds a directory to the top of the directory stack, or rotates\n" +"Add directories to stack.\n" +" \n" +" Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" " directory. With no arguments, exchanges the top two directories.\n" " \n" -" +N\tRotates the stack so that the Nth directory (counting\n" +" Options:\n" +" -n\tSuppresses the normal change of directory when adding\n" +" \tdirectories to the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRotates the stack so that the Nth directory (counting\n" " \tfrom the left of the list shown by `dirs', starting with\n" " \tzero) is at the top.\n" " \n" -" -N\tRotates the stack so that the Nth directory (counting\n" +" -N\tRotates the stack so that the Nth directory (counting\n" " \tfrom the right of the list shown by `dirs', starting with\n" " \tzero) is at the top.\n" " \n" -" -n\tsuppress the normal change of directory when adding directories\n" -" \tto the stack, so only the stack is manipulated.\n" -" \n" -" dir\tadds DIR to the directory stack at the top, making it the\n" +" dir\tAdds DIR to the directory stack at the top, making it the\n" " \tnew current working directory.\n" " \n" -" You can see the directory stack with the `dirs' command." +" The `dirs' builtin displays the directory stack.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid argument is supplied or the directory\n" +" change fails." msgstr "" -#: builtins.c:1321 +#: builtins.c:1766 msgid "" -"Removes entries from the directory stack. With no arguments,\n" -" removes the top directory from the stack, and cd's to the new\n" -" top directory.\n" +"Remove directories from stack.\n" +" \n" +" Removes entries from the directory stack. With no arguments, removes\n" +" the top directory from the stack, and changes to the new top directory.\n" " \n" -" +N\tremoves the Nth entry counting from the left of the list\n" +" Options:\n" +" -n\tSuppresses the normal change of directory when removing\n" +" \tdirectories from the stack, so only the stack is manipulated.\n" +" \n" +" Arguments:\n" +" +N\tRemoves the Nth entry counting from the left of the list\n" " \tshown by `dirs', starting with zero. For example: `popd +0'\n" " \tremoves the first directory, `popd +1' the second.\n" " \n" -" -N\tremoves the Nth entry counting from the right of the list\n" +" -N\tRemoves the Nth entry counting from the right of the list\n" " \tshown by `dirs', starting with zero. For example: `popd -0'\n" " \tremoves the last directory, `popd -1' the next to last.\n" " \n" -" -n\tsuppress the normal change of directory when removing directories\n" -" \tfrom the stack, so only the stack is manipulated.\n" +" The `dirs' builtin displays the directory stack.\n" " \n" -" You can see the directory stack with the `dirs' command." +" Exit Status:\n" +" Returns success unless an invalid argument is supplied or the directory\n" +" change fails." msgstr "" -#: builtins.c:1344 +#: builtins.c:1796 msgid "" -"Display the list of currently remembered directories. Directories\n" +"Display directory stack.\n" +" \n" +" Display the list of currently remembered directories. Directories\n" " find their way onto the list with the `pushd' command; you can get\n" " back up through the list with the `popd' command.\n" " \n" -" The -l flag specifies that `dirs' should not print shorthand versions\n" -" of directories which are relative to your home directory. This means\n" -" that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag\n" -" causes `dirs' to print the directory stack with one entry per line,\n" -" prepending the directory name with its position in the stack. The -p\n" -" flag does the same thing, but the stack position is not prepended.\n" -" The -c flag clears the directory stack by deleting all of the elements.\n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" " \n" -" +N\tdisplays the Nth entry counting from the left of the list shown by\n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" " \tdirs when invoked without options, starting with zero.\n" " \n" -" -N\tdisplays the Nth entry counting from the right of the list shown by\n" -" \tdirs when invoked without options, starting with zero." +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1367 +#: builtins.c:1825 msgid "" -"Toggle the values of variables controlling optional behavior.\n" -" The -s flag means to enable (set) each OPTNAME; the -u flag\n" -" unsets each OPTNAME. The -q flag suppresses output; the exit\n" -" status indicates whether each OPTNAME is set or unset. The -o\n" -" option restricts the OPTNAMEs to those defined for use with\n" -" `set -o'. With no options, or with the -p option, a list of all\n" -" settable options is displayed, with an indication of whether or\n" -" not each is set." +"Set and unset shell options.\n" +" \n" +" Change the setting of each shell option OPTNAME. Without any option\n" +" arguments, list all shell options with an indication of whether or not " +"each\n" +" is set.\n" +" \n" +" Options:\n" +" -o\trestrict OPTNAMEs to those defined for use with `set -o'\n" +" -p\tprint each shell option with an indication of its status\n" +" -q\tsuppress output\n" +" -s\tenable (set) each OPTNAME\n" +" -u\tdisable (unset) each OPTNAME\n" +" \n" +" Exit Status:\n" +" Returns success if OPTNAME is enabled; fails if an invalid option is\n" +" given or OPTNAME is disabled." msgstr "" -#: builtins.c:1380 +#: builtins.c:1846 +#, fuzzy msgid "" -"printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n" -" is a character string which contains three types of objects: plain\n" -" characters, which are simply copied to standard output, character escape\n" -" sequences which are converted and copied to the standard output, and\n" -" format specifications, each of which causes printing of the next successive\n" -" argument. In addition to the standard printf(1) formats, %b means to\n" -" expand backslash escape sequences in the corresponding argument, and %q\n" -" means to quote the argument in a way that can be reused as shell input.\n" -" If the -v option is supplied, the output is placed into the value of the\n" -" shell variable VAR rather than being sent to the standard output." +"Formats and prints ARGUMENTS under control of the FORMAT.\n" +" \n" +" Options:\n" +" -v var\tassign the output to shell variable VAR rather than\n" +" \t\tdisplay it on the standard output\n" +" \n" +" FORMAT is a character string which contains three types of objects: " +"plain\n" +" characters, which are simply copied to standard output; character " +"escape\n" +" sequences, which are converted and copied to the standard output; and\n" +" format specifications, each of which causes printing of the next " +"successive\n" +" argument.\n" +" \n" +" In addition to the standard format specifications described in printf" +"(1)\n" +" and printf(3), printf interprets:\n" +" \n" +" %b\texpand backslash escape sequences in the corresponding argument\n" +" %q\tquote the argument in a way that can be reused as shell input\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is given or a write or " +"assignment\n" +" error occurs." msgstr "" "printf formatuoja ir spausdina ARGUMENTUS nurodytu FORMATU. FORMATAS\n" " yra simbolių seka, sudaryta iÅ¡ trijų tipų objektų: paprastų\n" @@ -2599,29 +3780,385 @@ msgstr "" " Jei pateiktas parametras -v, iÅ¡vedimas įraÅ¡omas į aplinkos kintamąjį\n" " KINT, užuot spausdinus į standartinį iÅ¡vedimą." -#: builtins.c:1396 +#: builtins.c:1873 msgid "" -"For each NAME, specify how arguments are to be completed.\n" -" If the -p option is supplied, or if no options are supplied, existing\n" -" completion specifications are printed in a way that allows them to be\n" -" reused as input. The -r option removes a completion specification for\n" -" each NAME, or, if no NAMEs are supplied, all completion specifications." +"Specify how arguments are to be completed by Readline.\n" +" \n" +" For each NAME, specify how arguments are to be completed. If no " +"options\n" +" are supplied, existing completion specifications are printed in a way " +"that\n" +" allows them to be reused as input.\n" +" \n" +" Options:\n" +" -p\tprint existing completion specifications in a reusable format\n" +" -r\tremove a completion specification for each NAME, or, if no\n" +" \tNAMEs are supplied, all completion specifications\n" +" \n" +" When completion is attempted, the actions are applied in the order the\n" +" uppercase-letter options are listed above.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." msgstr "" -"Kiekvienam VARDUI nurodyti, kaip argumentai turėtų bÅ«ti užbaigti.\n" -" Jei pateiktas -p nustatymas arba nepateikta jokių nustatymų,\n" -" spausdinamos esamos užbaigimo specifikacijos tokiu formatu, kad\n" -" jas bÅ«tų galima panaudoti kaip įvestį. Nustatymas -r paÅ¡alina\n" -" užbaigimo specifikaciją kiekvienam VARDUI, arba, jei nenurodyta\n" -" VARDO, visas užbaigimo specifikacijas." -#: builtins.c:1408 +#: builtins.c:1896 +#, fuzzy msgid "" -"Display the possible completions depending on the options. Intended\n" -" to be used from within a shell function generating possible completions.\n" -" If the optional WORD argument is supplied, matches against WORD are\n" -" generated." +"Display possible completions depending on the options.\n" +" \n" +" Intended to be used from within a shell function generating possible\n" +" completions. If the optional WORD argument is supplied, matches " +"against\n" +" WORD are generated.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or an error occurs." msgstr "" "Rodyti galimus užbaigimus priklausomai nuo nustatymų. Naudotina\n" " iÅ¡ aplinkos funkcijos, generuojančios galimus užbaigimus.\n" " Jei pateiktas nebÅ«tinasis ŽODŽIO argumentas, iÅ¡vedami įraÅ¡ai,\n" " atitinkantys ŽODÄ®." + +#: builtins.c:1911 +msgid "" +"Modify or display completion options.\n" +" \n" +" Modify the completion options for each NAME, or, if no NAMEs are " +"supplied,\n" +" the completion currently begin executed. If no OPTIONs are givenm, " +"print\n" +" the completion options for each NAME or the current completion " +"specification.\n" +" \n" +" Options:\n" +" \t-o option\tSet completion option OPTION for each NAME\n" +" \n" +" Using `+o' instead of `-o' turns off the specified option.\n" +" \n" +" Arguments:\n" +" \n" +" Each NAME refers to a command for which a completion specification must\n" +" have previously been defined using the `complete' builtin. If no NAMEs\n" +" are supplied, compopt must be called by a function currently generating\n" +" completions, and the options for that currently-executing completion\n" +" generator are modified.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invalid option is supplied or NAME does not\n" +" have a completion specification defined." +msgstr "" + +#: builtins.c:1939 +msgid "" +"Read lines from a file into an array variable.\n" +" \n" +" Read lines from the standard input into the array variable ARRAY, or " +"from\n" +" file descriptor FD if the -u option is supplied. The variable MAPFILE " +"is\n" +" the default ARRAY.\n" +" \n" +" Options:\n" +" -n count\tCopy at most COUNT lines. If COUNT is 0, all lines are " +"copied.\n" +" -O origin\tBegin assigning to ARRAY at index ORIGIN. The default " +"index is 0.\n" +" -s count \tDiscard the first COUNT lines read.\n" +" -t\t\tRemove a trailing newline from each line read.\n" +" -u fd\t\tRead lines from file descriptor FD instead of the standard " +"input.\n" +" -C callback\tEvaluate CALLBACK each time QUANTUM lines are read.\n" +" -c quantum\tSpecify the number of lines read between each call to " +"CALLBACK.\n" +" \n" +" Arguments:\n" +" ARRAY\t\tArray variable name to use for file data.\n" +" \n" +" If -C is supplied without -c, the default quantum is 5000.\n" +" \n" +" If not supplied with an explicit origin, mapfile will clear ARRAY " +"before\n" +" assigning to it.\n" +" \n" +" Exit Status:\n" +" Returns success unless an invald option is given or ARRAY is readonly." +msgstr "" + +#~ msgid " " +#~ msgstr " " + +#~ msgid "Without EXPR, returns returns \"$line $filename\". With EXPR," +#~ msgstr "Be EXPR, grąžina „$line $filename“. Su EXPR," + +#~ msgid "returns \"$line $subroutine $filename\"; this extra information" +#~ msgstr "grąžina „$line $subroutine $filename“; Å¡i papildoma informacija" + +#~ msgid "can be used used to provide a stack trace." +#~ msgstr "gali bÅ«ti panaudota generuojant steko iÅ¡rašą (stack trace)." + +#~ msgid "" +#~ "The value of EXPR indicates how many call frames to go back before the" +#~ msgstr "EXPR reikÅ¡mė nurodo, per kiek kvietimo freimų eiti atgal prieÅ¡" + +#~ msgid "current one; the top frame is frame 0." +#~ msgstr "esamą. VirÅ¡utinis freimas yra 0." + +#~ msgid "%s: invalid number" +#~ msgstr "%s: netaisyklingas skaičius" + +#~ msgid "Shell commands matching keywords `" +#~ msgstr "Aplinkos komandos, atitinkančios raktažodžius „" + +#~ msgid "Display the list of currently remembered directories. Directories" +#~ msgstr "Rodyti prisimenamų aplankų sąrašą. Aplankai" + +#~ msgid "find their way onto the list with the `pushd' command; you can get" +#~ msgstr "atsiduria sąraÅ¡e su „pushd“ komanda; galite kilti" + +#~ msgid "back up through the list with the `popd' command." +#~ msgstr "sąraÅ¡u su „popd“ komanda." + +#~ msgid "" +#~ "The -l flag specifies that `dirs' should not print shorthand versions" +#~ msgstr "Parametras -l nurodo, kad „dirs“ neturėtų spausdinti sutrumpintų" + +#~ msgid "" +#~ "of directories which are relative to your home directory. This means" +#~ msgstr "aplankų, santykinių namų aplinkui, pavadinimų. Tai reiÅ¡kia, kad" + +#, fuzzy +#~ msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag" +#~ msgstr "kad „~/bin“ bus rodomas kaip „/home/bfox/bin“. Su parametru -v" + +#~ msgid "causes `dirs' to print the directory stack with one entry per line," +#~ msgstr "„dirs“ iÅ¡veda aplankų steką po vieną pavadinimą eilutėje," + +#~ msgid "" +#~ "prepending the directory name with its position in the stack. The -p" +#~ msgstr "prieÅ¡ pavadinimą priraÅ¡oma aplanko pozicija steke. Parametras -p" + +#~ msgid "flag does the same thing, but the stack position is not prepended." +#~ msgstr "turi tokį patį efektą, tačiau pozicija steke neiÅ¡vedama." + +#~ msgid "" +#~ "The -c flag clears the directory stack by deleting all of the elements." +#~ msgstr "Parametras -c iÅ¡valo aplankų steką." + +#~ msgid "" +#~ "+N displays the Nth entry counting from the left of the list shown by" +#~ msgstr "+N rodo N-tąjį įrašą skaičiuojant iÅ¡ kairės sąraÅ¡e, rodomame" + +#~ msgid " dirs when invoked without options, starting with zero." +#~ msgstr " „dirs“, iÅ¡kviesto be parametrų (skaičiuojama nuo nulio)." + +#~ msgid "" +#~ "-N displays the Nth entry counting from the right of the list shown by" +#~ msgstr "-N rodo N-tajį įrašą skaičiuojant iÅ¡ deÅ¡inės sąraÅ¡e, rodomame" + +#~ msgid "Adds a directory to the top of the directory stack, or rotates" +#~ msgstr "Ä®deda aplanką į aplankų steko viršų, arba pasuka" + +#~ msgid "the stack, making the new top of the stack the current working" +#~ msgstr "steką, nustatydamas esamą aplanką į naująją steko viršūnės reikÅ¡mę." + +#~ msgid "directory. With no arguments, exchanges the top two directories." +#~ msgstr "Be argumentų, sukeičia virÅ¡utinius du aplankus." + +#~ msgid "+N Rotates the stack so that the Nth directory (counting" +#~ msgstr "+N Pasuka steką, kad N-tasis aplankas (skaičiuojant" + +#~ msgid " from the left of the list shown by `dirs', starting with" +#~ msgstr " iÅ¡ kairės sąraÅ¡e, rodomame „dirs“, pradedant nuo nulio)" + +#~ msgid " zero) is at the top." +#~ msgstr " bÅ«tų virÅ¡uje." + +#~ msgid "-N Rotates the stack so that the Nth directory (counting" +#~ msgstr "-N Pasuka steką, kad N-tasis aplankas (skaičiuojant" + +#~ msgid " from the right of the list shown by `dirs', starting with" +#~ msgstr " iÅ¡ deÅ¡inės sąraÅ¡e, rodomame „dirs“, pradedant nuo nulio)" + +#~ msgid "-n suppress the normal change of directory when adding directories" +#~ msgstr "-n iÅ¡jungti įprastą aplanko pakeitimą pridedant aplankus" + +#~ msgid " to the stack, so only the stack is manipulated." +#~ msgstr " į steką, taigi, pakeičiamas tik stekas." + +#~ msgid "dir adds DIR to the directory stack at the top, making it the" +#~ msgstr "dir prideda DIR į aplankų steko viršų; DIR nustatomas" + +#~ msgid " new current working directory." +#~ msgstr " naujuoju darbiniu aplanku." + +#~ msgid "You can see the directory stack with the `dirs' command." +#~ msgstr "Galite pamatyti aplankų steką komanda „dirs“." + +#~ msgid "Removes entries from the directory stack. With no arguments," +#~ msgstr "Å alina įraÅ¡us iÅ¡ aplankų steko. Jei nenurodyta argumentų," + +#~ msgid "removes the top directory from the stack, and cd's to the new" +#~ msgstr "paÅ¡alina virÅ¡utinį aplanką iÅ¡ steko ir pakeičia darbinį aplanką" + +#~ msgid "top directory." +#~ msgstr "steko viršūnėje esančiu." + +#~ msgid "+N removes the Nth entry counting from the left of the list" +#~ msgstr "" +#~ "+N paÅ¡alina N-tąjį įrašą skaičiuojant iÅ¡ kairės sąraÅ¡e, iÅ¡vedamame „dir“" + +#~ msgid " shown by `dirs', starting with zero. For example: `popd +0'" +#~ msgstr " (skaičiuojama nuo nulio). Pavyzdžiui: „popd +0“" + +#~ msgid " removes the first directory, `popd +1' the second." +#~ msgstr " paÅ¡alina pirmąjį aplanką, „popd +1“ – antrąjį." + +#~ msgid "-N removes the Nth entry counting from the right of the list" +#~ msgstr "" +#~ "+N paÅ¡alina N-tąjį įrašą skaičiuojant iÅ¡ deÅ¡inės sąraÅ¡e, iÅ¡vedamame " +#~ "„dir“" + +#~ msgid " shown by `dirs', starting with zero. For example: `popd -0'" +#~ msgstr " (skaičiuojama nuo nulio). Pavyzdžiui: „popd -0“" + +#~ msgid " removes the last directory, `popd -1' the next to last." +#~ msgstr " paÅ¡alina paskutinį aplanką, „popd -1“ – prieÅ¡paskutinį." + +#~ msgid "" +#~ "-n suppress the normal change of directory when removing directories" +#~ msgstr " iÅ¡jungti įprastą darbinio aplanko keitimą Å¡alinant aplankus" + +#~ msgid " from the stack, so only the stack is manipulated." +#~ msgstr " iÅ¡ steko, taigi, pakeičiamas tik stekas." + +#~ msgid "allocated" +#~ msgstr "iÅ¡skirta" + +#~ msgid "freed" +#~ msgstr "atlaisvinta" + +#~ msgid "requesting resize" +#~ msgstr "praÅ¡oma dydžio keitimo" + +#~ msgid "just resized" +#~ msgstr "tik ką pakeistas dydis" + +#~ msgid "bug: unknown operation" +#~ msgstr "klaida: nežinoma operacija" + +#~ msgid "malloc: watch alert: %p %s " +#~ msgstr "malloc: stebinio įspėjimas: %p %s " + +#~ msgid "" +#~ "Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n" +#~ " break N levels." +#~ msgstr "" +#~ "IÅ¡eiti iÅ¡ FOR, WHILE arba UNTIL ciklo. Jei nurodytas N,\n" +#~ " iÅ¡eiti aukÅ¡tyn per N lygmenų." + +#~ msgid "" +#~ "Run a shell builtin. This is useful when you wish to rename a\n" +#~ " shell builtin to be a function, but need the functionality of the\n" +#~ " builtin within the function itself." +#~ msgstr "" +#~ "Vykdyti aplinkos įtaisytą funkciją. Å i komanda naudinga, kai norite\n" +#~ " vietoje įtaisytos funkcijos naudoti savąją, tačiau reikia\n" +#~ " pasinaudoti įtaisytąja Å¡ios funkcijos viduje." + +#~ msgid "" +#~ "Print the current working directory. With the -P option, pwd prints\n" +#~ " the physical directory, without any symbolic links; the -L option\n" +#~ " makes pwd follow symbolic links." +#~ msgstr "" +#~ "IÅ¡spausdinti esamą aplanką. Su parametru -P „pwd“ spausdina\n" +#~ " fizinį aplanką, be jokių simbolinių nuorodų; su parametru -L\n" +#~ " „pwd“ seka simbolinėmis nuorodomis." + +#~ msgid "Return a successful result." +#~ msgstr "Grąžinti sėkmingą rezultatą." + +#~ msgid "Obsolete. See `declare'." +#~ msgstr "Pasenusi komanda. Žr. „declare“." + +#~ msgid "" +#~ "Create a local variable called NAME, and give it VALUE. LOCAL\n" +#~ " can only be used within a function; it makes the variable NAME\n" +#~ " have a visible scope restricted to that function and its children." +#~ msgstr "" +#~ "Sukurti vietinį kintamąjį nurodytu PAVADINIMU ir suteikti jam REIKÅ MĘ.\n" +#~ " „local“ gali bÅ«ti naudojamas tik funkcijose; jis sukuria kintamąjį,\n" +#~ " matomą tik pačioje funkcijoje ir jos dukterinėse funkcijose." + +#~ msgid "" +#~ "Output the ARGs. If -n is specified, the trailing newline is suppressed." +#~ msgstr "" +#~ "IÅ¡spausdinti ARGUMENTUS. Jei nurodytas -n, nespausdinamas naujos " +#~ "eilutės\n" +#~ " simbolis pabaigoje." + +#~ msgid "" +#~ "Read ARGs as input to the shell and execute the resulting command(s)." +#~ msgstr "Skaityti ARGUMENTUS kaip aplinkos komandas ir jas vykdyti." + +#~ msgid "Logout of a login shell." +#~ msgstr "Atsijungti nuo prisijungimo aplinkos (login shell)." + +#~ msgid "" +#~ "Causes a function to exit with the return value specified by N. If N\n" +#~ " is omitted, the return status is that of the last command." +#~ msgstr "" +#~ "IÅ¡eina iÅ¡ funkcijos, grąžinama reikÅ¡mė N. Jei N nenurodyta,\n" +#~ " grąžinama paskutinės vykdytos komandos reikÅ¡mė." + +#~ msgid "" +#~ "For each NAME, remove the corresponding variable or function. Given\n" +#~ " the `-v', unset will only act on variables. Given the `-f' flag,\n" +#~ " unset will only act on functions. With neither flag, unset first\n" +#~ " tries to unset a variable, and if that fails, then tries to unset a\n" +#~ " function. Some variables cannot be unset; also see readonly." +#~ msgstr "" +#~ "Kiekvienam PAVADINIMUi, paÅ¡alinti atitinkamą kintamąjį ar funkciją.\n" +#~ " Jei nurodytas „-v“, unset veiks tik su kintamaisiais. Jei nurodytas\n" +#~ " „-f“, unset veiks tik su funkcijomis. Jei nenurodytas nei vienas iÅ¡\n" +#~ " Å¡ių parametrų, unset pirmiausiai bandys paÅ¡alinti kintamąjį, ir jei\n" +#~ " tai nepasiseks, bandys paÅ¡alinti funkciją. Kai kurie kintamieji " +#~ "negali\n" +#~ " bÅ«ti paÅ¡alinti; žr. „readonly“." + +#~ msgid "" +#~ "Suspend the execution of this shell until it receives a SIGCONT\n" +#~ " signal. The `-f' if specified says not to complain about this\n" +#~ " being a login shell if it is; just suspend anyway." +#~ msgstr "" +#~ "Sustabdyti Å¡ios aplinkos darbą, kol bus gautas SIGCONT\n" +#~ " signalas. Jei nurodyta „-f“, nesiskųsti, jei Å¡i aplinka yra " +#~ "prisijungimo\n" +#~ " aplinka (login shell) ir sustabdyti ją bet kuriuo atveju." + +#~ msgid "" +#~ "Create a simple command invoked by NAME which runs COMMANDS.\n" +#~ " Arguments on the command line along with NAME are passed to the\n" +#~ " function as $0 .. $n." +#~ msgstr "" +#~ "Sukurti paprastą komandą, iÅ¡kviečiamą PAVADINIMU, vykdančią KOMANDAS.\n" +#~ " Argumentai komandų eilutėje kartu su PAVADINIMU perduodami funkcijai\n" +#~ " kaip $0 .. $n." + +#~ msgid "" +#~ "For each NAME, specify how arguments are to be completed.\n" +#~ " If the -p option is supplied, or if no options are supplied, " +#~ "existing\n" +#~ " completion specifications are printed in a way that allows them to " +#~ "be\n" +#~ " reused as input. The -r option removes a completion specification " +#~ "for\n" +#~ " each NAME, or, if no NAMEs are supplied, all completion " +#~ "specifications." +#~ msgstr "" +#~ "Kiekvienam VARDUI nurodyti, kaip argumentai turėtų bÅ«ti užbaigti.\n" +#~ " Jei pateiktas -p nustatymas arba nepateikta jokių nustatymų,\n" +#~ " spausdinamos esamos užbaigimo specifikacijos tokiu formatu, kad\n" +#~ " jas bÅ«tų galima panaudoti kaip įvestį. Nustatymas -r paÅ¡alina\n" +#~ " užbaigimo specifikaciją kiekvienam VARDUI, arba, jei nenurodyta\n" +#~ " VARDO, visas užbaigimo specifikacijas." diff --git a/po/nl.gmo b/po/nl.gmo index d6988ff4e4634a35dd56b1cef48158eed2bea288..ec0ec7c6a433be05d44599c0b3bab00a90abcbff 100644 GIT binary patch delta 5685 zc-l>v33ye-702f(OHf3>NcIG>k>$PY8)SLOOY(pukbNWJ1xNr{3$3|IDo4%`Mlrc$yt%4&3R|@6}t`m$EJSZ3`_@!W= zU{H`TQG!lEX);xULj*eoM+h#o?S9a29R1aB3*EO?vXz+e$B7!pkX zbc+)O69hX1qXq8^Mv)hTS92ZR`NyI^u3`i&`(hZJdO4q+wTAqaj}P{x?I z1j7Umg`n7l5EQyKlnG-(dG`t`X;VY#H$Rk#ekhnK__TfBAId^M6Lk5NI{P6$42=uI z5Y#FtbD4QzP`WY<2A&a2RK)~ks5upeKu0*=1H)0s8IB^wf};g}f@75WaQbf)^y`PM z;jH*jI4eCH&V&IGbWDiA6#4eOGJ^iT2qwHM0!1H;K%q^7w+OxyfdYSsK;F3sOfW2x z_UuUEUsqlq2?KKlhpC2!Iz>? z_;tadf_tM_$j4F4b2`dT!<8t!eDG*A%NULAYXqw$8s-Xm!FyQeRsC?OW+!KS%{uToRLt?0_F@Ja*D{;j!AU_U4WpM~v5C;>_ z#bJsaaVU0CuuyPhJhrWgXWZg=Ot(HBCU#gn6OYs0J{EM3?PI`i=JH@39*dW56HFI8 zY%xHBJ6mvk0ybNm02BTMn0eCT_5}JLPrw&OCbHt3MBdvHQP7`AxNl0-g^2wRC&Iwx zL~MAYsOuCQlLW<6l5n=RB&b`Qgus!Tl_1TC>SiG@&qHCI8T!kMHV?3xXcL?&p7G7#YrN1--)fy3W_N6KPM(k za*?vTTrjf1#X{c`^lO-$bP+D+UD*1X3sVH9u(IqFCaOt6(b<9%1;3MmB0E!HVt)#X zo=qX_uBM>a&{Ui@HI?s`f>~NyQicCAO&rqT7W^<3%0{MPQ+FByW~ABTlSV3CmxdGV zPQxiLq!Bf7=}_$!%uq$s@tvQfBX_^xO&Y%G_{!i6;eV1mjLSfy6&VPAJp)EgWT3#g z3^X5+$pn#^cz<~&46Vo{44=xx2e#SwW0^2>DH8=oWFfyOizvFopM_0UXR*SUvY={5 z7Ey6D3uki3GF+NC1amd@3g!qtmd#4{WwRn})NsqlVZvz^@6W*pUdzFGFXmuUe^4$q zcjYqBo6Cxq=;xSCPlK`}1(#-aO=;$|G}*7{|m7<4|O& z;B1H3f2%xY}+JQs%1DI%|FP8@+5{%aP?{uSaw;Re{aNBb1CXUa#S$S|V15=7I#l&J(_U&R6 ze59Cs@viN6v>3%M+kOcp%u`wdQ*#9U`r+;p1oo6z0VSB?XbA&v_CQ^{hwtM(C{*Wx zu{%64)$JicJ?9}W?DxRfCmt3wsFZmkN@2LNRQT5qi%Su>x|E52S_*ZWOYwny_Wj?b zOgO5HOqW%L3A|-CoXW86YKy&PD0a~HyI97`Z!gCQ6UzNIHI|b|Hk6b3{#cF;FPCGx zVP2eYf)@dcyyS;_y{z;>FO)y&MX_IbQFxF2{;3^*(F>!Y6HqMMFAtB(2BUETVRT0F zs#kONBnB>-M54K85(2gh7HiFz#6MA#slueYs;C`D zs&MMh1t)0z51LGs>JV(!Ts;|$F9^12xJ)s9HDcKmnAkbRR<|iAlvItEcU059rka&+ zx9_K`apu4pe4?y|nlP_M^N!emLk$V&XbmeFRg1GE)Z!ZzwWQka+CGiV+qHQ4z&Zq{ z)Zxv(Iwn|AhrH))`=@ne%pvuJUr0Uj3I#`K{NGuR^K@I>P!9ud)+6w=#bFK9f~*EI zWM>1;xyj=32J%2iBPqACk#K#e5fePuNEp7^h~fttISUv^6Bkhib{ zCf9V}gwJ-Mu>buICb}kApgW=IvOCeDGM)Bq(+SUu)1l5a11Fq410U$IxN8P`!YeZ< zV#PBt<@}i_vV0~?ZkUPl9h%v%ji+T&}{ezQ*Vs8$sN2Mu~Ua1iY4HU8xJKEYXb#GUG* z_Mc3*)=%5MNGpwf*3`IDOP+oI*icdQy3s)8_4&;e`}n!x__|DwA98x^=ox$LktcPB`UR6YLa*G{Yyi+)3i2F?w`p$-Hv@vPZEZ3(QARl%h&mD(j=@g zr2$AbGg6hz?+n5Cx}nA%umc+{&bPRtYQCOy{-VjpusP9`x?BH- z=;2e3-kR&}c$dW&Eo!!#VV}D+H5(F=X3cg({=e=Web-63zh&4K>GilFcORAe&$=nq z!-O8WjQx|Tn-x8>X^GZqsGAl|t%ejlNEY<6m9^aBGg^kPPw413f3R&EERAOcf229z zka{1{KV!O;G8|U*TB6%_``oF8M*p1J_rrz_%t!WpuO31S^%#y&;iwrM ruWgw%>O{a=w>Mv33Qaz702IbP-GFqBH1UBnUKWnJ7KaX6UhX~LN>CI1Vmbi%2JEaeianjYJnD{ zSVap3tJT&*SZr0gptwMbU<;HA1u0@n5w(C|Deb-aJr0?3=KR0!E%)8~zsq~?dts03 z$R3w-YHFPtyDMV8?BK6H$!k%weym>G&CYeEscO;F~T zy@KI_r$SN86^26YFc!?P?+t=V+E>CDw=j%_o)keH zj-XkBvZi?`97#(-xGmCz6cbl7K|3`5xhgGk6`>}K}S2@ zh`{1g5mmoAvjL3UNA=IyHT)LaIoOJ zZWKQ#I7ILtZVbBUc3AMHXc|UE6Ybt;OIzWv{z!yWTO>*SHD-W|{NT*dXOn4;*O844w$?f z4;D@HVDW6hv4W3yVB{sifjZyA!sk4!3Ho2XTzQ8b>Uo#$)l6c-|Mpqu{!DO?&bGoAFq3J{|@}B;dn4 z1QP`d6QKCs1cGis0@N)}K;VW16xp3X^q)*%fvXABmDoFxQ-3FnEEY@^d_gcy^Z&@5 zxZuV_aAYFc;1$f(N|i|P%u7U(#}lb|PbR{|@9p^gi4>&MiTHX@k})FML?q$DyOJo~ zi<4kvr=X*jo=hT5T*=_jWPBZ(j4RTUv8*ncg?f@v^bx_k1fNJokz>g)aW)x62c?j9 zqf<~UA%&owm_q-o6yZNp9=;|GWr8mX77Biv0%fVG__Qq*0Zu9cH>6Thx1|zHr&0;Z zVQFMdX&O|w38t%}X~fQsG~}KY9Hi-+?hq_q88tz$QBW0HpN`;z=`fQHXr7Y6 z0=^8QzdHkl)@P80uVoMe@7wqPWWdbuOcY4TM1HH2N$@Sr#3!3FvGCnYs5+WSR$R^` znA~DUk`@lZ9Kl6`*}5lWVd941cB z!QvG; z&z9tTWmf#}$wy#iKEX3Bp9v4;v%uPX7PN$%wR6S}t))phMx7Z3O#ub-se|!nlm6g!nRDweHm%!N4 z5}4XpLVKeK z%cyjB^na!p$vSyRTJ!L5NnH?8gPK;!fJEViZ+?K|23dzoLD&Obj_;7@u35kAu zSm-Ahzi!)~^;0Ld__27WAL{?$N5Rv66u)fyM^!N2<5WOxpaKo=7F;dau(X173YV(n z*CW>iCT^HO!Pz_k0p|pZ^h8w2LXDLuJj>$ZO5{IPNziStg!sA61+imQ*qB@hV*QOcgHOWAQ{4uKl8_Zx3Z5;#t)DZ32wFvI0rEaXK zCHS`1BJYT8A5}-?%oB{!{I9G-U{4(jZmJ`Ac39kB2Los75EwcIES$ogFk=dpa`hB~ z^RUI>dg?)CJ*9V1J!$)!dR%Zw(9yIzQ;+61G!O&n4QM#IfmrBhAox}`kfzTzkk8v2 z@aZu-?tBBW;B6!*=Qg6))<$CNQX_KQO?K~S68_baf+i@O-h^e}YeH~u6AQj0Sgldp zM7pIllb&VGjGNJnz=h5D_%YkRqnYjca5J%TO0ZIceJYCeOm(1Y%T$8o%v9^67JDjg z!RG;s%UTGsT`i>7r50Ql+=`FyYQC?soF|Ts!F+)IlMO?tqag9aPM3bs+DV4w!Uy zb+8#6>_Fo$J6I@jnryLpn-wh3`~EcAKbl5*dOBgQy^|pPVJ9)L+u|3UoDJi;*vua2 z!j(^Vp-696ACo<1e;2`bQ#Y1pcN09V7T0y-+hg5~`=lGeQPZ(}reLuK=X4Z0AXuXx zG-hB>+YEfZLeRA;ZR7~2SKj`oR~q^MQxEEfk>5Ahe>*wh^!@&5pg?ox0Yg2mw0-Kt zeTEgk)Lhk19PkU9kW(*NDpC#Xp($2x4205Cp8b{`8&E9*ctP+ zklSxG%k&F^ZNE>qO#3W>WqzlH-@gCFu%YPhMgx`C);E{z z*1M9S*awNl&4!R)X-JXxH45$c)fymLX*7a0{B8S(x-sZkPD5UI9ov4JUBm1$Bxb4Y zIARFXYroetvJ5#mNR$X@1ZtGJ=)Y{(?zF58kpEBgJZ0zZmjBI$bkW~zix;oisN32K zJ+kVBUz1vEt)3PPx%ex?9(%w}Y_NE*#RdHo{e^CkhGOuJA!pZXsk8m}8%pQ5^*Ghn zB9;5oegYoRI%!BsZ@>0!t3DgyzT?q;EpHi$-FAI(QR?55j2eB*RxTG9L(w^VsD zoL}^(^+q#SKagy&ZMxy!Apf7~_0hI{b=A6&G0vH5L2H@*t=H1ATzna\n" "Language-Team: Dutch \n" @@ -17,79 +17,94 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 1.11.4\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "ongeldige array-index" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: ongeldige actienaam" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: niet-numerieke index is niet mogelijk" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "Kan %s niet aanmaken: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" "bash_execute_unix_command(): kan voor opdracht geen toetsenkaart vinden" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: eerste teken dat geen witruimte is is niet '\"'" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "geen sluit-'%c' in %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: ontbrekend scheidingsteken (dubbele punt)" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "'%s': ongeldige naam voor toetsenkaart" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "Kan %s niet lezen: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "Kan %s niet losmaken" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "'%s': onbekende functienaam" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s is aan geen enkele toets gebonden\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s kan worden aangeroepen via " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "heeft alleen betekenis in een 'for'-, 'while'- of 'until'-lus" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -97,308 +112,313 @@ msgid "" " Without EXPR, returns " msgstr "Geeft de context van de huidige functie-aanroep." -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME is niet gedefinieerd" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD is niet gedefinieerd" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: waarschuwing: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "te veel argumenten" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: optie vereist een argument" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: vereist een numeriek argument" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: niet gevonden" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: ongeldige optie" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: ongeldige optienaam" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "'%s': is geen geldige naam" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "ongeldig signaalnummer" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "ongeldig getal" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "ongeldig getal" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: ongeldige signaalaanduiding" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "'%s': is geen PID en geen geldige taakaanduiding" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: is een alleen-lezen variabele" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s valt buiten bereik" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argument" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s valt buiten bereik" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: taak bestaat niet" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: geen taakbesturing" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "geen taakbesturing" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: beperkte modus" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "beperkte modus" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: is geen ingebouwde opdracht van de shell" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "schrijffout: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: fout tijdens bepalen van huidige map: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: taakaanduiding is niet eenduidig" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: ongeldige actienaam" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: is geen completerings-aanduiding" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "waarschuwing: optie -F functioneert mogelijk niet zoals verwacht" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "waarschuwing: optie -C functioneert mogelijk niet zoals verwacht" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "kan alleen worden gebruikt binnen een functie" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "'-f' kan niet gebruikt worden om een functie te definiëren" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: is een alleen-lezen functie" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: kan array-variabelen niet op deze manier verwijderen" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "dynamisch-laden is niet beschikbaar" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "kan gedeeld object %s niet openen: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "kan %s niet vinden in gedeeld object %s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: is niet dynamisch geladen" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "Kan %s niet verwijderen: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: is een map" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: is geen normaal bestand" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: bestand is te groot" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: kan een binair bestand niet uitvoeren" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "Kan %s niet uitvoeren: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "geen login-shell; gebruik 'exit'" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Er zijn nog gepauzeerde taken.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Er zijn nog gepauzeerde taken.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "geen opdracht gevonden" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "geschiedenisaanduiding" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "Kan tijdelijk bestand '%s' niet openen: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "taak %d is gestart zonder taakbesturing" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: ongeldige optie -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: optie vereist een argument -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "hashen is uitgeschakeld" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: de hash-tabel is leeg\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "laatste opdracht: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Shell-opdrachten die overeenkomen met '" msgstr[1] "Shell-opdrachten die overeenkomen met '" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -406,22 +426,12 @@ msgstr "" "Er is geen hulptekst voor '%s'.\n" "Probeer 'help help' of 'man -k %s' of 'info %s'." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "Kan %s niet openen: %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -443,112 +453,152 @@ msgstr "" "is.)\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "slechts één van '-a', '-n', '-r' of '-w' is mogelijk" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "geschiedenispositie" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: geschiedenisexpansie is mislukt" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: geschiedenisexpansie is mislukt" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "bij '-x' zijn geen andere opties toegestaan" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: argumenten moeten proces-IDs of taak-IDs zijn" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Onbekende fout" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "uitdrukking werd verwacht" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: ongeldige aanduiding van bestandsdescriptor" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: ongeldige bestandsdescriptor: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: ongeldige optie" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: ongeldige optie" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: ongeldige actienaam" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: is geen array-variabele" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "'%s': ontbrekend opmaakteken" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "'%c': ongeldig opmaakteken" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: waarschuwing: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "ontbrekend hexadecimaal cijfer bij \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "geen andere map" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "recursiestapel-onderloop" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Toont de huidige lijst van onthouden mappen. Mappen worden aan deze\n" +" lijst toegevoegd met de opdracht 'pushd', en verwijderd met 'popd'.\n" +"\n" +" Met de optie -l worden paden niet afgekort (relatief ten opzichte\n" +" van uw thuismap) maar volledig weergegeven. Dit betekent dat\n" +" '~/bin' zal worden weergegeven als bijvoorbeeld '/home/jansen/bin'.\n" +" Optie -v geeft de mappenstapel weer met één item per regel, waarbij\n" +" elk item voorafgegeaan wordt door zijn positie in de stapel. Optie\n" +" -p doet hetzelfde als -v, maar dan zonder de stapelpositie.\n" +" Optie -c wist de mappenstapel door alle elementen te verwijderen.\n" +"\n" +" +N Het N-de item tonen, tellend vanaf links, van de lijst getoond\n" +" door 'dirs' wanneer opgeroepen zonder opties, beginnend bij nul.\n" +" -N Het N-de item tonen, tellend vanaf rechts, van de lijst getoond\n" +" door 'dirs' wanneer opgeroepen zonder opties, beginnend bij nul." + +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -588,7 +638,7 @@ msgstr "" "\n" " De opdracht 'dirs' geeft de huidige mappenstapel weer." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -624,52 +674,42 @@ msgstr "" "\n" " De opdracht 'dirs' geeft de huidige mappenstapel weer." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: ongeldige aanduiding van tijdslimiet" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "leesfout: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" "kan alleen een 'return' doen uit een functie of een uit script aangeroepen " "met 'source'" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "kan niet tegelijk een functie en een variabele verwijderen" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "Kan '%s' niet verwijderen" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "Kan '%s' niet verwijderen: %s is alleen-lezen" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: is geen array-variabele" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: is geen functie" @@ -678,20 +718,20 @@ msgstr "%s: is geen functie" msgid "shift count" msgstr "shift-aantal" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "kan shell-opties niet tegelijk inschakelen en uitschakelen" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: ongeldige shell-optienaam" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "vereist een bestandsnaam als argument" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: bestand niet gevonden" @@ -704,75 +744,75 @@ msgstr "kan niet pauzeren" msgid "cannot suspend a login shell" msgstr "kan een inlog-shell niet pauzeren" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s is een alias voor '%s'\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s is een shell-sleutelwoord\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s is een functie\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s is een ingebouwde shell-functie\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s is %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s is gehasht (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: ongeldige limietwaarde" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "'%c': ongeldige opdracht" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: kan de limiet niet bepalen: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: kan de limiet niet wijzigen: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "octaal getal" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "'%c': ongeldige operator in symbolische modus" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "'%c': ongeldig teken in symbolische modus" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -786,68 +826,68 @@ msgstr "laatste opdracht: %s\n" msgid "Aborting..." msgstr "Afbreken..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: waarschuwing: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "onbekende opdrachtfout" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "ongeldig opdrachttype" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "ongeldige verbinder" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "ongeldige sprong" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: ongebonden variabele" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\awachten op invoer duurde te lang -- automatisch afgemeld\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "kan standaardinvoer niet omleiden vanaf /dev/null: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: '%c': ongeldig opmaakteken" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "schrijffout: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: beperkte modus: '/' in opdrachtnamen is niet toegestaan" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: opdracht niet gevonden" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: ongeldige interpreter" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "kan bestandsdescriptor %d niet dupliceren naar bestandsdescriptor %d" @@ -922,90 +962,100 @@ msgstr "%s: een geheel-getaluitdrukking werd verwacht" msgid "getcwd: cannot access parent directories" msgstr "getwd(): kan geen geen toegang verkrijgen tot bovenliggende mappen" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "kan 'nodelay'-modus niet uitschakelen voor bestandsdescriptor %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" "kan geen nieuwe bestandsdescriptor reserveren voor bash-invoer vanuit " "bestandsdescriptor %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" "check_bash_input(): buffer bestaat al voor nieuwe bestandsdescriptor %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "afgesplitst PID %d hoort bij draaiende taak %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "verwijderen van gepauzeerde taak %d met procesgroep %ld..." -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid(): PID %ld bestaat niet" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -1015,68 +1065,68 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "wait(): PID %ld is geen dochterproces van deze shell" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for(): proces %ld is nergens geregistreerd" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job(): taak %d is gepauzeerd" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: taak is afgesloten" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: taak %d draait al op de achtergrond" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: waarschuwing: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "geen taakbesturing in deze shell" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc(): controletest is mislukt: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1085,54 +1135,54 @@ msgstr "" "\r\n" "malloc(): %s:%d: controletest is mislukt\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: onbekende host" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc(): een pointer op de lijst van vrije blokken is overschreven" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free(): aangeroepen met als argument een blok dat al vrijgegeven is" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free(): aangeroepen met als argument een ongebruikt blok" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free(): onderloop: 'mh_nbytes' valt buiten bereik" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free(): blokgroottes van begin en eind zijn verschillend" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc(): aangeroepen met als argument een ongebruikt blok" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc(): onderloop: 'mh_nbytes' valt buiten bereik" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc(): blokgroottes van begin en eind zijn verschillend" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc(): reserveringstabel is vol??\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc(): %p staat al als gereserveerd in tabel??\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free(): %p staat al als vrij in tabel??\n" @@ -1186,110 +1236,115 @@ msgstr "syntaxfout: onverwachte ';'" msgid "syntax error: `((%s))'" msgstr "syntaxfout: '((%s))'" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document(): ongeldig instructietype %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection(): omleidingsinstructie '%d' valt buiten bereik" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "onverwacht bestandseinde tijdens zoeken naar bijpassende '%c'" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "onverwacht bestandseinde tijdens zoeken naar ']]'" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "syntaxfout in conditionele expressie: onverwacht symbool '%s'" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "syntaxfout in conditionele expressie" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "onverwacht symbool '%s'; ')' werd verwacht" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "')' werd verwacht" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "onverwacht argument '%s' bij eenzijdige conditionele operator" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "onverwacht argument bij eenzijdige conditionele operator" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "" "onverwacht symbool '%s'; tweezijdige conditionele operator werd verwacht" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "tweezijdige conditionele operator werd verwacht" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "onverwacht argument '%s' bij tweezijdige conditionele operator" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "onverwacht argument bij tweezijdige conditionele operator" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "onverwacht symbool '%c' in conditionele opdracht" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "onverwacht symbool '%s' in conditionele opdracht" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "onverwacht symbool %d in conditionele opdracht" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "syntaxfout nabij onverwacht symbool '%s'" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "syntaxfout nabij '%s'" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "syntaxfout: onverwacht bestandseinde" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "syntaxfout" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Gebruik \"%s\" om de shell te verlaten.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "onverwacht bestandseinde tijdens zoeken naar bijpassende ')'" @@ -1303,71 +1358,71 @@ msgstr "completion(): functie '%s' niet gevonden" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert(): %s: lege COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command(): ongeldige verbinder '%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf(): '%c': ongeldig opmaakteken" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "bestandsdescriptor valt buiten bereik" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: omleiding is niet eenduidig" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: kan bestaand bestand niet overschrijven" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: beperkte modus: omleiden van uitvoer is niet toegestaan" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "kan geen tijdelijk bestand maken voor \"hier\"-document: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port is niet mogelijk zonder netwerk" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "omleidingsfout: kan bestandsdescriptor niet dupliceren" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "Kan /tmp niet vinden; maak deze aan!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp dient een geldige mapnaam te zijn" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: ongeldige optie" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Ik heb geen naam!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1376,35 +1431,35 @@ msgstr "" "Gebruik: %s [opties]\n" " %s [opties] scriptbestand...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "Lange opties:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Korte opties:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD, of -c opdracht, of -O shopt-optie (enkel bij aanroep)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s, of -o optie (veranderbaar via 'set')\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "Typ '%s -c \"help set\"' voor meer informatie over shell-opties.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Typ '%s -c help' voor meer informatie over ingebouwde shell-functies.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Gebruik de opdracht 'bashbug' om fouten in bash te rapporteren.\n" @@ -1585,83 +1640,78 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "ongeldige vervanging: geen sluit-'%s' in %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: kan geen lijst toewijzen aan een array-element" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "kan geen pijp maken voor procesvervanging" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "kan geen dochterproces maken voor procesvervanging" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "kan pijp genaamd %s niet openen om te lezen" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "kan pijp genaamd %s niet openen om te schrijven" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "kan 'nodelay'-modus niet uitschakelen voor bestandsdescriptor %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "kan pijp genaamd %s niet dupliceren als bestandsdescriptor %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "kan geen pijp maken voor opdrachtvervanging" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "kan geen dochterproces maken voor opdrachtvervanging" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" "command_substitute(): kan pijp niet dupliceren als bestandsdescriptor 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: lege parameter, of niet ingesteld" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: resultaat van deeltekenreeks is kleiner dan nul" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: ongeldige vervanging" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: kan niet op deze manier toewijzen" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "ongeldige vervanging: geen sluit-'%s' in %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "geen overeenkomst: %s" @@ -1702,12 +1752,12 @@ msgstr "ontbrekende ']'" msgid "invalid signal number" msgstr "ongeldig signaalnummer" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps(): ongeldige waarde in trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" @@ -1715,99 +1765,120 @@ msgstr "" "run_pending_traps: signaalverwerker is SIG_DFL, herzenden van %d (%s) aan " "mezelf..." -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler(): ongeldig signaal %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "fout tijdens importeren van functiedefinitie voor '%s'" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "shell-niveau is te hoog (%d); teruggezet op 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" "make_local_variable(): er is geen functiecontext in huidige geldigheidsbereik" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" "all_local_variables(): er is geen functiecontext in huidige geldigheidsbereik" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "ongeldig teken '%d' in export-tekenreeks voor %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "geen '=' in export-tekenreeks voor %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "pop_var_context(): top van 'shell_variables' is geen functiecontext" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context(): er is geen 'global_variables'-context" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" "pop_scope(): top van 'shell_variables' is geen tijdelijk geldigheidsbereik" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc(): kan geen %lu bytes reserveren (%lu bytes gereserveerd)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc(): kan geen %lu bytes reserveren" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "xrealloc(): kan %lu bytes niet opnieuw reserveren (%lu bytes gereserveerd)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc(): kan %lu bytes niet opnieuw reserveren" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" "xmalloc(): %s:%d: kan geen %lu bytes reserveren (%lu bytes gereserveerd)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc(): %s:%d: kan geen %lu bytes reserveren" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "xrealloc(): %s:%d: kan %lu bytes niet opnieuw reserveren (%lu bytes " "gereserveerd)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc(): %s:%d: kan %lu bytes niet opnieuw reserveren" @@ -1867,11 +1938,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2247,6 +2318,7 @@ msgstr "" " toetsenreeks ingevoerd wordt" #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2254,8 +2326,10 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Begint de volgende herhaling van huidige 'for'-, 'while'- of 'until'-lus.\n" +" Als N gegeven is, dan wordt N niveaus hoger doorgegaan." #: builtins.c:334 #, fuzzy @@ -2266,7 +2340,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Begint de volgende herhaling van huidige 'for'-, 'while'- of 'until'-lus.\n" " Als N gegeven is, dan wordt N niveaus hoger doorgegaan." @@ -2435,10 +2509,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2476,14 +2553,14 @@ msgstr "" " Bij variabelen met het 'geheel getal'-attribuut wordt bij toewijzingen\n" " een rekenkundige evaluatie gedaan (zie 'let')." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2498,7 +2575,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 #, fuzzy msgid "" "Write arguments to the standard output.\n" @@ -2513,7 +2590,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2547,7 +2624,7 @@ msgstr "" "\n" " Optie -E schakelt interpretatie van deze stuurcodes uit." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2560,7 +2637,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2587,7 +2664,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2599,7 +2676,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 #, fuzzy msgid "" "Parse option arguments.\n" @@ -2673,7 +2750,7 @@ msgstr "" " Normaliter ontleedt 'getopts' de positionele parameters: $0...$9.\n" " Maar als er argumenten gegeven worden, dan worden deze ontleed." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2696,7 +2773,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2707,7 +2784,7 @@ msgstr "" "Beëindigt de shell met een afsluitwaarde van N. Zonder N is de\n" " afsluitwaarde die van de laatst uitgevoerde opdracht." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2716,7 +2793,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 #, fuzzy msgid "" "Display or execute commands from the history list.\n" @@ -2771,7 +2848,7 @@ msgstr "" " 'r' de laatste opdracht opnieuw uitvoert, en het typen van 'r cc' de\n" " laatste opdracht die met 'cc' begon opnieuw uitvoert." -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2788,7 +2865,7 @@ msgstr "" "huidige\n" " taak is gebruikt." -#: builtins.c:746 +#: builtins.c:749 #, fuzzy msgid "" "Move jobs to the background.\n" @@ -2807,7 +2884,7 @@ msgstr "" "huidige\n" " taak is gebruikt." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2831,7 +2908,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2853,7 +2930,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 #, fuzzy msgid "" "Display or manipulate the history list.\n" @@ -2912,7 +2989,7 @@ msgstr "" " gebruikt als een opmaaktekenreeks for strftime(3), om een tijdsstempel\n" " bij elk geschiedenisitem weer te geven." -#: builtins.c:845 +#: builtins.c:848 #, fuzzy msgid "" "Display status of jobs.\n" @@ -2946,7 +3023,7 @@ msgstr "" " opdracht uitgevoerd nadat alle opgegeven taken afgesloten zijn (dat\n" " wil zeggen: hun proces-ID is vervangen door dat van hun moederproces)." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2963,7 +3040,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 #, fuzzy msgid "" "Send a signal to a job.\n" @@ -3000,7 +3077,7 @@ msgstr "" " aantal processen bereikt is hoeft u geen nieuw proces te starten om een\n" " ander proces te elimineren." -#: builtins.c:914 +#: builtins.c:917 #, fuzzy msgid "" "Evaluate arithmetic expressions.\n" @@ -3089,7 +3166,7 @@ msgstr "" "afsluitwaarde\n" " van 'let' 1; anders 0." -#: builtins.c:959 +#: builtins.c:962 #, fuzzy msgid "" "Read a line from the standard input and split it into fields.\n" @@ -3122,7 +3199,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3165,7 +3244,7 @@ msgstr "" " bereikt werd, de tijdslimiet overschreden werd, of een ongeldige\n" " bestandsdescriptor als argument van -u gegeven werd." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3177,7 +3256,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 #, fuzzy msgid "" "Set or unset values of shell options and positional parameters.\n" @@ -3350,7 +3429,7 @@ msgstr "" " vi regelbewerkingsinterface in stijl van 'vi' gebruiken\n" " xtrace == -x (elke opdracht echoën)" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3370,7 +3449,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3389,7 +3468,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3398,7 +3477,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3408,7 +3488,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3419,7 +3499,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 #, fuzzy msgid "" "Execute commands from a file in the current shell.\n" @@ -3438,11 +3518,12 @@ msgstr "" " nog argumenten gegeven zijn, worden dit de positionele parameters\n" " tijdens de uitvoering van het genoemde bestand." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3451,7 +3532,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3585,7 +3666,7 @@ msgstr "" " ze betekenen: gelijk, ongelijk, kleiner dan,\n" " kleiner of gelijk, groter dan, groter of gelijk" -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3596,7 +3677,7 @@ msgstr "" "Dit is een synoniem voor de ingebouwde functie 'test', behalve dat\n" " het laatste argument een ']' moet zijn, horend bij de begin-'['." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3608,7 +3689,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 #, fuzzy msgid "" "Trap signals and other events.\n" @@ -3680,7 +3761,7 @@ msgstr "" " kleine letters, en het voorvoegsel 'SIG' is optioneel. Merk op dat met\n" " 'kill -signaal $$' een signaal naar de huidige shell gestuurd kan worden." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3710,7 +3791,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 #, fuzzy msgid "" "Modify shell resource limits.\n" @@ -3789,7 +3870,7 @@ msgstr "" " seconden is, voor -p, die in stappen van 512 bytes gaat, en voor -u,\n" " dat een ongeschaald aantal is." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3807,7 +3888,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3824,7 +3905,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 #, fuzzy msgid "" "Wait for process completion and return exit status.\n" @@ -3845,7 +3926,7 @@ msgstr "" " een taakaanduiding is, wordt er gewacht op alle processen in de\n" " pijplijn van die taak." -#: builtins.c:1466 +#: builtins.c:1473 #, fuzzy msgid "" "Execute commands for each member in a list.\n" @@ -3863,7 +3944,7 @@ msgstr "" " woord (of positionele parameter) wordt NAAM gelijkgemaakt aan dat\n" " element en de opdrachten uitgevoerd." -#: builtins.c:1480 +#: builtins.c:1487 #, fuzzy msgid "" "Arithmetic for loop.\n" @@ -3887,10 +3968,10 @@ msgstr "" " EXP1, EXP2, and EXP3 zijn rekenkundige expressies. Als een expressie\n" " weggelaten wordt, wordt de waarde 1 ervoor in de plaats genomen." -#: builtins.c:1498 +#: builtins.c:1505 #, fuzzy msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3921,7 +4002,7 @@ msgstr "" " variabele REPLY. Na elke selectie worden de gegeven opdrachten\n" " uitgevoerd. Dit gaat door totdat een 'break' de opdracht beëindigt." -#: builtins.c:1519 +#: builtins.c:1526 #, fuzzy msgid "" "Report time consumed by pipeline's execution.\n" @@ -3945,7 +4026,7 @@ msgstr "" " De optie -p negeert deze omgevingsvariabele en toont de tijden in een\n" " overdraagbare standaardopmaak." -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -3960,7 +4041,7 @@ msgstr "" " welk PATROON het WOORD overeenkomt. Met '|' kunnen meerdere patronen\n" " gegroepeerd worden." -#: builtins.c:1548 +#: builtins.c:1555 #, fuzzy msgid "" "Execute commands based on conditional.\n" @@ -3994,7 +4075,7 @@ msgstr "" "uitgevoerde\n" " deelopdracht, of nul als geen enkele 'if' of 'elif' nul opleverde." -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -4008,7 +4089,7 @@ msgstr "" "Voert de gegeven opdrachten uit zolang de laatste opdracht achter\n" " 'while' een afsluitwaarde van 0 heeft." -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -4022,7 +4103,7 @@ msgstr "" "Voert de gegeven opdrachten uit zolang de laatste opdracht achter\n" " 'until' een afsluitwaarde van 0 heeft." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -4036,7 +4117,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -4050,7 +4131,7 @@ msgstr "" "Voert een set opdrachten als een groep uit. Dit is een manier om\n" " de in- en uitvoer van een hele set opdrachten om te kunnen leiden." -#: builtins.c:1615 +#: builtins.c:1622 #, fuzzy msgid "" "Resume job in foreground.\n" @@ -4071,7 +4152,7 @@ msgstr "" " Als na de taakaanduiding een '&' volgt, dan wordt de taak in de\n" " achtergrond geplaatst. Dit is equivalent aan de opdracht 'bg'." -#: builtins.c:1630 +#: builtins.c:1637 #, fuzzy msgid "" "Evaluate arithmetic expression.\n" @@ -4085,7 +4166,7 @@ msgstr "" "Evalueert de gegeven expressie als een rekenkundige uitdrukking.\n" " Dit is equivalent aan 'let EXPRESSIE'." -#: builtins.c:1642 +#: builtins.c:1649 #, fuzzy msgid "" "Execute conditional command.\n" @@ -4133,7 +4214,7 @@ msgstr "" "waarde\n" " van de eerste voldoende is om het eindresulaat te bepalen." -#: builtins.c:1668 +#: builtins.c:1675 #, fuzzy msgid "" "Common shell variable names and usage.\n" @@ -4224,7 +4305,7 @@ msgstr "" " TERM soortnaam van de huidige terminal\n" " TIMEFORMAT opmaakvoorschrift voor de uitvoer van 'time'\n" -#: builtins.c:1725 +#: builtins.c:1732 #, fuzzy msgid "" "Add directories to stack.\n" @@ -4270,7 +4351,7 @@ msgstr "" "\n" " De opdracht 'dirs' geeft de huidige mappenstapel weer." -#: builtins.c:1759 +#: builtins.c:1766 #, fuzzy msgid "" "Remove directories from stack.\n" @@ -4312,7 +4393,7 @@ msgstr "" "\n" " De opdracht 'dirs' geeft de huidige mappenstapel weer." -#: builtins.c:1789 +#: builtins.c:1796 #, fuzzy msgid "" "Display directory stack.\n" @@ -4357,7 +4438,7 @@ msgstr "" " -N Het N-de item tonen, tellend vanaf rechts, van de lijst getoond\n" " door 'dirs' wanneer opgeroepen zonder opties, beginnend bij nul." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4378,7 +4459,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 #, fuzzy msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" @@ -4422,7 +4503,7 @@ msgstr "" " gegeven variabele VAR geplaatst in plaats van naar standaarduitvoer\n" " geschreven." -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -4444,7 +4525,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -4462,7 +4543,7 @@ msgstr "" " genereert. Als het optionele argument WORD aanwezig is, worden alleen\n" " de daarbij passende completeringen gegenereerd." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -4491,7 +4572,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/pl.gmo b/po/pl.gmo index 5e3060b0ec9dbbc9e1945389bd3107aef6ee2cd4..9c5836e0debec5518650145c9349aa6b9c046926 100644 GIT binary patch delta 5685 zc-l>v33OG}6^2igAy7bw5yevBIJWMc@372W>#qNvbI-7cfA4+nef5yvwnKi- z+X2JY8M#LL851hFz~7i_<$2F|GkCR3G$ui?RWLwsg* zj1%k>j1atQGJ_Tg4r-Kn6^()jW#=&ar1-O=%<1yg1@%yfnXFpCFpk4boNC|2omRouu!X@ z>}9SG!K5ofu)r3QqouO#_ zS}2;H3uQxp7X#y5xFXlKD_o54aIxWyE(BfaLZC+k#|rLuA;4i5>wVzD1>?f#&kPg$ ztLF7#SYV#uIF&GrfvW`51$TvEnKNMsI3gS$M+i<6%odCkTpEsG>jb|e_*ggs?-m>* zcqkl2-VA4-_re`IE{4PMkyDV&GX>w*3f4$8%o8k;_S0g&GQqE=qG5>;phd?;FmGD~ z>l}!{1s_FVp%Ia=KP(cCr3yw1);N)b(T$Nz*cgc^AGZS!M&h%7M`D3dQCJ`*3XMvl z(6~l0R&Z_<7Fi|euk)kW_(&A{oQz^0|7bYoghr!@JDLf((JWLN%|Z*JvBbmCxME*4 zf?W{I7YvBOx3w|MTM~oo?vKF|`z)S~fwWh}f`zez7I4fw9?a@kSh`CvP4IP#{u11o zg45&h*^)Rc;lyE?Us~K7$N1xMa3LTbjkDrux5Xo%6HmB560eGg|6h;C0-wa=!^=h7 zB*Cc(n7BFtvb7~(x+MuLxFP{TewzU6Ur1ns;|XlwpU67diCCmhFjerLL=x5>!SNdZ zrxNkSr-?+tNST!*=t_b-O-Tr{D2a);C1HszNsRALA`!imgs;yD%2MWkNw_en4z^LMeJXyi9IfONhOtTNQFcPQX%E} zRH7z24O15idQ{LfxburN)*TQWt>K#nS4Mio{xjuang@xNdsuk42aBBWAixJ6B%hGZ z24U&2zbqXKEl(#5H>JaYUAFyJI+po39RVg}uzo=XQFNV?flq#tfrgJ|V5)r?M8&ZT z$mAz#xHWMIW^3vd%o1FmiKZ`SqLFrLxOuYJu-)R_S#aQ~EXaEy3zs^Rvhle)n~A<` zG+vrbT;G??#yc&Z$R=Zs&q0$ZIk>Johk1ABK;9iWtamzx%sF8i8#hctkXxn=o--V? zQy#q15t@qyx^h|YyScEvKNpk!GZ!BZ%d;-X!%}5=xT-r3axTnc{Ox&g=;1t~=wKd} zKAwj~hUe>e@xLdZ`1a;AuqB@jmgFPxhI~l&OgV1d{IOh2mtS1d1p6Mrbc zvPTLC!?Ohl7FCGgm4dMv|JN0=;hI7gda95G&J?o2up-*YMTF%{!RdM~D1uyDiy-g* zB7AzWh>gbDdMc_g&^SZon>UJ;VHhIPVy6}E45+C(q+6!JZ^Do7R(WPiG z!?x#^!j-#9+2DavEVReIf1{KQJ}+e*R~b0H4DvRYkw>mAb71R+GA14_BXxdMhCpFH ze4p*Zck_LaaIKHbx5I}Zdn^vv{u4eFIqze`5i`jB6K7zF85XZ`&(W+n%WCuXA2sB#2$m)lfaj?Zr{$K)%^apmT6T=-%+8(%0#!Kexp@l{|^ zXHf-YT3Nw>gB3`2wgOH3D``)vB%U)X3D2%d&I=D#qUp9uTZSt!^>N$(btT~$P{sJL zD)LBd)nE;AOk))bZ>mC&m#SD`ST#qjsnxLf+G@gReKk4#a5aLAs38^mYKVdrHIVk{ z8lvf34HgKirClQ^DZt!OtLusX_u7unYB6EvELc5r7J@CF#l($*5?SW2vk1$vb@XS~ zVd{BxXtur%0iUm9oiFMLw<-06xu+f%vj4N-%LO*DPE6+BKOz%uuB;G!ow$Xo|(`(g*tGOiOcCR%LoM6uPK zxb(?R64bFy*88B7MCXj|;vkXL1&J1RQLi5o)T7zyE+kLv#@F+@(O_FQBs*$xY!BgD z)WgDe_P~`Vd)V+VJ#gZ54^ePs@1S5EW_m9s?zOm~7atz#Wus%goDatILBiTT!u5N7 zwp#YV<}-b8Ap0801?oCMzqQ4IS2|DXSy(^Bb(E$g!^}12+v{0_!}WUEK}y_N41n{iu=8uD(uTgmG1WW zc8x8itNu4p$^9sI%AD1Pka$Jo#ExI9AAEA(pnofr#^-L2;W yeHf;HCe@98PxW6j@r3`{ZeMW!;_xSeN9VXbsZ&yOre~)0$4^fh)8Fm8A^aQ2rF9zs delta 5723 zc-l>v33yc1702%=)X1VhSVDG^Oh`hO$wCsyBqW(EkW4~C780^A7NHVQK#HQTRhCvM z2mzEJ49YY}O|f?C>h^1FQGecycl_wKv*+_U`8Irq(z z`&@ndT+T`5CHO!Pio6npLGKF23ZAw&dc4RI%;`tRm}<>ZEJVDvh+!lgMH-+GVUkk>oVuB*Wd>Mkkk)gbg2}L1qD2h}GMhf-_PEgl}GXGbC zj=tCvip3{FvGkizHVg`5Vs;pzD7Vi|Va)FdW5ZQpD7q~Sg?0%J7d#M#0>{FTcPWez zgoiU;94`J>%e%tyz;eOsRKsv4{!}ns@Xc^Mb1@tR$3_t2v-!BHsC zF4&;+qFDEK6mm{P5sDGfHZ;*>fj1hiRXTFxmYW69q*HG+3to)IrTgu~lhMR(a15T9 z7=tH@Vz8(^28$O6P83`jgGZhg4AAv4YSzX8 zaWMljMTi+mS~vu=1Xl=VYEPJqrJqg4pzuu6ttyiZZ@2hFCLB1J33;87S;Ta57BMf+ zVqtd{7O&4Dub@5L953X&*US6|y>Mucmn=Hz z#nYF(>Jf>5bS?|3a>?(GTqfR{%LeOm(RgPrB>ONI3y0@1-;;+2it}*&!aPE;Jr7R2 zpND79Qt6v z$)a*x`#?FQ+GQvFtK4$Ik0oh-o(ufsb(^0wy~oeF;T=Dg_W4==sUMdQsj%M%6?oEH z(LdiY(<>+_)fF@orvkxyD^TR$6$nVKK$E^MoY-HWSHY-=@w_6X+dA+nnE%$mh` z$1GgkI}5{h&qBe^XCWu1hW1=07_0f;Ttf)%uEE7m)j+zJYamx&4KY4lLx^H)nO|Is zWeaMt^r2dM!ogZL9A1Z|zB=YDsl!8$*TI!jf{v2qg4~Fg&2{yVs=1!7^}TvZ@BQ_} zZg)MU_Fz30pRFftLuO-f`fN667tB+IW|J)++xLMDkT~CBWrO%%3qf-Og=0kn8~n`T zD-C$!kYK&Cw}Ft9Hlk=#qdmnoqF`?$o_V5?P`%qox_#YUSzwCr7M>^T>TxUNgdd!F}x?XM?N)Bm(&$?qR}5-_aXV6I%RbHeGr{%D}HGVNxA zv@-jyRD-Mp(F&w3RAVH+|7u%RZKama(nG)%(T;gQDXw{BNZeXwh>K+3s{K>$e<=8E zyJD#x+UC`m>6zL-e`sK|URN8)b9sMr!QTGU5Tq5_!qk^qCpB1x z1l=;gBl;(fCh<20COu-uD-H2ErKM6&q6PvK3|M>K5Zk|KJ=c==y!`%SUp}P?dPO($ zpt4JoTiN6yUz9ob8B(H8`>UP5Nk8PYHtShkPcC-+6HN(au~so9g&iMZ_b_i5YOT+{ zIBa0cARL{UoyQ7wO4X4~be% z`$wd_d@(@4N^SOrrtTgvzO(miV8nz~14iC9l!h1d!9|w6D;YKJ+O^u=v=L~2O8K?4-EZ-NzVs*deXzGp#okb20dqG-EHwvZO8WB4UB*u8oz z*PB7wl{Ad57kAW+{Ul(xd-2rBWgWNl%dVK%@ diff --git a/po/pl.po b/po/pl.po index f1d6d5921..212ca6f21 100644 --- a/po/pl.po +++ b/po/pl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2007-11-30 08:49+0100\n" "Last-Translator: Andrzej M. Krzysztofowicz \n" "Language-Team: Polish \n" @@ -15,83 +15,98 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "nieprawid³owy indeks tablicy" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: nieprawid³owa nazwa akcji" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: nie mo¿na przypisaæ do nienumerycznego indeksu" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: nie mo¿na utworzyæ: %s" # ??? -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" "bash_execute_unix_command: nie mo¿na znale¼æ mapy klawiszy dla polecenia" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: pierwszym drukowalnym znakiem nie jest `\"'" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "brak zamykaj±cego `%c' w %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: brak separuj±cego dwukropka" # ??? -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "`%s': nieprawid³owa nazwa mapy klawiszy" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: nie mo¿na odczytaæ: %s" # ??? -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "`%s': nie mo¿na usun±æ dowi±zania" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "`%s': nie znana nazwa funkcji" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s nie jest przypisany do ¿adnego klawisza.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s mo¿e byæ wywo³any przez " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "ma sens tylko w pêtli `for', `while' lub `until'" # ??? -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -99,308 +114,313 @@ msgid "" " Without EXPR, returns " msgstr "Wraca do kontekstu wywo³ania bie¿±cego podprogramu" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "Nie ustawiono HOME" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "Nie ustawiono OLDPWD" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: uwaga: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "za du¿o argumentów" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: opcja wymaga argumentu" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: wymagany argument numeryczny" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: nie znaleziono" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: nieprawid³owa opcja" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: nieprawid³owa nazwa opcji" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "`%s': nieprawid³owy identyfikator" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "nieprawid³owy numer sygna³u" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "nieprawid³owa liczba" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "nieprawid³owa liczba" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: nieprawid³owo okre¶lony sygna³" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "`%s': nie jest to nr PID ani prawid³owe okre¶lenie zadania" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: zmienna tylko do odczytu" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s poza zakresem" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argument" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s poza zakresem" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: brak takiego zadania" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: brak kontroli zadañ" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "brak kontroli zadañ" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: ograniczony" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "ograniczony" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: nie jest to polecenie pow³oki" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "b³±d zapisu: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: b³±d przy okre¶laniu katalogu bie¿±cego: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: niejednoznaczne okre¶lenie zadania" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: nieprawid³owa nazwa akcji" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: brak definicji dla uzupe³nienia" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "uwaga: opcja -F mo¿e dzia³aæ inaczej ni¿ oczekiwano" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "uwaga: opcja -C mo¿e dzia³aæ inaczej ni¿ oczekiwano" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "mo¿na u¿ywaæ tylko w funkcji" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "nie mo¿na u¿ywaæ `-f' do tworzenia funkcji" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: funkcja tylko do odczytu" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: nie mo¿na w ten sposób unicestwiæ zmiennej tablicowej" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "³adowanie dynamiczne nie jest dostêpne" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "nie mo¿na otworzyæ obiektu wspó³dzielonego %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "nie mo¿na znale¼æ %s w obiekcie wspó³dzielonym %s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: nie jest ³adowany dynamicznie" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: nie mo¿na usun±æ: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: jest katalogiem" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: nie jest zwyk³ym plikiem" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: plik jest za du¿y" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: nie mo¿na uruchomiæ pliku binarnego" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: nie mo¿na uruchomiæ: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "to nie jest pow³oka logowania: u¿yj `exit'" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Istniej± zatrzymane zadania.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Istniej± zatrzymane zadania.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "nie znaleziono polecenia" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "specyfikacja historii" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: nie uda³o siê otworzyæ pliku tymczasowego: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "zadanie %d uruchomiono bez kontroli zadañ" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: niedozwolona opcja -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: opcja wymaga argumentu -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "zapamiêtywanie ¶cie¿ek poleceñ w tablicy asocjacyjnej wy³±czone" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: tablica asocjacyjna pusta\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "ostatnie polecenie: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Polecenia pow³oki pasuj±ce do s³owa kluczowego `" msgstr[1] "Polecenia pow³oki pasuj±ce do s³owa kluczowego `" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -408,22 +428,12 @@ msgstr "" "¿aden temat pomocy nie pasuje do `%s'. Spróbuj `help help', `man -k %s'\n" "lub `info %s'." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: nie mo¿na otworzyæ: %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -445,112 +455,156 @@ msgstr "" "Gwiazdka (*) po nazwie oznacza, ¿e dane polecenie jest wy³±czone.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "nie mo¿na u¿ywaæ wiêcej ni¿ jednego spo¶ród -anrw" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "pozycja historii" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: rozwiniêcie wg historii nie powiod³o siê" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: rozwiniêcie wg historii nie powiod³o siê" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "nie mo¿na u¿ywaæ innych opcji przy `-x'" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: argumentami musz± byæ numery procesów lub zadañ" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Nieznany b³±d" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "spodziewano siê wyra¿enia" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: nieprawid³owo okre¶lony deskryptor pliku" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: nieprawid³owy deskryptor pliku: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: nieprawid³owa opcja" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: nieprawid³owa opcja" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: nieprawid³owa nazwa akcji" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: nie jest zmienn± tablicow±" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "`%s': brak znaku formatuj±cego" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "`%c': nieprawid³owy znak formatuj±cy" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: uwaga: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "brak cyfry szesnastkowej dla \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "brak innego katalogu" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "niedomiar stosu rekursji" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Wypisanie listy aktualnie pamiêtanych katalogów. Katalogi umieszczane s±\n" +" na li¶cie za pomoc± polecenia `pushd'; mo¿na cofaæ siê w obrêbie listy\n" +" za pomoc± polecenia `popd'.\n" +" \n" +" Znacznik -l oznacza, ¿e `dirs' nie powinno wypisywaæ katalogów w " +"skróconej\n" +" wersji, tzn. wzglêdem katalogu domowego wywo³uj±cego. Oznacza to, ¿e\n" +" `~/bin' mo¿e zostaæ wypisany jako `/homes/bfox/bin'. Znacznik -v " +"powoduje,\n" +" ¿e `dirs' wypisuje katalogi w osobnych wierszach, poprzedzaj±c ka¿dy\n" +" z nich jego pozycj± na stosie. Znacznik -p powoduje to samo, lecz bez\n" +" podawania pozycji na stosie. Znacznik -c powoduje wyczyszczenie stosu\n" +" katalogów poprzez usuniêcie wszystkich jego elementów.\n" +" \n" +" +N\tWypisanie N-tej pozycji licz±c od lewej strony listy wypisywanej\n" +" \tprzez dirs wywo³ane bez opcji, pocz±wszy od zera.\n" +" \n" +" -N\tWypisanie N-tej pozycji licz±c od prawej strony listy wypisywanej\n" +" \tprzez dirs wywo³ane bez opcji, pocz±wszy od zera." + +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -593,7 +647,7 @@ msgstr "" " \n" " Zawarto¶æ stosu katalogów mo¿na zobaczyæ za pomoc± polecenia `dirs'." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -631,53 +685,43 @@ msgstr "" " \n" " Zawarto¶æ stosu katalogów mo¿na zobaczyæ za pomoc± polecenia `dirs'." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: nieprawid³owo okre¶lony timeout" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "b³±d odczytu: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "wyj¶cie przez `return' mo¿liwe tylko z funkcji lub skryptu" # ??? -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "nie mo¿na jednocze¶nie anulowaæ definicji funkcji i zmiennej" # ??? -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: nie mo¿na anulowaæ definicji" # ??? -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: nie mo¿na anulowaæ definicji: %s jest tylko do odczytu" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: nie jest zmienn± tablicow±" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: nie jest funkcj±" @@ -686,20 +730,20 @@ msgstr "%s: nie jest funkcj msgid "shift count" msgstr "licznik przesuniêcia" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "nie mo¿na opcji pow³oki jednocze¶nie ustawiæ i uniewa¿niæ" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: nieprawid³owa nazwa opcji pow³oki" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "wymagany argument w postaci nazwy pliku" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: nie znaleziono pliku" @@ -712,75 +756,75 @@ msgstr "nie mo msgid "cannot suspend a login shell" msgstr "nie mo¿na wstrzymaæ pow³oki logowania" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s jest aliasem do %s'\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s jest s³owem kluczowym pow³oki\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s jest funkcj±\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s jest wewnêtrznym poleceniem pow³oki\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s jest %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "¶cie¿ka do %s jest zapamiêtana (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: nieprawid³owy argument stanowi±cy ograniczenie" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "`%c': z³e polecenie" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: nie mo¿na odczytaæ ograniczenia: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: nie mo¿na zmieniæ ograniczenia: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "liczba ósemkowa" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "`%c': nieprawid³owy operator trybu symbolicznego" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "`%c': nieprawid³owy znak trybu symbolicznego" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -794,68 +838,68 @@ msgstr "ostatnie polecenie: %s\n" msgid "Aborting..." msgstr "Przerywanie..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: uwaga: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "nieznany b³±d polecenia" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "z³y rodzaj polecenia" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "z³y ³±cznik" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "z³y skok" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: nieustawiona zmienna" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\aprzekroczony czas oczekiwania na dane wej¶ciowe: auto-wylogowanie\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "nie mo¿na przekierowaæ standardowego wej¶cia z /dev/null: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: `%c': nieprawid³owy znak formatuj±cy" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "b³±d zapisu: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: ograniczony: nie mo¿na podawaæ `/' w nazwach poleceñ" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: nie znaleziono polecenia" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: z³y interpreter" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "nie mo¿na skopiowaæ deskryptora pliku %d do %d" @@ -932,88 +976,98 @@ msgstr "%s: oczekiwano wyra msgid "getcwd: cannot access parent directories" msgstr "getcwd: niemo¿liwy dostêp do katalogów nadrzêdnych" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "nie mo¿na wy³±czyæ trybu nieblokuj±cego dla deskryptora %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "nie mo¿na przydzieliæ nowego deskryptora pliku dla wej¶cia basha z %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input: bufor dla nowego deskryptora %d ju¿ istnieje" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" # ??? -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "proces o PID %d wystêpuje w dzia³aj±cym zadaniu %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "usuwanie zatrzymanego zadania %d z grup± procesów %ld" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: brak takiego PID-u" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -1023,68 +1077,68 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: PID %ld nie jest potomkiem tej pow³oki" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: Brak rekordu dla procesu %ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: zadanie %d jest zatrzymane" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: zadanie zosta³o przerwane" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: zadanie %d ju¿ pracuje w tle" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: uwaga: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "w tej pow³oce nie ma kontroli zadañ" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc: za³o¿enie, ¿e %s nie jest spe³nione\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1093,55 +1147,55 @@ msgstr "" "\r\n" "malloc: %s:%d: spartaczone za³o¿enie\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: nieznany host" # ??? -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc: nieprawid³owy blok na li¶cie wolnych bloków" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: wywo³ane dla bloku, który ju¿ zosta³ zwolniony" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: wywo³ane dla bloku, który nie zosta³ przydzielony" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free: wykryto niedomiar; mh_nbytes poza zakresem" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: rozmiar pocz±tkowy i koñcowy fragmentu s± ró¿ne" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: wywo³ane dla bloku, który nie zosta³ przydzielony" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc: wykryto niedomiar; mh_nbytes poza zakresem" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: rozmiar pocz±tkowy i koñcowy fragmentu s± ró¿ne" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: tablica alokacji jest pe³na podczas FIND_ALLOC?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: %p ju¿ znajduje siê w tablicy jako przydzielony?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: %p ju¿ znajduje siê w tablicy jako wolny?\n" @@ -1195,109 +1249,114 @@ msgstr "b msgid "syntax error: `((%s))'" msgstr "b³±d sk³adni: `((%s))'" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: z³y rodzaj instrukcji %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection: instrukcja przekierowania `%d' poza zakresem" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "nieoczekiwany EOF podczas poszukiwania pasuj±cego `%c'" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "nieoczekiwany EOF podczas poszukiwania `]]'" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "b³±d sk³adni w wyra¿eniu warunkowym: nieoczekiwany znacznik `%s'" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "b³±d sk³adni w wyra¿eniu warunkowym" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "nieoczekiwany znacznik `%s', oczekiwano `)'" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "oczekiwano `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "nieoczekiwany argument `%s' jednoargumentowego operatora warunkowego" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "nieoczekiwany argument jednoargumentowego operatora warunkowego" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "nieoczekiwany argument `%s', oczekiwano dwuarg. operatora warunkowego" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "oczekiwano dwuargumentowego operatora warunkowego" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "nieoczekiwany argument `%s' dwuargumentowego operatora warunkowego" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "nieoczekiwany argument dwuargumentowego operatora warunkowego" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "nieoczekiwany znacznik `%c' w poleceniu warunkowym" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "nieoczekiwany znacznik `%s' w poleceniu warunkowym" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "nieoczekiwany znacznik %d w poleceniu warunkowym" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "b³±d sk³adni przy nieoczekiwanym znaczniku `%s'" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "b³±d sk³adni przy `%s'" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "b³±d sk³adni: nieoczekiwany koniec pliku" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "b³±d sk³adni" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "U¿yj \"%s\", aby opu¶ciæ tê pow³okê.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "nieoczekiwany EOF podczas poszukiwania pasuj±cego `)'" @@ -1311,71 +1370,71 @@ msgstr "uzupe msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert: %s: NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: z³y ³±cznik `%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf: `%c': nieprawid³owy znak formatuj±cy" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "deskryptor pliku poza zakresem" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: nieojednoznaczne przekierowanie" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: nie mo¿na nadpisaæ istniej±cego pliku" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: ograniczony: nie mo¿na przekierowaæ wyj¶cia" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "nie mo¿na utworzyæ pliku tymczasowego dla dokumentu miejscowego: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port nie s± wspierane bez sieci" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "b³±d przekierowania: nie mo¿na powieliæ deskryptora pliku" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "nie mo¿na znale¼æ /tmp, proszê o utworzenie!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp musi byæ prawid³ow± nazw± katalogu" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: nieprawid³owa opcja" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Nie mam nazwy!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1384,38 +1443,38 @@ msgstr "" "U¿ycie:\t%s [d³uga opcja GNU] [opcja] ...\n" "\t%s [d³uga opcja GNU] [opcja] plik-skryptu ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "D³ugie opcje GNU:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Opcje pow³oki:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD lub -c polecenie lub -O shopt_option\t\t(tylko wywo³anie)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s lub -o opcja\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Aby uzyskaæ wiêcej informacji o opcjach pow³oki, napisz `%s -c \"help set" "\"'.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Aby uzyskaæ wiêcej informacji o poleceniach wewnêtrznych pow³oki,\n" "napisz `%s -c help'.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Do zg³aszania b³êdów nale¿y u¿ywaæ polecenia `bashbug'.\n" @@ -1596,82 +1655,77 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "z³e podstawienie: brak zamykaj±cego `%s' w %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: nie mo¿na przypisaæ listy do elementu tablicy" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "nie mo¿na utworzyæ potoku dla podstawienia procesu" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "nie mo¿na utworzyæ procesu potomnego dla podstawienia procesu" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "nie mo¿na otworzyæ nazwanego potoku %s do odczytu" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "nie mo¿na otworzyæ nazwanego potoku %s do zapisu" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "nie mo¿na wy³±czyæ trybu nieblokuj±cego dla deskryptora %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "nie mo¿na powieliæ nazwanego potoku %s jako deskryptor %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "nie mo¿na utworzyæ potoku dla podstawienia polecenia" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "nie mo¿na utworzyæ procesu potomnego dla podstawienia polecenia" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: nie mo¿na powieliæ potoku jako deskryptora 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parametr pusty lub nieustawiony" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: wyra¿enie dla pod³añcucha < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: z³e podstawienie" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: nie mo¿na przypisywaæ w ten sposób" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "z³e podstawienie: brak zamykaj±cego `%s' w %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "brak pasuj±cego: %s" @@ -1712,12 +1766,12 @@ msgstr "brakuj msgid "invalid signal number" msgstr "nieprawid³owy numer sygna³u" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps: z³a warto¶æ trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" @@ -1725,94 +1779,115 @@ msgstr "" "run_pending_traps: obs³uga sygna³u jest ustawiona na SIG_DFL, wysy³aj±c %d (%" "s) do siebie" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: z³y sygna³ %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "b³±d importu definicji funkcji dla `%s'" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "poziom pow³oki (%d) jest za du¿y, ustawiono na 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "make_local_variable: brak kontekstu funkcji w bie¿±cym zakresie" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "all_local_variables: brak kontekstu funkcji w bie¿±cym zakresie" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "nieprawid³owy znak %d w exportstr dla %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "brak `=' w exportstr dla %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "pop_var_context: nag³ówek shell_variables poza kontekstem funkcji" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context: brak kontekstu global_variables" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" "pop_scope: nag³ówek shell_variables poza zakresem tymczasowego ¶rodowiska" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nie mo¿na przydzieliæ %lu bajtów (przydzielono %lu)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: nie mo¿na przydzieliæ %lu bajtów" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: nie mo¿na ponownie przydzieliæ %lu bajtów (przydzielono %lu)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: nie mo¿na przydzieliæ %lu bajtów" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %s:%d: nie mo¿na przydzieliæ %lu bajtów (przydzielono %lu)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: %s:%d: nie mo¿na przydzieliæ %lu bajtów" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "xrealloc: %s:%d: nie mo¿na ponownie przydzieliæ %lu bajtów (przydzielono %lu)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: %s:%d: nie mo¿na przydzieliæ %lu bajtów" @@ -1872,11 +1947,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2261,6 +2336,7 @@ msgstr "" " dane wej¶ciowe." #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2268,8 +2344,10 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Rozpoczêcie nastêpnej iteracji pêtli FOR, WHILE lub UNTIL zawier±jacej\n" +" polecenie. Je¶li podano N, iteracja dotyczy pêtli N-tego poziomu." #: builtins.c:334 #, fuzzy @@ -2280,7 +2358,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Rozpoczêcie nastêpnej iteracji pêtli FOR, WHILE lub UNTIL zawier±jacej\n" " polecenie. Je¶li podano N, iteracja dotyczy pêtli N-tego poziomu." @@ -2450,10 +2528,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2494,14 +2575,14 @@ msgstr "" " U¿ycie `+' zamiast `-' powoduje wy³±czenie danego atrybutu. U¿yte\n" " w funkcji czyni wszystkie NAME lokalnymi, podobnie jak polecenie `local'." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2516,7 +2597,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 #, fuzzy msgid "" "Write arguments to the standard output.\n" @@ -2531,7 +2612,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2566,7 +2647,7 @@ msgstr "" " \n" " Za pomoc± opcji -E mo¿na jawnie wy³±czyæ interpretacjê powy¿szych znaków." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2579,7 +2660,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2606,7 +2687,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2618,7 +2699,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2659,7 +2740,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2682,7 +2763,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2693,7 +2774,7 @@ msgstr "" "Opuszczenie pow³oki z kodem zakoñczenia N. Je¶li N pominiêto, kodem\n" " zakoñczenia bêdzie kod zakoñczenia ostatniego wykonanego polecenia." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2702,7 +2783,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 #, fuzzy msgid "" "Display or execute commands from the history list.\n" @@ -2754,7 +2835,7 @@ msgstr "" " `r cc' uruchamia ostatnie polecenie zaczynaj±ce siê od `cc' a napisanie\n" " `r' uruchamia ponownie ostatnie polecenie." -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2770,7 +2851,7 @@ msgstr "" " zadaniem. Je¶li nie podano JOB_SPEC, u¿yte zostanie zadanie bie¿±ce\n" " w rozumieniu pow³oki" -#: builtins.c:746 +#: builtins.c:749 #, fuzzy msgid "" "Move jobs to the background.\n" @@ -2788,7 +2869,7 @@ msgstr "" " z `&'. Je¶li nie podano JOB_SPEC, u¿yte zostanie zadanie bie¿±ce\n" " w rozumieniu pow³oki" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2812,7 +2893,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2834,7 +2915,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2868,7 +2949,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 #, fuzzy msgid "" "Display status of jobs.\n" @@ -2905,7 +2986,7 @@ msgstr "" " ka¿dej z wystêpuj±cych w ARGS specyfikacji zadañ numerem PID procesu\n" " wiod±cego danego zadania." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2922,7 +3003,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 #, fuzzy msgid "" "Send a signal to a job.\n" @@ -2953,7 +3034,7 @@ msgstr "" " oraz, w przypadku osi±gniêcia ograniczenia na liczbê procesów, nie\n" " powoduje potrzeby uruchamiania dodatkowego procesu, aby jaki¶ ubiæ." -#: builtins.c:914 +#: builtins.c:917 #, fuzzy msgid "" "Evaluate arithmetic expressions.\n" @@ -3039,7 +3120,7 @@ msgstr "" " Je¶li warto¶ci± ostatniego argumentu jest 0, let zwraca 1;\n" " w pozosta³ych przypadkach zwracane jest 0." -#: builtins.c:959 +#: builtins.c:962 #, fuzzy msgid "" "Read a line from the standard input and split it into fields.\n" @@ -3072,7 +3153,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3105,7 +3188,7 @@ msgstr "" "deskryptor\n" " pliku." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3117,7 +3200,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 #, fuzzy msgid "" "Set or unset values of shell options and positional parameters.\n" @@ -3285,7 +3368,7 @@ msgstr "" " pozycyjnymi i s± one przypisane, kolejno, do $1, $2, .. $n. Gdy nie\n" " zostan± podane ¿adne argumenty, wypisywane s± wszystkie zmienne pow³oki." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3305,7 +3388,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3324,7 +3407,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3333,7 +3416,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3343,7 +3427,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3354,7 +3438,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 #, fuzzy msgid "" "Execute commands from a file in the current shell.\n" @@ -3373,11 +3457,12 @@ msgstr "" " w $PATH. Je¶li podane zostan± jakiekolwiek ARGUMENTS, staj± siê\n" " parametrami pozycyjnymi podczas uruchomienia FILENAME." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3386,7 +3471,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3541,7 +3626,7 @@ msgstr "" " równy, nierówny, mniejszy ni¿, mniejszy lub równy, wiêkszy ni¿ lub\n" " wiêkszy lub równy arg2." -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3552,7 +3637,7 @@ msgstr "" "Jest to synonim dla wbudowanego polecenia \"test\", ale wymagaj±cy, by\n" " ostatnim argumentem by³ `]' pasuj±cy do pocz±tkowego `['." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3564,7 +3649,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 #, fuzzy msgid "" "Trap signals and other events.\n" @@ -3620,7 +3705,7 @@ msgstr "" " nazw sygna³ów wraz z odpowiadaj±cymi im numerami. Nale¿y zauwa¿yæ, ¿e\n" " sygna³ mo¿na wys³aæ do pow³oki poleceniem \"kill -signal $$\"." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3650,7 +3735,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 #, fuzzy msgid "" "Modify shell resource limits.\n" @@ -3731,7 +3816,7 @@ msgstr "" " -p, które jest w jednostkach 512-bajtowych oraz -u, które jest\n" " bezwymiarow± liczb± procesów." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3749,7 +3834,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3766,7 +3851,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 #, fuzzy msgid "" "Wait for process completion and return exit status.\n" @@ -3786,7 +3871,7 @@ msgstr "" " procesu lub specyfikacj± zadania; gdy jest specyfikacj± zadania,\n" " oczekiwanie dotyczy wszystkich procesów w potoku zadania." -#: builtins.c:1466 +#: builtins.c:1473 #, fuzzy msgid "" "Execute commands for each member in a list.\n" @@ -3805,7 +3890,7 @@ msgstr "" " Dla ka¿dego elementu WORDS, NAME jest ustawiane na ten element\n" " i uruchamiane s± COMMANDS." -#: builtins.c:1480 +#: builtins.c:1487 #, fuzzy msgid "" "Arithmetic for loop.\n" @@ -3831,10 +3916,10 @@ msgstr "" " EXP1, EXP2 i EXP3 s± wyra¿eniami arytmetycznymi. Je¶li które¶ z wyra¿eñ\n" " zostanie pominiête, zachowanie jest takie, jaby mia³o ono warto¶æ 1." -#: builtins.c:1498 +#: builtins.c:1505 #, fuzzy msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3864,7 +3949,7 @@ msgstr "" " wiersz jest zachowywany w zmiennej REPLY. Po ka¿dym wyborze uruchamiane\n" " s± polecenia COMMANDS a¿ do polecenia break." -#: builtins.c:1519 +#: builtins.c:1526 #, fuzzy msgid "" "Report time consumed by pipeline's execution.\n" @@ -3891,7 +3976,7 @@ msgstr "" " podsumowania czasów w nieco innej postaci. U¿ywana jest wtedy warto¶æ\n" " zmiennej TIMEFORMAT jako format danych wyj¶ciowych." -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -3906,7 +3991,7 @@ msgstr "" "pasuje\n" " do wzorca PATTERN. Znak `|' s³u¿y do rozdzielania wielu wzorców." -#: builtins.c:1548 +#: builtins.c:1555 #, fuzzy msgid "" "Execute commands based on conditional.\n" @@ -3937,7 +4022,7 @@ msgstr "" " uruchomionego polecenia lub zero, gdy ¿aden ze sprawdzanych warunków\n" " nie by³ prawdziwy." -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -3951,7 +4036,7 @@ msgstr "" "Rozwijanie i uruchamianie poleceñ COMMANDS tak d³ugo, dopóki ostatnie\n" " polecenie w `while' COMMANDS koñczy siê z kodem zero." -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -3965,7 +4050,7 @@ msgstr "" "Rozwijanie i uruchamianie poleceñ COMMANDS tak d³ugo, dopóki ostatnie\n" " polecenie w `until' COMMANDS koñczy siê z kodem niezerowym." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3979,7 +4064,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -3993,7 +4078,7 @@ msgstr "" "Uruchomienie zbioru poleceñ jako grupy. W ten sposób mo¿na przekierowaæ\n" " ca³y zbiór poleceñ." -#: builtins.c:1615 +#: builtins.c:1622 #, fuzzy msgid "" "Resume job in foreground.\n" @@ -4014,7 +4099,7 @@ msgstr "" "dla\n" " `bg'." -#: builtins.c:1630 +#: builtins.c:1637 #, fuzzy msgid "" "Evaluate arithmetic expression.\n" @@ -4028,7 +4113,7 @@ msgstr "" "Obliczenie wyra¿enia EXPRESSION zgodnie z zasadami obliczania wyra¿eñ\n" " arytmetycznych. Równowa¿ne \"let EXPRESSION\"." -#: builtins.c:1642 +#: builtins.c:1649 #, fuzzy msgid "" "Execute conditional command.\n" @@ -4077,7 +4162,7 @@ msgstr "" " wzorca. Operatory && i || nie opliczaj± EXPR2, je¶li obliczenie EXPR1\n" " wystarcza do okre¶lenia warto¶ci wyra¿enia." -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -4131,7 +4216,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 #, fuzzy msgid "" "Add directories to stack.\n" @@ -4180,7 +4265,7 @@ msgstr "" " \n" " Zawarto¶æ stosu katalogów mo¿na zobaczyæ za pomoc± polecenia `dirs'." -#: builtins.c:1759 +#: builtins.c:1766 #, fuzzy msgid "" "Remove directories from stack.\n" @@ -4224,7 +4309,7 @@ msgstr "" " \n" " Zawarto¶æ stosu katalogów mo¿na zobaczyæ za pomoc± polecenia `dirs'." -#: builtins.c:1789 +#: builtins.c:1796 #, fuzzy msgid "" "Display directory stack.\n" @@ -4273,7 +4358,7 @@ msgstr "" " -N\tWypisanie N-tej pozycji licz±c od prawej strony listy wypisywanej\n" " \tprzez dirs wywo³ane bez opcji, pocz±wszy od zera." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4294,7 +4379,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -4324,7 +4409,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -4346,7 +4431,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -4364,7 +4449,7 @@ msgstr "" " Gdy podany jest opcjonalny argument WORD, generowane s± uzupe³nienia\n" " pasuj±ce do WORD." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -4393,7 +4478,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/pt_BR.gmo b/po/pt_BR.gmo index cba4429dc696f9d5e0267fce6e315035f5cb9b3f..5984947220c626ae1893aaed2f18badd131a287e 100644 GIT binary patch delta 23 fc-lMWd(3ykD={t$T_Xbp0}Crt!_8mBF7X2ZYsd(0 delta 23 fc-lMWd(3ykD={t;T_Ym}Ljx;A)6HMRF7X2ZYhnmx diff --git a/po/pt_BR.po b/po/pt_BR.po index 1c754bfa2..88e43aef7 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 2.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2002-05-08 13:50GMT -3\n" "Last-Translator: Halley Pacheco de Oliveira \n" "Language-Team: Brazilian Portuguese \n" @@ -15,414 +15,424 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "X-Generator: KBabel 0.9.5\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "índice da matriz (array) incorreto" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%c%c: opção incorreta" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: impossível atribuir a índice não numérico" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: impossível criar: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, fuzzy, c-format msgid "%s: cannot read: %s" msgstr "%s: impossível criar: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, fuzzy, c-format msgid "`%s': cannot unbind" msgstr "%s: comando não encontrado" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, fuzzy, c-format msgid "`%s': unknown function name" msgstr "%s: função somente para leitura" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 #, fuzzy msgid "loop count" msgstr "logout" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" -#: builtins/common.c:105 +#: builtins/common.c:107 #, fuzzy, c-format msgid "line %d: " msgstr "encaixe (slot) %3d: " -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "número excessivo de argumentos" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, fuzzy, c-format msgid "%s: option requires an argument" msgstr "a opção requer um argumento: -" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, fuzzy, c-format msgid "%s: not found" msgstr "%s: comando não encontrado" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, fuzzy, c-format msgid "%s: invalid option" msgstr "%c%c: opção incorreta" -#: builtins/common.c:190 +#: builtins/common.c:192 #, fuzzy, c-format msgid "%s: invalid option name" msgstr "%c%c: opção incorreta" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, fuzzy, c-format msgid "`%s': not a valid identifier" msgstr "`%s' não é um identificador válido" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "número do sinal incorreto" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "número do sinal incorreto" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 #, fuzzy msgid "invalid number" msgstr "número do sinal incorreto" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: a variável permite somente leitura" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 #, fuzzy msgid "argument" msgstr "esperado argumento" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "" -#: builtins/common.c:259 +#: builtins/common.c:261 #, fuzzy, c-format msgid "%s: no job control" msgstr "nenhum controle de trabalho nesta `shell'" -#: builtins/common.c:261 +#: builtins/common.c:263 #, fuzzy msgid "no job control" msgstr "nenhum controle de trabalho nesta `shell'" -#: builtins/common.c:271 +#: builtins/common.c:273 #, fuzzy, c-format msgid "%s: restricted" msgstr "%s: o trabalho terminou" -#: builtins/common.c:273 +#: builtins/common.c:275 #, fuzzy msgid "restricted" msgstr "Terminado" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, fuzzy, c-format msgid "write error: %s" msgstr "erro de `pipe': %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, fuzzy, c-format msgid "%s: ambiguous job spec" msgstr "%s: Redirecionamento ambíguo" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 #, fuzzy msgid "can only be used in a function" msgstr "somente pode ser usado dentro de funções; faz com que o escopo visível" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: função somente para leitura" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, fuzzy, c-format msgid "%s: cannot destroy array variables in this way" msgstr "$%s: impossível atribuir desta maneira" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, fuzzy, c-format msgid "cannot open shared object %s: %s" msgstr "impossível abrir o `named pipe' %s para %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, fuzzy, c-format msgid "%s: cannot delete: %s" msgstr "%s: impossível criar: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: é um diretório" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, fuzzy, c-format msgid "%s: not a regular file" msgstr "%s: impossível executar o arquivo binário" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: impossível executar o arquivo binário" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, fuzzy, c-format msgid "%s: cannot execute: %s" msgstr "%s: impossível criar: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, fuzzy, c-format msgid "logout\n" msgstr "logout" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "" -#: builtins/fc.def:263 +#: builtins/fc.def:261 #, fuzzy msgid "no command found" msgstr "%s: comando não encontrado" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, fuzzy, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: impossível criar: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, fuzzy, c-format msgid "%s: illegal option -- %c\n" msgstr "Opção ilegal: -" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, fuzzy, c-format msgid "%s: option requires an argument -- %c\n" msgstr "a opção requer um argumento: -" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "`r', o último comando seja executado novamente." -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, fuzzy, c-format msgid "%s: cannot open: %s" msgstr "%s: impossível criar: %s" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -434,115 +444,139 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, fuzzy, c-format msgid "%s: history expansion failed" msgstr "%s: esperado expressão de número inteiro" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: esperado expressão de número inteiro" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 #, fuzzy msgid "Unknown error" msgstr "Erro desconhecido %d" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "esperado uma expressão" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%c%c: opção incorreta" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%c%c: opção incorreta" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "número do sinal incorreto" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: variável não vinculada" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 #, fuzzy msgid "no other directory" msgstr "o novo diretório que ocupa o topo da pilha." -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 #, fuzzy msgid "" msgstr "\tnovo diretório atual de trabalho." -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "Estouro na base da pilha de recursividade" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -567,7 +601,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -588,51 +622,41 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, fuzzy, c-format msgid "read error: %d: %s" msgstr "erro de `pipe': %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 #, fuzzy msgid "cannot simultaneously unset a function and a variable" msgstr "somente pode ser usado dentro de funções; faz com que o escopo visível" -#: builtins/set.def:806 +#: builtins/set.def:805 #, fuzzy, c-format msgid "%s: cannot unset" msgstr "%s: impossível criar: %s" -#: builtins/set.def:813 +#: builtins/set.def:812 #, fuzzy, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: impossível criar: %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, fuzzy, c-format msgid "%s: not an array variable" msgstr "%s: variável não vinculada" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, fuzzy, c-format msgid "%s: not a function" msgstr "%s: função somente para leitura" @@ -642,20 +666,20 @@ msgstr "%s: fun msgid "shift count" msgstr "shift [n]" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, fuzzy, c-format msgid "%s: file not found" msgstr "%s: comando não encontrado" @@ -669,77 +693,77 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "Sair de uma shell de login." -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, fuzzy, c-format msgid "%s is a function\n" msgstr "%s: função somente para leitura" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, fuzzy, c-format msgid "`%c': bad command" msgstr "%c%c: opção incorreta" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, fuzzy, c-format msgid "%s: cannot get limit: %s" msgstr "%s: impossível criar: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 #, fuzzy msgid "limit" msgstr "Tempo limite de CPU excedido" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, fuzzy, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: impossível criar: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 #, fuzzy msgid "octal number" msgstr "número do sinal incorreto" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -753,74 +777,74 @@ msgstr "`r', o msgid "Aborting..." msgstr "" -#: error.c:259 -#, c-format -msgid "%s: warning: " -msgstr "" +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " +msgstr "escrevendo" -#: error.c:404 +#: error.c:405 #, fuzzy msgid "unknown command error" msgstr "Erro desconhecido %d" -#: error.c:405 +#: error.c:406 #, fuzzy msgid "bad command type" msgstr "usado como nome de um comando." -#: error.c:406 +#: error.c:407 #, fuzzy msgid "bad connector" msgstr "conector incorreto `%d'" -#: error.c:407 +#: error.c:408 #, fuzzy msgid "bad jump" msgstr "Desvio incorreto %d" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: variável não vinculada" -#: eval.c:180 +#: eval.c:181 #, fuzzy, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "" "%ctempo limite de espera excedido aguardando entrada:\n" "fim automático da sessão\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "erro de `pipe': %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: restrição: não é permitido especificar `/' em nomes de comandos" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: comando não encontrado" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, fuzzy, c-format msgid "%s: %s: bad interpreter" msgstr "%s: é um diretório" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, fuzzy, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "impossível duplicar fd (descritor de arquivo) %d para fd 0: %s" @@ -899,91 +923,101 @@ msgstr "%s: esperado express msgid "getcwd: cannot access parent directories" msgstr "getwd: impossível acessar os diretórios pais (anteriores)" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "impossível duplicar fd (descritor de arquivo) %d para fd 0: %s" + +#: input.c:258 #, fuzzy, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" "impossível alocar novo descritor de arquivo (fd) para a entrada\n" "do `bash' a partir do descritor de arquivo (fd) %d: %s" -#: input.c:245 +#: input.c:266 #, fuzzy, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" "check_bash_input: já existe o espaço intermediário (buffer)\n" "para o novo descritor de arquivo (fd) %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, fuzzy, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: o identificador do processo (pid) não existe (%d)!\n" -#: jobs.c:1410 +#: jobs.c:1408 #, fuzzy, c-format msgid "Signal %d" msgstr "Sinal desconhecido #%d" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Concluído" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Parado" -#: jobs.c:1433 +#: jobs.c:1431 #, fuzzy, c-format msgid "Stopped(%s)" msgstr "Parado" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "Executando" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Concluído(%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Fim da execução com status %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Status desconhecido" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(imagem do núcleo gravada)" -#: jobs.c:1562 +#: jobs.c:1560 #, fuzzy, c-format msgid " (wd: %s)" msgstr "(wd agora: %s)\n" -#: jobs.c:1763 +#: jobs.c:1761 #, fuzzy, c-format msgid "child setpgid (%ld to %ld)" msgstr "`setpgid' filho (%d para %d) erro %d: %s\n" @@ -993,125 +1027,125 @@ msgstr "`setpgid' filho (%d para %d) erro %d: %s\n" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: o pid %d não é um filho deste `shell'" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: o trabalho terminou" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "encaixe (slot) %3d: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr " (imagem do núcleo gravada)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(wd agora: %s)\n" -#: jobs.c:3533 +#: jobs.c:3553 #, fuzzy msgid "initialize_job_control: getpgrp failed" msgstr "initialize_jobs: getpgrp falhou: %s" -#: jobs.c:3593 +#: jobs.c:3613 #, fuzzy msgid "initialize_job_control: line discipline" msgstr "initialize_jobs: disciplina da linha: %s" -#: jobs.c:3603 +#: jobs.c:3623 #, fuzzy msgid "initialize_job_control: setpgid" msgstr "initialize_jobs: getpgrp falhou: %s" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "nenhum controle de trabalho nesta `shell'" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1167,113 +1201,118 @@ msgstr "erro de sintaxe: fim prematuro do arquivo" msgid "syntax error: `((%s))'" msgstr "erro de sintaxe" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: o tipo da instrução está incorreto %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, fuzzy, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "encontrado EOF não esperado enquanto procurava por `%c'" -#: parse.y:3071 +#: parse.y:3708 #, fuzzy msgid "unexpected EOF while looking for `]]'" msgstr "encontrado EOF não esperado enquanto procurava por `%c'" -#: parse.y:3076 +#: parse.y:3713 #, fuzzy, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "erro de sintaxe próximo do `token' não esperado `%s'" -#: parse.y:3080 +#: parse.y:3717 #, fuzzy msgid "syntax error in conditional expression" msgstr "erro de sintaxe na expressão" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 #, fuzzy msgid "expected `)'" msgstr "esperado `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, fuzzy, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "%s: esperado operador binário" -#: parse.y:3238 +#: parse.y:3875 #, fuzzy msgid "conditional binary operator expected" msgstr "%s: esperado operador binário" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, fuzzy, c-format msgid "unexpected token `%c' in conditional command" msgstr "`:' esperado para expressão condicional" -#: parse.y:3273 +#: parse.y:3910 #, fuzzy, c-format msgid "unexpected token `%s' in conditional command" msgstr "`:' esperado para expressão condicional" -#: parse.y:3277 +#: parse.y:3914 #, fuzzy, c-format msgid "unexpected token %d in conditional command" msgstr "`:' esperado para expressão condicional" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "erro de sintaxe próximo do `token' não esperado `%s'" -#: parse.y:4543 +#: parse.y:5199 #, fuzzy, c-format msgid "syntax error near `%s'" msgstr "erro de sintaxe próximo do `token' não esperado `%s'" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "erro de sintaxe: fim prematuro do arquivo" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "erro de sintaxe" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Use \"%s\" para sair da `shell'.\n" -#: parse.y:4777 +#: parse.y:5433 #, fuzzy msgid "unexpected EOF while looking for matching `)'" msgstr "encontrado EOF não esperado enquanto procurava por `%c'" @@ -1288,72 +1327,72 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: conector incorreto `%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, fuzzy, c-format msgid "%s: ambiguous redirect" msgstr "%s: Redirecionamento ambíguo" -#: redir.c:149 +#: redir.c:150 #, fuzzy, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: Impossível sobrescrever arquivo existente" -#: redir.c:154 +#: redir.c:155 #, fuzzy, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: restrição: não é permitido especificar `/' em nomes de comandos" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "impossível criar `pipe' para a substituição do processo: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 #, fuzzy msgid "redirection error: cannot duplicate fd" msgstr "erro de redirecionamento" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "" -#: shell.c:864 +#: shell.c:876 #, fuzzy, c-format msgid "%c%c: invalid option" msgstr "%c%c: opção incorreta" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Eu não tenho nome!" -#: shell.c:1755 +#: shell.c:1777 #, fuzzy, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU %s, versão %s\n" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1362,39 +1401,39 @@ msgstr "" "Utilização:\t%s [opção-longa-GNU] [opção] ...\n" "\t%s [opção-longa-GNU] [opção] arquivo-de-script ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "opções-longas-GNU:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Opções da `shell':\n" -#: shell.c:1763 +#: shell.c:1785 #, fuzzy msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD ou -c comando\t\t(somente para chamada)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s ou -o opção\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Digite `%s -c \"help set\"' para mais informações sobre as opções da " "`shell'.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Digite `%s -c help' para mais informações sobre os comandos internos do " "`shell'.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1574,91 +1613,86 @@ msgstr "Sinal desconhecido #" msgid "Unknown Signal #%d" msgstr "Sinal desconhecido #%d" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, fuzzy, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "substituição incorreta: nenhum `%s' em %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: impossível atribuir uma lista a um membro de uma matriz (array)" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 #, fuzzy msgid "cannot make pipe for process substitution" msgstr "impossível criar `pipe' para a substituição do processo: %s" -#: subst.c:4439 +#: subst.c:4496 #, fuzzy msgid "cannot make child for process substitution" msgstr "impossível criar um processo filho para a substituição do processo: %s" -#: subst.c:4484 +#: subst.c:4541 #, fuzzy, c-format msgid "cannot open named pipe %s for reading" msgstr "impossível abrir o `named pipe' %s para %s: %s" -#: subst.c:4486 +#: subst.c:4543 #, fuzzy, c-format msgid "cannot open named pipe %s for writing" msgstr "impossível abrir o `named pipe' %s para %s: %s" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "impossível duplicar fd (descritor de arquivo) %d para fd 0: %s" - -#: subst.c:4504 +#: subst.c:4561 #, fuzzy, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "" "impossível duplicar o `named pipe' %s\n" "como descritor de arquivo (fd) %d: %s" -#: subst.c:4700 +#: subst.c:4757 #, fuzzy msgid "cannot make pipe for command substitution" msgstr "impossível construir `pipes' para substituição do comando: %s" -#: subst.c:4734 +#: subst.c:4791 #, fuzzy msgid "cannot make child for command substitution" msgstr "impossível criar um processo filho para substituição do comando: %s" -#: subst.c:4751 +#: subst.c:4808 #, fuzzy msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" "command_substitute: impossível duplicar o `pipe' como\n" "descritor de arquivo (fd) 1: %s" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parâmetro nulo ou não inicializado" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: expressão de substring < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: substituição incorreta" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: impossível atribuir desta maneira" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "substituição incorreta: nenhum `%s' em %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "" @@ -1700,103 +1734,123 @@ msgstr "faltando `]'" msgid "invalid signal number" msgstr "número do sinal incorreto" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, fuzzy, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: Sinal incorreto %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "erro ao importar a definição da função para `%s'" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, fuzzy, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU %s, versão %s\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: impossível alocar %lu bytes (%lu bytes alocados)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, fuzzy, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: impossível alocar %lu bytes (%lu bytes alocados)" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: impossível realocar %lu bytes (%lu bytes alocados)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, fuzzy, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: impossível realocar %lu bytes (%lu bytes alocados)" -#: xmalloc.c:151 +#: xmalloc.c:150 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: impossível alocar %lu bytes (%lu bytes alocados)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: impossível alocar %lu bytes (%lu bytes alocados)" -#: xmalloc.c:175 +#: xmalloc.c:174 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: impossível realocar %lu bytes (%lu bytes alocados)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: impossível realocar %lu bytes (%lu bytes alocados)" @@ -1864,12 +1918,12 @@ msgstr "command [-pVv] COMANDO [ARG ...]" #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "declare [-afFrxi] [-p] NOME[=VALOR] ..." #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "typeset [-afFrxi] [-p] NOME[=VALOR] ..." #: builtins.c:80 @@ -2243,6 +2297,7 @@ msgid "" msgstr "" #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2250,8 +2305,8 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." -msgstr "" +" The exit status is 0 unless N is not greater than or equal to 1." +msgstr "Prossegue no próximo ciclo do laço FOR, WHILE ou UNTIL envolvente." #: builtins.c:334 #, fuzzy @@ -2262,7 +2317,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "Prossegue no próximo ciclo do laço FOR, WHILE ou UNTIL envolvente." #: builtins.c:346 @@ -2405,10 +2460,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2424,14 +2482,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2446,7 +2504,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2460,7 +2518,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2477,7 +2535,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2490,7 +2548,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2517,7 +2575,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2529,7 +2587,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2570,7 +2628,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2593,7 +2651,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2602,7 +2660,7 @@ msgid "" " is that of the last command executed." msgstr "Sair da `shell' com status igual a N. Se N for omitido, o status" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2611,7 +2669,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2641,7 +2699,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2655,7 +2713,7 @@ msgid "" msgstr "" "Colocar JOB-ESPECIFICADO no primeiro plano, e torná-lo o trabalho atual." -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2669,7 +2727,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2693,7 +2751,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2715,7 +2773,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2749,7 +2807,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2773,7 +2831,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2790,7 +2848,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2812,7 +2870,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2857,7 +2915,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2889,7 +2947,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2898,7 +2958,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2910,7 +2970,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -2992,7 +3052,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3012,7 +3072,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3031,7 +3091,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3040,7 +3100,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3050,7 +3111,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3061,7 +3122,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3075,11 +3136,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3088,7 +3150,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3165,7 +3227,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3174,7 +3236,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "argumento deve ser o literal `]', para fechar o `[' de abertura." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3186,7 +3248,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3222,7 +3284,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3252,7 +3314,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3296,7 +3358,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3314,7 +3376,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3331,7 +3393,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3345,7 +3407,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3358,7 +3420,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3375,9 +3437,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3395,7 +3457,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3411,7 +3473,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -3424,7 +3486,7 @@ msgid "" msgstr "" "Executar seletivamente COMANDOS tomando por base a correspondência entre" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3445,7 +3507,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -3457,7 +3519,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Expande e executa COMANDOS enquanto o comando final nos" -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -3469,7 +3531,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Expande e executa COMANDOS enquanto o comando final nos" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3483,7 +3545,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -3495,7 +3557,7 @@ msgid "" " Returns the status of the last command executed." msgstr "Executa um conjunto de comandos agrupando-os. Esta é uma forma de" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3509,7 +3571,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3520,7 +3582,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3548,7 +3610,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3602,7 +3664,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3633,7 +3695,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3660,7 +3722,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3689,7 +3751,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3710,7 +3772,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3740,7 +3802,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3762,7 +3824,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3775,7 +3837,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3804,7 +3866,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" @@ -4134,9 +4196,6 @@ msgstr "" #~ msgid "reading" #~ msgstr "lendo" -#~ msgid "writing" -#~ msgstr "escrevendo" - #~ msgid "process substitution" #~ msgstr "substituição de processo" diff --git a/po/ro.gmo b/po/ro.gmo index e4a9fd7d06f0147fc79d2b3c8b357606439197d3..415d219a3c0a31cfc580e01d77380e45041b5f12 100644 GIT binary patch delta 23 ec-njH{n&ehzc`nLu91O)frXW+;pRy3EE=lBE\n" "Language-Team: Romanian \n" @@ -14,414 +14,424 @@ msgstr "" "Content-Type: text/plain; charset=ISO-8859-2\n" "Content-Transfer-Encoding: 8bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "incluziune greºitã în interval" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%c%c: opþiune invalidã" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: nu se poate atribui cãtre index ne-numeric" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: nu s-a putut crea: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, fuzzy, c-format msgid "%s: cannot read: %s" msgstr "%s: nu s-a putut crea: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, fuzzy, c-format msgid "`%s': cannot unbind" msgstr "%s: comandã negãsitã" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, fuzzy, c-format msgid "`%s': unknown function name" msgstr "%s: funcþie doar în citire (readonly)" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 #, fuzzy msgid "loop count" msgstr "logout" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" -#: builtins/common.c:105 +#: builtins/common.c:107 #, fuzzy, c-format msgid "line %d: " msgstr "slot %3d: " -#: builtins/common.c:122 +#: builtins/common.c:124 #, c-format msgid "%s: usage: " msgstr "" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "prea mulþi parametri" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, fuzzy, c-format msgid "%s: option requires an argument" msgstr "opþiunea necesitã un parametru: -" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, fuzzy, c-format msgid "%s: not found" msgstr "%s: comandã negãsitã" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, fuzzy, c-format msgid "%s: invalid option" msgstr "%c%c: opþiune invalidã" -#: builtins/common.c:190 +#: builtins/common.c:192 #, fuzzy, c-format msgid "%s: invalid option name" msgstr "%c%c: opþiune invalidã" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, fuzzy, c-format msgid "`%s': not a valid identifier" msgstr "`%s' nu este un identificator valid" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "numãr de semnal invalid" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "numãr de semnal invalid" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 #, fuzzy msgid "invalid number" msgstr "numãr de semnal invalid" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: variabilã doar în citire" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 #, fuzzy msgid "argument" msgstr "se aºteaptã parametru" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "" -#: builtins/common.c:259 +#: builtins/common.c:261 #, fuzzy, c-format msgid "%s: no job control" msgstr "nici un control de job în acest shell" -#: builtins/common.c:261 +#: builtins/common.c:263 #, fuzzy msgid "no job control" msgstr "nici un control de job în acest shell" -#: builtins/common.c:271 +#: builtins/common.c:273 #, fuzzy, c-format msgid "%s: restricted" msgstr "%s: jobul a fost terminat" -#: builtins/common.c:273 +#: builtins/common.c:275 #, fuzzy msgid "restricted" msgstr "Terminat" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, fuzzy, c-format msgid "write error: %s" msgstr "eroare de legãturã (pipe): %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, fuzzy, c-format msgid "%s: ambiguous job spec" msgstr "%s: Redirectare ambiguã" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 #, fuzzy msgid "can only be used in a function" msgstr "poate fi folosit doar într-o funcþie, ºi face ca variabila NUME" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: funcþie doar în citire (readonly)" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, fuzzy, c-format msgid "%s: cannot destroy array variables in this way" msgstr "$%s: nu se poate asigna în acest mod" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, fuzzy, c-format msgid "cannot open shared object %s: %s" msgstr "nu pot deschide legãtura numitã %s pentru %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, fuzzy, c-format msgid "%s: cannot delete: %s" msgstr "%s: nu s-a putut crea: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: este director" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, fuzzy, c-format msgid "%s: not a regular file" msgstr "%s: nu se poate executa fiºierul binar" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: nu se poate executa fiºierul binar" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, fuzzy, c-format msgid "%s: cannot execute: %s" msgstr "%s: nu s-a putut crea: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, fuzzy, c-format msgid "logout\n" msgstr "logout" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, c-format msgid "There are running jobs.\n" msgstr "" -#: builtins/fc.def:263 +#: builtins/fc.def:261 #, fuzzy msgid "no command found" msgstr "%s: comandã negãsitã" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, fuzzy, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: nu s-a putut crea: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, fuzzy, c-format msgid "%s: illegal option -- %c\n" msgstr "opþiune ilegalã: -" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, fuzzy, c-format msgid "%s: option requires an argument -- %c\n" msgstr "opþiunea necesitã un parametru: -" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "ultima comandã." -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, fuzzy, c-format msgid "%s: cannot open: %s" msgstr "%s: nu s-a putut crea: %s" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -433,114 +443,138 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, fuzzy, c-format msgid "%s: history expansion failed" msgstr "%s: se aºteaptã expresie întreagã (integer)" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: variabilã fãrã limitã" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 #, fuzzy msgid "Unknown error" msgstr "Eroare necunoscutã %d" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "se aºteaptã expresie" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%c%c: opþiune invalidã" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%c%c: opþiune invalidã" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "numãr de semnal invalid" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: variabilã fãrã limitã" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, c-format msgid "warning: %s: %s" msgstr "" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 #, fuzzy msgid "no other directory" msgstr "director superior." -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 #, fuzzy msgid "" msgstr "\tnoul director de lucru curent." -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 msgid "directory stack index" msgstr "" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -565,7 +599,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -586,51 +620,41 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, fuzzy, c-format msgid "read error: %d: %s" msgstr "eroare de legãturã (pipe): %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 #, fuzzy msgid "cannot simultaneously unset a function and a variable" msgstr "poate fi folosit doar într-o funcþie, ºi face ca variabila NUME" -#: builtins/set.def:806 +#: builtins/set.def:805 #, fuzzy, c-format msgid "%s: cannot unset" msgstr "%s: nu s-a putut crea: %s" -#: builtins/set.def:813 +#: builtins/set.def:812 #, fuzzy, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: nu s-a putut crea: %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, fuzzy, c-format msgid "%s: not an array variable" msgstr "%s: variabilã fãrã limitã" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, fuzzy, c-format msgid "%s: not a function" msgstr "%s: funcþie doar în citire (readonly)" @@ -640,20 +664,20 @@ msgstr "%s: func msgid "shift count" msgstr "shift [n]" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, fuzzy, c-format msgid "%s: file not found" msgstr "%s: comandã negãsitã" @@ -667,77 +691,77 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "Ieºire dintr-un login al shell-ului." -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, fuzzy, c-format msgid "%s is a function\n" msgstr "%s: funcþie doar în citire (readonly)" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, fuzzy, c-format msgid "`%c': bad command" msgstr "%c%c: opþiune invalidã" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, fuzzy, c-format msgid "%s: cannot get limit: %s" msgstr "%s: nu s-a putut crea: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 #, fuzzy msgid "limit" msgstr "limitã CPU" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, fuzzy, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: nu s-a putut crea: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 #, fuzzy msgid "octal number" msgstr "numãr de semnal invalid" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -751,72 +775,72 @@ msgstr "ultima comand msgid "Aborting..." msgstr "" -#: error.c:259 -#, c-format -msgid "%s: warning: " -msgstr "" +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " +msgstr "în scriere" -#: error.c:404 +#: error.c:405 #, fuzzy msgid "unknown command error" msgstr "Eroare necunoscutã %d" -#: error.c:405 +#: error.c:406 #, fuzzy msgid "bad command type" msgstr "ºi nume de comandã." -#: error.c:406 +#: error.c:407 #, fuzzy msgid "bad connector" msgstr "conector greºit `%d'" -#: error.c:407 +#: error.c:408 #, fuzzy msgid "bad jump" msgstr "Salt invalid %d" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: variabilã fãrã limitã" -#: eval.c:180 +#: eval.c:181 #, fuzzy, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "%ca expirat aºteptând introducere de date: auto-logout\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "eroare de legãturã (pipe): %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: limitat: nu se poate specifica `/' în numele comenzilor" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: comandã negãsitã" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, fuzzy, c-format msgid "%s: %s: bad interpreter" msgstr "%s: este director" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, fuzzy, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "nu se poate duplica fd %d în fd 0: %s" @@ -895,88 +919,98 @@ msgstr "eroare de redirectare" msgid "getcwd: cannot access parent directories" msgstr "getwd: nu s-au putut accesa directoarele pãrinte" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "" + +#: input.c:258 #, fuzzy, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" "nu se poate aloca descriptor de fiºier nou pentru inputul bash din fd %d: %s" -#: input.c:245 +#: input.c:266 #, fuzzy, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "check_bash_input: buffer deja existent pentru fd nou %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, fuzzy, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: Nu existã pid-ul (%d)!\n" -#: jobs.c:1410 +#: jobs.c:1408 #, fuzzy, c-format msgid "Signal %d" msgstr "Semnal Necunoscut #%d" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "Finalizat" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "Stopat" -#: jobs.c:1433 +#: jobs.c:1431 #, fuzzy, c-format msgid "Stopped(%s)" msgstr "Stopat" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "În rulare" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "Finalizat(%d)" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "Ieºire %d" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "Stare necunoscutã" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "(core dumped) " -#: jobs.c:1562 +#: jobs.c:1560 #, fuzzy, c-format msgid " (wd: %s)" msgstr "(wd actual: %s)\n" -#: jobs.c:1763 +#: jobs.c:1761 #, fuzzy, c-format msgid "child setpgid (%ld to %ld)" msgstr "setpgid copil (de la %d la %d) a întâlnit o eroare %d: %s\n" @@ -986,124 +1020,124 @@ msgstr "setpgid copil (de la %d la %d) a msgid "wait: pid %ld is not a child of this shell" msgstr "aºteptaþi: pid-ul %d nu este rezultat(child) al acestui shell" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: jobul a fost terminat" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "slot %3d: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr " (core dumped)" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(wd actual: %s)\n" -#: jobs.c:3533 +#: jobs.c:3553 #, fuzzy msgid "initialize_job_control: getpgrp failed" msgstr "initialize_jobs: getpgrp eºuat: %s" -#: jobs.c:3593 +#: jobs.c:3613 #, fuzzy msgid "initialize_job_control: line discipline" msgstr "initialize_jobs: disciplinã linie: %s" -#: jobs.c:3603 +#: jobs.c:3623 #, fuzzy msgid "initialize_job_control: setpgid" msgstr "initialize_jobs: getpgrp eºuat: %s" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "nici un control de job în acest shell" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 msgid "unknown" msgstr "necunoscut" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1159,113 +1193,118 @@ msgstr "eroare de sintax msgid "syntax error: `((%s))'" msgstr "eroare de sintaxã" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: tip de instrucþiune greºit %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, fuzzy, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "EOF brusc în cãutare dupã `%c'" -#: parse.y:3071 +#: parse.y:3708 #, fuzzy msgid "unexpected EOF while looking for `]]'" msgstr "EOF brusc în cãutare dupã `%c'" -#: parse.y:3076 +#: parse.y:3713 #, fuzzy, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "eroare de sintaxã neaºteptatã lângã `%s'" -#: parse.y:3080 +#: parse.y:3717 #, fuzzy msgid "syntax error in conditional expression" msgstr "eroare de sintaxã în expresie " -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 #, fuzzy msgid "expected `)'" msgstr "se aºteaptã `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, fuzzy, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "%s: se aºteaptã operator binar" -#: parse.y:3238 +#: parse.y:3875 #, fuzzy msgid "conditional binary operator expected" msgstr "%s: se aºteaptã operator binar" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, fuzzy, c-format msgid "unexpected token `%c' in conditional command" msgstr "`:' aºteptat dupã expresie condiþionalã" -#: parse.y:3273 +#: parse.y:3910 #, fuzzy, c-format msgid "unexpected token `%s' in conditional command" msgstr "`:' aºteptat dupã expresie condiþionalã" -#: parse.y:3277 +#: parse.y:3914 #, fuzzy, c-format msgid "unexpected token %d in conditional command" msgstr "`:' aºteptat dupã expresie condiþionalã" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "eroare de sintaxã neaºteptatã lângã `%s'" -#: parse.y:4543 +#: parse.y:5199 #, fuzzy, c-format msgid "syntax error near `%s'" msgstr "eroare de sintaxã neaºteptatã lângã `%s'" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "eroare de sintaxã: sfârºit de fiºier neaºteptat" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "eroare de sintaxã" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Folosiþi \"%s\" pentru a pãrãsi shellul.\n" -#: parse.y:4777 +#: parse.y:5433 #, fuzzy msgid "unexpected EOF while looking for matching `)'" msgstr "EOF brusc în cãutare dupã `%c'" @@ -1280,72 +1319,72 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: conector greºitr `%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, fuzzy, c-format msgid "%s: ambiguous redirect" msgstr "%s: Redirectare ambiguã" -#: redir.c:149 +#: redir.c:150 #, fuzzy, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: nu se poate accesa(clobber) fiºierul existent" -#: redir.c:154 +#: redir.c:155 #, fuzzy, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: limitat: nu se poate specifica `/' în numele comenzilor" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "nu pot face legãturã (pipe) pentru substituþia procesului: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 #, fuzzy msgid "redirection error: cannot duplicate fd" msgstr "eroare de redirectare" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "" -#: shell.c:864 +#: shell.c:876 #, fuzzy, c-format msgid "%c%c: invalid option" msgstr "%c%c: opþiune invalidã" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Nu am nici un nume!" -#: shell.c:1755 +#: shell.c:1777 #, fuzzy, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "GNU %s, versiunea %s\n" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1354,39 +1393,39 @@ msgstr "" "Folosire:\t%s [GNU opþiune lungã] [opþiune] ...\n" "\t%s [GNU opþiune lungã] [opþiune] fiºier script ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "opþiuni lungi GNU:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Opþiuni ale shell-ului:\n" -#: shell.c:1763 +#: shell.c:1785 #, fuzzy msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD sau -c comandã\t\t(doar invocaþie)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s sau -o opþiune\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Apãsaþi `%s -c \"set-ajutor\"' pentru mai multe informaþii despre opþiunile " "shell-ului.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Apãsaþi `%s -c ajutor' pentru mai multe informaþii despre comenzile interne " "ale shell-ului.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1565,87 +1604,82 @@ msgstr "Semnal Necunoscut #" msgid "Unknown Signal #%d" msgstr "Semnal Necunoscut #%d" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, fuzzy, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "substituþie invalidã: nu existã '%s' în %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: nu pot asigna listã membrului intervalului" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 #, fuzzy msgid "cannot make pipe for process substitution" msgstr "nu pot face legãturã (pipe) pentru substituþia procesului: %s" -#: subst.c:4439 +#: subst.c:4496 #, fuzzy msgid "cannot make child for process substitution" msgstr "nu pot crea un proces copil pentru substituirea procesului: %s" -#: subst.c:4484 +#: subst.c:4541 #, fuzzy, c-format msgid "cannot open named pipe %s for reading" msgstr "nu pot deschide legãtura numitã %s pentru %s: %s" -#: subst.c:4486 +#: subst.c:4543 #, fuzzy, c-format msgid "cannot open named pipe %s for writing" msgstr "nu pot deschide legãtura numitã %s pentru %s: %s" -#: subst.c:4494 -#, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "" - -#: subst.c:4504 +#: subst.c:4561 #, fuzzy, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "nu se poate duplica legãtura numitã %s ca fd %d: %s " -#: subst.c:4700 +#: subst.c:4757 #, fuzzy msgid "cannot make pipe for command substitution" msgstr "nu pot face legãturi(pipes) pentru substituþia de comenzi: %s" -#: subst.c:4734 +#: subst.c:4791 #, fuzzy msgid "cannot make child for command substitution" msgstr "nu pot crea un copil pentru substituþia de comenzi: %s" -#: subst.c:4751 +#: subst.c:4808 #, fuzzy msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: nu se poate duplica legãtura (pipe) ca fd 1: %s" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parametru null sau nesetat" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: expresie subºir < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: substituþie invalidã" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: nu se poate asigna în acest mod" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "substituþie invalidã: nu existã ')' de final în %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "" @@ -1687,103 +1721,123 @@ msgstr "lipse msgid "invalid signal number" msgstr "numãr de semnal invalid" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, fuzzy, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: Semnal invalid %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "eroare în importarea definiþiei funcþiei pentru '%s'" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, fuzzy, c-format msgid "GNU bash, version %s (%s)\n" msgstr "GNU %s, versiunea %s\n" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nu pot aloca %lu octeþi (%lu octeþi alocaþi)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, fuzzy, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: nu pot aloca %lu octeþi (%lu octeþi alocaþi)" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, fuzzy, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)" -#: xmalloc.c:151 +#: xmalloc.c:150 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nu pot aloca %lu octeþi (%lu octeþi alocaþi)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, fuzzy, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: nu pot aloca %lu octeþi (%lu octeþi alocaþi)" -#: xmalloc.c:175 +#: xmalloc.c:174 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, fuzzy, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: nu pot realoca %lu octeþi (%lu octeþi alocaþi)" @@ -1851,12 +1905,12 @@ msgstr "command [-pVv] comand #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "declare [-afFrxi] [-p] nume[=valoare] ..." #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "typeset [-afFrxi] [-p] nume[=valoare] ..." #: builtins.c:80 @@ -2233,7 +2287,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:334 @@ -2244,7 +2298,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:346 @@ -2387,10 +2441,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2406,14 +2463,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2428,7 +2485,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2442,7 +2499,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2459,7 +2516,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2472,7 +2529,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2499,7 +2556,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2511,7 +2568,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2552,7 +2609,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2575,7 +2632,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2584,7 +2641,7 @@ msgid "" " is that of the last command executed." msgstr "Iese din shell cu starea lui N. Dacã N este omis, starea de ieºire" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2593,7 +2650,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2623,7 +2680,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -2635,7 +2692,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2649,7 +2706,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2673,7 +2730,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2695,7 +2752,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2729,7 +2786,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2753,7 +2810,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2770,7 +2827,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2792,7 +2849,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2837,7 +2894,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2869,7 +2926,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2878,7 +2937,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2890,7 +2949,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -2972,7 +3031,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -2992,7 +3051,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3011,7 +3070,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3020,7 +3079,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3030,7 +3090,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3041,7 +3101,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -3055,11 +3115,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3068,7 +3129,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3145,7 +3206,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3153,7 +3214,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3165,7 +3226,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3201,7 +3262,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3231,7 +3292,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3275,7 +3336,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3293,7 +3354,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3310,7 +3371,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3324,7 +3385,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3337,7 +3398,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3354,9 +3415,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3374,7 +3435,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3390,7 +3451,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -3401,7 +3462,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3422,7 +3483,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -3433,7 +3494,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -3444,7 +3505,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3458,7 +3519,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -3469,7 +3530,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3483,7 +3544,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3494,7 +3555,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3522,7 +3583,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3576,7 +3637,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3607,7 +3668,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3634,7 +3695,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3663,7 +3724,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3684,7 +3745,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3714,7 +3775,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3736,7 +3797,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3749,7 +3810,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3778,7 +3839,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" @@ -3920,9 +3981,6 @@ msgstr "" #~ msgid "reading" #~ msgstr "în citire" -#~ msgid "writing" -#~ msgstr "în scriere" - #~ msgid "process substitution" #~ msgstr "substituire de proces" diff --git a/po/ru.gmo b/po/ru.gmo index 86043219e7213f5d78afa332eec336a46adcb6a7..4e8d08db5f5e04c25b6cb6c9bf52574bf52ed9af 100644 GIT binary patch delta 2310 zc-mc+TWl0n7{|W~W!vq{US_s?nc42n?gBz+|LgxGUM4yD&73*&UH|9I zcYW{oRlanl?h#y1U}Q0NPZ7}xD=VCPYTZ|P*V$}@ovEfjh z89xVVz^}*Y;N3U_JrQRBpMxHFA>e3tUG&x7etuuChEHTyfu??$t9^iq~$JCf!3 za6C(Goy{_lU(GrT*{c4e12%kr^VH(4Ob|L9n6@p2|}Ud-B}R$G{Ga*w702zB{1G*BNdOSn6lM zh2YMB0h|n2nR5X%z8J8T@dCe_Ww@Y#`s;$;0vD_)n4e666{v#!;DG`&{{g%Pbc%f6 zUt~*0iY)ogA`=)ZGLVmptl-%qTY9<3$_0362bYy96vLJhBdwNb=ryoG_cO-*LLfPjVCK3EwF)bR&Q#3znE55bgG;X)FmBc=YAb5nLVojoxO+rTi`t=3zGtH* zBusRg?le89gyMc!s2%(hY01)}C$hXX~jjRW}^Q9ojvN4MHjD^&rNz7?0LYH2IZo`R}E| z>&19X_^;7xNT`FTdG1q93ALkgDF4sKihtefj#TkKZl0GJ>X9%<3p6Y|hz9B#n$wN- d?UB^9aChh2a!~GGw4kegIB_6UAI?@oe*@Jj%YXm? delta 2357 zc-mc+Yitx%7={nhvh8*+v$Na1%uILoB2sKiyR}ujXcdZ7tReyxtX4`@5T&IekpwRr z3_naURoD3}HAJugq3T795Y7d4?*LGQr2d2)GM$!Tn$q`~VDrXY~9Bum=1a z41zJQQeki&7y}o2sb>{J6J_|C%{Hy9iSoKg7{Mx_55;x^1YZ8;u6vz1ug>Df_DbF;jJJ&{wPSxzX>we z(?O=D%pkL18eD8Jw+|XLbf-Z>UNsnj!(atCW>C&&2I7AuUcNJ^XjX^$7-%mqo#cE%t?z7UfM@ ztbxlGBUNcLm9@6)NB)=CET&$YMfa%Qu-m4BLpD7=Wiyo1HXD@VP(c@%ll$&4MSC2c zf5V}|6Ap{+g2R4s$zhF|@Y0g|pRM7>_8JQ41-D7-1>3+MYnWR%Nx`j2hWIXUo)lS< zH8cX|!BUcneoZphL6;GzcXbPPc@0;A1u2UATpk#9so-swHSw{_d;J?&Cl;s3_7uNA zl47+NH4mg1kt5)>a$8a~;I9-Nt4=e8wP~ibBaQgW!Jae)Y}6aJ=?yQW>FJwkMqm`Y zO^Pc`&mAQCI&evb-=E4bHG4A*`B;Vye3_vke`M&OnPqAhWD5-4O3bbXw`W;I2eUL} zG)qB~Aa0?$L87H7q?138YNh`5?810JujMqwxD|@Zq^Q^G^_vxIZpQ0HieB{>2Rv@& zy?EOsO|-br>PRu&8x+e(o`*1Q zloBZ(tFQ}g>c5W^U58vXX_b1dS4ShL=hA$(C>D;?Leu|bEYrMO@mem#*sRx\n" "Language-Team: Russian \n" @@ -18,380 +18,400 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" "10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "ÎÅÐÒÁ×ÉÌØÎÙÊ ÉÎÄÅËÓ ÍÁÓÓÉ×Á" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ ÏÐÃÉÉ" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s; ÎÅ ÍÏÇÕ ÐÒÉÐÉÓÁÔØ ÎÅ ÞÉÓÌÏ×ÏÊ ÉÎÄÅËÓ" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: ÎÅ ÍÏÇÕ ÓÏÚÄÁÔØ: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: ÐÅÒ×ÙÊ ÎÅÐÒÏÂÅÌØÎÙÊ ÓÉÍ×ÏÌ ÎÅ `\"'" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "ÎÅÔ ÚÁËÒÙ×ÁÀÝÅÇÏ `%c' × %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: ÐÒÏÐÕÝÅÎ ÒÁÚÄÅÌÉÔÅÌØ Ä×ÏÅÔÏÞÉÅ" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: ÎÅ ÍÏÇÕ ÐÒÏÞÉÔÁÔØ: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "`%s': ÉÍÑ ÆÕÎËÃÉÉ ÎÅÉÚ×ÅÓÔÎÏ" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s ÎÅ ÐÒÉ×ÑÚÁÎÁ ÎÅ Ë ÏÄÎÏÊ ÉÚ ËÌÁ×ÉÛ.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s ÍÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎ Ó ÐÏÍÏÝØÀ" -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "ÉÍÅÅÔ ÓÍÙÓÌ ÔÏÌØËÏ × ÃÉËÌÁÈ `for', `while', ÉÌÉ `until'" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "ÐÅÒÅÍÅÎÎÁÑ HOME ÎÅ ÕÓÔÁÎÏ×ÌÅÎÁ" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "ÐÅÒÅÍÅÎÎÁÑ OLDPWD ÎÅ ÕÓÔÁÎÏ×ÌÅÎÁ" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ:" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "ÓÌÉÛËÏÍ ÍÎÏÇÏ ÁÒÇÕÍÅÎÔÏ×" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: ÏÐÃÉÑ ÔÒÅÂÕÅÔ ÁÒÇÕÍÅÎÔÁ" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: ÔÒÅÂÕÅÔÓÑ ÞÉÓÌÏ×ÏÊ ÁÒÇÕÍÅÎÔ" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: ÎÅ ÎÁÊÄÅÎ" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: ÎÅÐÒÁ×ÉÌØÎÁÑ ÏÐÃÉÑ" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ ÏÐÃÉÉ" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "`%s': ÎÅÐÒÁ×ÉÌØÎÙÊ ÉÄÅÎÔÉÆÉËÁÔÏÒ" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÎÏÍÅÒ ÓÉÇÎÁÌÁ" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "ÎÅÄÏÐÕÓÔÉÍÏÅ ÞÉÓÌÏ" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "ÎÅÄÏÐÕÓÔÉÍÏÅ ÞÉÓÌÏ" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÁÑ ÓÐÅÃÉÆÉËÁÃÉÑ ÓÉÇÎÁÌÁ" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "`%s': ÎÅ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÒÏÃÅÓÓÁ ÉÌÉ ÐÒÁ×ÉÌØÎÏÅ ÉÍÑ ÚÁÄÁÞÉ" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: ÄÏÓÔÕÐÎÁÑ ÔÏÌØËÏ ÎÁ ÞÔÅÎÉÅ ÐÅÒÅÍÅÎÎÁÑ" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s ×ÙÈÏÄÉÔ ÚÁ ÐÒÅÄÅÌÙ ÄÏÐÕÓÔÉÍÙÈ ÚÎÁÞÅÎÉÊ" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "ÁÒÇÕÍÅÎÔ" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s ×ÙÈÏÄÉÔ ÚÁ ÐÒÅÄÅÌÙ ÄÏÐÕÓÔÉÍÙÈ ÚÎÁÞÅÎÉÊ" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: ÎÅ ÔÁËÏÊ ÚÁÄÁÞÉ" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: ÎÅ ×ÓÔÒÏÅÎÎÁ × ÏÂÏÌÏÞËÕ" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: ÏÛÉÂËÁ ÐÏÌÕÞÅÎÉÑ ÔÅËÕÝÅÊ ÄÉÒÅËÔÏÒÉÉ: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "ÍÏÖÅÔ ÂÙÔØ ÉÓÐÏÌØÚÏ×ÁÎÁ ÔÏÌØËÏ × ÆÕÎËÃÉÉ" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: ÄÏÓÔÕÐÎÁÑ ÔÏÌØËÏ ÎÁ ÞÔÅÎÉÅ ÆÕÎËÃÉÑ" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: ÎÅ ÍÏÇÕ ÕÄÁÌÉÔØ ÐÅÒÅÍÅÎÎÕÀ-ÍÁÓÓÉ× ÔÁËÉÍ ÓÐÏÓÏÂÏÍ" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: ÎÅ ÍÏÇÕ ÕÄÁÌÉÔØ: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: Ñ×ÌÑÅÔÓÑ ÄÉÒÅËÔÏÒÉÅÊ" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: ÎÅ Ñ×ÌÑÅÔÓÑ ÏÂÙÞÎÙÍ ÆÁÊÌÏÍ" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: ÓÌÉÛËÏÍ ÂÏÌØÛÏÊ ÆÁÊÌ" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: ÎÅ ÍÏÇÕ ÚÁÐÕÓÔÉÔØ ÂÉÎÁÒÎÙÊ ÆÁÊÌ" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: ÎÅ ÍÏÇÕ ÚÁÐÕÓÔÉÔØ: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" "ÏÂÏÌÏÞËÁ ÎÅ Ñ×ÌÑÅÔÓÑ ÚÁÐÕÝÅÎÎÏÊ ÐÏÓÌÅ ×ÈÏÄÁ × ÓÉÓÔÅÍÕ: ÉÓÐÏÌØÚÕÊÔÅ `exit' " -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "åÓÔØ ÐÒÉÏÓÔÁÎÏ×ÌÅÎÎÙÅ ÚÁÄÁÞÉ.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "åÓÔØ ÐÒÉÏÓÔÁÎÏ×ÌÅÎÎÙÅ ÚÁÄÁÞÉ.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "ÎÅ ÎÁÛÅÌ ÔÁËÕÀ ËÏÍÁÎÄÕ" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ×ÒÅÍÅÎÎÙÊ ÆÁÊÌ: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÁÑ ÏÐÃÉÑ -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "ÐÏÓÌÅÄÎÑÑ ËÏÍÁÎÄÁ: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" @@ -399,28 +419,18 @@ msgstr[0] "" msgstr[1] "" msgstr[2] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ: %s" -#: builtins/help.def:318 version.c:85 -#, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -432,111 +442,135 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÙÊ ÓÅÒ×ÉÓ" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "îÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "ÏÖÉÄÁÌÏÓØ ×ÙÒÁÖÅÎÉÅ" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÏÐÉÓÁÎÉÅ ÆÁÊÌÏ×ÏÇÏ ÄÅÓËÒÉÐÔÏÒÁ" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: ÎÅÄÏÐÕÓÔÉÍÙÊ ÄÅÓËÒÉÐÔÏÒ ÆÁÊÌÁ: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: ÎÅÐÒÁ×ÉÌØÎÁÑ ÏÐÃÉÑ" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: ÎÅÐÒÁ×ÉÌØÎÁÑ ÏÐÃÉÑ" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÞÉÓÌÏ" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: ÎÅ ÐÅÒÅÍÅÎÎÁÑ-ÍÁÓÓÉ×" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "`%s': ÐÒÏÐÕÝÅÎ ÓÉÍ×ÏÌ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "%c': ÎÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ ÆÏÒÍÁÔÉÒÏ×ÁÎÉÑ" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ:" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "ÎÅÔ ÄÒÕÇÏÊ ÄÉÒÅËÔÏÒÉÉ" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 msgid "directory stack index" msgstr "" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -561,7 +595,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -582,50 +616,40 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "ÏÛÉÂËÁ ÞÔÅÎÉÑ: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: ÎÅ ÍÏÇÕ ÓÂÒÏÓÉÔØ" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: ÎÅ ÍÏÇÕ ÓÂÒÏÓÉÔØ: ÄÏÓÔÕÐÎÏ ÔÏÌØËÏ ÄÌÑ ÞÔÅÎÉÑ %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: ÎÅ ÐÅÒÅÍÅÎÎÁÑ-ÍÁÓÓÉ×" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: ÎÅ ÆÕÎËÃÉÑ" @@ -634,20 +658,20 @@ msgstr "%s: msgid "shift count" msgstr "" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: ÎÅÄÏÐÕÓÔÉÍÏÅ ÉÍÑ ÏÐÃÉÉ ÏÂÏÌÏÞËÉ" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "ÔÒÅÂÕÅÔÓÑ ÁÒÇÕÍÅÎÔ ÉÍÑ ÆÁÊÌÁ" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: ÆÁÊÌ ÎÅ ÎÁÊÄÅÎ" @@ -660,75 +684,75 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s Ñ×ÌÑÅÔÓÑ ËÌÀÞÅ×ÙÍ ÓÌÏ×ÏÍ ÏÂÏÌÏÞËÉ\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s Ñ×ÌÑÅÔÓÑ ÆÕÎËÃÉÅÊ\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "`%c': ÐÌÏÈÁÑ ËÏÍÁÎÄÁ" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "ÞÉÓÌÏ × ×ÏÓØÍÅÒÉÞÎÏÊ ÓÉÓÔÅÍÅ ÉÓÞÉÓÌÅÎÉÑ" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -742,68 +766,68 @@ msgstr " msgid "Aborting..." msgstr "úÁ×ÅÒÛÁÀ ÒÁÂÏÔÕ..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ:" -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "ÎÅÉÚ×ÅÓÔÎÁÑ ÏÛÉÂËÁ ËÏÍÁÎÄÙ" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "ÏÛÉÂËÁ ÚÁÐÉÓÉ: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: ËÏÍÁÎÄÁ ÎÅ ÎÁÊÄÅÎÁ" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: ÐÌÏÈÏÊ ÉÎÔÅÒÐÒÅÔÁÔÏÒ" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "ÎÅ ÍÏÇÕ ÄÕÂÌÉÒÏ×ÁÔØ fd %d × fd %d" @@ -878,87 +902,97 @@ msgstr " msgid "getcwd: cannot access parent directories" msgstr "" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "ÎÅ ÍÏÇÕ ÄÕÂÌÉÒÏ×ÁÔØ fd %d × fd %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -968,122 +1002,122 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ:" -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: ÈÏÓÔ ÎÅÉÚ×ÅÓÔÅÎ" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1137,109 +1171,114 @@ msgstr " msgid "syntax error: `((%s))'" msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ: `((%s))'" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "ÏÖÉÄÁÌÓÑ `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ ÏËÏÌÏ `%s'" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ: ÎÅÏÖÉÄÁÎÎÙÊ ËÏÎÅà ÆÁÊÌÁ" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "ÏÛÉÂËÁ ÓÉÎÔÁËÓÉÓÁ" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "éÓÐÏÌØÚÕÊÔÅ \"%s\", ÞÔÏÂÙ ÚÁ×ÅÒÛÉÔØÓÑ ÒÁÂÏÔÕ Ó ÏÂÏÌÏÞËÏÊ.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "" @@ -1253,71 +1292,71 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "ÆÁÊÌÏ×ÙÊ ÄÅÓËÒÉÐÔÏÒ ÚÁ ÐÒÅÄÅÌÁÍÉ ÄÏÐÕÓÔÉÍÏÇÏ ÄÉÁÐÁÚÏÎÁ" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: ÎÅ ÍÏÇÕ ÐÅÒÅÐÉÓÁÔØ ÕÖÅ ÓÕÝÅÓÔ×ÕÀÝÉÊ ÆÁÊÌ" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "" -#: redir.c:159 +#: redir.c:160 #, c-format msgid "cannot create temp file for here-document: %s" msgstr "" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "ÏÛÉÂËÁ ÐÅÒÅÎÁÐÒÁ×ÌÅÎÉÑ: ÎÅ ÍÏÇÕ ÄÕÂÌÉÒÏ×ÁÔØ fd" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "ÎÅ ÍÏÇÕ ÎÁÊÔÉ /tmp, ÐÏÖÁÌÕÊÓÔÁ ÓÏÚÄÁÊÔÅ!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp ÄÏÌÖÎÁ ÂÙÔØ ÄÅÊÓÔ×ÉÔÅÌØÎÙÍ ÉÍÅÎÅÍ ÄÉÒÅËÔÏÒÉÉ" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: ÎÅÄÏÐÕÓÔÉÍÁÑ ÏÐÃÉÑ" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "õ ÍÅÎÑ ÎÅÔ ÉÍÅÎÉ!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1327,34 +1366,34 @@ msgstr "" "%s [ÄÌÉÎÎÙÅ ÏÐÃÉÉ Á-ÌÑ `GNU'] [ÏÐÃÉÉ] ...\n" "\t%s [ÄÌÉÎÎÙÅ ÏÐÃÉÉ Á-ÌÑ `GNU'] [ÏÐÃÉÉ] ÆÁÊÌ_ÓÏ_ÓËÒÉÐÔÏÍ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "äÌÉÎÎÙÅ ÏÐÃÉÉ × ÓÔÅÌÅ GNU:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "ïÐÃÉÉ ÏÂÏÌÏÞËÉ:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s ÉÌÉ ÏÐÃÉÑ -o\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1534,82 +1573,77 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÉÍÅÎÎÏÊ ËÁÎÁÌ %s ÄÌÑ ÞÔÅÎÉÑ" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "ÎÅ ÍÏÇÕ ÏÔËÒÙÔØ ÉÍÅÎÎÏÊ ËÁÎÁÌ %s ÄÌÑ ÚÁÐÉÓÉ" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "ÎÅ ÍÏÇÕ ÄÕÂÌÉÒÏ×ÁÔØ fd %d × fd %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: ÐÁÒÁÍÅÔÒ null ÉÌÉ ÎÅ ÕÓÔÁÎÏ×ÌÅÎ" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "ÎÅÔ ÚÁËÒÙ×ÁÀÝÅÇÏ `%c' × %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "ÎÅÔ ÓÏ×ÐÁÄÅÎÉÑ Ó: %s" @@ -1650,103 +1684,123 @@ msgstr " msgid "invalid signal number" msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÎÏÍÅÒ ÓÉÇÎÁÌÁ" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "" @@ -1806,11 +1860,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2153,7 +2207,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:334 @@ -2164,7 +2218,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:346 @@ -2309,10 +2363,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2328,14 +2385,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2350,7 +2407,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2364,7 +2421,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2381,7 +2438,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2394,7 +2451,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2421,7 +2478,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2433,7 +2490,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2474,7 +2531,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2497,7 +2554,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 msgid "" "Exit the shell.\n" " \n" @@ -2505,7 +2562,7 @@ msgid "" " is that of the last command executed." msgstr "" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2514,7 +2571,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2544,7 +2601,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -2556,7 +2613,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2570,7 +2627,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2594,7 +2651,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2616,7 +2673,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2650,7 +2707,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2674,7 +2731,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2691,7 +2748,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2713,7 +2770,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2758,7 +2815,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2790,7 +2847,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2799,7 +2858,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2811,7 +2870,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -2893,7 +2952,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -2913,7 +2972,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -2932,7 +2991,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -2941,7 +3000,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -2951,7 +3011,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -2962,7 +3022,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -2976,11 +3036,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -2989,7 +3050,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3066,7 +3127,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3074,7 +3135,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3086,7 +3147,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3122,7 +3183,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3152,7 +3213,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3196,7 +3257,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3214,7 +3275,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3231,7 +3292,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3245,7 +3306,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3258,7 +3319,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3275,9 +3336,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3295,7 +3356,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3311,7 +3372,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -3322,7 +3383,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3343,7 +3404,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -3354,7 +3415,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -3365,7 +3426,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3379,7 +3440,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -3390,7 +3451,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3404,7 +3465,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3415,7 +3476,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3443,7 +3504,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3497,7 +3558,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3528,7 +3589,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3555,7 +3616,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3584,7 +3645,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3605,7 +3666,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3635,7 +3696,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3657,7 +3718,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -3676,7 +3737,7 @@ msgstr "" " åÓÌÉ ÎÅÏÂÑÚÁÔÅÌØÎÙÊ ÁÒÇÕÍÅÎÔ óìï÷ï ÂÙÌ ÉÓÐÏÌØÚÏ×ÁÎ, ÔÏ ÂÕÄÕÔ " "ÓÇÅÎÅÒÉÒÏ×ÁÎÙ ÔÏÌØËÏ ÓÏ×ÐÁÄÅÎÉÑ Ó óìï÷ï." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3705,7 +3766,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/sk.gmo b/po/sk.gmo index 86c6378ccc23ec102741085c27070854469675ac..6f10d9b97137f5cc32af9b970ace2fb058afd6cb 100644 GIT binary patch delta 5685 zc-l>v33yf25y#I1gn%dzmXJMUBg;$jvXO+m?8y_dkPt!^60(p4ii(2ON~Pttf{0MC zWf7~jN(-eHQG_5^RMeKO6cMPnv|2>PR#7X6U}@Ev{0^VF-}k=%z31LDGiT;MbLPB{ zkGl3Abvf_&4_I&H8sai0MDS)mW9G>HbHh#V)i}nO1i>ajf5D}Kxq=%6qXkb2h6!F4 z93>bKU`)86TTq5frQl$}PQej^^X#|-I_3d8uq^-ue-;cCd|hyu;6=fag4c`{;evr< z`99U+B*8erHo-{2sS`_qF}7x+ZG1|8Z%lju@@ap5Q^>-Oc8w4J|7EWp&tk)IqEw5A~qO{ zy}<}-5)@tL#$a5!G#C$T5{y^F1ZAo@8;n3#2=7OQV30cmLka~W1X~5isp~`dexsnH zFM2{)@oOQh^jruE{X+RLE|gH@+UJT;zHbdh;T@qEx+)Zdwg_G)_;M%)yc&wUPeTd8 z^hKc`m<qRBUhrDM zC&Dp!kKjf_nfG`kat=lkg7cAhXkZlV4~v3h9>EyFYA1>`x+97S4@Ke1C+&xaqKMgtQFvf* zG#-eJW<|x(thicmyx{C;JhEEQPv=LY_;@sW-it<$Ukn^`LSk4+QVbJvV-QptgP@yZ z@Wk(82*th_47(thC+HtbY-?hfH$RrpJs688_F4QW7SfI$4;GB?^?+mMa%1iv4@-9m zrV5_2=qJgYDL65Xn9YyF6HXkS`IW^N;`sh_99-~^XT=lZd2Wu!KqsDb-x9A2k@%mA z#{(DRiD7>+*DW|M0T)k6fNaePxNd#|0+%LW$nO(i{r&_LoK8T2Um|j{67fivphs|J zA_eO?!QqfIP}i<^my+<0P>o9}nJDMW|e#QL0|h%#Th z31LDKCA%vLk35#dLiYn4x=1iuk`&3x^C82%bp6W&R#wTHrxIhsSO{9!lv3 z4_KUr>a(y(Yr8iMzv;gK_G z81QKtmXAnBL0CHMFH6TmOVUZhU#G)?UH19ybUgD#ItGl$Kz@D(S@b<8gP7c#!3v+q zz*YM)$cn#bKqi+gBS{N~V3w9%!3ly7WU|tunXE_$HQmxCpm3(e6%*jV?g^0h!URI< z1Y{BOq%0=-vRLtgEb@9?7K(c;p2?zO4$o#K5!r;UJezqdvLWxbY~-EIrgDzRL2+FU zhAb2;bV>Ysau9HFA{J%J+ae`NF0Nc9I8j}ii%b8Li^m3e@s!(3gE7eq8Ed^5*5PFV zE4|FyYVl<+9(&WP3z7H_&ErK#9s<+zu(Uc45`I6Ayj`D%K?m~i*r$2ckbDHXEw<&u zi8c9rw=Ey89LOgv2NXb7k6@VQe|Z69m|MUH%k2j}1-S4P`}|b_297Mmpp-)DLwg}E zUs#Borwd8nR|_Ha=Y<#=TSSN|idgV1f{qHjr-+qpEW+}`MJRZ`h(a;CmzlG6!}pC__O{8L>ZB zM(i$>LC&E*1XlVGc!!UAu*QeMkNR-w4m*C>$NW=1>j@tUzwu#6`VAOd>&VT0(qPON ztd)WPN?q*|teT9aI|MrfUz&`|qROdg73I|WpO(XcwdHVRYdHmKe>rvITsew^E8teO z#YGh?)Y(!&Avsckf_{~-KB3a~@0FxeXC)I?RZ{z(t)yS*SH*YNRxvNKie0j_ikLT6 zv1iPy!ZVAjAoa?sUOA3=rpl5;aE_8>3Zz;lSfVY}6b$%e3M&byW)G;ShTV&*8Q*U4 z{c6&1Yz@y9HIUhETUT-Y|Z?A=% zn``<0WG#kWsYP+(G{)Pe(O=v2;-zL~z@d^5G%+k$8AYC+M%EpXyc3)%B^3!%uINrN$GCgZmWRw$Qd z60(ak31NJz>>GNtb6TyZ-dininzFx!(zJe%)D+~ zxUL%#zSa$!2h2uM^=#_Kor12lMWaSKJ2XIg5Z4o=vdduN&&_w&^9H}_b<~hQz0JNM zx6181wd57ud2~P4Jyv%w?I_h1YK4nBe)2ofj@h6TRN5NYRi~!|7yfxrn>)E*F4%2n z+^&V){wK3c6WxyAqJFpc&DwWs2Wg+*Fcb^D`WswyRlm7pZ$CB!b&(!FG)S65npXz) zt?%Oz?WvSGR}3lgTRT3*u%(^Vgx1rCq23ntnfrwy*l%eHX^DGU8D?MpLAN=3zgTlg z+f@DEL@jr5p4Khxe#4G&LXSxH`?Y%D({$0mYY%3}-_^!YYc1ogv|vcy!7h^aZLOUy-d{FscgnzPxI8K;dx;tx6qK%PcRKVbsn#fvjHNSH1(aq7& zDCwp3Olwes)+IZp#j>9kLd{$|cH`P@qoSOT>{CDM>3!N>>27AIQ2*36%&-sW?sic7 zLCtSHdh0pf&QG$q)uOg#9rj*3s-GA(FWq5V3|sM4cJyBFX|HeS@AP^||CrK7L4NFeDEzr%#-goNOtN)zZ=TnAO>~;HmL_2B21~ki#t&rc3^=5!} uuNp?z?w#FZ&iJkM`hs@e8ooVfNOn@1C&H6GF*9{%{6yE#onGHl5#IupA9kz& delta 5733 zc-l>v33yf25y#I{Pz;L%kR{1WVv?8Tk^N=oC1ej|gKT6EAt4AYB#2szU~fxRw53ps zqP9(|)CG%mOA#$%TSTn_Qdy*GLCPYvh)63a)mmrrJACGT-+ljk&pl^m&dh)2ob$Hr zah=}da*m7}cCV3Zq|2BP!5c>ybDccz9%}}#g%geO3N8{HCwPzGG{MINqXdr&h6;|D zWXuG?7{M?>zo2|FZGu+`-XIt#c&lw+2Ri0a+pv8S3JwUm1y2cHEjWC#G2;cV5tJqq zH<|tg7MlcP1^Wae1n-}WA=@T1p}z`73!bq!VT#BSoHmG#F*Wj#C=J(5VI~`2s8aM1cj5`bj)%SiVFMQ>ZX6M8-=&KF|^-}L0bh!3+{7cz)?5yzH$?S z&`{b-LdE|&^X^bQuv~DAS{O>lUkUmIUkSxC7eg^{Vi++_4MS0xV76d`V5E)@!@vQ- zk%Di8VffpEqXa(;V?r0g928y=PQx|fu-y}GT^9}qdIe`mR;(5*l=nm8#}dJy2n^^H zY|?%ajC(BtIVU3s#n?z2nn<$19|_m09eMD`!;(nSX?-LEo{z+(yKTo0B8lDbC_E7p zg(r%mm{DgGGhQMXBY0aB9(h7=gpQ9w@!2T!xIE}_qCJo;$HPo2JPc^|AgIfOpdWeg z#7++(Iqbo(K#5bXU~)7u?u};L+Gs-fTr{3IY;i;k1Kkh}rS6=E$^ib2DI3MhvIh-u%m#VL zm(sc~8v)~|VNji5fs$kzuG}n`qb{9>OUL-}n8%N&%KdCK7Wg6KQa^?{ekSm^pK-5S zJnC1EN&G+aGZSwvA98XLSd)vTOL8IM-MQrLKrRNI$i-u$@~k0wgrMBwt$A?b={)-F z%7ZH>@<_`Fne7zK|LW;*V4=m;)9LW&blALaIxhUkzE8@>z?6Ips>-K6d@moDZ^%c^ z-h9&c<9tYcbpeJJ7Z9RFf{xC3O#uRbQ^3srSb*iH3Q%xaAr;YANCm7Zr2m3KLba;U zZoLX|^|nGt_+BBN9bJS$?jpwfi!iLFNc^t~m)Qg1%yA<`iS-!}fhgF_rREF>=P1peLaOj#QR76pq#s*txC*1^Y^f{h1PC7g$P3 z^_D_Xe<^}jmLm9(QtHBvQVic)3YU)A_KT&+xuOh%!^+T`Y;X%P# zRVYm)mE`u-dIKK@2q0& z=&u^|jANdxg5BGy5cEM69!aW}ExE?H8ge}+C^RtdRAYd97BeZE#aggp7A)Uv+mBkD zFq?FoF`M@lvmy0UvsJIe|EN6V=?SPt;;Q*ugG*P}K*sGgc;cNJ6u4^no>5B)UR;a7 zhif6}!CLxXUWZ{*>nz9WXkS;yK4Yt3oaX;4bqqXP2YKA}xG=dMmzCAy>b82)>&|-E zy-83~+w7@F!I%cpu28U4UEV;&+}6MZFEkK}^f`oJrl6y&Y>|g@J)_OR^)JnVOo!)? zW@qjD*haD=q7egf8!@!25ppeWB!rt9Dc$E9S#*3&$n9)`#E!+aP2ztQ)Zaup?XVqB zHxcuIW-Lw+T%~8eW(?Tbi~;XA! znpzQfS1SUZY$f(@wG#6)t?UmX+Nj}++wjb9+fcNt4NiRCM)oAO6N;X8HX8S})4ox# zLb=pV$UII5F>DsRQY&BwhHUI$X0LUSzXv-waD3T8At{`T0j+bX`77sQ@Rqqu=&iYs z@3KxXwUhMj>crqXI;juNKqrFsbi(G3JBeZRJY3Z`55-$8{%;;xQq%>0zYB%iyO`m} z7CqfkUX`@nc;fMHTadcRg7e*jA@4Qr`Q(4;e0Dn5&qwfm77xrPwt+olNlXuhHT2+_ z{vJHIvj-9mUjUiY7NE#kK;3vu(6v5g!gyyu-u|yg8oB?a8+C(;cbjjnm)PM9UT+%m zN11fJA-BryH??H1E@g86SN*QFTHU0}s9NKqjvx3&v}5j<-(PD`4eXNqHCMUt&jT7X zdA>{6S3BY+1O4?sn$=2s+uo-+WS@n2=FhsQ+xK@2#X_&k4KBK*-+XQ#KQaV$r3O&{ zY0$%fZdnZM+c3l?E zFI<{qqpkvS->mDX)?c}2X$~5a^aVp1+-C>QvAEdc@*##ksfPtaio9+}nTPa9WWO)f zLx3(Cx)2PuNK$+eGme&la{hYptAFA}+ zmpfSVEBg-hlVPKzm)0|_LHY;DM%$*v@-i);dVI8P-(KH8A<{X0iL}Zl&o4eNleZhz7Jq1JdUGP?NK@d*~6u&66*mwlE}VSZp(ymWsA;|sEkT%!WD+f7URZs}Xr+ta(KCntPhWa-o4UjrvafBpaf diff --git a/po/sk.po b/po/sk.po index 062a90695..f6542fb2b 100644 --- a/po/sk.po +++ b/po/sk.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2008-04-02 14:45+0100\n" "Last-Translator: Ivan Masár \n" "Language-Team: Slovak \n" @@ -15,78 +15,93 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "chybný index poľa" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: neplatný názov akcie" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: nie je možné priradiÅ¥ nenumerickému indexu" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: nedá sa vytvoriÅ¥: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "bash_execute_unix_command: nedá sa nájsÅ¥ klávesová mapa pre príkaz" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: prvý znak (okrem bielych znakov) nie je „\"“" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "chýba zatvárajúca „%c“ v %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: chýba oddeľovač dvojbodka" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "„%s“: neplatný názov klávesovej mapy" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: nedá sa čítaÅ¥: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "„%s“: nedá sa zruÅ¡iÅ¥ väzba (unbind)" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "„%s“: neznámy názov funkcie" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s nie je zviazaný (bind) s žiadnymi klávesmi.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s je možné vyvolaÅ¥ ako " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "dáva zmysel iba v cykle „for“, „while“ alebo „until“" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -94,308 +109,313 @@ msgid "" " Without EXPR, returns " msgstr "Vracia kontext aktuálneho volania podprocedúry." -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME nebola nastavená" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD nebola nastavená" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: upozornenie: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "príliÅ¡ veľa argumentov" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: voľba vyžaduje argument" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: vyžaduje sa numerický argument" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: nenájdené" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: neplatná voľba" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: neplatný názov voľby" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "„%s“: nie je platný identifikátor" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "neplatné číslo signálu" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "neplatné číslo" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "neplatné číslo" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: neplatné určenie signálu" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "„%s“: nie je pid ani platný Å¡pecifikátor úlohy" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: premenná len na čítanie" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s je mimo rozsahu" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argument" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s mimo rozsahu" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: taká úloha neexistuje" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: riadenie úloh nedostupné" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "riadenie úloh nedostupné" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: obmedzené" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "obmedzené" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: nie je vstavaný príkaz (builtin) shellu" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "chyba zapisovania: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: chyba pri zisÅ¥ovaní aktuálneho adresára: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: nejednoznačné určenie úlohy" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: neplatný názov akcie" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: chýba Å¡pecifikácia dokončovania" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "upozornenie: voľba -F nemusí fungovaÅ¥ tak ako očakávate" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "upozornenie: voľba -C nemusí fungovaÅ¥ tak ako očakávate" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "je možné použiÅ¥ iba vo funkcii" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "nie je možné použiÅ¥ „-f“ pre tvorbu funkcií" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: funkcia iba na čítanie" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: nie je možné takto robiÅ¥ deÅ¡trukciu premenných polí" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "dynamické načítavanie nie je dostupné" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "nedá sa otvoriÅ¥ zdieľaný objekt %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "nemožem nájsÅ¥ %s v zdieľanom objekte %s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: nie je dynamicky načítané" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: nedá sa zmazaÅ¥: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: je adresár" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: nie je obyčajný súbor" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: súbor je príliÅ¡ veľký" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: nie je možné vykonaÅ¥ binárny súbor" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: nedá sa spustiÅ¥: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "toto nie je login shell: použite „exit“" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Existujú zastavené úlohy.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Existujú zastavené úlohy.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "prákaz nenájdený" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "Å¡pecifikácia histórie" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: nedá sa otvoriÅ¥ odkladací súbor: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "úloha %d začala bez riadenia úloh" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: neplatná voľba -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: voľba vyžaduje argument -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "haÅ¡ovanie vypnuté" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: haÅ¡ovacia tabuľka je prázdna\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "posledný príkaz: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Príkazy shellu zodpovedajúce kľúčovému slovu „" msgstr[1] "Príkazy shellu zodpovedajúce kľúčovému slovu „" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -403,22 +423,12 @@ msgstr "" "pre „%s“ neboli nájdené zodpovedajúce témy pomocníka. Skúste „help help“ " "alebo „man -k %s“ alebo „info %s“." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: nedá sa otvoriÅ¥: %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -439,112 +449,154 @@ msgstr "" "Hviezdička (*) vedľa názvu znamená, že príkaz je vypnutý.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "nie je možné použiÅ¥ viac ako jednu z volieb -anrw" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "poloha histórie" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: rozšírenie histórie zlyhalo" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: rozšírenie histórie zlyhalo" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "iné voľby prípustné s „-x“" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: argumenty musia byÅ¥ ID procesov alebo úloh" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Neznáma chyba" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "očakával sa výraz" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: neplatná Å¡pecifikácia popisovača súboru" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: neplatný popisovač súboru: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: neplatná voľba" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: neplatná voľba" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: neplatný názov akcie" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: nie je premenná poľa" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "„%s“: chýba formátovací znak" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "„%c“: neplatný formátovací znak" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: upozornenie: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "chýba hexadecimálna číslica v \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "žiadny iný adresár" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "<žiadny aktuálny adresár>" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "podtečenie zásobníka rekurzie" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Zobrazí zoznam momentálne zapamätaných adresárov. Adresáre\n" +" sa do zoznamu dostávajú príkazom „pushd“; zo zoznamu ich môžete\n" +" vyberaÅ¥ postupne príkazom „popd“.\n" +" \n" +" Voľba -l určuje, že „dirs“ nemá vypisovaÅ¥ skrátené verzie adresárov\n" +" relatívne vzhľadom na váš domovský adresár. To znamená, že\n" +" „~/bin“ sa môže zobraziÅ¥ ako „/homes/bfox/bin“. Voľba -v spôsobí,\n" +" že „dirs“ vypíše zásobník adresárov vo formáte jedna položka na,\n" +" riadok a pred adresár vypíše jej pozíciu v zásobníku. Voľba -p robí\n" +" to sité, ale nepripája pozíciu v zásobníku.\n" +" Voľba -c vyprázdni zásobník adresárov zmazaním vÅ¡etkých položiek.\n" +" \n" +" +N\tzobrazuje N-tú položku počítajúc zľava zoznamu, ktorý zobrazuje\n" +" \tdirs vyvolaný bez volieb, počínajúc nulou.\n" +" \n" +" -N\tzobrazuje N-tú položku počítajúc sprava zoznamu, ktorý zobrazuje\n" +" \tdirs vyvolaný bez volieb, počínajúc nulou." + +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -587,7 +639,7 @@ msgstr "" " \n" " Zásobník adresárov môžete zobraziÅ¥ príkazom „dirs“." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -625,52 +677,42 @@ msgstr "" " \n" " Zásobník adresárov môžete zobraziÅ¥ príkazom „dirs“." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: neplatná Å¡pecifikácia expirácie (timeout)" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "chyba pri čítaní: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" "návrat („return“) je možné vykonaÅ¥ iba z funkcie alebo skriptu vyvolaného " "pomocou „source“" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "nie je možné zároveň zruÅ¡iÅ¥ funkciu a premennú" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: nie je možné zruÅ¡iÅ¥" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: nie je možné zruÅ¡iÅ¥: len na čítanie %s" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: nie je premenná poľa" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: nie je funkcia" @@ -679,20 +721,20 @@ msgstr "%s: nie je funkcia" msgid "shift count" msgstr "posun o" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "nie je možné zároveň nastaviÅ¥ aj zruÅ¡iÅ¥ voľby shellu" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: neplatný názov voľby shellu" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "vyžaduje sa argument názov súboru" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: súbor sa nepodarilo nájsÅ¥" @@ -705,75 +747,75 @@ msgstr "nie je možné suspendovaÅ¥" msgid "cannot suspend a login shell" msgstr "nie je možné suspendovaÅ¥ login shell" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s má alias „%s“\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s je kľúčové slovo shellu\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s je funkcia\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s je vstavaný príkaz (builtin) shellu\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s je %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s je haÅ¡ovaný (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: neplatný argument limitu" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "„%c“: chybný príkaz" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: nedá sa zistiÅ¥ limit: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: nedá sa zmeniÅ¥ limit: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "osmičkové číslo" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "„%c“: neplatný operátor symbolického režimu" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "„%c“: neplatný znak symbolického režimu" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -787,68 +829,68 @@ msgstr "posledný príkaz: %s\n" msgid "Aborting..." msgstr "Ruší sa..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: upozornenie: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "chyba neznámeho príkazu" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "chybný typ príkazu" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "chybný konektor" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "chybný skok" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: neviazaná premenná" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\ačas vyprÅ¡al pri čakaní na vstup: automatické odhlásenie\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "nie je možné presmerovaÅ¥ Å¡tandardný vstup z /dev/null: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: „%c“: neplatný formátovácí znak" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "chyba zapisovania: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: obmedzené: nie jemožné uviesÅ¥ „/“ v názvoch príkazov" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: príkaz nenájdený" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: chybný interpreter" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "nie je možné duplokovaÅ¥ fd %d na fd %d" @@ -923,87 +965,97 @@ msgstr "%s: očakával sa celočíselný výraz" msgid "getcwd: cannot access parent directories" msgstr "getcwd: nie je možné pristupovaÅ¥ k rodičovským adresárom" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "nedá sa resetovaÅ¥ nodelay režim fd %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "nedá sa alokovaÅ¥ nový popisovač súboru pre vstup bashu z fd %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input: bufer už existuje pre nový fd %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "pid %d získaný pomocou fork sa vyskytuje v bežiacej úlohe %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "mažem zastavenú úlohu %d so skupinou procesu %ld" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: taký pid neexistuje" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -1013,68 +1065,68 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: pid %ld nie je dieÅ¥a tohto shellu" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: Neexistuje záznam o procese %ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: úloha %d je zastavená" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: úloha skončila" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: úloha %d už je v pozadí" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: upozornenie: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "v tomto shelli nie je riadenie úloh" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc: zlyhal predpoklad: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1083,54 +1135,54 @@ msgstr "" "\r\n" "malloc: %s:%d: zbabraný predpoklad\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: hostiteľ neznýmy" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc: blok na zozname voľných zaprataný" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: zavolaný s argumentom už uvoľneného bloku" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: zavolaný s argumentom nealokovaného bloku" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free: bolo detekované podtečenie; mh_nbytes mimo rozsahu" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: veľkosti začiatočného a konečného bloku (chunk) sa líšia" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: zavolaný s argumentom nealokovaného bloku" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc: bolo detekované podtečenie; mh_nbytes mimo rozsahu" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: veľkosti začiatočného a konečného bloku (chunk) sa líšia" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: alok. tabuľla je plná s FIND_ALLOC?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: %p už je v tabuľke ako alokovaný?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: %p už je v tabuľke ako voľný?\n" @@ -1184,109 +1236,114 @@ msgstr "chyba syntaxe: neočakávaný „;“ unexpected" msgid "syntax error: `((%s))'" msgstr "chyba syntaxe: „((%s))“" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: chybný typ inÅ¡trukcie %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection: inÅ¡trukcia presmerovania „%d“ mimo rozsahu" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "neočakávaný koniec súboru počas hľadania zodpovedajúceho „%c“" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "neočakávaný koniec súboru počas hľadania „]]“" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "chyba syntaxe v podmienečnom príkaze: neočakávaný token „%s“" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "chyba syntaxe v podmienečnom príkaze" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "neočakávaný token „%s“, očakávalo sa `)'" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "očakávalo sa `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "neočakávaný argument „%s“ podmienečného unárneho operátora" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "neočakávaný argument podmienečného unárneho operátora" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "neočakávaný token „%s“, očakáva sa podmienečný binárny operátor" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "očakáva sa podmienečný binárny operátor" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "neočakávaný argument „%s“ v podmienečnom binárnom operátore" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "neočakávaný argument v podmienečnom binárnom operátore" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "neočakávaný token „%c“ v podmienečnom príkaze" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "neočakávaný token „%s“ v podmienečnom príkaze" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "neočakávaný token %d v podmienečnom príkaze" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "chyba syntaxe neďaleko neočakávaného tokenu „%s“" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "chyba syntaxe neďaleko „%s“" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "chyba syntaxe: neočakávaný koniec súboru" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "chyba syntaxe" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Na opustenie shellu použite „%s“.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "neočakávaný koniec súboru počas hľadania zodpovedajúceho „)“" @@ -1300,71 +1357,71 @@ msgstr "dokončovanie: funkcia „%s“ nebola nájdená" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert: %s: NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: chybný konektor `%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf: „%c“: neplatný formátovací znak" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "popisovač súboru mimo rozsahu" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: nejednoznačné presmerovanie" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: nedá sa prepísaÅ¥ existujúci súbor" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: ombedzené: nie je možné presmerovaÅ¥ výstup" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "nedá sa vytvoriÅ¥ odkladací súbot pre dokument: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port nie je podporovaný bez podpory sietí" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "chyba presmerovania: nedá sa duplikovaÅ¥ fd" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "nenaÅ¡iel sa /tmp, vytvorte ho prosím!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp musí byÅ¥ platný názov adresára" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: neplatná voľba" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Nemám meno!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1373,37 +1430,37 @@ msgstr "" "Použitie:\t%s [GNU dlhá voľba] [voľba] ...\n" "\t%s [GNU dlhá voľba] [voľba] súbor-skriptu ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU dlhé voľby:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Voľby shellu:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD alebo -c príkaz alebo -O krátka_voľba\t\t(iba vyvolanie)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s alebo -o voľba\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Napísaním „%s -c \"help set\"“ získate viac informácií o voľbách shellu.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Napísaním „%s -c help“ získate viac informácií o vstavaných príkazoch " "(builtins) shellu.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Na ohlasovanie chýb použite príkaz „bashbug“.\n" @@ -1584,82 +1641,77 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "chybná substitúcia: chýba „%s“ v %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: nie je možné priradiÅ¥ zoznam položke poľa" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "nedá sa vytvoriÅ¥ rúra pre substitúciu procesov" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "nedá sa vytvoriÅ¥ dieÅ¥a pre substitúciu procesov" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "nedá sa otvoriÅ¥ pomenovaná rúra %s na čítanie" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "nedá sa otvoriÅ¥ pomenovaná rúra %s na zápis" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "nedá sa resetovaÅ¥ nodelay režim fd %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "nedá sa duplikovaÅ¥ pomenovaná rúra %s ako fd %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "nedá sa vytvoriÅ¥ rúra pre substitúciu príkazov" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "nedá sa vytvoriÅ¥ dieÅ¥a pre substitúciu príkazov" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: nedá sa duplikovaÅ¥ rúra ako fd 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parameter je null alebo nenastavený" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: výraz podreÅ¥azca < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: chybná substitúcia" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: nie je možné vykonaÅ¥ priradenie takýmto spôsobom" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "chybná substitúcia: chýba „%s“ v %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "bez zhody: %s" @@ -1700,105 +1752,126 @@ msgstr "chýba „]“" msgid "invalid signal number" msgstr "neplatné číslo signálu" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps: chybná hodnota v trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" "run_pending_traps: obsluha signálu je SIG_DFL, znovu posielam %d (%s) sebe" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: chybný signál %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "chyba pri importe definície funkcie „%s“" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "úroveň shellu (%d) je príliÅ¡ vysoká, nastavujem späť na 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "make_local_variable: v aktuálnom rozsahu sa nenachádza kontext funkcie" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "all_local_variables: v aktuálnom rozsahu sa nenachádza kontext funkcie" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "neplatný znak %d v exportstr %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "žiadne „=“ v exportstr %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "pop_var_context: hlavička shell_variables nie je kontext funkcie" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context: chýba kontext global_variables" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "pop_scope: hlavička shell_variables nie je dočasný rozsah prostredia" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright (C) 2006 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: nedá sa alokovaÅ¥ %lu bajtov (%lu bajtov alokovaných)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: nedá sa alokovaÅ¥ %lu bajtov" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: nedá sa realokovaÅ¥ %lu bajtov (%lu bajtov alokovaných)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: nedá sa alokovaÅ¥ %lu bajtov" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %s:%d: nedá sa alokovaÅ¥ %lu bajtov (%lu bajtov alokovaných)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: %s:%d: nedá sa alokovaÅ¥ %lu bajtov" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "xrealloc: %s:%d: nedá sa realokovaÅ¥ %lu bajtov (%lu bajtov alokovaných)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: %s:%d: nedá sa alokovaÅ¥ %lu bajtov" @@ -1858,11 +1931,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2239,6 +2312,7 @@ msgstr "" " v tvare, ktorý je možné znova použiÅ¥ ako vstup." #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2246,8 +2320,10 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Pokračuje v nasledujúcej iterácii cyklu FOR, WHILE alebo UNTIL.\n" +"Ak je uvedené N, pokračovaÅ¥ v ďalÅ¡ej iterácii slučky o N úrovní vyššej." #: builtins.c:334 #, fuzzy @@ -2258,7 +2334,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Pokračuje v nasledujúcej iterácii cyklu FOR, WHILE alebo UNTIL.\n" "Ak je uvedené N, pokračovaÅ¥ v ďalÅ¡ej iterácii slučky o N úrovní vyššej." @@ -2424,10 +2500,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2467,14 +2546,14 @@ msgstr "" " Pomocou „+“ namiesto „-“ sa vypína daný atribút. Keď sa použije vo\n" " funkcii, spôsobí lokálnosÅ¥ NÁZVOV ako pri príkaze „local“ command." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2489,7 +2568,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 #, fuzzy msgid "" "Write arguments to the standard output.\n" @@ -2504,7 +2583,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2539,7 +2618,7 @@ msgstr "" " Voľbou -E môžete explicitne vypnuÅ¥ interpretáciu vyššie \n" " uvedených znakov." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2552,7 +2631,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2579,7 +2658,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2591,7 +2670,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 #, fuzzy msgid "" "Parse option arguments.\n" @@ -2662,7 +2741,7 @@ msgstr "" " Getopts normálne spracúva pozičné parametre ($0 - $9), ale ak je\n" " zadaných viac argumentov, spracuje tieto." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2685,7 +2764,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2696,7 +2775,7 @@ msgstr "" "UkončiÅ¥ shell so stavom N. Ak sa N vynechá, stav sa nastaví\n" " podľa stavu posledného vykonaného príkazu." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2705,7 +2784,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 #, fuzzy msgid "" "Display or execute commands from the history list.\n" @@ -2757,7 +2836,7 @@ msgstr "" "opätovne\n" " vykonáte posledný príkaz." -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2772,7 +2851,7 @@ msgstr "" "Dá JOB_SPEC do popredia a urobí ju aktuálnou úlohou. Ak JOB_SPEC\n" " nie je prítomná, použije sa aktuálna úloha shellu." -#: builtins.c:746 +#: builtins.c:749 #, fuzzy msgid "" "Move jobs to the background.\n" @@ -2789,7 +2868,7 @@ msgstr "" "Dá každú JOB_SPEC do pozadia, ako keby bola spustená s „&“. Ak\n" " JOB_SPEC nie je prítomná, použije sa aktuálna úloha shellu." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2813,7 +2892,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2835,7 +2914,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 #, fuzzy msgid "" "Display or manipulate the history list.\n" @@ -2890,7 +2969,7 @@ msgstr "" " as a format string for strftime(3) to print the time stamp associated\n" " with each displayed history entry. No time stamps are printed otherwise." -#: builtins.c:845 +#: builtins.c:848 #, fuzzy msgid "" "Display status of jobs.\n" @@ -2923,7 +3002,7 @@ msgstr "" " po tom, ako každá zo Å¡pecifikácií úloh, ktoré sú uvedené v ARGS,\n" " boli nahradené ID procesu lídra skupiny procesov danej úlohy." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2940,7 +3019,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 #, fuzzy msgid "" "Send a signal to a job.\n" @@ -2970,7 +3049,7 @@ msgstr "" " ID úlohy okrem ID procesu a ak dosiahnete limi tprocesov, ktoré\n" " môžete vytvoriÅ¥, nemusíte spúšťaÅ¥ proces na ukončenie iného." -#: builtins.c:914 +#: builtins.c:917 #, fuzzy msgid "" "Evaluate arithmetic expressions.\n" @@ -3053,7 +3132,7 @@ msgstr "" " \n" " Ak sa posledný ARG vuhodnotí na 0, let vráti 1; 0 inak sa vráti 0." -#: builtins.c:959 +#: builtins.c:962 #, fuzzy msgid "" "Read a line from the standard input and split it into fields.\n" @@ -3086,7 +3165,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3124,7 +3205,7 @@ msgstr "" " nula ak sa nenarazí na znak konca súboru, čítanie nevyprší alebo sa " "ako argument voľby -u nezadá neplatný popisovač súboru." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3136,7 +3217,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 #, fuzzy msgid "" "Set or unset values of shell options and positional parameters.\n" @@ -3295,7 +3376,7 @@ msgstr "" " premenným $1, $2, .. $n. Ak nie sú zadané žiadne ARGumenty, vÅ¡etky\n" " premenné shellu sa vypíšu." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3315,7 +3396,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3334,7 +3415,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3343,7 +3424,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3353,7 +3435,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3364,7 +3446,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 #, fuzzy msgid "" "Execute commands from a file in the current shell.\n" @@ -3382,11 +3464,12 @@ msgstr "" " obsahujúceho SÚBOR sa použijú cesty z $PATH. Ak sú zadané nejaké\n" " ARGUMENTY, použijú sa ako pozičné argumenty pri vykonaní SÚBORu." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3395,7 +3478,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3542,7 +3625,7 @@ msgstr "" " nerovná, je menší, menší alebo rovný, väčší, väčší alebo rovný ako\n" " ARG2." -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3553,7 +3636,7 @@ msgstr "" "Toto je synonymum vsatavanej funkcie „test“, ale posledný\n" " argument musí byÅ¥ literál „]“, ktorý uzatvára otvárajúcu „[“." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3565,7 +3648,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 #, fuzzy msgid "" "Trap signals and other events.\n" @@ -3616,7 +3699,7 @@ msgstr "" " názvov signálov a ich zodpovedajúce čísla. Majte na pamäti, že signál\n" " je možné shellu poslaÅ¥ príkazom „kill -signal $$“." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3646,7 +3729,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 #, fuzzy msgid "" "Modify shell resource limits.\n" @@ -3723,7 +3806,7 @@ msgstr "" " násobkoch 1024 bajtov okrem -t, ktorý je v sekundách, -p, ktorý je v\n" " násobkoch 512 bajtov a -u, čo znamená neobmedzený počet procesov." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3741,7 +3824,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3758,7 +3841,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 #, fuzzy msgid "" "Wait for process completion and return exit status.\n" @@ -3778,7 +3861,7 @@ msgstr "" " byÅ¥ ID procesu alebo určenie úlohy; ak je určená úloha, čaká sa\n" " na ukončenie vÅ¡etkých procesov v rúre úlohy." -#: builtins.c:1466 +#: builtins.c:1473 #, fuzzy msgid "" "Execute commands for each member in a list.\n" @@ -3796,7 +3879,7 @@ msgstr "" " Pre každý prvok v SLOVÁch sa NÁZOV nastaví na hodnotu položky a\n" " vykonajú sa PRÍKAZY." -#: builtins.c:1480 +#: builtins.c:1487 #, fuzzy msgid "" "Arithmetic for loop.\n" @@ -3822,10 +3905,10 @@ msgstr "" " VÝR1, VÝR2 a VÝR3 sú aritmetické výrazy. Ak sa vykoná ktorýkoľvek\n" " výraz, chovanie je ako by sa vyhodnotil na 1." -#: builtins.c:1498 +#: builtins.c:1505 #, fuzzy msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3853,7 +3936,7 @@ msgstr "" " na NULL. Načítaný riadok sa uloží do premennej ODPOVEĎ. PRÍKAZY\n" " sa vykonajú po každom výbere až kým sa nevykoná príkaz break." -#: builtins.c:1519 +#: builtins.c:1526 #, fuzzy msgid "" "Report time consumed by pipeline's execution.\n" @@ -3875,7 +3958,7 @@ msgstr "" " zhrnutie časov v mierne odliÅ¡nom formáte. Ten použuje pre\n" " formátovanie výstupu premennú TIMEFORMAT." -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -3889,7 +3972,7 @@ msgstr "" "Selektívne vykonávaÅ¥ PRÍKAZY na základe toho, či SLOVO zodpovedá VZORu.\n" " „|“ sa použije na oddelenie viacerých vzorov." -#: builtins.c:1548 +#: builtins.c:1555 #, fuzzy msgid "" "Execute commands based on conditional.\n" @@ -3921,7 +4004,7 @@ msgstr "" " posledného vykonaného príkazu alebo nula ak sa žiadna podmienka\n" " nevyhodnotila na pravdu." -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -3935,7 +4018,7 @@ msgstr "" "RozbaliÅ¥ a vykonávaÅ¥ PRÍKAZY pokým posledný príkaz medzi PRÍKAZMI\n" " „while“ nemá návratovú hodnotu nula." -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -3949,7 +4032,7 @@ msgstr "" "RozbaliÅ¥ a vykonávaÅ¥ PRÍKAZY pokým posledný príkaz medzi PRÍKAZMI\n" " „until“ nemá nenulovú návratovú hodnotu." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3963,7 +4046,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -3977,7 +4060,7 @@ msgstr "" "SpustiÅ¥ množinu príkazov v skupine. Toto je jeden zo spôsobov ako\n" " presmerovaÅ¥ celú možinu príkazov." -#: builtins.c:1615 +#: builtins.c:1622 #, fuzzy msgid "" "Resume job in foreground.\n" @@ -3997,7 +4080,7 @@ msgstr "" " sa umiestni do pozadia, ako keby bola Å¡pecifikácia úlohy zadaná ako\n" " argument príkazu „bg“." -#: builtins.c:1630 +#: builtins.c:1637 #, fuzzy msgid "" "Evaluate arithmetic expression.\n" @@ -4011,7 +4094,7 @@ msgstr "" "VÝRAZ sa vyhodnotí podľa pravidiel aritmetického vyhodnocovania.\n" " Ekvivalentné s „let VÝRAZ“." -#: builtins.c:1642 +#: builtins.c:1649 #, fuzzy msgid "" "Execute conditional command.\n" @@ -4055,7 +4138,7 @@ msgstr "" " && a || nevyhodnocujú VÝR2 ak hodnota VÝR1 postačuje na určenie\n" " hodnoty výrazu." -#: builtins.c:1668 +#: builtins.c:1675 #, fuzzy msgid "" "Common shell variable names and usage.\n" @@ -4159,7 +4242,7 @@ msgstr "" " HISTIGNORE\tBodkočiarkami oddelený zoznam vzoriek, ktoré\n" " \t\tsa používajú na rozhodovanie, či sa príkaz uloží do histórie.\n" -#: builtins.c:1725 +#: builtins.c:1732 #, fuzzy msgid "" "Add directories to stack.\n" @@ -4208,7 +4291,7 @@ msgstr "" " \n" " Zásobník adresárov môžete zobraziÅ¥ príkazom „dirs“." -#: builtins.c:1759 +#: builtins.c:1766 #, fuzzy msgid "" "Remove directories from stack.\n" @@ -4252,7 +4335,7 @@ msgstr "" " \n" " Zásobník adresárov môžete zobraziÅ¥ príkazom „dirs“." -#: builtins.c:1789 +#: builtins.c:1796 #, fuzzy msgid "" "Display directory stack.\n" @@ -4299,7 +4382,7 @@ msgstr "" " -N\tzobrazuje N-tú položku počítajúc sprava zoznamu, ktorý zobrazuje\n" " \tdirs vyvolaný bez volieb, počínajúc nulou." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4320,7 +4403,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 #, fuzzy msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" @@ -4361,7 +4444,7 @@ msgstr "" " vstup shellu. Ak je daná voľba -v, výstup sa umiestni do hodnoty\n" " premennej shellu VAR namiesto vypísania na Å¡tandardný výstup." -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -4383,7 +4466,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -4401,7 +4484,7 @@ msgstr "" "parameter\n" " SLOVO, tvoria sa zhody so SLOVOm." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -4430,7 +4513,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/sv.gmo b/po/sv.gmo index 7ef07b064585ddb3467f69aa8958e8a029b6c9f2..c18994ea20e2e9f213a817137cac3ff7a5f4e91a 100644 GIT binary patch delta 1879 zc-nQ9TWm~G6oz-{Xy@*nndzLP+Ho&swAG8c6r=9yRw~kp+XGEJkhBjaWJClJ5=_J; z-b8p1#E|fSco0oAghV3l9?+mKB0{|Q*ZeEdNSw@>Z}#46ueJBT*5323=6X%~jh%nO z;8~4#DBhj{#-zbr9+P{z3XHMA9pE(ZFc<~9K`;0kw7^eb9Q*~wK&y}}153dMun1fW zmVg~#L_!_o4|858+)_R+WZ)0rVDKmCf?h8Jjr4MSnzomE>1VU{?*xZ|N4yMtS^MvU zVeombjji^o!EbN~X#0!_f=MtT0l+a}n~w|It2_lx5y#+2u-8XF0lzVRS)iW*E5HCa z+t0wulY@79JDFvcyJWhsO@%}_IqqD_@qrg z*K9iOwyDG`n?>8Fb_Ee`WJHAXYts=0nQ zWzkNEvS^#4TtJ8N2slanfn&k+3mq63V-8DV3@|Rnh0Rbl$5<1a!7@ofj7pr1asG91 z2KWe^FUl2B>K1UFYz!O?-UaI=_eD8{(xx=d02Ogc-v}1VMG>dtt~iVCc$`&xL)&-a zbod?|FVZ?(V6{W(Qw|krc39k-9HwZW!-bv65&1vwa3@zCrl8xQgfG>>Z-)!?y9|(U z*`IWI12(uEpRa6l>2I4$B@ejtd)DO*dPVsK42TqENMN4%`-r@fTRB3D@#Y&&sFg}q zn>m@=oLEJ{j8Sh-@_8T6Xlc| z-cO@-e3Vk|DmgTZ3^OV9C)Z1PKVOmw$=(XXx}A=S%B5qe;ZYSq5^B6aStkW;sQyCj ztNv#z4TfbP_g9nDul6UEV>2ZMiBzLuaWxwr1F6`QT1-*a7#4~=la+^aJnKLuaInj3FC5<(;CSx?oXwKrF>*FK9}-mTpswcOFcJT>ixxKB>r_-yx|1pY7%s0W+6cZT?xLh)*kdE z=O#7?^E9?pOGy3)O!P* zIv{!z43>#5++g6&kw}j65gQOPP-^CkRCiv<<#p}X4(=paKS9p0kgqhSb(Kb^z zNS9_pv$sfCzpZFfr7XOuw?o)jGbY?-Y!Y5~jefiBH9qHx*50eaKGrF0kUCy7zS8Sd zWb(6x#nq(+BWx10Od@BTEWFb?nvDTtzSv!nAL`U>$yIM(xp~8y4Xbn2#lFyq@=)W1 fY___gKG!h0*jc%(tR%ASiAZl>sH%7+xwZU%FUF+R diff --git a/po/sv.po b/po/sv.po index 20b7e6d0d..f43785b70 100644 --- a/po/sv.po +++ b/po/sv.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 3.0\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2005-12-28 16:48+0100\n" "Last-Translator: Daniel Nylander \n" "Language-Team: Swedish \n" @@ -15,408 +15,418 @@ msgstr "" "Content-Type: text/plain; charset=utf-8\n" "Content-Transfer-Encoding: 8bit\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: ogiltigt Ã¥tgärdsnamn" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: kan inte skapa: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: kan inte läsa: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, fuzzy, c-format msgid "%s can be invoked via " msgstr "%s kan startas via %s." -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" -#: builtins/caller.def:134 +#: builtins/caller.def:133 msgid "" "Returns the context of the current subroutine call.\n" " \n" " Without EXPR, returns " msgstr "" -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME inte inställd" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: varning: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "för mÃ¥nga argument" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: flagga kräver ett argument" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: inte funnen" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: ogiltig flagga" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: ogiltigt flaggnamn" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "\"%s\": inte en giltig identifierare" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "ogiltigt nummer" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "ogiltigt nummer" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "ogiltigt nummer" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: skrivskyddad variabel" -#: builtins/common.c:241 +#: builtins/common.c:243 #, fuzzy, c-format msgid "%s: %s out of range" msgstr "UTANFÖR OMRÅDET" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argument" -#: builtins/common.c:243 +#: builtins/common.c:245 #, fuzzy, c-format msgid "%s out of range" msgstr "UTANFÖR OMRÅDET" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: inget sÃ¥dant jobb" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: ingen jobbkontroll" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "ingen jobbkontroll" -#: builtins/common.c:271 +#: builtins/common.c:273 #, fuzzy, c-format msgid "%s: restricted" msgstr "Begränsat" -#: builtins/common.c:273 +#: builtins/common.c:275 #, fuzzy msgid "restricted" msgstr "Begränsat" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "skrivfel: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: ogiltigt Ã¥tgärdsnamn" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "varning: flaggan -F kanske inte fungerar som du förväntar" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "varning: flaggan -C kanske inte fungerar som du förväntar" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "kan endast användas i en funktion" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: skrivskyddad funktion" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: inte dynamiskt inläst" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: kan inte ta bort: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: är en katalog" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: inte en vanlig fil" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: fil är för stor" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: kan inte starta binärfil" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: kan inte starta: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Det finns stoppade jobb.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Det finns stoppade jobb.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "inget kommando hittades" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: kan inte öppna temporärfil: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "jobb %d startad utan jobbkontroll" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: ogiltig flagga -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: flagga kräver ett argument -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "senaste kommando: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "" msgstr[1] "" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." msgstr "" -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: kan inte öppna: %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Copyright (C) 2004 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -428,111 +438,135 @@ msgid "" "\n" msgstr "" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "kan inte använda mer än en av -anrw" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: ogiltig tjänst" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Okänt fel" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 #, fuzzy msgid "expression expected" msgstr "Förväntade uttryck" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: ogiltig flagga" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: ogiltig flagga" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "Ogiltigt aliasnamn" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 msgid "empty array variable name" msgstr "" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "\"%s\": formattecken saknas" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "\"%c\": ogiltigt formattecken" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: varning: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "ingen annan katalog" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 msgid "directory stack index" msgstr "" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:705 msgid "" "Adds a directory to the top of the directory stack, or rotates\n" " the stack, making the new top of the stack the current working\n" @@ -557,7 +591,7 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 msgid "" "Removes entries from the directory stack. With no arguments, removes\n" " the top directory from the stack, and changes to the new top directory.\n" @@ -578,50 +612,40 @@ msgid "" " The `dirs' builtin displays the directory stack." msgstr "" -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "läsfel: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: inte en funktion" @@ -630,20 +654,20 @@ msgstr "%s: inte en funktion" msgid "shift count" msgstr "" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: fil inte hittad" @@ -656,75 +680,75 @@ msgstr "" msgid "cannot suspend a login shell" msgstr "" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s är en funktion\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s är %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "\"%c\": felaktigt kommando" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "oktalt nummer" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -738,68 +762,68 @@ msgstr "senaste kommando: %s\n" msgid "Aborting..." msgstr "Avbryter..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: varning: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "okänt kommandofel" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIDSFORMAT: \"%c\": ogiltigt formattecken" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "skrivfel: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: kommando hittades inte" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: felaktig tolk" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "" @@ -874,87 +898,97 @@ msgstr "Förväntade uttryck" msgid "getcwd: cannot access parent directories" msgstr "" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -964,122 +998,122 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: jobb har avslutats" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: jobb %d redan i bakgrund" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: varning: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "ingen jobbkontroll i detta skal" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" "malloc: %s:%d: assertion botched\r\n" msgstr "" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: okänd värd" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "" @@ -1133,109 +1167,114 @@ msgstr "syntaxfel: \";\" oväntad" msgid "syntax error: `((%s))'" msgstr "syntaxfel: \"((%s))\"" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "förväntade `)'" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "" -#: parse.y:4543 +#: parse.y:5199 #, fuzzy, c-format msgid "syntax error near `%s'" msgstr "Syntaxfel nära \"%1\"" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "syntaxfel" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Använd \"%s\" för att lämna skalet.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "" @@ -1249,71 +1288,71 @@ msgstr "" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "" -#: redir.c:159 +#: redir.c:160 #, c-format msgid "cannot create temp file for here-document: %s" msgstr "" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port stöds inte utan nätverk" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "kunde inte hitta /tmp, vänligen skapa den!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp mÃ¥ste vara ett giltigt katalognamn" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: ogiltig flagga" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Jag har inget namn!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1322,35 +1361,35 @@ msgstr "" "Användning:\t%s [GNU lÃ¥ng flagga] [flagga] ...\n" "\t%s [GNU lÃ¥ng flagga] [flagga] skriptfil ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU lÃ¥nga flaggor:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Skalflaggor:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD eller -c kommando eller -O shopt_option\t\t(endast anrop)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s eller -o flagga\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "Skriv \"%s -c \"help set\"\" för mer information om skalflaggor.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Skriv \"%s -c help\" för mer information om skalets inbyggda kommandon.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Använd kommandot \"bashbug\" för att rapportera buggar.\n" @@ -1531,82 +1570,77 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "" -#: subst.c:4494 -#, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "" -#: subst.c:5226 +#: subst.c:5310 #, fuzzy, c-format msgid "%s: parameter null or not set" msgstr "parameter är tom eller inte satt" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "" -#: subst.c:7138 +#: subst.c:7440 #, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "ingen match: %s" @@ -1649,103 +1683,124 @@ msgstr "saknar \"]\"" msgid "invalid signal number" msgstr "" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright (C) 2004 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "" @@ -1805,11 +1860,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2151,7 +2206,7 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:334 @@ -2162,7 +2217,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" #: builtins.c:346 @@ -2303,10 +2358,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2322,14 +2380,14 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2344,7 +2402,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2358,7 +2416,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2375,7 +2433,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2388,7 +2446,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2415,7 +2473,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2427,7 +2485,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 msgid "" "Parse option arguments.\n" " \n" @@ -2468,7 +2526,7 @@ msgid "" " encountered or an error occurs." msgstr "" -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2491,7 +2549,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 msgid "" "Exit the shell.\n" " \n" @@ -2499,7 +2557,7 @@ msgid "" " is that of the last command executed." msgstr "" -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2508,7 +2566,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 msgid "" "Display or execute commands from the history list.\n" " \n" @@ -2538,7 +2596,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:731 +#: builtins.c:734 msgid "" "Move job to the foreground.\n" " \n" @@ -2550,7 +2608,7 @@ msgid "" " Status of command placed in foreground, or failure if an error occurs." msgstr "" -#: builtins.c:746 +#: builtins.c:749 msgid "" "Move jobs to the background.\n" " \n" @@ -2564,7 +2622,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2588,7 +2646,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2610,7 +2668,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 msgid "" "Display or manipulate the history list.\n" " \n" @@ -2644,7 +2702,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:845 +#: builtins.c:848 msgid "" "Display status of jobs.\n" " \n" @@ -2668,7 +2726,7 @@ msgid "" " If -x is used, returns the exit status of COMMAND." msgstr "" -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -2685,7 +2743,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 msgid "" "Send a signal to a job.\n" " \n" @@ -2707,7 +2765,7 @@ msgid "" " Returns success unless an invalid option is given or an error occurs." msgstr "" -#: builtins.c:914 +#: builtins.c:917 msgid "" "Evaluate arithmetic expressions.\n" " \n" @@ -2752,7 +2810,7 @@ msgid "" " If the last ARG evaluates to 0, let returns 1; let returns 0 otherwise.." msgstr "" -#: builtins.c:959 +#: builtins.c:962 msgid "" "Read a line from the standard input and split it into fields.\n" " \n" @@ -2784,7 +2842,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -2793,7 +2853,7 @@ msgid "" " or an invalid file descriptor is supplied as the argument to -u." msgstr "" -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -2805,7 +2865,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 msgid "" "Set or unset values of shell options and positional parameters.\n" " \n" @@ -2887,7 +2947,7 @@ msgid "" " Returns success unless an invalid option is given." msgstr "" -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -2907,7 +2967,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -2926,7 +2986,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -2935,7 +2995,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -2945,7 +3006,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -2956,7 +3017,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 msgid "" "Execute commands from a file in the current shell.\n" " \n" @@ -2970,11 +3031,12 @@ msgid "" " FILENAME cannot be read." msgstr "" -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -2983,7 +3045,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3060,7 +3122,7 @@ msgid "" " false or an invalid argument is given." msgstr "" -#: builtins.c:1284 +#: builtins.c:1291 msgid "" "Evaluate conditional expression.\n" " \n" @@ -3068,7 +3130,7 @@ msgid "" " be a literal `]', to match the opening `['." msgstr "" -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3080,7 +3142,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 msgid "" "Trap signals and other events.\n" " \n" @@ -3116,7 +3178,7 @@ msgid "" "given." msgstr "" -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3146,7 +3208,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 msgid "" "Modify shell resource limits.\n" " \n" @@ -3190,7 +3252,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3208,7 +3270,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3225,7 +3287,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 msgid "" "Wait for process completion and return exit status.\n" " \n" @@ -3239,7 +3301,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1466 +#: builtins.c:1473 msgid "" "Execute commands for each member in a list.\n" " \n" @@ -3252,7 +3314,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1480 +#: builtins.c:1487 msgid "" "Arithmetic for loop.\n" " \n" @@ -3269,9 +3331,9 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1498 +#: builtins.c:1505 msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3289,7 +3351,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1519 +#: builtins.c:1526 msgid "" "Report time consumed by pipeline's execution.\n" " \n" @@ -3305,7 +3367,7 @@ msgid "" " The return status is the return status of PIPELINE." msgstr "" -#: builtins.c:1536 +#: builtins.c:1543 msgid "" "Execute commands based on pattern matching.\n" " \n" @@ -3316,7 +3378,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1548 +#: builtins.c:1555 msgid "" "Execute commands based on conditional.\n" " \n" @@ -3337,7 +3399,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1565 +#: builtins.c:1572 msgid "" "Execute commands as long as a test succeeds.\n" " \n" @@ -3348,7 +3410,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1577 +#: builtins.c:1584 msgid "" "Execute commands as long as a test does not succeed.\n" " \n" @@ -3359,7 +3421,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -3373,7 +3435,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 msgid "" "Group commands as a unit.\n" " \n" @@ -3384,7 +3446,7 @@ msgid "" " Returns the status of the last command executed." msgstr "" -#: builtins.c:1615 +#: builtins.c:1622 msgid "" "Resume job in foreground.\n" " \n" @@ -3398,7 +3460,7 @@ msgid "" " Returns the status of the resumed job." msgstr "" -#: builtins.c:1630 +#: builtins.c:1637 msgid "" "Evaluate arithmetic expression.\n" " \n" @@ -3409,7 +3471,7 @@ msgid "" " Returns 1 if EXPRESSION evaluates to 0; returns 0 otherwise." msgstr "" -#: builtins.c:1642 +#: builtins.c:1649 msgid "" "Execute conditional command.\n" " \n" @@ -3437,7 +3499,7 @@ msgid "" " 0 or 1 depending on value of EXPRESSION." msgstr "" -#: builtins.c:1668 +#: builtins.c:1675 msgid "" "Common shell variable names and usage.\n" " \n" @@ -3491,7 +3553,7 @@ msgid "" " \t\tcommands should be saved on the history list.\n" msgstr "" -#: builtins.c:1725 +#: builtins.c:1732 msgid "" "Add directories to stack.\n" " \n" @@ -3522,7 +3584,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1759 +#: builtins.c:1766 msgid "" "Remove directories from stack.\n" " \n" @@ -3549,7 +3611,7 @@ msgid "" " change fails." msgstr "" -#: builtins.c:1789 +#: builtins.c:1796 msgid "" "Display directory stack.\n" " \n" @@ -3578,7 +3640,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -3599,7 +3661,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" " \n" @@ -3629,7 +3691,7 @@ msgid "" " error occurs." msgstr "" -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -3651,7 +3713,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 msgid "" "Display possible completions depending on the options.\n" " \n" @@ -3664,7 +3726,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -3693,7 +3755,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/tr.gmo b/po/tr.gmo index 357831d4224b828eff40d98a8376f97d21de6e2f..59d6665c9d255245e4d1823b2f0e507c7c268e66 100644 GIT binary patch delta 5681 zc-l>v33yc1702%=OTdKy(d-MEBqSlrWKUp{$xId@3E9ZL3?#t?S%g|!T3bg8MT$kR zY)VD2qG%CX3shRQSlWmMg=z)2LJ=ycrBW3Xiq)Qz-{mv!``-6|@4k1>J?DS6``*fz z9q;dR1dfdvvc||U(qT-L;G7_1ZkFrkgU!IvcD*sFg6)E11Q!cV5?m*kAow@I7{LpI zA%dZy#>5Jy3CfVE5gZ}dCpcPgt{o460khT)Yzt+9KMO_+z9~3L@Vwwy!J%OyTrfP0 z_p>Zc7EBhLE*LMkGz>+yhGEc)f=Pl$Ee;7c<~qR%0~j#ID;F6u&>D^ErgnzYsS_}-#61-M5jN!%m1#<*<#lXymF(^1J79Yn876}#zIt3TRqSzY2s|25p zMd96oR|_79#gMmRS?7b;00Upd66M3=&@4L+-`5M)NjA(9^vV72gue>GFUMh_PXeG# z--~D7Q}M{z7mo`*jfbIOPNF}?NsPG!69wx6PSWTOCll5?p>n%@@nt7IJMDyl5eYDm zlz>IP1T3x-94~lN0*u@*7^L$PSopOB);XELIzfrVSRg79OVSgWFewp1<%tNIlL!+} zB;txai757&V6otsBz#++#Ju@QxbDFunAl_Sqa=d%y78cA`~U+1Gm8teVmwj0OE63D zh{YgD?mWSX$@px3GE4-LVdi0re@N#2HAMV>Bn1Y} zr{KdYMcp*Paj8&Tn@X^Crb6BPR0J+gMUf{{iTeIj7C4^D0zngyQ!oKWW(v9l@0&ou zdR{PC^Z)$`_~P>kWWjKmRVWypM)0(xp~$>6Cf=C_6Pwd`e@7aH=r3vb`i!86GGC?P z!qjw1_RMq`*_4i<{el5alauMB%h_~%eJLGRgk)e@UIq)*XQ1d!f|CWmn}H%PX28Uu z3=}<+LE2r+K(VVc3EIp|o>vRzYH!ID{>!y+$bd)i^-L%m*fI$pE)uL1+%O5t|2c_h9qUHXEH{Fx+%PoHjZas*iT;glD1XL2Kj?MUlVZx!RymBlEuwU{95FUDsVi&-eF1lOgOkS%p37&5_QB^qEWf6V1)OD2TUbUgwwGb~ z_XLNjVr95&a~X>6EyLo|7RQz&*HexnE#(xf1?4=yyF7qzpDxGp9w{NIWN^h z^}lO*KcWsSufv7&1Se`wsMEqF{(qwmABWUaP*1JD zu7UT98(65XftXru$N$&>lcyUn>_P+UMKww=YW_Dj5=1i_q3Q>Xyttwf-|c85UEXR$ z^K*h_+D@m@v~HhvhuvgD zsGk_P!B5oB@spP8{FLggehdlh_p_1s#E-?v)4BIsTr-`G#VZ!SnhtfY8TP+`#lE*?SUb|uFB}R7k5~OeR zV(ExJGq8s&>O--+`tbc0LB}d@$k@PdRBinbSAOLDpTU%s=9}XM1Fw3#YT$lgvu_CT zD*NmP4O`VpqfS3KBOqU65MdsJ}(N5gjn=G-6a`gX&t=f*kA;9@Nd9TrU;8 z(a!j`)=B$MW{Kvb9iL|?{(5w3L)Y?W@82@eqsNtoJiNTV`NCfQ%kcSnr+$8DAJq+= zI?d3q*9>Ar^HA&PB}0llX2&(3v^bp7Akpe%2yO46x#tYNct-<4OWZTs-0j0(%K2Y= zeU~PuCaTt3)!f1Nv{t1RhI;(Eej?fTS7}SsJ(}i}?#u1?dvg9qe*$5zIc~>;?Y-G+ zNVqcl;B7%l+tYsF9n zwWRLTMx!5}+VM2c?fi6$TP0A5+>+ z<@~#DHue9HmTF`FWNK&At(i6=Ex}qvb=z*(Tn-b1wp&?0vbb4G_T>c~gVqnTW5Z?e zjNnh@yxH*m{(yEWIe%?vGI}hK^ZWL?Pd6F*=hWUGG4zx-?fn5c_Zv1Py>@Jw?gjN? th;9bejgDt`+<5(opdHPz`y)mcrf0k2T!jv33yc1702(0Ae+h(&Avb~S%ze?l7wWkO%lK)WFspiAqljAN}!09RP3t?T3ZNM z5TO-X#07~^XAlk z*P6Fn&WSNsKV;-L!evaD;F6)n%$57YqfGyA-i^k11m_Em5nLyjEBK^fjNnPZ2*II& z#smn)2}TO~1m%@!5gaCXo8V}{yX^RC&@oTgfjxn2@UCFE;Az3@1qTNiGgj~hK^Za$ zLCi0**d!P)xKMDs;D#U+*&T#Ie-MlnJYz8+SY!$2_M>A=jof%;U~Vv$tPe);^MbO* z92N`}JQa*$t`HQ83}M4```jR?PP;jTd3T1e(MG{!!DsFB#~~PcUNFf~*M;&TGZc+0 zLJ>4yQ1&$63&o}DLh-<_1rt;;L6KoDgd%Ws81G}kP{?a78$ZZVE@C7X_~sJQ9uqec{Nv6ix^t zA{Z}?5dW*?vm@|8x8QZEVFVL53#JS1i@-A%BT(?hNMf88$wpHICkfUIM(g@W6zmlo zA$Twn#g7S&6#O(2gDylmY&ax}fg7U8c6XF@T@*RcC0Hd@alfEnp5GTgmI{W9M}c<1 zCY?8)b^FI7=hS#YF)G@ICYmbnMU!ilj@-EAW)ToLM)y*ZgFTF$(s&3rZo-^+;8!hab)XJ!BoL7 zEXGQaPtN+DV|(NNx9V4=%pdL(+A7a9xiFfscAn;&Z0PrxJh2&M==B^a;u z|Iq|OFeniWNTeFvg4xPci6qaGL=;(>2;*%`#1pUE`R^n`NT(Bt_3$KPM6?M@B7{?u zpzeE;@W?BIj#_#$i866{!E3$5I@n7n(!5wU-OEN@UKCv}I92c=FN&P-;)yd}6dj&S z*##z}m?xQ}otDh|`N`t{47vHP43r3N7c3Awn~cj+Qiy453Id!I1U{Mqr9PiRGM!2x zDX&kZYKl{Fb*o^SDw;~}yqJpIGlIjleA66~#VxaL5^NMyg|?(2_*fbqQR%9{$aFMM zPGP$Ag)8e*Fa^Ss8lGhoXMNB7V5%cma z7S74S;?-Hy_0B9dK4MWbQyJ5njV1Zngl=9o>$YW+yoa)pcl9KgGkFplFP_w|h-22v z%@(27Ba_f@NiH$mA~;#k@mwsw%12qI`cSmWhoE^rJhakBOn3Uo{yjci{(JlWa~~cZ zlSlb_^K`w$-=Bxeznw>{y7Sm*O&&3QCJ%)UV4C%>d z-R^ugd@rA*{WPE42^M!nX#E!!py{jvT(_(M%YI%!Xx=EGjz26w(BMLdD7cV$-a?40 zwvdh63o&Gs9e=El^*akO=tLn3ToiOvP*f3`Pb{L`8j5i7(jsE}U=bGXE<$i$5w85Q z2t~&FSr_leGi82UKHrZ5tNm=e$!`xgKXMNH#s4bkq#r?-?Tdh7ET2%!cu_G5HWZVL zcNAm!!-7Lpv0_5@dNGRj6=U(>5-_y{xveEAvZTcJ86^%AHkT0FgC$sgsRTiRr3m(w zQui}T$?CbKWc4pfQSeYHjM!HSRiCrZ!zNQDA(P<|&t&FjP9{|4&SWfIYG3pS-Y3%P;`vq^&24pH{K(VmaDm|QT!nI%BgaOx;@f=r%=W@%4c}p3F-CIV; zoNZ-Tc(9Bl{F`9Dx~?1-my|O;uN;e3*yr`-#JIPdGX1cez9FgtgAyt@niut7$7glKqCH@=bCPzD)Dj4i?6)`TTCgw}4v2;Z>0=HM=u_M(`?%8TQ z5?ur57uGO;UJV=d)R0@d?D*$3cydgwtkL?9u4Th1wPfWFYDuEiwYciZT0HPlEwMXM zOZg3&j^dGm#hRScIlMMcN3o;R;rbzUtn=3qnz?o4(p`d%Zm>#j3N@SS*!a(O!o@lS z4y)%mzn=1`tVf~w^(efmo)A7#Psk1l7O8~|$gOMO{X-3W3+}b}c7ym|v-5)nTzatq z1`KSZ&T|@>I74uu9!ib4?%hWFN!ADjyP6mu+eCapN(h=;8DG*$?rdl!3Eyc&v46DU zfq*uu!QVy>EN+9i9&WS!|LbjV_OUiBIp0P@5jG2pr_bW~0gJEBqQUsmVnREfo7s-w zq2nw@RbJ<+Ylz--ve120h%hBQU70v^LB|x3E!L z9l3u%I}*F%c5T}2e>C^2$#z^zqQ~C1Xwqm++UE}q?$O^MLmgh(-~7kkes1`TU8X6o zr;KKtT)#3L-0KH;MC(v_^lL+jJZ8tWo|GI;YX_s9s3EnB2CO}Ah{Ye}`nOWvPR$_u za=Z4&-{@u@(QhTqDD4`>;${OYtugTNQT?2?^Vextq5m#v2J7do9sfj$U$acBx2XTDc3cItkd5D zix;lg*r?>LZHyjQN^b^M_?@Ase`Bc0BX(hf#ak_Q4^Z?OJ-ZETb--|hZc%Eq?-wb{ zDD`QZ)ITC;)Y$<7mg{$sfq&ft#-Cq%ZfxYZ6$3{08z|rfeGorP(|^~bq5_AlRK}4j zRO@TfeTJ^Az^+r?(aO|6NFKFgN-bB(^|T%fcI=k5n*ySp&#ok`_4KRyeQ2m@<%2%` zR5x&iQtDgUwCFLdwXPo?c72k?9Tt^MJMI0qGq14&)Uj{e_YlwJ+As=uEp z8|ohn`dOyOtn#{2sez!niORgsjJ?1rH(6d(7y%rzWOBGX0{#s zv0UHRo2#`C&@j4o_153`$kKN=?a0 co!C1fCw0U~opyV7$Kt)uV!Z diff --git a/po/tr.po b/po/tr.po index af23c794b..ea111272b 100644 --- a/po/tr.po +++ b/po/tr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: bash 3.2\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2008-04-22 10:15-0400\n" +"POT-Creation-Date: 2008-08-20 08:51-0400\n" "PO-Revision-Date: 2006-10-30 20:00+0200\n" "Last-Translator: Nilgün Belma Bugüner \n" "Language-Team: Turkish \n" @@ -16,78 +16,93 @@ msgstr "" "X-Generator: KBabel 1.11.1\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "hatalı dizi indisi" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: eylem adı geçersiz" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: sayısal olmayan indise atama yapılamaz" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: oluşturulamıyor: %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "bash_execute_unix_command: komut için kısayol bulunamıyor" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "%s: boşluk olmayan ilk karakter `\"' değil" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "%2$s içinde kapatan `%1$c' yok" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: ikinokta imi eksik" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "`%s': kısayol ismi geçersiz" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: okunamıyor: %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "`%s': kısayol değiştirilemiyor" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "`%s': işlev ismi bilinmiyor" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s için bir kısayol atanmamış.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s bunun üzerinden çağrılabilir: " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "sadece bir `for', `while' veya `until' döngüsünde anlamlı" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -95,308 +110,313 @@ msgid "" " Without EXPR, returns " msgstr "Geçerli altyordam çağrısının bağlamı döner." -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "HOME atanmamış" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "OLDPWD boş" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: uyarı: " -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "çok fazla argüman" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: seçenek bir argüman gerektirir" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: sayısal argüman gerekli" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s:yok" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: seçenek geçersiz" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: seçenek ismi geçersiz" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "`%s': geçerli bir belirteç değil" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "geçersiz sinyal numarası" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "geçersiz sayı" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "geçersiz sayı" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: sinyal belirtimi geçersiz" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "`%s': geçerli bir iş belirtimi veya süreç numarası değil" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: salt okunur değişken" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s aralık dışı" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "argüman" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s aralık dışı" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: böyle bir iş yok" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: iş denetimi yok" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "iş denetimi yok" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: kısıtlı" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "kısıtlı" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: bir kabuk yerleşiği değil" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "yazma hatası: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: geçerli dizin alınırken hata: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: iş belirtimi belirsiz" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: eylem adı geçersiz" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: tamamlama belirtimi yok" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "uyarı: -F seçeneği umduğunuz gibi çalışmayabilir" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "uyarı: -C seçeneği umduğunuz gibi çalışmayabilir" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "sadece bir işlevde kullanılabilir" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "işlev yapmak için `-f' kullanılamaz" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: salt okunur işlev" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: dizi değişkenleri bu yolla iptal edilemez" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "özdevimli yükleme mümkün değil" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "%s paylaşımlı nesnesi açılamıyor: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "%2$s paylaşımlı nesnesinde %1$s bulunamıyor: %3$s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s: özdevimli olarak yüklenmemiş" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: silinemiyor: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: bir dizin" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: bir dosya değil" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: dosya çok büyük" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: ikili dosya çalıştırılamıyor" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: çalıştırılamıyor: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "oturum açma kabuğu değil: `exit' kullanın" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Durmuş işler var.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Durmuş işler var.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "komut yok" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "geçmiş belirtimi" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: geçici dosya açılamıyor: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "%d. iş, iş denetimsiz başlamış" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: kuraldışı seçenek -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: seçenek bir argüman gerektirir -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "çitleme iptal edildi" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: çitleme tablosu boş\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "son komut: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Bu anahtar sözcüğe uygun kabuk komutları: `" msgstr[1] "Bu anahtar sözcüğe uygun kabuk komutları: `" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -404,22 +424,12 @@ msgstr "" "`%s' ile ilgili bir yardım metni yok. `help help' veya `man -k %s' ya da " "`info %s'.yazmayı deneyebilirsiniz." -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: açılamıyor: %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Copyright © 2006 Free Software Foundation, Inc.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -439,112 +449,153 @@ msgstr "" "Bir ismin yanında bir yıldız imi (*) varsa komut iptal edilmiş demektir.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "tek bir -anrw kullanılabilir" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "geçmiş konumu" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: geçmiş yorumlaması başarısız" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: geçmiş yorumlaması başarısız" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "`-x' ile başka seçenek kullanılamaz" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: argümanlar süreç veya iş kimlikleri olmalı" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Bilinmeyen hata" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "ifade bekleniyordu" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: dosya tanıtıcı belirtimi geçersiz" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: dosya tanıtıcı geçersiz: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: seçenek geçersiz" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: seçenek geçersiz" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: eylem adı geçersiz" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: bir dizi değişkeni değil" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "`%s': biçim karakteri eksik" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "`%c': biçim karakteri geçersiz" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: uyarı: " -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "\\x için onaltılık rakam eksik" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "başka dizin yok" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "özyineleme yığıtı alttan taştı" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"\rdirs [-clpv] [+N] [-N]\n" +" O an anımsanan dizinleri listeler. Dizinler listeye `pushd'\n" +" komutuyla eklenir; listeden tek tek geri almak içinse `popd'\n" +" komutu kullanılır.\n" +" -l seçeneği `dirs'in dizinleri ev dizininize göreli kısayollar\n" +" olarak göstermemesine yol açar. Yani `~/bin' yerine `/homes/bfox/bin'\n" +" gibi bir gösterimle karşılaşabilirsiniz. -v seçeneği `dirs'in\n" +" dizin yığıtını dizin adının önüne yığıt konumunu ekleyerek her\n" +" satırda bir girdi göstermesini sağlar. -p seçeneği yığıttaki\n" +" konumu göstermemesi dışında aynı çıktıyı verir. -c seçeneği tüm\n" +" girdileri silerek dizin yığıtını boşaltır. \n" +" +N dirs seçeneksiz çağrıldığında gösterdiği listenin solundan\n" +" sıfırla başlayarak sayılan N'inci girdiyi gösterir.\n" +"\n" +" -N dirs seçeneksiz çağrıldığında gösterdiği listenin sağından\n" +" sıfırla başlayarak sayılan N'inci girdiyi gösterir." + +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -590,7 +641,7 @@ msgstr "" "\n" " Dizin yığıtını `dirs' komutuyla görebilirsiniz." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -625,50 +676,40 @@ msgstr "" " engeller, böylece sadece yığıt değiştirilmiş olur. \n" " Dizin yığıtını `dirs' komutuyla görebilirsiniz." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: zamanaşımı belirtimi geçersiz" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "okuma hatası: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "sadece bir işlev veya betikten kaynaklı olarak `return' yapılabilir" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "bir işlev ve bir değişken aynı anda unset yapılamaz" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: unset yapılamaz" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s:unset yapılamaz: %s salt okunur" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: bir dizi değişkeni değil" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: bir işlev değil" @@ -677,20 +718,20 @@ msgstr "%s: bir işlev değil" msgid "shift count" msgstr "shift sayısı" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "kabuk seçenekleri aynı anda hem atanıp hem de iptal edilemez" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: kabuk seçenek ismi geçersiz" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "dosya ismi argüman gerekir" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: dosya yok" @@ -703,75 +744,75 @@ msgstr "engellenemez" msgid "cannot suspend a login shell" msgstr "bir oturum açma kabuğu engellenemez" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s `%s' için takma addır\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s bir kabuk anahtar sözcüğüdür\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s bir işlevdir\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s bir kabuk yerleşiğidir\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s %s'dir\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s çitilmiş (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: sınırlama argümanı geçersiz" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "`%c': hatalı komut" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: sınır alınamıyor: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: sınır değiştirilemiyor: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "sekizlik sayı" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "`%c': simgesel kip işleci geçersiz" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "`%c': simgesel kip karakteri geçersiz" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -785,68 +826,68 @@ msgstr "son komut: %s\n" msgid "Aborting..." msgstr "Çıkılıyor..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: uyarı: " -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "bilinmeyen komut hatası" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "hatalı komut türü" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "hatalı bağlantı" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "hatalı sıçrama" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: bağlanmamış değişken" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\agirdi beklerken zamanaşımı: auto-logout\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "/dev/null'dan standart girdiye yönlendirme yapılamaz: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "TIMEFORMAT: `%c': biçim karakteri geçersiz" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "yazma hatası: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: kısıtlı: komut adında `/' kullanamazsınız" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: komut yok" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: hatalı yorumlayıcı" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "fd %d, fd %d olarak yinelenemiyor" @@ -921,88 +962,98 @@ msgstr "%s: tamsayı ifadesi bekleniyordu" msgid "getcwd: cannot access parent directories" msgstr "getcwd: üst dizinlere erişilemiyor" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "fd %d için geciktirmeme kipi sıfırlanamıyor" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "" "fd %d tanıtıcısındaki bash girdisi için yeni dosya tanıtıcısı ayrılamıyor" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input: yeni fd %d için tampon zaten var" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "çatallanan pid %d, çalışan iş %d içinde görünüyor" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "durdurulan %2$ld süreç gruplu iş %1$d siliniyor" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: böyle bir pid yok" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, c-format msgid " (wd: %s)" msgstr "" -#: jobs.c:1763 +#: jobs.c:1761 #, c-format msgid "child setpgid (%ld to %ld)" msgstr "" @@ -1012,68 +1063,68 @@ msgstr "" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: pid %ld bu kabuğun bir alt sürecine ait değil" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: süreç %ld için kayıt yok" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: iş %d durdu" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: iş sonlanmış" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: iş %d zaten artalanda" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: uyarı: " -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "bu kabukta iş denetimi yok" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc: kanaat doğrulaması başarısız: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1082,54 +1133,54 @@ msgstr "" "\r\n" "malloc: %s:%d: kanaat doğrulaması battı\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: konak bilinmiyor" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "malloc: serbest bırakılmış liste üstünde blok üste yazdı" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: zaten serbest bırakılmış blok argümanı ile çağrıldı" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: ayrılmamış blok argümanı ile çağrıldı" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free: alttan taşma saptandı; mh_nbytes aralık dışında" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: başlangıç ve son tomar boyutları farklı" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: ayrılmamış blok argümanı ile çağrıldı" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc: alttan taşma saptandı; mh_nbytes aralık dışında" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: başlangıç ve son tomar boyutları farklı" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: alloc tablosu FIND_ALLOC ile dolu olabilir mi?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: %p zaten ayrılmış olarak tabloda değil mi?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: %p zaten serbest bırakılmış olarak tabloda değil mi?\n" @@ -1183,109 +1234,114 @@ msgstr "sözdizimi hatası: `;' beklenmiyordu" msgid "syntax error: `((%s))'" msgstr "sözdizimi hatası: `((%s))'" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: hatalı yönerge türü %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection: yönlendirme yönergesi `%d' aralık dışında" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "`%c' için eşleşme aranırken beklenmedik dosya sonu" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "`]]' aranırken beklenmedik dosya sonu" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "koşullu ifadede sözdizimi hatası: beklenmedik dizgecik `%s'" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "koşullu ifadede sözdizimi hatası" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "beklenmedik dizgecik `%s', `)' umuluyordu" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "`)' umuluyordu" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "koşullu tek terimli işlece beklenmedik argüman `%s'" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "koşullu tek terimli işlece beklenmedik argüman" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "beklenmedik dizgecik `%s', koşullu iki terimli işleç umuluyordu" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "koşullu iki terimli işleç umuluyordu" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "koşullu iki terimli işlece beklenmedik argüman `%s'" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "koşullu iki terimli işlece beklenmedik argüman" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "koşullu komutta beklenmeyen dizgecik `%c'" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "koşullu komutta beklenmeyen dizgecik `%s'" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "koşullu komutta beklenmeyen dizgecik %d" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "beklenmeyen dizgecik `%s' yakınında sözdizimi hatası" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "`%s' yakınında sözdizimi hatası" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "sözdizimi hatası: beklenmeyen dosya sonu" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "sözdizimi hatası" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Kabuğu bırakmak için \"%s\" kullanın.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "`)' için eşleşme aranırken beklenmedik dosya sonu" @@ -1299,71 +1355,71 @@ msgstr "completion: `%s' işlevi yok" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert: %s: NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: hatalı bağlayıcı `%d'" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf: `%c': geçersiz biçim karakteri" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "dosya tanıtıcı aralık dışında" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: belirsiz yönlendirme" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: mevcut dosyanın üzerine yazılamıyor" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: kısıtlı: çıktı yönlendirilemiyor" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "belge için geçici dosya oluşturulamıyor: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "/dev/(tcp|udp)/host/port ağ olmaksızın desteklenmiyor" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "yönlendirme hatası: fd yinelenemiyor" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "/tmp bulunamadı, lütfen oluşturun!" -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "/tmp geçerli bir dizinin adı olmalıdır" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: geçersiz seçenek" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Hiç ismim yok!" -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1372,37 +1428,37 @@ msgstr "" "Kullanım:\t%s [GNU uzun seçeneği] [seçenek] ...\n" "\t%s [GNU uzun seçeneği] [seçenek] betik-dosyası ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "GNU uzun seçenekleri:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Kabuk seçenekleri:\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD veya -c KOMUT veya -O shopt_seçeneği\t(sadece çağrı için)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s ya da -o seçeneği\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Kabuk seçenekleriyle ilgili daha fazla bilgi için `%s -c \"help set\"' " "yazın.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Kabuk yerleşik komutlarıyla ilgili bilgi almak için `%s -c help' yazın.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "" @@ -1585,82 +1641,77 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "hatalı ikame: %2$s içinde kapatan `%1$s' yok" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: dizi üyesine liste atanamaz" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "süreç ikamesi için borulama yapılamıyor" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "süreç ikamesi için alt süreç yapılamıyor" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "isimli boru %s okumak için açılamıyor" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "isimli boru %s yazmak için açılamıyor" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "fd %d için geciktirmeme kipi sıfırlanamıyor" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "isimli boru %s fd %d olarak yinelenemiyor" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "komut ikamesi için boru yapılamıyor" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "komut ikamesi için alt süreç yapılamıyor" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: boru fd 1 olarak yinelenemiyor" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: parametre boş ya da değer atanmamış" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: altdizge ifadesi < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: hatalı ikame" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: bu yolla atama yapılmaz" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "hatalı ikame: %2$s içinde kapatan `%1$s' yok" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "eşleşme yok: %s" @@ -1701,105 +1752,126 @@ msgstr "eksik `]'" msgid "invalid signal number" msgstr "geçersiz sinyal numarası" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps:trap_list[%d] içinde hatalı değer: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" msgstr "" "run_pending_traps: sinyal yakalayıcı SIG_DFL'dir, kendime %d (%s) göndererek" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler:hatalı sinyal %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "`%s'nin işlev tanımının içeri aktarılmasında hata" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "kabuk düzeyi (%d) çok yüksek, 1 yapılıyor" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "make_local_variable: geçerli etki alanında hiç işlev bağlamı yok" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "all_local_variables: geçerli etki alanında hiç işlev bağlamı yok" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "%2$s için exportstr içinde geçersiz karakter %1$d" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "%s için exportstr içinde `=' yok" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "pop_var_context: kabuk değişkenlerinin başı bir işlev bağlamı değil" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "pop_var_context: genel değişkenler bağlamı yok" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" "pop_scope: kabuk değişkenlerinin başı bir geçici ortam etki alanı değil" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Copyright © 2006 Free Software Foundation, Inc.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %lu bayt ayrılamıyor (%lu bayt ayrıldı)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: %lu bayt ayrılamıyor" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: %lu bayt yeniden ayrılamıyor (%lu bayt ayrıldı)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: %lu bayt yeniden ayrılamıyor" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %s:%d: %lu bayt ayrılamıyor (%lu bayt ayrıldı)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: %s:%d: %lu bayt ayrılamıyor" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: %s:%d: %lu bayt yeniden ayrılamıyor (%lu bayt ayrıldı)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: %s:%d: %lu bayt yeniden ayrılamıyor" @@ -1859,11 +1931,11 @@ msgid "command [-pVv] command [arg ...]" msgstr "" #: builtins.c:76 -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "" #: builtins.c:78 -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "" #: builtins.c:80 @@ -2250,6 +2322,7 @@ msgstr "" " girdi olarak kullanılabilir biçimde listeler." #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2257,8 +2330,11 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"\rcontinue [N]\n" +" FOR, WHILE veya UNTIL döngülerinin sonraki yinelemesinden devam edilir.\n" +" N verilirse dışa doğru N. döngüden devam edilir. N >= 1 olmalıdır." #: builtins.c:334 #, fuzzy @@ -2269,7 +2345,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "\rcontinue [N]\n" " FOR, WHILE veya UNTIL döngülerinin sonraki yinelemesinden devam edilir.\n" @@ -2457,10 +2533,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2502,14 +2581,14 @@ msgstr "" "kullanılmış\n" " gibi yerel yapar." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2524,7 +2603,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 #, fuzzy msgid "" "Write arguments to the standard output.\n" @@ -2539,7 +2618,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2577,7 +2656,7 @@ msgstr "" " -E seçeneği ile yukarıdaki karakterlerin yorumlanmasını öntanımlı\n" " olarak etkin olduğu sistemlerde bile kapatabilirsiniz." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2590,7 +2669,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2617,7 +2696,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2629,7 +2708,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 #, fuzzy msgid "" "Parse option arguments.\n" @@ -2721,7 +2800,7 @@ msgstr "" "başka\n" " argümanlar verilmişse bunları çözümler." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2744,7 +2823,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2756,7 +2835,7 @@ msgstr "" " N durumu ile dönerek kabuk çıkar. N verilmezse son çalıştırılan komutun\n" " çıkış durumu döner." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2765,7 +2844,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 #, fuzzy msgid "" "Display or execute commands from the history list.\n" @@ -2820,7 +2899,7 @@ msgstr "" " Böylece `r cc' yazarak `cc' ile başlayan son komut,\n" " r' yazarak en son komut çalıştırılabilir." -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2837,7 +2916,7 @@ msgstr "" " Eğer İŞ_BELİRTİMİ belirtilmemişse kabuk iş belirtimi olarak\n" " o an ki işi kullanır." -#: builtins.c:746 +#: builtins.c:749 #, fuzzy msgid "" "Move jobs to the background.\n" @@ -2855,7 +2934,7 @@ msgstr "" " `&' ile başlatılmışçasına İŞ_BELİRTİMİni artalana yerleştirir.\n" " İŞ_BELİRTİMİ verilmemişse, iş belirtimi olarak o an ki iş kullanılır." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2879,7 +2958,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2901,7 +2980,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 #, fuzzy msgid "" "Display or manipulate the history list.\n" @@ -2959,7 +3038,7 @@ msgstr "" " damgasını basacak olan strftime(3) işlevine biçim girdisi olur; aksi\n" " takdirde hiç zaman damgası basılmaz." -#: builtins.c:845 +#: builtins.c:848 #, fuzzy msgid "" "Display status of jobs.\n" @@ -2996,7 +3075,7 @@ msgstr "" " ARGümanlar ile belirtilen tüm iş belirtimleri, işlerin süreç grup\n" " liderinin süreç grup kimliğine yerleştirilip KOMUT çalıştırılır." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -3013,7 +3092,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 #, fuzzy msgid "" "Send a signal to a job.\n" @@ -3051,7 +3130,7 @@ msgstr "" " sınırını aşarsanız başka bir süreci öldürecek bir süreci başlatmak\n" " zorunda kalmazsınız." -#: builtins.c:914 +#: builtins.c:917 #, fuzzy msgid "" "Evaluate arithmetic expressions.\n" @@ -3136,7 +3215,7 @@ msgstr "" "\n" " Son ifade'nin sonucu 0 ise dönüş durumu 1 dir, aksi takdirde 0 dır." -#: builtins.c:959 +#: builtins.c:962 #, fuzzy msgid "" "Read a line from the standard input and split it into fields.\n" @@ -3169,7 +3248,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3222,7 +3303,7 @@ msgstr "" " okuma zamanaşımına düşmedikçe ya da -u seçeneği ile sağlanan\n" " DoSYaTaNıTıcı geçersiz olmadıkça dönüş durumu sıfırdır." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3234,7 +3315,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 #, fuzzy msgid "" "Set or unset values of shell options and positional parameters.\n" @@ -3407,7 +3488,7 @@ msgstr "" " atanır. Özel parametre # ise N'e ayarlanır. Hiç argüman verilmezse,\n" " tüm kabuk değişkenleri basılır." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3427,7 +3508,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3446,7 +3527,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3455,7 +3536,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3465,7 +3547,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3476,7 +3558,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 #, fuzzy msgid "" "Execute commands from a file in the current shell.\n" @@ -3504,11 +3586,12 @@ msgstr "" "parametreler\n" " değiştirilmez." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3517,7 +3600,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3671,7 +3754,7 @@ msgstr "" " küçüklük, büyüklük, küçüklük veya eşitlik, büyüklük veya eşitlik varsa\n" " ifadenin sonucu doğrudur." -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3683,7 +3766,7 @@ msgstr "" " test yerleşiği ile aynıdır, fakat son argüman açan `[' ile eşleşen\n" " kapatan `]' olmak zorundadır." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3695,7 +3778,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 #, fuzzy msgid "" "Trap signals and other events.\n" @@ -3748,7 +3831,7 @@ msgstr "" " numaraları ile birlikte listelemesini sağlar. Kabuğa bir sinyal\n" " göndermek isterseniz \"kill -SİGNAL $$\" sözdizimini kullanabilirsiniz." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3778,7 +3861,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 #, fuzzy msgid "" "Modify shell resource limits.\n" @@ -3855,7 +3938,7 @@ msgstr "" " için 512 baytlık blok sayısı olarak, -n ve -u için birimsiz, kalan\n" " seçenekler için 1024 baytlık blok sayısı olarak belirtilmelidir." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3873,7 +3956,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3890,7 +3973,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 #, fuzzy msgid "" "Wait for process completion and return exit status.\n" @@ -3911,7 +3994,7 @@ msgstr "" " belirtimi de olabilir; bir iş belirtimi verilirse işin\n" " boruhattındaki tüm süreçler için beklenir." -#: builtins.c:1466 +#: builtins.c:1473 #, fuzzy msgid "" "Execute commands for each member in a list.\n" @@ -3930,7 +4013,7 @@ msgstr "" " yoksa, `in \"$@\"' belirtilmiş gibi kümeyi oluşturan her parametre\n" " için KOMUTlar birer kere çalıştırılır." -#: builtins.c:1480 +#: builtins.c:1487 #, fuzzy msgid "" "Arithmetic for loop.\n" @@ -3957,10 +4040,10 @@ msgstr "" " İFADE1, İFADE2 ve İFADE3 aritmetik ifadelerdir. Verilmeyen her\n" " ifade için 1 verilmiş gibi işlem yapılır." -#: builtins.c:1498 +#: builtins.c:1505 #, fuzzy msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3997,7 +4080,7 @@ msgstr "" " değişkeninde tutulur. Her seçimden sonra bir break komutu ile\n" " sonlandırılıncaya kadar komutlar çalıştırılır." -#: builtins.c:1519 +#: builtins.c:1526 #, fuzzy msgid "" "Report time consumed by pipeline's execution.\n" @@ -4021,7 +4104,7 @@ msgstr "" " istatistiklerinin biraz farklı bir biçimde basılmasını sağlar; çıktı\n" " biçimi olarak TIMEFORMAT değişkeninin değerini kullanır." -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -4036,7 +4119,7 @@ msgstr "" " SÖZcük ile eşleşen ilk KALIP'a karşı düşen KOMUTları çalıştırır.\n" " `|' çok sayıda kalıbı ayırmak için kullanılır." -#: builtins.c:1548 +#: builtins.c:1555 #, fuzzy msgid "" "Execute commands based on conditional.\n" @@ -4071,7 +4154,7 @@ msgstr "" " çıkış durumudur. Bir komut çalıştırılmamışsa ve hiçbir koşul\n" " doğru sonuç vermemişse sıfır döner." -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -4086,7 +4169,7 @@ msgstr "" " `while KOMUTlar; listesinin çıkış durumu sıfır olduğu sürece\n" " `do KOMUTlar;' listesi çalıştırılır." -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -4101,7 +4184,7 @@ msgstr "" " `until KOMUTlar; listesinin çıkış durumu sıfırdan farklı olduğu sürece\n" " `do KOMUTlar;' listesi çalıştırılır." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -4115,7 +4198,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -4130,7 +4213,7 @@ msgstr "" " KOMUTlar bir grup olarak çalıştırılır. Bu, bir komut kümesini bir\n" " yönlendirmede kullanmanın tek yoludur." -#: builtins.c:1615 +#: builtins.c:1622 #, fuzzy msgid "" "Resume job in foreground.\n" @@ -4151,7 +4234,7 @@ msgstr "" " İŞ_BELİRTİMİ'nden sonra bir & gelmesi işin `bg' komutununa argüman\n" " olarak kullanılmış gibi artalana yerleştirilmesine sebep olur." -#: builtins.c:1630 +#: builtins.c:1637 #, fuzzy msgid "" "Evaluate arithmetic expression.\n" @@ -4166,7 +4249,7 @@ msgstr "" " Verilen aritmetik İFADE aritmetik değerlendirme kurallarına göre\n" " değerlendirilir. \"let İFADE\" ile eşdeğerdir." -#: builtins.c:1642 +#: builtins.c:1649 #, fuzzy msgid "" "Execute conditional command.\n" @@ -4209,7 +4292,7 @@ msgstr "" " olarak ele alınır ve kalıp eşleştirmesi uygulanır. && ve || işleçleri\n" " eğer ilk ifade sonuç için belirleyici ise ikincisine bakmazlar." -#: builtins.c:1668 +#: builtins.c:1675 #, fuzzy msgid "" "Common shell variable names and usage.\n" @@ -4330,7 +4413,7 @@ msgstr "" " gerektiğine karar vermek için kullanılan kalıpların\n" " ikinokta imi ayraçlı listesi.\n" -#: builtins.c:1725 +#: builtins.c:1732 #, fuzzy msgid "" "Add directories to stack.\n" @@ -4382,7 +4465,7 @@ msgstr "" "\n" " Dizin yığıtını `dirs' komutuyla görebilirsiniz." -#: builtins.c:1759 +#: builtins.c:1766 #, fuzzy msgid "" "Remove directories from stack.\n" @@ -4423,7 +4506,7 @@ msgstr "" " engeller, böylece sadece yığıt değiştirilmiş olur. \n" " Dizin yığıtını `dirs' komutuyla görebilirsiniz." -#: builtins.c:1789 +#: builtins.c:1796 #, fuzzy msgid "" "Display directory stack.\n" @@ -4469,7 +4552,7 @@ msgstr "" " -N dirs seçeneksiz çağrıldığında gösterdiği listenin sağından\n" " sıfırla başlayarak sayılan N'inci girdiyi gösterir." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4490,7 +4573,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 #, fuzzy msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" @@ -4532,7 +4615,7 @@ msgstr "" " biçimde çıktılamasını sağlar. -v seçeneği çıktının standart çıktıya\n" " basılması yerine DEĞİŞKENe atanmasını sağlar. " -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -4554,7 +4637,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -4574,7 +4657,7 @@ msgstr "" " amacıyla tasarlanmıştır. İsteğe bağlı SÖZCÜK argümanı sağlandığı\n" " takdirde eşleşmelerden sadece SÖZCÜK ile eşleşenler üretilir." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -4603,7 +4686,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/vi.gmo b/po/vi.gmo index f792a507db1c7cd3da365d483642b2720abc8b85..0d739eead8ffe493a543e2eaf172f07948f7a347 100644 GIT binary patch delta 6180 zc-mc<2Y6Q18OP735fK!D1Oi!K5;Do)%On%X-XIAH0WwGeNeGaE#NfaSDk30tL_n}A zT2TvBOR=qJU9{r1(5fxCabXoiL~vF5zWfeP)7~dH|9kE|_nde9-*LZ}PPjIoa5?Xd z^x9zL2yqz`AQ*O$F{|V{cBDCbOc`U$c)=V&y|qX%Q_v9%6MRxINbmzeAHg$%Zb6^1 z#*7wB7L+ATncxV)YJ0y8bj-E(#)h$Muv0Kl@EO5N1>Y6)7Cb8GE9mlL{#c71!6?BZ z!BD|&KLqLbL!pNSBLttf_@&?|L2rLW$Czljh?g6a{n4b;pM}>8iZbQ_LHRRJ`6Jjt ze*`-1&xS(-7{?0^7t9S{UR3}a^$1Q7Ty4jH3_#J>1mhevoqaGY(7GUyg>nQ%X;T@9 zNf!lTftv-RRWLzO#=IWLf}h*xKLsL?PY{Ac2?h%m3WliZgP6ZY(9s9K3_|0lg3$Dh zAT~U1Ck}Vxig9knNp9vBy4kSaji9}51iD4=62a|m1bE!ddT+UL!6|z`Fj(xbnr8-M zf$4(7RKj2;ULlwycy}@U4qjjS{@V3m9dwEM1hhq48hh5 z*6O@4-a8q_IwQkzQMMC~38#k>9t*-D;njljXSReBX3yFeJ_*Ov-`jcK5%@GQ0t?NE zz(PF{D6~ETOKcI06x?4J#tqa7iR&yfG4uHbpXjTOU}=MdS1MXiQXXaYZz2-(m61 zXe@KaV)%GmSSFaDQDX5P!4$#$<8kGn7%Vg@##-zwivMTGMTU|shJ|*;u)yD9Ad^=t z7Kw^wToH@FJ+b7C&9P|qVl1ZqEEY@s9E;B{j>D4U;~@DY!B};b;9!mam2voLZ5*uL zWM9}B$A-_wvEavXXmBD9_Ffu~Amif^q%xj`SH@$>M+7};v3N4%pb5M`VFE5K7j*QZ zegcwp3Z@C(AXuaMU;^ay@gQKVhlSETn6%krGn|J^xY~osw|n5y2ZAvwum_F=B~UwR z6R_wV31WXW(VhfM_>TnQ^_0c)5+T#DL|hY@h~~wKY}}HFCRYj;s|6Dg?C*(adN>im z&m&sfAUBc)7YgPJZWWxY;g*C+!;>LRWiksaO=iJO$>jF!$&m9< zGHmxsAxzU!a7CqHq6(UVg?6T}?qNqRhNv%7A)TLKiTWlLfi|Y%+gDQA;D=N!6E+b+ zJQGo%Y9brWok)1Co`|KMp9m>Gm4f3rbOfC*7^l7!l)cPe!BiDI9SbC6py<4ev*GQSjTs2=oW)}qkiOQ6n!yET`c}Tk;MXu z*|5Jln}vUoO-|pFjUYc|BUtbx(N1!Ho#16M{(7<{(-bM$$|b=f<l_D|1CNAa7zvvJd{J?c)^Z8$zg#DatWvCTr5zXiw`?kvP#fVvOJV$*`5b$!}Gz(`Di>VA2M#p$5JonqruU9d_JmxM3Y|t z>3R#$^j16GTYy6E7BK%uJ04#s_SX%H3(@F?LgM^x!FhsD7xKcmA{%~1WX7dMaOI{V zH2!@N7JA#>KU2hevBkVMrqpzdn%|Y&ifTebhH8zc}-=) zxT#27G8I$yOeNKB70l8Nr^1nAg3|;CPs1{`(;(kU!MPG84+?h6_(EY~pIUM{>l_!n zM&sXA$wt>!Lb3-d(fI93Nb*f38;z(UwZ;faM484a!gFgC?|)QjhSc8&jaGvUBV!8*tso^Cj<0gheXKnh;lK=f>B5c?}z_ch?_!wn=H z(@2w<)rd<98i|GljhNbL!~%CT^4>oi$@QliAz|2D8kh>fLKSE(f`2iW6z^#wMK5S_ zEIFEB`H?0}=G)AM<<0oMxtR=kmEg64Pc%ci^cFH)Qw#53(}JcuS`cWj;8e9}3j$4^ zhrk=>@%%Ao9wa$DkBOf7(uk^t^RdLK`GjL)D`8dJ3JI6Dl6W3!B|*L3imSeE#Z{g* zqGr0__1f69A@EmiaK*PB@;cS+B#gFp*m-?B0zKJ|uP$0Z0vRi~Ot4R|Lp2ht($v}k z2OjM}kas$4qUylJJ_}K#ZXw}#=RyShXyI9b9pkkKlH@IdJZl#5!oEc$it`rZJMYB^ zQoEQI>JN))+rL~4>mxgb5 z)M@?v@5W|{{)nSr8(JJ>&X4xK+WcefSe2!6{#I$O#}jtK(*}mAZO?aMd#w;ba(#<- zo_5|n8b|ipPo533*Nv)#jGq$xogpkbwWR4s-v9wu8!FN^-Cs-D3j09gW2`K&VZh{D zwWBnAKk1=F(1QJ*76v)*({yO)IQ974Q0C4ZUl9@Y%ARf(Zx>~;MFb&)?^ zE~u*Uv{4hdT|@)^TYG({_F38p=&uX?_xX4`tL&3!j4czIAT1u&rb$0^l(+WYzYKLu zkFN~HRFAz%evNcH)}p9MwO1P^k!-k}j}K67r#bs8&LDF_GiHDKDF2L(0grFcnAD%q z3<0ml5&fo-)@$#s-L2MQLq~hF78lje z#`tL!&t7W&q4mF2dv$H2 z4MjyO*Q1(>)ebId{<-5pLuG8&M#J9Au((+NS>d%>4w37N^?B5dD!lP3a{Az0HSZY)Bpeg delta 6241 zc-mc<349gR6~^yVp$G^P61HqFAqye<0@*3qHFq5Q|o-U=^#SJtzN*O*_9#zISKt+NGgo?y&W!8w9@X`NuI;1DUU1AL=7(9F zDL6&2N-$9H`bh|~YZ3|_5DXDKYVkWkFTu&)ijFbK@*_$vlzOAdb>1xeb3swc>=Tqf z^O`q;o%TkcANa7Lw-4hPf>#Qb`7m#h4;!r)j27H($1nMy=(~cEj+)Ni@bg9D1YZ`K zBPdFnMqf<2&KC>(OfXCZ6BK34abFhv#@-+4hd@Do2$Ce|7OWHuP}BP{zgN)F8+-iF z_%%N?J?Y1W`cEgi{c%OS9cTG7ztW!#SNJ3727d(FDR_n8Q~n5W*q`-I`Qw72ZmvhV z#r~>!ksAv%2#!(--AuemFkW!48_T@!M!*Yhd^{ z$WgWjA=smW^K@Pi&v^v1PK*=g`F76%h<$L;(}LooUH5az{( z;M>_DSZZYmmf8}6LXU=Ei35V68eR4|=j#wmHcqY%(*;5iV16hYwuG|b)=)@!e<&L5 zxAPB$vf!(stn+0k@g6k=%Op)fusKt3W!Droen>D~^7Dc8Eist!Z zK}UVMJR09#6OCk>1d{~s6RZ?G77aP$Vi2$}#-`jDOnQ9`&uxhzBR&v=$q&cCr3-@L zDsU_uNsFb1tcex-t4V(ui;3Qj#f1NeC0;$_KzAHuiipECIdN#-6lYUx913g~%vTG> zA=npjXsXOp!F}V2|Eci^njY^ECiQm0I>7|N9}8v+J}dY`4YveLnw0=oIucmmwgeX3 zpFoa3oB%n`C&2c=X@qIzG+fak7^i|x!$SSeG!{0~jTx@KoDS)d1PjzP(-COjbbNby zIvY$##4?$Q2vU-W0-cF$bY0>=c$o(hvDAl&kn%zzT=7a`?4&1QqKYI0=}cmS9Z9(2 za1yNlI0;jaOlIT2WHgUT#)28igkfzmg5D??sjd~2JkU(_w#CIt%YfC#S!ijv$j}AlMAS+a>2;EjU{{pP80Rf*Hys!93;A zOrm9I2G2)l;No(@P>uf$8Tfv020lEHfd(&R5EUQU@uit8FgcTO%FDz8U75IWQzkCk zorxTbH)C8AwQQ5nsU+TzFgw`X~D&U@8t48MxG77 zJTl{Ld2r>yJT(489v1q>UiZ!Cxx##&yDFdPxZ94O&v%gUWIh{?E5Ou=1(>L+08=k7 zK;t{@_+SA({m70-6|!(jAz{@}h-KCm5>59MvTnb<{)wIE;S}MMup$yjMG+?aQ4y(f ze-W(zdl4yk$Si7u?<`0bC%8ax)hskWV)5K8$T+^36dYg7b2);wf(we-$2m}p=}s3@ zTt=55nQsYXN+{uec?ptVRf0+HEg|K;E|{jRSqWV6E0x&R@GHea8%rVK6N2>;EpG{S zsD*`*-5UQ7&tV~VnS_jXGG%P^SQ%t{s|?LYltZ4$wwYaVpfp^y;;2#Bx^wn)4U2*L~IJRq{*k5z;Qws^B z{)MpitA(~rt|KqR)X^ce*4bK6XKO(nrhdE*3;eE*=Z4jj^F!((VMRTS%(a5KDo{Ow zdp9`b`uYZPb#H?uM*}RM(1^+M8rg7NBfh__kxcoB;B^|$jgW5HA~M~!MLfS}5t<%b zgg|EnOVpx^5vbi+jKnW4X2QwEki=sN6YB-nsD?|hL`W0i*w{o^ZES*sdz(l=Z#R*s zE;Qk)fTg&qekoD2UhqcEfJ+hB@o$DKdCjnQLo+Ve-b~%@Yet|?n<<;g%Sa#vf@`&p z7hJ9y$v=rabL()e3nIw(`JN zt>lTg75FY|1%hl`K`V7?1?{^}8?3Ktqnd7OL!cdPDDX-fEcCtyj76se!=-#R#!pJxvNQJD^}xzovT^z`PEoz z_!=_fOhHE_>0E}ftaZ(#fb&Z_AR+g*z)#tA7 zmoYv1g+wc&vR|(M+g_h+ag)VxX7_sxce*vA?PWFKwT5(~f%3YcthCzup0Z?}zM|-h zo19n3_>2~4eQWry6sAinho%}$)H3HgdtDvyk)hN*sY%^f8$4|%{Kh~xHS}dJ9HHgH zUw&`ZI%ntY)PHi#OHOY&huZ7)nzm&8tOl=9j!T-+&sCa51_`*)P@W#t{k5*Gw>LCc zCdmSK4w}5pK($eJ9E6>s*n3s1-%b?pE zv|Q=eL__rJaaxs;W%g*#Z3xaC>SkBZdato+f=lK6llkA{x0<#Gjla=0(U7Yy9-5!N zYX73$nn>}jAx~Xx?>X9g+^ij#<`zREeAeE)=l_J#zU5Z+ znIZXUFZ!sVkI}=!MV~s_MWNKANneI!e3v2Z+@jgr-aD#Gz1OpC+<0fR41c9>8HNf| ztv#8()N8e|0e@Z#hyAVPtkIBbKN}>Xeh?_Izn{1G(xCe<%6W(Vz1vWHIxj|Lzo9N) zJhT~Ds-H^b{HL*>L*)F0_Fd{Y7Y)G0;~{OCwK33laeFPrVw(oA6<$l{2>Cr+&WU1h;-VpVLtiL+z8LQvTcypkz59VSUH11i z7Nacg(%w~7>r0>T!LTcWyHecU4J+H0wJl9?_xT0f>N`9kGA_;?8uJ\n" "Language-Team: Vietnamese \n" @@ -17,75 +17,90 @@ msgstr "" "Plural-Forms: nplurals=1; plural=0;\n" "X-Generator: LocFactoryEditor 1.7b3\n" -#: arrayfunc.c:48 +#: arrayfunc.c:49 msgid "bad array subscript" msgstr "sai mảng in thấp" -#: arrayfunc.c:372 +#: arrayfunc.c:312 builtins/declare.def:467 +#, c-format +msgid "%s: cannot convert indexed to associative array" +msgstr "" + +#: arrayfunc.c:478 +#, fuzzy, c-format +msgid "%s: invalid associative array key" +msgstr "%s: tên hành vi không hợp lệ" + +#: arrayfunc.c:480 #, c-format msgid "%s: cannot assign to non-numeric index" msgstr "%s: không thể cấp phát cho chỉ số không thuộc số" -#: bashhist.c:332 +#: arrayfunc.c:516 +#, c-format +msgid "%s: %s: must use subscript when assigning associative array" +msgstr "" + +#: bashhist.c:382 #, c-format msgid "%s: cannot create: %s" msgstr "%s: không thể tạo %s" -#: bashline.c:3124 +#: bashline.c:3190 msgid "bash_execute_unix_command: cannot find keymap for command" msgstr "bash_execute_unix_command: không tìm thấy sÆ¡ đồ phím cho câu lệnh" -#: bashline.c:3173 +#: bashline.c:3268 #, c-format msgid "%s: first non-whitespace character is not `\"'" msgstr "" "%s: ký tá»± khác khoảng trắng đầu tiên không phải là dấu sổ chéo ngược « / »" -#: bashline.c:3202 +#: bashline.c:3297 #, c-format msgid "no closing `%c' in %s" msgstr "thiếu « %c » đóng trong %s" -#: bashline.c:3236 +#: bashline.c:3331 #, c-format msgid "%s: missing colon separator" msgstr "%s: thiếu dấu hai chấm định giới" -#: builtins/bind.def:200 +#: builtins/bind.def:199 #, c-format msgid "`%s': invalid keymap name" msgstr "« %s »: tên sÆ¡ đồ phím không hợp lệ" -#: builtins/bind.def:239 +#: builtins/bind.def:238 #, c-format msgid "%s: cannot read: %s" msgstr "%s: không thể đọc %s" -#: builtins/bind.def:254 +#: builtins/bind.def:253 #, c-format msgid "`%s': cannot unbind" msgstr "« %s »: không thể há»§y tổ hợp" -#: builtins/bind.def:289 builtins/bind.def:319 +#: builtins/bind.def:288 builtins/bind.def:318 #, c-format msgid "`%s': unknown function name" msgstr "« %s »: tên hàm không rõ" -#: builtins/bind.def:297 +#: builtins/bind.def:296 #, c-format msgid "%s is not bound to any keys.\n" msgstr "%s không được tổ hợp với phím.\n" -#: builtins/bind.def:301 +#: builtins/bind.def:300 #, c-format msgid "%s can be invoked via " msgstr "%s có thể được gọi thông qua " -#: builtins/break.def:78 builtins/break.def:118 +#: builtins/break.def:77 builtins/break.def:117 msgid "loop count" msgstr "" -#: builtins/break.def:138 +#: builtins/break.def:137 msgid "only meaningful in a `for', `while', or `until' loop" msgstr "" "chỉ có nghÄ©a trong vòng lặp:\n" @@ -93,7 +108,7 @@ msgstr "" " • while\ttrong khi\n" " • until\tđến khi" -#: builtins/caller.def:134 +#: builtins/caller.def:133 #, fuzzy msgid "" "Returns the context of the current subroutine call.\n" @@ -101,307 +116,312 @@ msgid "" " Without EXPR, returns " msgstr "Trả về ngữ cảnh cá»§a cuộc gọi hàm phụ hiện thời." -#: builtins/cd.def:216 +#: builtins/cd.def:215 msgid "HOME not set" msgstr "Chưa đặt biến môi trường HOME (nhà)" -#: builtins/cd.def:228 +#: builtins/cd.def:227 msgid "OLDPWD not set" msgstr "Chưa đặt biến môi trường OLDPWD (mật khẩu cÅ©)" -#: builtins/common.c:105 +#: builtins/common.c:107 #, c-format msgid "line %d: " msgstr "" -#: builtins/common.c:122 +#: builtins/common.c:124 #, fuzzy, c-format msgid "%s: usage: " msgstr "%s: cảnh báo :" -#: builtins/common.c:135 test.c:822 +#: builtins/common.c:137 test.c:822 msgid "too many arguments" msgstr "quá nhiều đối số" -#: builtins/common.c:160 shell.c:488 shell.c:762 +#: builtins/common.c:162 shell.c:493 shell.c:774 #, c-format msgid "%s: option requires an argument" msgstr "%s: tùy chọn cần thiết một đối số" -#: builtins/common.c:167 +#: builtins/common.c:169 #, c-format msgid "%s: numeric argument required" msgstr "%s: cần thiết đối số thuộc số" -#: builtins/common.c:174 +#: builtins/common.c:176 #, c-format msgid "%s: not found" msgstr "%s: không tìm thấy" -#: builtins/common.c:183 shell.c:775 +#: builtins/common.c:185 shell.c:787 #, c-format msgid "%s: invalid option" msgstr "%s: tùy chọn không hợp lệ" -#: builtins/common.c:190 +#: builtins/common.c:192 #, c-format msgid "%s: invalid option name" msgstr "%s: tên tùy chọn không hợp lệ" -#: builtins/common.c:197 general.c:231 general.c:236 +#: builtins/common.c:199 general.c:231 general.c:236 #, c-format msgid "`%s': not a valid identifier" msgstr "« %s »: không phải đồ nhận diện hợp lệ" -#: builtins/common.c:207 +#: builtins/common.c:209 #, fuzzy msgid "invalid octal number" msgstr "số thứ tá»± tín hiệu không hợp lệ" -#: builtins/common.c:209 +#: builtins/common.c:211 #, fuzzy msgid "invalid hex number" msgstr "số không hợp lệ" -#: builtins/common.c:211 expr.c:1255 +#: builtins/common.c:213 expr.c:1255 msgid "invalid number" msgstr "số không hợp lệ" -#: builtins/common.c:219 +#: builtins/common.c:221 #, c-format msgid "%s: invalid signal specification" msgstr "%s: sai xác định tín hiệu" -#: builtins/common.c:226 +#: builtins/common.c:228 #, c-format msgid "`%s': not a pid or valid job spec" msgstr "« %s »: không phải đặc tả hợp lệ cho PID hoặc công việc" -#: builtins/common.c:233 error.c:452 +#: builtins/common.c:235 error.c:453 #, c-format msgid "%s: readonly variable" msgstr "%s: biến chỉ đọc" -#: builtins/common.c:241 +#: builtins/common.c:243 #, c-format msgid "%s: %s out of range" msgstr "%s: %s ở ngoại phạm vi" -#: builtins/common.c:241 builtins/common.c:243 +#: builtins/common.c:243 builtins/common.c:245 msgid "argument" msgstr "đối số" -#: builtins/common.c:243 +#: builtins/common.c:245 #, c-format msgid "%s out of range" msgstr "%s ở ngoại phạm vi" -#: builtins/common.c:251 +#: builtins/common.c:253 #, c-format msgid "%s: no such job" msgstr "%s: không có công việc như vậy" -#: builtins/common.c:259 +#: builtins/common.c:261 #, c-format msgid "%s: no job control" msgstr "%s: không có điều khiển công việc" -#: builtins/common.c:261 +#: builtins/common.c:263 msgid "no job control" msgstr "không có điều khiển công việc" -#: builtins/common.c:271 +#: builtins/common.c:273 #, c-format msgid "%s: restricted" msgstr "%s: bị hạn chế" -#: builtins/common.c:273 +#: builtins/common.c:275 msgid "restricted" msgstr "bị hạn chế" -#: builtins/common.c:281 +#: builtins/common.c:283 #, c-format msgid "%s: not a shell builtin" msgstr "%s: không phải dá»±ng sẵn trình bao" -#: builtins/common.c:290 +#: builtins/common.c:292 #, c-format msgid "write error: %s" msgstr "lỗi ghi: %s" -#: builtins/common.c:516 +#: builtins/common.c:523 #, c-format msgid "%s: error retrieving current directory: %s: %s\n" msgstr "%s: gặp lỗi khi lấy thư mục hiện thời: %s: %s\n" -#: builtins/common.c:582 builtins/common.c:584 +#: builtins/common.c:589 builtins/common.c:591 #, c-format msgid "%s: ambiguous job spec" msgstr "%s: đặc tả công việc mÆ¡ hồ" -#: builtins/complete.def:271 +#: builtins/complete.def:270 #, c-format msgid "%s: invalid action name" msgstr "%s: tên hành vi không hợp lệ" -#: builtins/complete.def:431 builtins/complete.def:616 -#: builtins/complete.def:814 +#: builtins/complete.def:430 builtins/complete.def:615 +#: builtins/complete.def:813 #, c-format msgid "%s: no completion specification" msgstr "%s: không có đặc tả điền nốt" -#: builtins/complete.def:668 +#: builtins/complete.def:667 msgid "warning: -F option may not work as you expect" msgstr "cảnh báo: tùy chọn « -F » có lẽ không hoạt động như mong đợi" -#: builtins/complete.def:670 +#: builtins/complete.def:669 msgid "warning: -C option may not work as you expect" msgstr "cảnh báo: tùy chọn « -C » có lẽ không hoạt động như mong đợi" -#: builtins/complete.def:787 +#: builtins/complete.def:786 msgid "not currently executing completion function" msgstr "" -#: builtins/declare.def:120 +#: builtins/declare.def:122 msgid "can only be used in a function" msgstr "chỉ có thể được dùng trong một hàm" -#: builtins/declare.def:318 +#: builtins/declare.def:353 msgid "cannot use `-f' to make functions" msgstr "không thể dùng « -f » để tạo hàm" -#: builtins/declare.def:330 execute_cmd.c:4116 +#: builtins/declare.def:365 execute_cmd.c:4696 #, c-format msgid "%s: readonly function" msgstr "%s: hàm chỉ đọc" -#: builtins/declare.def:416 +#: builtins/declare.def:454 #, c-format msgid "%s: cannot destroy array variables in this way" msgstr "%s: không thể phá há»§y biến mảng bằng cách này" -#: builtins/enable.def:138 builtins/enable.def:146 +#: builtins/declare.def:461 +#, c-format +msgid "%s: cannot convert associative to indexed array" +msgstr "" + +#: builtins/enable.def:137 builtins/enable.def:145 msgid "dynamic loading not available" msgstr "không có sẵn chức năng nạp động" -#: builtins/enable.def:313 +#: builtins/enable.def:312 #, c-format msgid "cannot open shared object %s: %s" msgstr "không thể mở đối tượng dùng chung %s: %s" -#: builtins/enable.def:336 +#: builtins/enable.def:335 #, c-format msgid "cannot find %s in shared object %s: %s" msgstr "không tìm thấy %s trong đối tượng dùng chung %s: %s" -#: builtins/enable.def:460 +#: builtins/enable.def:459 #, c-format msgid "%s: not dynamically loaded" msgstr "%s không phải được nạp động" -#: builtins/enable.def:475 +#: builtins/enable.def:474 #, c-format msgid "%s: cannot delete: %s" msgstr "%s: không thể xoá: %s" -#: builtins/evalfile.c:132 builtins/hash.def:170 execute_cmd.c:3973 -#: shell.c:1423 +#: builtins/evalfile.c:134 builtins/hash.def:169 execute_cmd.c:4553 +#: shell.c:1439 #, c-format msgid "%s: is a directory" msgstr "%s: là thư mục" -#: builtins/evalfile.c:137 +#: builtins/evalfile.c:139 #, c-format msgid "%s: not a regular file" msgstr "%s: không phải là tập tin chuẩn" -#: builtins/evalfile.c:145 +#: builtins/evalfile.c:147 #, c-format msgid "%s: file is too large" msgstr "%s: tập tin quá lớn" -#: builtins/evalfile.c:183 execute_cmd.c:4043 shell.c:1433 +#: builtins/evalfile.c:185 execute_cmd.c:4623 shell.c:1449 #, c-format msgid "%s: cannot execute binary file" msgstr "%s: không thể thá»±c hiện tập tin nhị phân" -#: builtins/exec.def:213 +#: builtins/exec.def:212 #, c-format msgid "%s: cannot execute: %s" msgstr "%s: không thể thá»±c hiện: %s" -#: builtins/exit.def:66 +#: builtins/exit.def:65 #, c-format msgid "logout\n" msgstr "" -#: builtins/exit.def:89 +#: builtins/exit.def:88 msgid "not login shell: use `exit'" msgstr "không phải trình bao đăng nhập: hãy dùng lệnh « exit » (thoát)" -#: builtins/exit.def:121 +#: builtins/exit.def:120 #, c-format msgid "There are stopped jobs.\n" msgstr "Vẫn có công việc bị dừng.\n" -#: builtins/exit.def:123 +#: builtins/exit.def:122 #, fuzzy, c-format msgid "There are running jobs.\n" msgstr "Vẫn có công việc bị dừng.\n" -#: builtins/fc.def:263 +#: builtins/fc.def:261 msgid "no command found" msgstr "không tìm thấy lệnh" -#: builtins/fc.def:333 +#: builtins/fc.def:341 msgid "history specification" msgstr "đặc tả lịch sá»­" -#: builtins/fc.def:354 +#: builtins/fc.def:362 #, c-format msgid "%s: cannot open temp file: %s" msgstr "%s: không thể mở tập tin tạm thời: %s" -#: builtins/fg_bg.def:150 builtins/jobs.def:283 +#: builtins/fg_bg.def:149 builtins/jobs.def:282 msgid "current" msgstr "" -#: builtins/fg_bg.def:159 +#: builtins/fg_bg.def:158 #, c-format msgid "job %d started without job control" msgstr "công việc %d đã khởi chạy mà không có điều khiển công việc" -#: builtins/getopt.c:109 +#: builtins/getopt.c:110 #, c-format msgid "%s: illegal option -- %c\n" msgstr "%s: tùy chọn không được phép -- %c\n" -#: builtins/getopt.c:110 +#: builtins/getopt.c:111 #, c-format msgid "%s: option requires an argument -- %c\n" msgstr "%s: tùy chọn cần thiết đối số -- %c\n" -#: builtins/hash.def:93 +#: builtins/hash.def:92 msgid "hashing disabled" msgstr "chức năng tạo ký hiệu lộn xộn bị tắt" -#: builtins/hash.def:139 +#: builtins/hash.def:138 #, c-format msgid "%s: hash table empty\n" msgstr "%s: bảng ký hiệu lộn xộn còn rỗng\n" -#: builtins/hash.def:245 +#: builtins/hash.def:244 #, fuzzy, c-format msgid "hits\tcommand\n" msgstr "câu lệnh cuối cùng: %s\n" -#: builtins/help.def:128 +#: builtins/help.def:130 #, fuzzy, c-format msgid "Shell commands matching keyword `" msgid_plural "Shell commands matching keywords `" msgstr[0] "Lệnh trình bao tương ứng với từ khoá `" -#: builtins/help.def:166 +#: builtins/help.def:168 #, c-format msgid "" "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." @@ -411,22 +431,12 @@ msgstr "" " • man -k %s\n" " • info %s" -#: builtins/help.def:183 +#: builtins/help.def:185 #, c-format msgid "%s: cannot open: %s" msgstr "%s: không thể mở : %s" -#: builtins/help.def:318 version.c:85 -#, fuzzy, c-format -msgid "Copyright (C) 2008 Free Software Foundation, Inc.\n" -msgstr "Tác quyền © năm 2008 cá»§a Tổ chức Phần mềm Tá»± do.\n" - -#: builtins/help.def:320 -#, c-format -msgid "License: GNU General Public License, version 2\n" -msgstr "" - -#: builtins/help.def:335 +#: builtins/help.def:337 #, c-format msgid "" "These shell commands are defined internally. Type `help' to see this list.\n" @@ -446,112 +456,159 @@ msgstr "" "Dấu sao « * » bên cạnh tên thì ngụ ý nó bị tắt.\n" "\n" -#: builtins/history.def:158 +#: builtins/history.def:154 msgid "cannot use more than one of -anrw" msgstr "chỉ có thể dùng một cá»§a những tùy chọn « -a », « -n », « -r », « -w »" -#: builtins/history.def:190 +#: builtins/history.def:186 msgid "history position" msgstr "vị trí lịch sá»­" -#: builtins/history.def:408 +#: builtins/history.def:366 #, c-format msgid "%s: history expansion failed" msgstr "%s: lỗi mở rộng lịch sá»­" -#: builtins/inlib.def:72 +#: builtins/inlib.def:71 #, fuzzy, c-format msgid "%s: inlib failed" msgstr "%s: lỗi mở rộng lịch sá»­" -#: builtins/jobs.def:110 +#: builtins/jobs.def:109 msgid "no other options allowed with `-x'" msgstr "không cho phép dùng tùy chọn thêm với « -x »" -#: builtins/kill.def:198 +#: builtins/kill.def:197 #, c-format msgid "%s: arguments must be process or job IDs" msgstr "%s: đối số phải là mã số cá»§a tiến trình (PID) hoặc công việc" -#: builtins/kill.def:261 +#: builtins/kill.def:260 msgid "Unknown error" msgstr "Lỗi không rõ" -#: builtins/let.def:96 builtins/let.def:121 expr.c:501 expr.c:516 +#: builtins/let.def:95 builtins/let.def:120 expr.c:501 expr.c:516 msgid "expression expected" msgstr "đợi biểu thức" -#: builtins/mapfile.def:216 builtins/read.def:265 +#: builtins/mapfile.def:215 builtins/read.def:271 #, c-format msgid "%s: invalid file descriptor specification" msgstr "%s: sai xác định bộ mô tả tập tin" -#: builtins/mapfile.def:224 builtins/read.def:272 +#: builtins/mapfile.def:223 builtins/read.def:278 #, c-format msgid "%d: invalid file descriptor: %s" msgstr "%d: bộ mô tả tập tin không hợp lệ: %s" -#: builtins/mapfile.def:233 builtins/mapfile.def:271 +#: builtins/mapfile.def:232 builtins/mapfile.def:270 #, fuzzy, c-format msgid "%s: invalid line count" msgstr "%s: tùy chọn không hợp lệ" -#: builtins/mapfile.def:244 +#: builtins/mapfile.def:243 #, fuzzy, c-format msgid "%s: invalid array origin" msgstr "%s: tùy chọn không hợp lệ" -#: builtins/mapfile.def:261 +#: builtins/mapfile.def:260 #, fuzzy, c-format msgid "%s: invalid callback quantum" msgstr "%s: tên hành vi không hợp lệ" -#: builtins/mapfile.def:293 +#: builtins/mapfile.def:292 #, fuzzy msgid "empty array variable name" msgstr "%s: không phải biến mảng" -#: builtins/mapfile.def:314 +#: builtins/mapfile.def:313 msgid "array variable support required" msgstr "" -#: builtins/printf.def:365 +#: builtins/printf.def:364 #, c-format msgid "`%s': missing format character" msgstr "« %s »: thiếu ký tá»± định dạng" -#: builtins/printf.def:542 +#: builtins/printf.def:541 #, c-format msgid "`%c': invalid format character" msgstr "« %c »: ký tá»± định dạng không hợp lệ" -#: builtins/printf.def:569 +#: builtins/printf.def:568 #, fuzzy, c-format msgid "warning: %s: %s" msgstr "%s: cảnh báo :" -#: builtins/printf.def:748 +#: builtins/printf.def:747 msgid "missing hex digit for \\x" msgstr "thiếu chữ số thập phân cho \\x" -#: builtins/pushd.def:196 +#: builtins/pushd.def:195 msgid "no other directory" msgstr "không có thư mục khác" -#: builtins/pushd.def:463 +#: builtins/pushd.def:462 msgid "" msgstr "" -#: builtins/pushd.def:507 +#: builtins/pushd.def:506 msgid "directory stack empty" msgstr "" -#: builtins/pushd.def:509 +#: builtins/pushd.def:508 #, fuzzy msgid "directory stack index" msgstr "trán ngược đống đệ quy" -#: builtins/pushd.def:706 +#: builtins/pushd.def:683 +#, fuzzy +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" Options:\n" +" -c\tclear the directory stack by deleting all of the elements\n" +" -l\tdo not print tilde-prefixed versions of directories relative\n" +" \tto your home directory\n" +" -p\tprint the directory stack with one entry per line\n" +" -v\tprint the directory stack with one entry per line prefixed\n" +" \twith its position in the stack\n" +" \n" +" Arguments:\n" +" +N\tDisplays the Nth entry counting from the left of the list shown " +"by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tDisplays the Nth entry counting from the right of the list shown " +"by\n" +"\tdirs when invoked without options, starting with zero." +msgstr "" +"Hiển thị danh sách các thư mục được nhớ hiện thời. Lệnh:\n" +"\tpushd\tthêm thư mục vào danh sách này;\n" +"\tpopd\tdi lên qua danh sách.\n" +"\n" +"Cờ « -l » ghi rõ rằng lệnh « dirs » không nên in ra phiên bản viết tắt\n" +"\tcá»§a thư mục nằm tương đối với thư mục chính cá»§a bạn (/~).\n" +"Có nghÄ©a là « ~/bin » có thể được hiển thị dạng « /homes/teppi/bin ».\n" +"\n" +"Cờ « -v » gây ra lệnh « dirs » in ra đống thư mục có chỉ một mục\n" +"\ttrên mỗi dòng, thêm vị trí trên đống vào trước tên mỗi thư mục.\n" +"\n" +"Cờ « -p » cÅ©ng vậy, mà không thêm vị trí đống vào trước tên thư mục.\n" +"\n" +"Cờ « -c » dọn đống thư mục, bằng cách xoá mọi phần tá»­.\n" +"\n" +"+N\thiển thị mục nhập thứ N, đếm từ bên trái danh sách\n" +"\tđược hiển thị bằng « dirs », khi gọi mà không có đối số,\n" +"\tbắt đầu từ số không.\n" +"\n" +"-N\thiển thị mục nhập thứ N, đếm từ bên phải danh sách\n" +"\tđược hiển thị bằng « dirs », khi gọi mà không có đối số,\n" +"\tbắt đầu từ số không." + +#: builtins/pushd.def:705 #, fuzzy msgid "" "Adds a directory to the top of the directory stack, or rotates\n" @@ -594,7 +651,7 @@ msgstr "" "\n" "Dùng lệnh « dirs » để xem đống thư mục." -#: builtins/pushd.def:731 +#: builtins/pushd.def:730 #, fuzzy msgid "" "Removes entries from the directory stack. With no arguments, removes\n" @@ -636,51 +693,41 @@ msgstr "" "\n" "Dùng lệnh « dirs » để xem đống thư mục." -#: builtins/pushd.def:684 -msgid "" -"Display the list of currently remembered directories. Directories\n" -" find their way onto the list with the `pushd' command; you can get\n" -" back up through the list with the `popd' command.\n" -" \n" -" Options:\n" -"\\ " -msgstr "" - -#: builtins/read.def:242 +#: builtins/read.def:247 #, c-format msgid "%s: invalid timeout specification" msgstr "%s: sai xác định quá hạn" -#: builtins/read.def:560 +#: builtins/read.def:569 #, c-format msgid "read error: %d: %s" msgstr "lỗi đọc: %d: %s" -#: builtins/return.def:69 +#: builtins/return.def:68 msgid "can only `return' from a function or sourced script" msgstr "" "chỉ có thể « return » (trở về) từ một hàm hoặc văn lệnh được gọi từ nguồn" -#: builtins/set.def:769 +#: builtins/set.def:768 msgid "cannot simultaneously unset a function and a variable" msgstr "không thể há»§y đặt đồng thời một hàm VÀ một biến" -#: builtins/set.def:806 +#: builtins/set.def:805 #, c-format msgid "%s: cannot unset" msgstr "%s: không thể há»§y đặt" -#: builtins/set.def:813 +#: builtins/set.def:812 #, c-format msgid "%s: cannot unset: readonly %s" msgstr "%s: không thể há»§y đặt: %s chỉ đọc" -#: builtins/set.def:824 +#: builtins/set.def:823 #, c-format msgid "%s: not an array variable" msgstr "%s: không phải biến mảng" -#: builtins/setattr.def:181 +#: builtins/setattr.def:186 #, c-format msgid "%s: not a function" msgstr "%s: không phải hàm" @@ -689,20 +736,20 @@ msgstr "%s: không phải hàm" msgid "shift count" msgstr "đếm dời" -#: builtins/shopt.def:248 +#: builtins/shopt.def:249 msgid "cannot set and unset shell options simultaneously" msgstr "không thể đồng thời đặt và há»§y đặt các tùy chọn trình bao" -#: builtins/shopt.def:313 +#: builtins/shopt.def:314 #, c-format msgid "%s: invalid shell option name" msgstr "%s: tên tùy chọn trình bao không hợp lệ" -#: builtins/source.def:129 +#: builtins/source.def:128 msgid "filename argument required" msgstr "cần thiết đối số tên tập tin" -#: builtins/source.def:154 +#: builtins/source.def:153 #, c-format msgid "%s: file not found" msgstr "%s: không tìm thấy tập tin" @@ -715,75 +762,75 @@ msgstr "không thể ngưng" msgid "cannot suspend a login shell" msgstr "không thể ngưng trình bao đăng nhập" -#: builtins/type.def:235 +#: builtins/type.def:234 #, c-format msgid "%s is aliased to `%s'\n" msgstr "%s có bí danh tới « %s »\n" -#: builtins/type.def:256 +#: builtins/type.def:255 #, c-format msgid "%s is a shell keyword\n" msgstr "%s là từ khoá trình bao\n" -#: builtins/type.def:275 +#: builtins/type.def:274 #, c-format msgid "%s is a function\n" msgstr "%s là hàm\n" -#: builtins/type.def:297 +#: builtins/type.def:296 #, c-format msgid "%s is a shell builtin\n" msgstr "%s là dá»±ng sẵn trình bao\n" -#: builtins/type.def:318 builtins/type.def:392 +#: builtins/type.def:317 builtins/type.def:391 #, c-format msgid "%s is %s\n" msgstr "%s là %s\n" -#: builtins/type.def:338 +#: builtins/type.def:337 #, c-format msgid "%s is hashed (%s)\n" msgstr "%s có ký hiệu lộn xộn (%s)\n" -#: builtins/ulimit.def:365 +#: builtins/ulimit.def:372 #, c-format msgid "%s: invalid limit argument" msgstr "%s: đối số giới hạn không hợp lệ" -#: builtins/ulimit.def:391 +#: builtins/ulimit.def:398 #, c-format msgid "`%c': bad command" msgstr "« %c »: câu lệnh sai" -#: builtins/ulimit.def:420 +#: builtins/ulimit.def:427 #, c-format msgid "%s: cannot get limit: %s" msgstr "%s: không thể lấy giới hạn: %s" -#: builtins/ulimit.def:446 +#: builtins/ulimit.def:453 msgid "limit" msgstr "" -#: builtins/ulimit.def:458 builtins/ulimit.def:758 +#: builtins/ulimit.def:465 builtins/ulimit.def:765 #, c-format msgid "%s: cannot modify limit: %s" msgstr "%s: không thể sá»­a đổi giới hạn: %s" -#: builtins/umask.def:119 +#: builtins/umask.def:118 msgid "octal number" msgstr "số bát phân" -#: builtins/umask.def:232 +#: builtins/umask.def:231 #, c-format msgid "`%c': invalid symbolic mode operator" msgstr "« %c »: toán từ chế độ tượng trưng không hợp lệ" -#: builtins/umask.def:287 +#: builtins/umask.def:286 #, c-format msgid "`%c': invalid symbolic mode character" msgstr "« %c »: ký tá»± chế độ tượng trưng không hợp lệ" -#: error.c:89 error.c:319 error.c:321 error.c:323 +#: error.c:89 error.c:320 error.c:322 error.c:324 msgid " line " msgstr "" @@ -797,68 +844,68 @@ msgstr "câu lệnh cuối cùng: %s\n" msgid "Aborting..." msgstr "Há»§y bỏ..." -#: error.c:259 -#, c-format -msgid "%s: warning: " +#: error.c:260 +#, fuzzy, c-format +msgid "warning: " msgstr "%s: cảnh báo :" -#: error.c:404 +#: error.c:405 msgid "unknown command error" msgstr "lỗi lệnh không rõ" -#: error.c:405 +#: error.c:406 msgid "bad command type" msgstr "kiểu lệnh sai" -#: error.c:406 +#: error.c:407 msgid "bad connector" msgstr "bộ kết nối sai" -#: error.c:407 +#: error.c:408 msgid "bad jump" msgstr "sai nhảy" -#: error.c:445 +#: error.c:446 #, c-format msgid "%s: unbound variable" msgstr "%s: biến chưa tổ hợp" -#: eval.c:180 +#: eval.c:181 #, c-format msgid "\atimed out waiting for input: auto-logout\n" msgstr "\tquá hạn trong khi đợi dữ liệu nhập nên tá»± động đăng xuất\n" -#: execute_cmd.c:479 +#: execute_cmd.c:483 #, c-format msgid "cannot redirect standard input from /dev/null: %s" msgstr "không thể chuyển hướng đầu vào tiêu chuẩn từ « /dev/null »: %s" -#: execute_cmd.c:1063 +#: execute_cmd.c:1079 #, c-format msgid "TIMEFORMAT: `%c': invalid format character" msgstr "ĐỊNH DẠNG THỜI GIAN: « %c »: ký tá»± định dạng không hợp lệ" -#: execute_cmd.c:1404 +#: execute_cmd.c:1930 #, fuzzy msgid "pipe error" msgstr "lỗi ghi: %s" -#: execute_cmd.c:3670 +#: execute_cmd.c:4243 #, c-format msgid "%s: restricted: cannot specify `/' in command names" msgstr "%s: bị hạn chế: không thể ghi rõ dấu sổ chéo « / » trong tên câu lệnh" -#: execute_cmd.c:3758 +#: execute_cmd.c:4334 #, c-format msgid "%s: command not found" msgstr "%s: không tìm thấy lệnh" -#: execute_cmd.c:4006 +#: execute_cmd.c:4586 #, c-format msgid "%s: %s: bad interpreter" msgstr "%s: %s: bộ thông dịch sai" -#: execute_cmd.c:4155 +#: execute_cmd.c:4735 #, c-format msgid "cannot duplicate fd %d to fd %d" msgstr "không thể nhân đôi fd %d tới fd %d" @@ -933,87 +980,97 @@ msgstr "%s: đợi biểu thức số nguyên" msgid "getcwd: cannot access parent directories" msgstr "getcwd: không thể truy cập thư mục cấp trên" -#: input.c:237 +#: input.c:94 subst.c:4551 +#, fuzzy, c-format +msgid "cannot reset nodelay mode for fd %d" +msgstr "không thể đặt lại chế độ nodelay (không hoãn) cho fd %d" + +#: input.c:258 #, c-format msgid "cannot allocate new file descriptor for bash input from fd %d" msgstr "không thể cấp phát bộ mô tả tập tin mớ cho dữ liệu nhập bash từ fd %d" -#: input.c:245 +#: input.c:266 #, c-format msgid "save_bash_input: buffer already exists for new fd %d" msgstr "save_bash_input: đã có bộ đệm cho fd mới %d" -#: jobs.c:466 +#: jobs.c:464 msgid "start_pipeline: pgrp pipe" msgstr "" -#: jobs.c:881 +#: jobs.c:879 #, c-format msgid "forked pid %d appears in running job %d" msgstr "tiến trình con đã tạo (PID %d) xuất hiện trong công việc đang chạy %d" -#: jobs.c:999 +#: jobs.c:997 #, c-format msgid "deleting stopped job %d with process group %ld" msgstr "đang xoá công việc bị dừng chạy %d với nhóm tiến trình %ld" -#: jobs.c:1104 +#: jobs.c:1102 #, c-format msgid "add_process: process %5ld (%s) in the_pipeline" msgstr "" -#: jobs.c:1395 +#: jobs.c:1105 +#, c-format +msgid "add_process: pid %5ld (%s) marked as still alive" +msgstr "" + +#: jobs.c:1393 #, c-format msgid "describe_pid: %ld: no such pid" msgstr "describe_pid: %ld: không có PID (mã số tiến trình) như vậy" -#: jobs.c:1410 +#: jobs.c:1408 #, c-format msgid "Signal %d" msgstr "" -#: jobs.c:1424 jobs.c:1449 +#: jobs.c:1422 jobs.c:1447 msgid "Done" msgstr "" -#: jobs.c:1429 siglist.c:122 +#: jobs.c:1427 siglist.c:122 msgid "Stopped" msgstr "" -#: jobs.c:1433 +#: jobs.c:1431 #, c-format msgid "Stopped(%s)" msgstr "" -#: jobs.c:1437 +#: jobs.c:1435 msgid "Running" msgstr "" -#: jobs.c:1451 +#: jobs.c:1449 #, c-format msgid "Done(%d)" msgstr "" -#: jobs.c:1453 +#: jobs.c:1451 #, c-format msgid "Exit %d" msgstr "" -#: jobs.c:1456 +#: jobs.c:1454 msgid "Unknown status" msgstr "" -#: jobs.c:1543 +#: jobs.c:1541 #, c-format msgid "(core dumped) " msgstr "" -#: jobs.c:1562 +#: jobs.c:1560 #, fuzzy, c-format msgid " (wd: %s)" msgstr "(wd bây giờ: %s)\n" -#: jobs.c:1763 +#: jobs.c:1761 #, fuzzy, c-format msgid "child setpgid (%ld to %ld)" msgstr "setpgid tiến trình con (%d thành %d) bị lỗi %d: %s\n" @@ -1023,68 +1080,68 @@ msgstr "setpgid tiến trình con (%d thành %d) bị lỗi %d: %s\n" msgid "wait: pid %ld is not a child of this shell" msgstr "wait: pid %ld không phải là tiến trình con cá»§a trình bao này" -#: jobs.c:2315 +#: jobs.c:2316 #, c-format msgid "wait_for: No record of process %ld" msgstr "wait_for: Không có mục ghi về tiến trình %ld" -#: jobs.c:2587 +#: jobs.c:2588 #, c-format msgid "wait_for_job: job %d is stopped" msgstr "wait_for_job: công việc %d bị dừng chạy" -#: jobs.c:2809 +#: jobs.c:2810 #, c-format msgid "%s: job has terminated" msgstr "%s: công việc bị chấm dứt" -#: jobs.c:2818 +#: jobs.c:2819 #, c-format msgid "%s: job %d already in background" msgstr "%s: công việc %d đã chạy trong nền" -#: jobs.c:3462 +#: jobs.c:3482 #, fuzzy, c-format msgid "%s: line %d: " msgstr "%s: cảnh báo :" -#: jobs.c:3476 nojobs.c:805 +#: jobs.c:3496 nojobs.c:805 #, c-format msgid " (core dumped)" msgstr "" -#: jobs.c:3488 jobs.c:3501 +#: jobs.c:3508 jobs.c:3521 #, c-format msgid "(wd now: %s)\n" msgstr "(wd bây giờ: %s)\n" -#: jobs.c:3533 +#: jobs.c:3553 msgid "initialize_job_control: getpgrp failed" msgstr "" -#: jobs.c:3593 +#: jobs.c:3613 msgid "initialize_job_control: line discipline" msgstr "" -#: jobs.c:3603 +#: jobs.c:3623 msgid "initialize_job_control: setpgid" msgstr "" -#: jobs.c:3631 +#: jobs.c:3651 #, c-format msgid "cannot set terminal process group (%d)" msgstr "" -#: jobs.c:3636 +#: jobs.c:3656 msgid "no job control in this shell" msgstr "không có điều khiển công việc trong trình bao này" -#: lib/malloc/malloc.c:298 +#: lib/malloc/malloc.c:296 #, c-format msgid "malloc: failed assertion: %s\n" msgstr "malloc (cấp phát bộ nhớ): lỗi khẳng định: %s\n" -#: lib/malloc/malloc.c:314 +#: lib/malloc/malloc.c:312 #, c-format msgid "" "\r\n" @@ -1093,56 +1150,56 @@ msgstr "" "\r\n" "malloc (cấp phát bộ nhớ): %s:%d: khẳng định bị hỏng\r\n" -#: lib/malloc/malloc.c:315 +#: lib/malloc/malloc.c:313 #, fuzzy msgid "unknown" msgstr "%s: không rõ máy" -#: lib/malloc/malloc.c:799 +#: lib/malloc/malloc.c:797 msgid "malloc: block on free list clobbered" msgstr "" "malloc (cấp phát bộ nhớ): khối bộ nhớ dành riêng trên danh sách các khối còn " "rảnh bị ghi vào" -#: lib/malloc/malloc.c:876 +#: lib/malloc/malloc.c:874 msgid "free: called with already freed block argument" msgstr "free: đã được gọi với đối số khối đã giải phỏng" -#: lib/malloc/malloc.c:879 +#: lib/malloc/malloc.c:877 msgid "free: called with unallocated block argument" msgstr "free: đã được gọi với đối số khối chưa cấp phát" -#: lib/malloc/malloc.c:898 +#: lib/malloc/malloc.c:896 msgid "free: underflow detected; mh_nbytes out of range" msgstr "free: phát hiện sá»± tràn ngược; mh_nbytes ở ngoại phạm vi" -#: lib/malloc/malloc.c:904 +#: lib/malloc/malloc.c:902 msgid "free: start and end chunk sizes differ" msgstr "free: kích cỡ đoạn đầu và cuối không trùng" -#: lib/malloc/malloc.c:1003 +#: lib/malloc/malloc.c:1001 msgid "realloc: called with unallocated block argument" msgstr "realloc: đã được gọi với đối số khối chưa cấp phát" -#: lib/malloc/malloc.c:1018 +#: lib/malloc/malloc.c:1016 msgid "realloc: underflow detected; mh_nbytes out of range" msgstr "realloc: phát hiện sá»± tràn ngược; mh_nbytes ở ngoại phạm vi" -#: lib/malloc/malloc.c:1024 +#: lib/malloc/malloc.c:1022 msgid "realloc: start and end chunk sizes differ" msgstr "realloc: kích cỡ đoạn đầu và cuối không trùng" -#: lib/malloc/table.c:176 +#: lib/malloc/table.c:177 #, c-format msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" msgstr "register_alloc: bảng cấp phát đầy với FIND_ALLOC?\n" -#: lib/malloc/table.c:183 +#: lib/malloc/table.c:184 #, c-format msgid "register_alloc: %p already in table as allocated?\n" msgstr "register_alloc: %p đã có trong bảng như được cấp phát ?\n" -#: lib/malloc/table.c:219 +#: lib/malloc/table.c:220 #, c-format msgid "register_free: %p already in table as free?\n" msgstr "register_free: %p đã có trong bảng như còn rảnh ?\n" @@ -1196,109 +1253,114 @@ msgstr "lỗi cú pháp: dấu chấm phẩy « ; » bất thường" msgid "syntax error: `((%s))'" msgstr "lỗi cú pháp: `((%s))'" -#: make_cmd.c:566 +#: make_cmd.c:567 #, c-format msgid "make_here_document: bad instruction type %d" msgstr "make_here_document: kiểu chỉ dẫn sai %d" -#: make_cmd.c:741 +#: make_cmd.c:651 +#, c-format +msgid "here-document at line %d delimited by end-of-file (wanted `%s')" +msgstr "" + +#: make_cmd.c:746 #, c-format msgid "make_redirection: redirection instruction `%d' out of range" msgstr "make_redirection: chỉ dẫn chuyển hướng « %d » ở ngoại phạm vi" -#: parse.y:2759 +#: parse.y:2982 parse.y:3204 #, c-format msgid "unexpected EOF while looking for matching `%c'" msgstr "gặp kết thúc tập tin bất thường trong khi tìm « %c » tương ứng" -#: parse.y:3071 +#: parse.y:3708 msgid "unexpected EOF while looking for `]]'" msgstr "gặp kết thúc tập tin bất thường trong khi tìm « ]] »" -#: parse.y:3076 +#: parse.y:3713 #, c-format msgid "syntax error in conditional expression: unexpected token `%s'" msgstr "gặp lỗi cú pháp trong biểu thức điều kiện: hiệu bài bất thường « %s »" -#: parse.y:3080 +#: parse.y:3717 msgid "syntax error in conditional expression" msgstr "gặp lỗi cú pháp trong biểu thức điều kiện" -#: parse.y:3158 +#: parse.y:3795 #, c-format msgid "unexpected token `%s', expected `)'" msgstr "gặp hiệu bài bất thường « %s », còn mong đợi dấu ngoặc đóng « ) »" -#: parse.y:3162 +#: parse.y:3799 msgid "expected `)'" msgstr "đợi dấu đóng ngoặc « ) »" -#: parse.y:3190 +#: parse.y:3827 #, c-format msgid "unexpected argument `%s' to conditional unary operator" msgstr "đối số bất thường « %s » tới toán tá»­ nguyên phân điều kiện" -#: parse.y:3194 +#: parse.y:3831 msgid "unexpected argument to conditional unary operator" msgstr "đối số bất thường tới toán tá»­ nguyên phân điều kiện" -#: parse.y:3234 +#: parse.y:3871 #, c-format msgid "unexpected token `%s', conditional binary operator expected" msgstr "hiệu bài bất thường « %s » còn đợi toán tá»­ nhị phân điều kiện" -#: parse.y:3238 +#: parse.y:3875 msgid "conditional binary operator expected" msgstr "đợi toán tá»­ nhị phân điều kiện" -#: parse.y:3255 +#: parse.y:3892 #, c-format msgid "unexpected argument `%s' to conditional binary operator" msgstr "đối số bất thường « %s » tới toán tá»­ nhị phân điều kiện" -#: parse.y:3259 +#: parse.y:3896 msgid "unexpected argument to conditional binary operator" msgstr "đối số bất thường tới toán tá»­ nhị phân điều kiện" -#: parse.y:3270 +#: parse.y:3907 #, c-format msgid "unexpected token `%c' in conditional command" msgstr "gặp hiệu bài bất thường « %c » trong câu lệnh điều kiện" -#: parse.y:3273 +#: parse.y:3910 #, c-format msgid "unexpected token `%s' in conditional command" msgstr "gặp hiệu bài bất thường « %s » trong câu lệnh điều kiện" -#: parse.y:3277 +#: parse.y:3914 #, c-format msgid "unexpected token %d in conditional command" msgstr "gặp hiệu bài bất thường « %d » trong câu lệnh điều kiện" -#: parse.y:4525 +#: parse.y:5181 #, c-format msgid "syntax error near unexpected token `%s'" msgstr "gặp lỗi cú pháp ở gần hiệu bài bất thường « %s »" -#: parse.y:4543 +#: parse.y:5199 #, c-format msgid "syntax error near `%s'" msgstr "gặp lỗi cú pháp gần « %s »" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error: unexpected end of file" msgstr "lỗi cú pháp: kết thúc tập tin bất thường" -#: parse.y:4553 +#: parse.y:5209 msgid "syntax error" msgstr "lỗi cú pháp" -#: parse.y:4615 +#: parse.y:5271 #, c-format msgid "Use \"%s\" to leave the shell.\n" msgstr "Dùng « %s » để rời trình bao.\n" -#: parse.y:4777 +#: parse.y:5433 msgid "unexpected EOF while looking for matching `)'" msgstr "" "gặp kết thúc tập tin bất thường trong khi tìm dấu ngoặc đóng « ) » tương ứng" @@ -1313,72 +1375,72 @@ msgstr "completion: không tìm thấy hàm « %s »" msgid "progcomp_insert: %s: NULL COMPSPEC" msgstr "progcomp_insert: %s: NULL COMPSPEC" -#: print_cmd.c:264 +#: print_cmd.c:287 #, c-format msgid "print_command: bad connector `%d'" msgstr "print_command: bộ kết nối sai « %d »" -#: print_cmd.c:1240 +#: print_cmd.c:1347 #, c-format msgid "cprintf: `%c': invalid format character" msgstr "cprintf: « %c »: ký tá»± định dạng không hợp lệ" -#: redir.c:103 +#: redir.c:104 msgid "file descriptor out of range" msgstr "bộ mô tả tập tin ở ngoại phạm vi" -#: redir.c:145 +#: redir.c:146 #, c-format msgid "%s: ambiguous redirect" msgstr "%s: lời chuyển hướng mÆ¡ hồ" -#: redir.c:149 +#: redir.c:150 #, c-format msgid "%s: cannot overwrite existing file" msgstr "%s: không thể ghi đè lên tập tin đã có" -#: redir.c:154 +#: redir.c:155 #, c-format msgid "%s: restricted: cannot redirect output" msgstr "%s: bị hạn chế: không thể chuyển hướng kết xuất" -#: redir.c:159 +#: redir.c:160 #, fuzzy, c-format msgid "cannot create temp file for here-document: %s" msgstr "không thể tạo tập tin tạm thời cho tập tin này: %s" -#: redir.c:513 +#: redir.c:515 msgid "/dev/(tcp|udp)/host/port not supported without networking" msgstr "" "/dev/(tcp|udp)/host/port không được hỗ trợ khi không có chức năng chạy mạng" -#: redir.c:980 +#: redir.c:992 msgid "redirection error: cannot duplicate fd" msgstr "gặp lỗi chuyển hướng nên không thể nhân đôi fd" -#: shell.c:323 +#: shell.c:328 msgid "could not find /tmp, please create!" msgstr "không tìm thấy « /tmp », hãy tạo." -#: shell.c:327 +#: shell.c:332 msgid "/tmp must be a valid directory name" msgstr "« /tmp » phải là tên thư mục hợp lệ" -#: shell.c:864 +#: shell.c:876 #, c-format msgid "%c%c: invalid option" msgstr "%c%c: tùy chọn không hợp lệ" -#: shell.c:1621 +#: shell.c:1637 msgid "I have no name!" msgstr "Không có tên." -#: shell.c:1755 +#: shell.c:1777 #, c-format msgid "GNU bash, version %s-(%s)\n" msgstr "" -#: shell.c:1756 +#: shell.c:1778 #, c-format msgid "" "Usage:\t%s [GNU long option] [option] ...\n" @@ -1387,38 +1449,38 @@ msgstr "" "Sá»­ dụng:\t%s [tùy chọn GNU dài] [tùy chọn] ...\n" "\t%s [tùy chọn GNU dài] [tùy chọn] tập-tin-văn-lệnh ...\n" -#: shell.c:1758 +#: shell.c:1780 msgid "GNU long options:\n" msgstr "Tùy chọn GNU dài:\n" -#: shell.c:1762 +#: shell.c:1784 msgid "Shell options:\n" msgstr "Tùy chọn trình bao :\n" -#: shell.c:1763 +#: shell.c:1785 msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" msgstr "\t-irsD hoặc -c lệnh or -O shopt_option\t\t(chỉ cuộc gọi)\n" -#: shell.c:1778 +#: shell.c:1800 #, c-format msgid "\t-%s or -o option\n" msgstr "\t-%s hoặc -o tùy chọn\n" -#: shell.c:1784 +#: shell.c:1806 #, c-format msgid "Type `%s -c \"help set\"' for more information about shell options.\n" msgstr "" "Gõ câu lệnh trợ giúp « %s -c \"help set\" » để xem thêm thông tin về các tùy " "chọn trình bao.\n" -#: shell.c:1785 +#: shell.c:1807 #, c-format msgid "Type `%s -c help' for more information about shell builtin commands.\n" msgstr "" "Gõ câu lệnh trợ giúp « %s -c help » để xem thêm thông tin về các câu lệnh " "trình bao dá»±ng sẵn.\n" -#: shell.c:1786 +#: shell.c:1808 #, c-format msgid "Use the `bashbug' command to report bugs.\n" msgstr "Dùng lệnh « bashbug » để thông báo lỗi.\n" @@ -1599,82 +1661,77 @@ msgstr "" msgid "Unknown Signal #%d" msgstr "" -#: subst.c:1171 subst.c:1292 +#: subst.c:1177 subst.c:1298 #, c-format msgid "bad substitution: no closing `%s' in %s" msgstr "sai thay thế: không có « %s » đóng trong %s" -#: subst.c:2392 +#: subst.c:2450 #, c-format msgid "%s: cannot assign list to array member" msgstr "%s: không thể gán danh sách cho bộ phận cá»§a mảng" -#: subst.c:4391 subst.c:4407 +#: subst.c:4448 subst.c:4464 msgid "cannot make pipe for process substitution" msgstr "không thể tạo ống dẫn để thay thế tiến trình" -#: subst.c:4439 +#: subst.c:4496 msgid "cannot make child for process substitution" msgstr "không thể tạo tiến trình con để thay thế tiến trình" -#: subst.c:4484 +#: subst.c:4541 #, c-format msgid "cannot open named pipe %s for reading" msgstr "không thể mở ống dẫn đặt tên %s để đọc" -#: subst.c:4486 +#: subst.c:4543 #, c-format msgid "cannot open named pipe %s for writing" msgstr "không thể mở ống dẫn đặt tên %s để ghi" -#: subst.c:4494 -#, fuzzy, c-format -msgid "cannot reset nodelay mode for fd %d" -msgstr "không thể đặt lại chế độ nodelay (không hoãn) cho fd %d" - -#: subst.c:4504 +#: subst.c:4561 #, c-format msgid "cannot duplicate named pipe %s as fd %d" msgstr "không thể nhân đôi ống dẫn đặt tên %s thành fd %d" -#: subst.c:4700 +#: subst.c:4757 msgid "cannot make pipe for command substitution" msgstr "không thể tạo ống dẫn để thay thế lệnh" -#: subst.c:4734 +#: subst.c:4791 msgid "cannot make child for command substitution" msgstr "không thể tạo tiến trình con để thay thế lệnh" -#: subst.c:4751 +#: subst.c:4808 msgid "command_substitute: cannot duplicate pipe as fd 1" msgstr "command_substitute: không thể nhân đôi ống dẫn thành fd 1" -#: subst.c:5226 +#: subst.c:5310 #, c-format msgid "%s: parameter null or not set" msgstr "%s: tham số vô giá trị hoặc chưa được đặt" -#: subst.c:5502 +#: subst.c:5600 #, c-format msgid "%s: substring expression < 0" msgstr "%s: biểu thức chuỗi phụ < 0" -#: subst.c:6345 +#: subst.c:6645 #, c-format msgid "%s: bad substitution" msgstr "%s: sai thay thế" -#: subst.c:6421 +#: subst.c:6721 #, c-format msgid "$%s: cannot assign in this way" msgstr "$%s: không thể gán bằng cách này" -#: subst.c:7138 +#: subst.c:7440 #, fuzzy, c-format msgid "bad substitution: no closing \"`\" in %s" msgstr "sai thay thế: không có « %s » đóng trong %s" -#: subst.c:8003 +#: subst.c:8313 #, c-format msgid "no match: %s" msgstr "không khớp: %s" @@ -1715,12 +1772,12 @@ msgstr "thiếu dấu ngoặc vụ đóng « ] »" msgid "invalid signal number" msgstr "số thứ tá»± tín hiệu không hợp lệ" -#: trap.c:315 +#: trap.c:323 #, c-format msgid "run_pending_traps: bad value in trap_list[%d]: %p" msgstr "run_pending_traps: giá trị sai trong danh sách trap_list[%d]: %p" -#: trap.c:319 +#: trap.c:327 #, c-format msgid "" "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" @@ -1728,98 +1785,119 @@ msgstr "" "run_pending_traps: bộ xá»­ lý tín hiệu là SIG_DFL, đang gá»­i lại %d (%s) cho " "mình" -#: trap.c:363 +#: trap.c:371 #, c-format msgid "trap_handler: bad signal %d" msgstr "trap_handler: tín hiệu sai %d" -#: variables.c:339 +#: variables.c:354 #, c-format msgid "error importing function definition for `%s'" msgstr "gặp lỗi khi nhập lời xác định hàm cho « %s »" -#: variables.c:717 +#: variables.c:732 #, c-format msgid "shell level (%d) too high, resetting to 1" msgstr "cấp trình bao (%d) quá cao nên đặt lại thành 1" -#: variables.c:1729 +#: variables.c:1891 msgid "make_local_variable: no function context at current scope" msgstr "make_local_variable: không có ngữ cảnh hàm ở phạm vi hiện thời" -#: variables.c:2876 +#: variables.c:3120 msgid "all_local_variables: no function context at current scope" msgstr "all_local_variables: không có ngữ cảnh hàm ở phạm vi hiện thời" -#: variables.c:3093 variables.c:3102 +#: variables.c:3337 variables.c:3346 #, c-format msgid "invalid character %d in exportstr for %s" msgstr "sai ký tá»± %d trong chuỗi exportstr cho %s" -#: variables.c:3108 +#: variables.c:3352 #, c-format msgid "no `=' in exportstr for %s" msgstr "không có dấu bằng « = » trong chuỗi exportstr cho %s" -#: variables.c:3535 +#: variables.c:3787 msgid "pop_var_context: head of shell_variables not a function context" msgstr "" "pop_var_context: đầu cá»§a shell_variables (các biến trình bao) không phải là " "ngữ cảnh hàm" -#: variables.c:3548 +#: variables.c:3800 msgid "pop_var_context: no global_variables context" msgstr "" "pop_var_context: không có ngữ cảnh global_variables (các biến toàn cục)" -#: variables.c:3620 +#: variables.c:3874 msgid "pop_scope: head of shell_variables not a temporary environment scope" msgstr "" "pop_scope: đầu cá»§a shell_variables (các biến trình bao) không phải là phạm " "vi môi trường tạm thời" -#: version.c:83 +#: version.c:46 +#, fuzzy +msgid "Copyright (C) 2008 Free Software Foundation, Inc." +msgstr "Tác quyền © năm 2008 cá»§a Tổ chức Phần mềm Tá»± do.\n" + +#: version.c:47 +msgid "" +"License GPLv3+: GNU GPL version 3 or later \n" +msgstr "" + +#: version.c:86 #, c-format msgid "GNU bash, version %s (%s)\n" msgstr "" -#: xmalloc.c:93 +#: version.c:91 +#, c-format +msgid "This is free software; you are free to change and redistribute it.\n" +msgstr "" + +#: version.c:92 +#, c-format +msgid "There is NO WARRANTY, to the extent permitted by law.\n" +msgstr "" + +#: xmalloc.c:92 #, c-format msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: không thể cấp phát %lu byte (%lu byte đã cấp phát)" -#: xmalloc.c:95 +#: xmalloc.c:94 #, c-format msgid "xmalloc: cannot allocate %lu bytes" msgstr "xmalloc: không thể cấp phát %lu byte" -#: xmalloc.c:115 +#: xmalloc.c:114 #, c-format msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "xrealloc: không thể cấp phát lại %lu byte (%lu byte đã cấp phát)" -#: xmalloc.c:117 +#: xmalloc.c:116 #, c-format msgid "xrealloc: cannot allocate %lu bytes" msgstr "xrealloc: không thể cấp phát %lu byte" -#: xmalloc.c:151 +#: xmalloc.c:150 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" msgstr "xmalloc: %s:%d: không thể cấp phát %lu byte (%lu byte đã cấp phát)" -#: xmalloc.c:153 +#: xmalloc.c:152 #, c-format msgid "xmalloc: %s:%d: cannot allocate %lu bytes" msgstr "xmalloc: %s:%d: không thể cấp phát %lu byte" -#: xmalloc.c:175 +#: xmalloc.c:174 #, c-format msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" msgstr "" "xrealloc: %s:%d: không thể cấp phát lại %lu byte (%lu byte đã cấp phát)" -#: xmalloc.c:177 +#: xmalloc.c:176 #, c-format msgid "xrealloc: %s:%d: cannot allocate %lu bytes" msgstr "xrealloc: %s:%d: không thể cấp phát %lu byte" @@ -1887,12 +1965,12 @@ msgstr "command [-pVv] command [arg ...]" #: builtins.c:76 #, fuzzy -msgid "declare [-afFirtx] [-p] [name[=value] ...]" +msgid "declare [-aAfFilrtux] [-p] [name[=value] ...]" msgstr "declare [-afFrxi] [-p] tên[=giá-trị] ..." #: builtins.c:78 #, fuzzy -msgid "typeset [-afFirtx] [-p] name[=value] ..." +msgid "typeset [-aAfFilrtux] [-p] name[=value] ..." msgstr "typeset [-afFrxi] [-p] tên[=giá trị] ..." #: builtins.c:80 @@ -2330,6 +2408,7 @@ msgstr "" "\t\ttheo dạng có thể được dùng lại như dữ liệu nhập." #: builtins.c:322 +#, fuzzy msgid "" "Exit for, while, or until loops.\n" " \n" @@ -2337,8 +2416,11 @@ msgid "" " loops.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" +"Tiếp tục lại sá»± lặp lại kế tiếp cá»§a vòng lặp kiểu FOR (trong),\n" +"WHILE (trong khi) hoặc UNTIL (đến khi) bao bọc.\n" +"Ghi rõ N thì tiếp tục ở vòng lặp bao bọc thứ N." #: builtins.c:334 #, fuzzy @@ -2349,7 +2431,7 @@ msgid "" " If N is specified, resumes the Nth enclosing loop.\n" " \n" " Exit Status:\n" -" The exit status is 0 unless the shell is not executing a loop." +" The exit status is 0 unless N is not greater than or equal to 1." msgstr "" "Tiếp tục lại sá»± lặp lại kế tiếp cá»§a vòng lặp kiểu FOR (trong),\n" "WHILE (trong khi) hoặc UNTIL (đến khi) bao bọc.\n" @@ -2520,10 +2602,13 @@ msgid "" " -p\tdisplay the attributes and value of each NAME\n" " \n" " Options which set attributes:\n" -" -a\tto make NAMEs arrays (if supported)\n" +" -a\tto make NAMEs indexed arrays (if supported)\n" +" -A\tto make NAMEs associative arrays (if supported)\n" " -i\tto make NAMEs have the `integer' attribute\n" +" -l\tto convert NAMEs to lower case on assignment\n" " -r\tto make NAMEs readonly\n" " -t\tto make NAMEs have the `trace' attribute\n" +" -u\tto convert NAMEs to upper case on assignment\n" " -x\tto make NAMEs export\n" " \n" " Using `+' instead of `-' turns off the given attribute.\n" @@ -2565,14 +2650,14 @@ msgstr "" "Khi dùng trong hàm, nó làm cho TÊN là cục bộ,\n" "giống như khi dùng lệnh « local »." -#: builtins.c:505 +#: builtins.c:508 msgid "" "Set variable values and attributes.\n" " \n" " Obsolete. See `help declare'." msgstr "" -#: builtins.c:513 +#: builtins.c:516 msgid "" "Define local variables.\n" " \n" @@ -2587,7 +2672,7 @@ msgid "" " or the shell is not executing a function." msgstr "" -#: builtins.c:530 +#: builtins.c:533 #, fuzzy msgid "" "Write arguments to the standard output.\n" @@ -2602,7 +2687,7 @@ msgid "" " `echo' interprets the following backslash-escaped characters:\n" " \\a\talert (bell)\n" " \\b\tbackspace\n" -" \\c\tsuppress trailing newline\n" +" \\c\tsuppress further output\n" " \\e\tescape character\n" " \\f\tform feed\n" " \\n\tnew line\n" @@ -2638,7 +2723,7 @@ msgstr "" "CÅ©ng có thể tắt dứt khoát chức năng thông dịch các ký tá»± bên trên,\n" "dùng tùy chọn « -E »." -#: builtins.c:564 +#: builtins.c:567 msgid "" "Write arguments to the standard output.\n" " \n" @@ -2651,7 +2736,7 @@ msgid "" " Returns success unless a write error occurs." msgstr "" -#: builtins.c:579 +#: builtins.c:582 msgid "" "Enable and disable shell builtins.\n" " \n" @@ -2678,7 +2763,7 @@ msgid "" " Returns success unless NAME is not a shell builtin or an error occurs." msgstr "" -#: builtins.c:607 +#: builtins.c:610 msgid "" "Execute arguments as a shell command.\n" " \n" @@ -2690,7 +2775,7 @@ msgid "" " Returns exit status of command or success if command is null." msgstr "" -#: builtins.c:619 +#: builtins.c:622 #, fuzzy msgid "" "Parse option arguments.\n" @@ -2764,7 +2849,7 @@ msgstr "" "Getopts bình thường phân tích các tham số thuộc vị trí ($0-$9),\n" "\tnhưng nếu đưa ra thêm đối số, các tham số được phân tích thay vào đó." -#: builtins.c:661 +#: builtins.c:664 msgid "" "Replace the shell with the given command.\n" " \n" @@ -2787,7 +2872,7 @@ msgid "" "occurs." msgstr "" -#: builtins.c:682 +#: builtins.c:685 #, fuzzy msgid "" "Exit the shell.\n" @@ -2799,7 +2884,7 @@ msgstr "" "Không có N thì trạng thái thoát là trạng thái thoát\n" "\tcá»§a lệnh cuối cùng được thá»±c hiện." -#: builtins.c:691 +#: builtins.c:694 msgid "" "Exit a login shell.\n" " \n" @@ -2808,7 +2893,7 @@ msgid "" " in a login shell." msgstr "" -#: builtins.c:701 +#: builtins.c:704 #, fuzzy msgid "" "Display or execute commands from the history list.\n" @@ -2858,7 +2943,7 @@ msgstr "" "\tđể gõ « r cc » sẽ chạy lệnh cuối cùng bắt đầu với « cc »,\n" "\tvà gõ « r » sẽ thá»±c hiện lại lệnh cuối cùng." -#: builtins.c:731 +#: builtins.c:734 #, fuzzy msgid "" "Move job to the foreground.\n" @@ -2875,7 +2960,7 @@ msgstr "" "Không có ĐẶC_TẢ_CÔNG_VIỆC thì dùng ý kiến cá»§a trình bao\n" "\tvề công việc hiện thời." -#: builtins.c:746 +#: builtins.c:749 #, fuzzy msgid "" "Move jobs to the background.\n" @@ -2894,7 +2979,7 @@ msgstr "" "Không có ĐẶC_TẢ_CÔNG_VIỆC thì dùng ý kiến cá»§a trình bao\n" "\tvề công việc hiện thời." -#: builtins.c:760 +#: builtins.c:763 msgid "" "Remember or display program locations.\n" " \n" @@ -2918,7 +3003,7 @@ msgid "" " Returns success unless NAME is not found or an invalid option is given." msgstr "" -#: builtins.c:785 +#: builtins.c:788 msgid "" "Display information about builtin commands.\n" " \n" @@ -2940,7 +3025,7 @@ msgid "" "given." msgstr "" -#: builtins.c:809 +#: builtins.c:812 #, fuzzy msgid "" "Display or manipulate the history list.\n" @@ -3000,7 +3085,7 @@ msgstr "" "\tliên quan đến mỗi mục nhập lịch sá»­ được hiển thị.\n" "Không thì không in nhãn giờ." -#: builtins.c:845 +#: builtins.c:848 #, fuzzy msgid "" "Display status of jobs.\n" @@ -3039,7 +3124,7 @@ msgstr "" "\tmà xuất hiện trong ĐỐI_SỐ đã được thay thế bằng mã số tiến trình (PID)\n" "\tcá»§a tiến trình chỉ dẫn nhóm các tiến trình cá»§a công việc đó." -#: builtins.c:872 +#: builtins.c:875 msgid "" "Remove jobs from current shell.\n" " \n" @@ -3056,7 +3141,7 @@ msgid "" " Returns success unless an invalid option or JOBSPEC is given." msgstr "" -#: builtins.c:891 +#: builtins.c:894 #, fuzzy msgid "" "Send a signal to a job.\n" @@ -3088,7 +3173,7 @@ msgstr "" "\tvà nếu tới giới hạn về tổng số tiến trình có thể tạo, không cần\n" "\tkhởi chạy một tiến trình riêng để ép buộc kết thúc tiến trình khác." -#: builtins.c:914 +#: builtins.c:917 #, fuzzy msgid "" "Evaluate arithmetic expressions.\n" @@ -3175,7 +3260,7 @@ msgstr "" "Nếu ĐỐI_SỐ cuối cùng được tính là 0, let trả về 1;\n" "\tkhông thì trả về 0." -#: builtins.c:959 +#: builtins.c:962 #, fuzzy msgid "" "Read a line from the standard input and split it into fields.\n" @@ -3208,7 +3293,9 @@ msgid "" " -t timeout\ttime out and return failure if a complete line of input " "is\n" " \t\tnot read withint TIMEOUT seconds. The value of the TMOUT\n" -" \t\tvariable is the default timeout.\n" +" \t\tvariable is the default timeout. TIMEOUT may be a\n" +" \t\tfractional number. The exit status is greater than 128 if\n" +" \t\tthe timeout is exceeded\n" " -u fd\t\tread from file descriptor FD instead of the standard input\n" " \n" " Exit Status:\n" @@ -3246,7 +3333,7 @@ msgstr "" "\ttiến trình đọc không quá hạn,\n" "\tmột bộ mô tả tập tin không hợp lệ được cung cấp như đối số tới « -u »." -#: builtins.c:996 +#: builtins.c:1001 msgid "" "Return from a shell function.\n" " \n" @@ -3258,7 +3345,7 @@ msgid "" " Returns N, or failure if the shell is not executing a function or script." msgstr "" -#: builtins.c:1009 +#: builtins.c:1014 #, fuzzy msgid "" "Set or unset values of shell options and positional parameters.\n" @@ -3414,7 +3501,7 @@ msgstr "" "$1, $2 v.v.\n" "Không đưa ra đối số thì in ra các biến trình bao." -#: builtins.c:1091 +#: builtins.c:1096 msgid "" "Unset values and attributes of shell variables and functions.\n" " \n" @@ -3434,7 +3521,7 @@ msgid "" " Returns success unless an invalid option is given or a NAME is read-only." msgstr "" -#: builtins.c:1111 +#: builtins.c:1116 msgid "" "Set export attribute for shell variables.\n" " \n" @@ -3453,7 +3540,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1130 +#: builtins.c:1135 msgid "" "Mark shell variables as unchangeable.\n" " \n" @@ -3462,7 +3549,8 @@ msgid "" " before marking as read-only.\n" " \n" " Options:\n" -" -a\trefer to array variables\n" +" -a\trefer to indexed array variables\n" +" -A\trefer to associative array variables\n" " -f\trefer to shell functions\n" " -p\tdisplay a list of all readonly variables and functions\n" " \n" @@ -3472,7 +3560,7 @@ msgid "" " Returns success unless an invalid option is given or NAME is invalid." msgstr "" -#: builtins.c:1150 +#: builtins.c:1156 msgid "" "Shift positional parameters.\n" " \n" @@ -3483,7 +3571,7 @@ msgid "" " Returns success unless N is negative or greater than $#." msgstr "" -#: builtins.c:1162 builtins.c:1177 +#: builtins.c:1168 builtins.c:1183 #, fuzzy msgid "" "Execute commands from a file in the current shell.\n" @@ -3502,11 +3590,12 @@ msgstr "" "Có đối số thì mỗi đối số là một tham số thuộc vị trí khi thá»±c hiện " "TÊN_TẬP_TIN." -#: builtins.c:1193 +#: builtins.c:1199 msgid "" "Suspend shell execution.\n" " \n" " Suspend the execution of this shell until it receives a SIGCONT signal.\n" +" Unless forced, login shells cannot be suspended.\n" " \n" " Options:\n" " -f\tforce the suspend, even if the shell is a login shell\n" @@ -3515,7 +3604,7 @@ msgid "" " Returns success unless job control is not enabled or an error occurs." msgstr "" -#: builtins.c:1208 +#: builtins.c:1215 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3666,7 +3755,7 @@ msgstr "" "\t\t-gt\t\tlớn hÆ¡n\n" "\t\t-ge\t\tlớn hÆ¡n hoặc bằng" -#: builtins.c:1284 +#: builtins.c:1291 #, fuzzy msgid "" "Evaluate conditional expression.\n" @@ -3678,7 +3767,7 @@ msgstr "" "\tnhưng đối số cuối cùng phải là dấu ngoặc vu nghÄ©a chữ « ] »,\n" "\tđể tương ứng với dấu ngoặc vu mở « [ »." -#: builtins.c:1293 +#: builtins.c:1300 msgid "" "Display process times.\n" " \n" @@ -3690,7 +3779,7 @@ msgid "" " Always succeeds." msgstr "" -#: builtins.c:1305 +#: builtins.c:1312 #, fuzzy msgid "" "Trap signals and other events.\n" @@ -3747,7 +3836,7 @@ msgstr "" "« trap -l » sẽ in ra danh sách các tên tín hiệu và số thứ tá»± tương ứng.\n" "Ghi chú rằng tín hiệu có thể được gá»­i cho trình bao dùng « kill -signal $$ »." -#: builtins.c:1337 +#: builtins.c:1344 msgid "" "Display information about command type.\n" " \n" @@ -3777,7 +3866,7 @@ msgid "" "found." msgstr "" -#: builtins.c:1368 +#: builtins.c:1375 #, fuzzy msgid "" "Modify shell resource limits.\n" @@ -3860,7 +3949,7 @@ msgstr "" "\t-p\t\ttăng/giảm dần theo 512 byte\n" "\t-u\t\tsố tiến trình không theo tá»· lệ." -#: builtins.c:1413 +#: builtins.c:1420 msgid "" "Display or set file mode mask.\n" " \n" @@ -3878,7 +3967,7 @@ msgid "" " Returns success unless MODE is invalid or an invalid option is given." msgstr "" -#: builtins.c:1433 +#: builtins.c:1440 msgid "" "Wait for job completion and return exit status.\n" " \n" @@ -3895,7 +3984,7 @@ msgid "" " given." msgstr "" -#: builtins.c:1451 +#: builtins.c:1458 #, fuzzy msgid "" "Wait for process completion and return exit status.\n" @@ -3916,7 +4005,7 @@ msgstr "" "\tnếu đưa ra một đặc tả công việc thì đợi mọi tiến trình\n" "\tnằm trong đường ống cá»§a công việc đó." -#: builtins.c:1466 +#: builtins.c:1473 #, fuzzy msgid "" "Execute commands for each member in a list.\n" @@ -3935,7 +4024,7 @@ msgstr "" "Đối với mỗi phần tá»­ trong WORDS (các từ), TÊN được đặt thành phần tá»­ đó,\n" "\tvà CÂU_LỆNH được thá»±c hiện." -#: builtins.c:1480 +#: builtins.c:1487 #, fuzzy msgid "" "Arithmetic for loop.\n" @@ -3961,10 +4050,10 @@ msgstr "" "EXP1, EXP2, EXP3 là biểu thức số học.\n" "Bỏ sót biểu thức nào thì ứng xá»­ như nó tính là 1." -#: builtins.c:1498 +#: builtins.c:1505 #, fuzzy msgid "" -"Select words from a list and execute commands..\n" +"Select words from a list and execute commands.\n" " \n" " The WORDS are expanded, generating a list of words. The\n" " set of expanded words is printed on the standard error, each\n" @@ -3996,7 +4085,7 @@ msgstr "" "Các CÂU_LỆNH được thá»±c hiện sau khi chọn mỗi đồ,\n" "\tđến khi một lệnh gián đoạn được thá»±c hiện." -#: builtins.c:1519 +#: builtins.c:1526 #, fuzzy msgid "" "Report time consumed by pipeline's execution.\n" @@ -4021,7 +4110,7 @@ msgstr "" "Nó dùng giá trị cá»§a biến TIMEFORMAT (định dạng thời gian)\n" "\tlàm định dạng kết xuất." -#: builtins.c:1536 +#: builtins.c:1543 #, fuzzy msgid "" "Execute commands based on pattern matching.\n" @@ -4036,7 +4125,7 @@ msgstr "" "\ttương ứng TỪ và MẪU.\n" "Ký hiệu ống dẫn « | » được dùng để phân cách nhiều mẫu." -#: builtins.c:1548 +#: builtins.c:1555 #, fuzzy msgid "" "Execute commands based on conditional.\n" @@ -4069,7 +4158,7 @@ msgstr "" "\tcá»§a câu lệnh cuối cùng được thá»±c hiện, hoặc là số không\n" "\tnếu không có điều kiện được thá»­ là đúng." -#: builtins.c:1565 +#: builtins.c:1572 #, fuzzy msgid "" "Execute commands as long as a test succeeds.\n" @@ -4084,7 +4173,7 @@ msgstr "" "\ttrong danh sách các câu lệnh « while » (trong khi)\n" "\tcó trạng thái thoát là số không." -#: builtins.c:1577 +#: builtins.c:1584 #, fuzzy msgid "" "Execute commands as long as a test does not succeed.\n" @@ -4099,7 +4188,7 @@ msgstr "" "\ttrong danh sách các câu lệnh « until » (đến khi)\n" "\tcó trạng thái thoát khác với số không." -#: builtins.c:1589 +#: builtins.c:1596 msgid "" "Define shell function.\n" " \n" @@ -4113,7 +4202,7 @@ msgid "" " Returns success unless NAME is readonly." msgstr "" -#: builtins.c:1603 +#: builtins.c:1610 #, fuzzy msgid "" "Group commands as a unit.\n" @@ -4127,7 +4216,7 @@ msgstr "" "Chạy các câu lệnh trong một nhóm.\n" "\tĐây là một cách để chuyển hướng một tập hợp câu lệnh hoàn toàn." -#: builtins.c:1615 +#: builtins.c:1622 #, fuzzy msgid "" "Resume job in foreground.\n" @@ -4148,7 +4237,7 @@ msgstr "" "Ghi dấu và « & » đằng sau JOB_SPEC sẽ đặt công việc vào nền,\n" "\tnhư thế đặc tả công việc đó đã được cung cấp dạng đối số với « bg »." -#: builtins.c:1630 +#: builtins.c:1637 #, fuzzy msgid "" "Evaluate arithmetic expression.\n" @@ -4162,7 +4251,7 @@ msgstr "" "BIỂU_THỨC được tính tùy theo các quy tắc về phép tính số học.\n" "Tương đương với « let BIỂU_THỨC »." -#: builtins.c:1642 +#: builtins.c:1649 #, fuzzy msgid "" "Execute conditional command.\n" @@ -4208,7 +4297,7 @@ msgstr "" "Toán tá»­ « && » và « || » không tính B_THỨC2 nếu B_THỨC1 là đủ\n" "\tđể tính giá trị cá»§a biểu thức." -#: builtins.c:1668 +#: builtins.c:1675 #, fuzzy msgid "" "Common shell variable names and usage.\n" @@ -4313,7 +4402,7 @@ msgstr "" "\tđược ùng để quyết định những câu lệnh nào nên được lưu\n" "\tvào danh sách lịch sá»­.\n" -#: builtins.c:1725 +#: builtins.c:1732 #, fuzzy msgid "" "Add directories to stack.\n" @@ -4362,7 +4451,7 @@ msgstr "" "\n" "Dùng lệnh « dirs » để xem đống thư mục." -#: builtins.c:1759 +#: builtins.c:1766 #, fuzzy msgid "" "Remove directories from stack.\n" @@ -4410,7 +4499,7 @@ msgstr "" "\n" "Dùng lệnh « dirs » để xem đống thư mục." -#: builtins.c:1789 +#: builtins.c:1796 #, fuzzy msgid "" "Display directory stack.\n" @@ -4462,7 +4551,7 @@ msgstr "" "\tđược hiển thị bằng « dirs », khi gọi mà không có đối số,\n" "\tbắt đầu từ số không." -#: builtins.c:1818 +#: builtins.c:1825 msgid "" "Set and unset shell options.\n" " \n" @@ -4483,7 +4572,7 @@ msgid "" " given or OPTNAME is disabled." msgstr "" -#: builtins.c:1839 +#: builtins.c:1846 #, fuzzy msgid "" "Formats and prints ARGUMENTS under control of the FORMAT.\n" @@ -4526,7 +4615,7 @@ msgstr "" "Đưa ra tùy chọn « -v » thì đặt kết xuất vào giá trị cá»§a biến trình bao VAR\n" "\thÆ¡n là được gá»­i cho đầu ra tiêu chuẩn." -#: builtins.c:1866 +#: builtins.c:1873 msgid "" "Specify how arguments are to be completed by Readline.\n" " \n" @@ -4548,7 +4637,7 @@ msgid "" " Returns success unless an invalid option is supplied or an error occurs." msgstr "" -#: builtins.c:1889 +#: builtins.c:1896 #, fuzzy msgid "" "Display possible completions depending on the options.\n" @@ -4566,7 +4655,7 @@ msgstr "" "\tcó tạo ra các chuỗi điền nốt có thể làm được.\n" "Đưa ra đối số TỪ còn tùy chọn thì tạo ra các chuỗi tương ứng với TỪ." -#: builtins.c:1904 +#: builtins.c:1911 msgid "" "Modify or display completion options.\n" " \n" @@ -4595,7 +4684,7 @@ msgid "" " have a completion specification defined." msgstr "" -#: builtins.c:1932 +#: builtins.c:1939 msgid "" "Read lines from a file into an array variable.\n" " \n" diff --git a/po/zh_TW.gmo b/po/zh_TW.gmo new file mode 100644 index 0000000000000000000000000000000000000000..56158e636433c23c4fe8af610ef2c7398f173f3f GIT binary patch literal 7080 zc-rk&TXa;_89vq<8BIdNMS|5HEonfVn1EFpz=9Bz%57EfQWh(m%$#Hn%$zfxbA}Mx zhk!%^BnFg#VB}`N7)!!M0UPu_a>SeVL%{epE7gyT{dwJ>i?|;vk$t1S+ ztq+|=_|E?KzyJN;_y7BfTY44z*5L0e_&e|=McD$p^HxRtF5jjo6~GUH3xGcZP6bZ7 zT~W$`_W-8=!@%jlCBXZE&jV)wzX!aV@ z?Dymy?5A$vYd7Iu;3VQJW&bpkvVPB&vY(^Cd&$4Rhk!>)S>Kpzw9eV+jz z1eTO>9KTV`n0^{YZ*RFE5 z=V&?Wb+w%RnJH)c{#nlY-36n<6c33TCbM6612@9{!;|^kXHaH7rIv z%l(I3S4`#m!c&?5>8ZTGQPNYA{<_3dQ`zsABz`REpGZtkW&8g=mF>QB8s~vJjpfz> z7m@xFcLARR{uo$Ibvd2SH%w=LKR=!2n7~@#4qz4V0u1fx&OZ+Xc zgz}}5^X@N|oTm$C^8QBPEa2vue7vM7@$KmQsuB%^3{=d!SI=S_3=AQ+u0X`)!Qu!$Cq@wSsDAI zzA=}2hFsT4oG+33Bk4$WGmmJ|3cwp2bQ8-5y70~IuAiqzRYpNB>+t~{DE%NDIa*yJtF~sg=vddQ z6VbFplhKm0QjWUWYEqq~9uedwEvlNj+iKZc)THLd#E#Ky@XdlHqM4@Usx7*!#*KvG zlKjGrgcUWK+a}(#buF5wNpoqV*-DvFLDg*=_S?E^8~RqmY*8aA+ty82jT*KdaV@)z z1khhd@W(92Ra52`(`se?at_fV!da%4(8titRH8|@$B+Ww6_duFc658I5hEv6Qq zz*VM2MkeFBkTu~xc|T&Au5HD0BqtS#5nZlbRYNZ5@wnQQGUBdb2K2nsV3Tee5mmEW z@MV&tUrfPYyen;yG)L9UfKlvIR4Av^=9C!;lnba^HQUgd;<}_dh)l$lqFXiFM3CxL z<;m6S)wqRt@oi3hNO@|_ss^E`qr1uqHKuLV$v*Pweaf1Z%ho=(EZBZVSeQS%E~cvq z&4|Ovl)o{}QJZw#6k1`oEvc)UKu6WwkCRD~aep;DVk7@-9jEY_;BwKLDEpnl3u?xS zAPHaKu=IZ}aY@R0M{CjROCV-LkpniW8*(2tH8r9Cz~V$~Bk6{ljkqq@Ay`*k_+V3$ z=ERy(E!9D}xE7p{v}_mpw2%%jSSj{x&R??{^E6X$Eu?R%id1uzOL3q$)wwiF8lw4d zRtJ5dkb}33C{hQhj56X)S${zSaoubJv*uK*tp*wi0-sAd(F6sNEDR@e37WJG+9YD! zaNLlJADWhsg0zJNv_-LDn!0+)s)j|+E?K$0L8ba~VUK1RW`Y}HK`vqW`mc#-;%lhh)VBa$zorARr_ z%+$BJDq5$AQIoDlVtQl?Um}F??M|x6aSb;mOm28KbHD*NE)#7MSHPYM~C8+y?6i{81f+U!x=&=e?D<4%WsoUJN z(8k5e6h4+~iPc|-FzVabD&%7{5on7V3p*%~pIeNTV!Lg)mMG~5`1m$|*iWY@f4LuWp)63L%n3>B+NP*n^ z)8$&QPBYu`eM2E1HA>fTtfjjU;as-nvYPD-9;oorT$@Q~Z6bamrl^oM^h(ySfP48D z;fDTt&KL|eYi(;Y=;0O7@Uyz@h%BS_9iCS+H?(%my6{rGUL-WUOmp>mb#86#qv5*R z@Z5Q7-DCB0Ys0mV)YgJA{2fd_&KSP=Vf>q0i_iMHxewOP2j5E6LwFrB)QM{@Y4BYm zOl^OeW~k~y!$NXmG}7(GE!6*O;Fia6#%xL9#R{*}wM4zTG={E#jyD^A%|(9>4!;x& z$Lng%#prjbZ8etNQscHh9$K|xRYTsex|-V1QY1X$5~jDbUUkv_9!|zJ!(4#Yr`dRt z7p-5nJUl)cDTWeSW)5V`Avo!S{qNK3T{xu|wQsBn7D zZoiy8-VsdCe&<1Y#l8L4Mz8jZ#klF&>lyU>c6%ee=>r3DbpCYYNP6c9zqga6(d3-D z*x~KEk{;ga^>t$njtPn0zW34>_N0&O^e&wmz1EjG-Qyo0ky~#c1wDQ7eCEpaT?GKf452fL#;hWrB`e%@|osNL&1SV)&v@4gNOh-G57YdAC5 z?+>0#zkf2_d(qq7oqlsD+qIJq^8cZn+^hb($Nav*^s!S+VXu&RdybL1`?}Ku=Zdy6 zhmWOCjua9DFBVa7ypZVkb$fdc7fBnvaRLGhJ>{Q&jp8-b<#+C*>&9;h*ZZ%&<8@vv zr2A+3vnP%Qu?c+VzcD;|x!r5u>vg>2UA@8+-I#;BuLth)doO!u4k26U<3>mJc&Bu$ zuqfNto;kf;N)tRX50RaqYnKGy-+V0 zj05X27Uw?3OwJQAjGLQBuib#?g0Y$J^p2l{qcgkCWR9H|_xn2rC>DWdFdH+;KX`Tw zl_ut(uvwTGdW+IZ%+BaNB!P>kus2L_AYja#dBf{GmHxr$92eIj=aDSF|4-8YbCa~J z{KC9IZF)=xF6Xgyn6v9jQ#<17_j(4_4@%!4n>s^6@xyCL?c2}nJTs4ZC@Iws4EtT%`7M-oPtd!)j`y9|a6E1Uyv5H>dgxH*#Ov}RuYVBDRpwpc zBpd{fT|!}#J%rOzDwTU{XcU%jbI&lPA?&}<>v!$utdb9B0sHbV!0rvdhkVUjhVkTI DOJJ_Q literal 0 Hc-jL100001 diff --git a/po/zh_TW.po b/po/zh_TW.po new file mode 100644 index 000000000..c37436352 --- /dev/null +++ b/po/zh_TW.po @@ -0,0 +1,2531 @@ +# Chinese translations for bash package. +# Copyright (C) 2008 Free Software Foundation, Inc. +# This file is distributed under the same license as the bash package. +# Zi-You Dai , 2008. +# +msgid "" +msgstr "" +"Project-Id-Version: bash-3.2\n" +"POT-Creation-Date: 2006-10-23 17:20-0400\n" +"PO-Revision-Date: 2008-08-20 20:12+0800\n" +"Last-Translator: Zi-You Dai \n" +"Language-Team: Chinese (traditional) \n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Plural-Forms: nplurals=1; plural=0;\n" + +#: arrayfunc.c:48 +msgid "bad array subscript" +msgstr "" + +#: arrayfunc.c:362 +#, c-format +msgid "%s: cannot assign to non-numeric index" +msgstr "" + +#: bashhist.c:331 +#, c-format +msgid "%s: cannot create: %s" +msgstr "" + +#: bashline.c:3030 +msgid "bash_execute_unix_command: cannot find keymap for command" +msgstr "" + +#: bashline.c:3079 +#, c-format +msgid "%s: first non-whitespace character is not `\"'" +msgstr "" + +#: bashline.c:3108 +#, c-format +msgid "no closing `%c' in %s" +msgstr "" + +#: bashline.c:3142 +#, c-format +msgid "%s: missing colon separator" +msgstr "" + +#: builtins/bind.def:194 +#, c-format +msgid "`%s': invalid keymap name" +msgstr "" + +#: builtins/bind.def:233 +#, c-format +msgid "%s: cannot read: %s" +msgstr "%s:不能讀取: %s" + +#: builtins/bind.def:248 +#, c-format +msgid "`%s': cannot unbind" +msgstr "" + +#: builtins/bind.def:283 +#, c-format +msgid "`%s': unknown function name" +msgstr "`%s':未知函數名稱" + +#: builtins/bind.def:291 +#, c-format +msgid "%s is not bound to any keys.\n" +msgstr "" + +#: builtins/bind.def:295 +#, c-format +msgid "%s can be invoked via " +msgstr "" + +#: builtins/break.def:128 +msgid "only meaningful in a `for', `while', or `until' loop" +msgstr "" + +#: builtins/caller.def:131 +msgid "Returns the context of the current subroutine call." +msgstr "" + +#: builtins/caller.def:132 builtins/caller.def:136 builtins/pushd.def:666 +#: builtins/pushd.def:674 builtins/pushd.def:677 builtins/pushd.def:687 +#: builtins/pushd.def:691 builtins/pushd.def:695 builtins/pushd.def:698 +#: builtins/pushd.def:701 builtins/pushd.def:710 builtins/pushd.def:714 +#: builtins/pushd.def:718 builtins/pushd.def:721 +msgid " " +msgstr "" + +#: builtins/caller.def:133 +msgid "Without EXPR, returns returns \"$line $filename\". With EXPR," +msgstr "" + +#: builtins/caller.def:134 +msgid "returns \"$line $subroutine $filename\"; this extra information" +msgstr "" + +#: builtins/caller.def:135 +msgid "can be used used to provide a stack trace." +msgstr "" + +#: builtins/caller.def:137 +msgid "The value of EXPR indicates how many call frames to go back before the" +msgstr "" + +#: builtins/caller.def:138 +msgid "current one; the top frame is frame 0." +msgstr "" + +#: builtins/cd.def:204 +msgid "HOME not set" +msgstr "HOME 沒有設置" + +#: builtins/cd.def:216 +msgid "OLDPWD not set" +msgstr "OLDPWD 沒有設置" + +#: builtins/common.c:133 test.c:822 +msgid "too many arguments" +msgstr "太多引數" + +#: builtins/common.c:157 shell.c:474 shell.c:748 +#, c-format +msgid "%s: option requires an argument" +msgstr "%s:選項需要一個引數" + +#: builtins/common.c:164 +#, c-format +msgid "%s: numeric argument required" +msgstr "%s:數字引數必須" + +#: builtins/common.c:171 +#, c-format +msgid "%s: not found" +msgstr "%s:沒有找到" + +#: builtins/common.c:180 shell.c:761 +#, c-format +msgid "%s: invalid option" +msgstr "%s:無效選項" + +#: builtins/common.c:187 +#, c-format +msgid "%s: invalid option name" +msgstr "%s:無效選項名" + +#: builtins/common.c:194 general.c:230 general.c:235 +#, c-format +msgid "`%s': not a valid identifier" +msgstr "`%s':不是一個有效的識別符" + +#: builtins/common.c:201 +#, c-format +msgid "%s: invalid number" +msgstr "%s:無效的號碼" + +#: builtins/common.c:208 +#, c-format +msgid "%s: invalid signal specification" +msgstr "%s:無效的信號規格" + +#: builtins/common.c:215 +#, c-format +msgid "`%s': not a pid or valid job spec" +msgstr "`%s':不是一個 pid 或有效的工作規格" + +#: builtins/common.c:222 error.c:451 +#, c-format +msgid "%s: readonly variable" +msgstr "%s:只讀變數" + +#: builtins/common.c:230 +#, c-format +msgid "%s: %s out of range" +msgstr "%s:%s 超出範圍" + +#: builtins/common.c:230 builtins/common.c:232 +msgid "argument" +msgstr "引數" + +#: builtins/common.c:232 +#, c-format +msgid "%s out of range" +msgstr "%s 超出範圍" + +#: builtins/common.c:240 +#, c-format +msgid "%s: no such job" +msgstr "%s:沒有此類的工作" + +#: builtins/common.c:248 +#, c-format +msgid "%s: no job control" +msgstr "%s:沒有工作控制" + +#: builtins/common.c:250 +msgid "no job control" +msgstr "沒有工作控制" + +#: builtins/common.c:260 +#, c-format +msgid "%s: restricted" +msgstr "%s:有限的" + +#: builtins/common.c:262 +msgid "restricted" +msgstr "有限的" + +#: builtins/common.c:270 +#, c-format +msgid "%s: not a shell builtin" +msgstr "%s:不是一個內建 shell" + +#: builtins/common.c:276 +#, c-format +msgid "write error: %s" +msgstr "寫入錯誤: %s" + +#: builtins/common.c:481 +#, c-format +msgid "%s: error retrieving current directory: %s: %s\n" +msgstr "%s:錯誤檢索當前目錄: %s: %s\n" + +#: builtins/common.c:547 builtins/common.c:549 +#, c-format +msgid "%s: ambiguous job spec" +msgstr "%s:含糊的工作規格" + +#: builtins/complete.def:251 +#, c-format +msgid "%s: invalid action name" +msgstr "%s:無效的功能名稱" + +#: builtins/complete.def:381 builtins/complete.def:524 +#, c-format +msgid "%s: no completion specification" +msgstr "%s:沒有完成的規格" + +#: builtins/complete.def:571 +msgid "warning: -F option may not work as you expect" +msgstr "警告: -F 選項可能無法按預期工作" + +#: builtins/complete.def:573 +msgid "warning: -C option may not work as you expect" +msgstr "警告: -C 選項可能無法按預期工作" + +#: builtins/declare.def:106 +msgid "can only be used in a function" +msgstr "只能用在一個函數" + +#: builtins/declare.def:306 +msgid "cannot use `-f' to make functions" +msgstr "" + +#: builtins/declare.def:318 execute_cmd.c:4073 +#, c-format +msgid "%s: readonly function" +msgstr "%s:只讀函數" + +#: builtins/declare.def:406 +#, c-format +msgid "%s: cannot destroy array variables in this way" +msgstr "" + +#: builtins/enable.def:128 builtins/enable.def:136 +msgid "dynamic loading not available" +msgstr "" + +#: builtins/enable.def:303 +#, c-format +msgid "cannot open shared object %s: %s" +msgstr "" + +#: builtins/enable.def:326 +#, c-format +msgid "cannot find %s in shared object %s: %s" +msgstr "" + +#: builtins/enable.def:450 +#, c-format +msgid "%s: not dynamically loaded" +msgstr "" + +#: builtins/enable.def:465 +#, c-format +msgid "%s: cannot delete: %s" +msgstr "" + +#: builtins/evalfile.c:129 execute_cmd.c:3930 shell.c:1409 +#, c-format +msgid "%s: is a directory" +msgstr "" + +#: builtins/evalfile.c:134 +#, c-format +msgid "%s: not a regular file" +msgstr "" + +#: builtins/evalfile.c:142 +#, c-format +msgid "%s: file is too large" +msgstr "" + +#: builtins/exec.def:205 +#, c-format +msgid "%s: cannot execute: %s" +msgstr "" + +#: builtins/exit.def:83 +msgid "not login shell: use `exit'" +msgstr "" + +#: builtins/exit.def:111 +msgid "There are stopped jobs.\n" +msgstr "" + +#: builtins/fc.def:258 +msgid "no command found" +msgstr "" + +#: builtins/fc.def:328 +msgid "history specification" +msgstr "" + +#: builtins/fc.def:349 +#, c-format +msgid "%s: cannot open temp file: %s" +msgstr "" + +#: builtins/fg_bg.def:149 +#, c-format +msgid "job %d started without job control" +msgstr "" + +#: builtins/getopt.c:109 +#, c-format +msgid "%s: illegal option -- %c\n" +msgstr "" + +#: builtins/getopt.c:110 +#, c-format +msgid "%s: option requires an argument -- %c\n" +msgstr "" + +#: builtins/hash.def:84 +msgid "hashing disabled" +msgstr "" + +#: builtins/hash.def:130 +#, c-format +msgid "%s: hash table empty\n" +msgstr "" + +#: builtins/help.def:108 +msgid "Shell commands matching keywords `" +msgstr "" + +#: builtins/help.def:110 +msgid "Shell commands matching keyword `" +msgstr "" + +#: builtins/help.def:138 +#, c-format +msgid "no help topics match `%s'. Try `help help' or `man -k %s' or `info %s'." +msgstr "" + +#: builtins/help.def:164 +#, c-format +msgid "%s: cannot open: %s" +msgstr "" + +#: builtins/help.def:182 +msgid "" +"These shell commands are defined internally. Type `help' to see this list.\n" +"Type `help name' to find out more about the function `name'.\n" +"Use `info bash' to find out more about the shell in general.\n" +"Use `man -k' or `info' to find out more about commands not in this list.\n" +"\n" +"A star (*) next to a name means that the command is disabled.\n" +"\n" +msgstr "" + +#: builtins/history.def:150 +msgid "cannot use more than one of -anrw" +msgstr "" + +#: builtins/history.def:182 +msgid "history position" +msgstr "" + +#: builtins/history.def:400 +#, c-format +msgid "%s: history expansion failed" +msgstr "" + +#: builtins/jobs.def:99 +msgid "no other options allowed with `-x'" +msgstr "" + +#: builtins/kill.def:187 +#, c-format +msgid "%s: arguments must be process or job IDs" +msgstr "" + +#: builtins/kill.def:250 +msgid "Unknown error" +msgstr "" + +#: builtins/let.def:94 builtins/let.def:119 expr.c:498 expr.c:513 +msgid "expression expected" +msgstr "" + +#: builtins/printf.def:339 +#, c-format +msgid "`%s': missing format character" +msgstr "" + +#: builtins/printf.def:516 +#, c-format +msgid "`%c': invalid format character" +msgstr "" + +#: builtins/printf.def:722 +msgid "missing hex digit for \\x" +msgstr "" + +#: builtins/pushd.def:175 +msgid "no other directory" +msgstr "" + +#: builtins/pushd.def:442 +msgid "" +msgstr "" + +#: builtins/pushd.def:663 +msgid "Display the list of currently remembered directories. Directories" +msgstr "" + +#: builtins/pushd.def:664 +msgid "find their way onto the list with the `pushd' command; you can get" +msgstr "" + +#: builtins/pushd.def:665 +msgid "back up through the list with the `popd' command." +msgstr "" + +#: builtins/pushd.def:667 +msgid "The -l flag specifies that `dirs' should not print shorthand versions" +msgstr "" + +#: builtins/pushd.def:668 +msgid "of directories which are relative to your home directory. This means" +msgstr "" + +#: builtins/pushd.def:669 +msgid "that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag" +msgstr "" + +#: builtins/pushd.def:670 +msgid "causes `dirs' to print the directory stack with one entry per line," +msgstr "" + +#: builtins/pushd.def:671 +msgid "prepending the directory name with its position in the stack. The -p" +msgstr "" + +#: builtins/pushd.def:672 +msgid "flag does the same thing, but the stack position is not prepended." +msgstr "" + +#: builtins/pushd.def:673 +msgid "The -c flag clears the directory stack by deleting all of the elements." +msgstr "" + +#: builtins/pushd.def:675 +msgid "+N displays the Nth entry counting from the left of the list shown by" +msgstr "" + +#: builtins/pushd.def:676 builtins/pushd.def:679 +msgid " dirs when invoked without options, starting with zero." +msgstr "" + +#: builtins/pushd.def:678 +msgid "-N displays the Nth entry counting from the right of the list shown by" +msgstr "" + +#: builtins/pushd.def:684 +msgid "Adds a directory to the top of the directory stack, or rotates" +msgstr "" + +#: builtins/pushd.def:685 +msgid "the stack, making the new top of the stack the current working" +msgstr "" + +#: builtins/pushd.def:686 +msgid "directory. With no arguments, exchanges the top two directories." +msgstr "" + +#: builtins/pushd.def:688 +msgid "+N Rotates the stack so that the Nth directory (counting" +msgstr "" + +#: builtins/pushd.def:689 +msgid " from the left of the list shown by `dirs', starting with" +msgstr "" + +#: builtins/pushd.def:690 builtins/pushd.def:694 +msgid " zero) is at the top." +msgstr "" + +#: builtins/pushd.def:692 +msgid "-N Rotates the stack so that the Nth directory (counting" +msgstr "" + +#: builtins/pushd.def:693 +msgid " from the right of the list shown by `dirs', starting with" +msgstr "" + +#: builtins/pushd.def:696 +msgid "-n suppress the normal change of directory when adding directories" +msgstr "" + +#: builtins/pushd.def:697 +msgid " to the stack, so only the stack is manipulated." +msgstr "" + +#: builtins/pushd.def:699 +msgid "dir adds DIR to the directory stack at the top, making it the" +msgstr "" + +#: builtins/pushd.def:700 +msgid " new current working directory." +msgstr "" + +#: builtins/pushd.def:702 builtins/pushd.def:722 +msgid "You can see the directory stack with the `dirs' command." +msgstr "" + +#: builtins/pushd.def:707 +msgid "Removes entries from the directory stack. With no arguments," +msgstr "" + +#: builtins/pushd.def:708 +msgid "removes the top directory from the stack, and cd's to the new" +msgstr "" + +#: builtins/pushd.def:709 +msgid "top directory." +msgstr "" + +#: builtins/pushd.def:711 +msgid "+N removes the Nth entry counting from the left of the list" +msgstr "" + +#: builtins/pushd.def:712 +msgid " shown by `dirs', starting with zero. For example: `popd +0'" +msgstr "" + +#: builtins/pushd.def:713 +msgid " removes the first directory, `popd +1' the second." +msgstr "" + +#: builtins/pushd.def:715 +msgid "-N removes the Nth entry counting from the right of the list" +msgstr "" + +#: builtins/pushd.def:716 +msgid " shown by `dirs', starting with zero. For example: `popd -0'" +msgstr "" + +#: builtins/pushd.def:717 +msgid " removes the last directory, `popd -1' the next to last." +msgstr "" + +#: builtins/pushd.def:719 +msgid "-n suppress the normal change of directory when removing directories" +msgstr "" + +#: builtins/pushd.def:720 +msgid " from the stack, so only the stack is manipulated." +msgstr "" + +#: builtins/read.def:210 +#, c-format +msgid "%s: invalid timeout specification" +msgstr "" + +#: builtins/read.def:233 +#, c-format +msgid "%s: invalid file descriptor specification" +msgstr "" + +#: builtins/read.def:240 +#, c-format +msgid "%d: invalid file descriptor: %s" +msgstr "" + +#: builtins/read.def:478 +#, c-format +msgid "read error: %d: %s" +msgstr "" + +#: builtins/return.def:63 +msgid "can only `return' from a function or sourced script" +msgstr "" + +#: builtins/set.def:744 +msgid "cannot simultaneously unset a function and a variable" +msgstr "" + +#: builtins/set.def:781 +#, c-format +msgid "%s: cannot unset" +msgstr "" + +#: builtins/set.def:788 +#, c-format +msgid "%s: cannot unset: readonly %s" +msgstr "" + +#: builtins/set.def:799 +#, c-format +msgid "%s: not an array variable" +msgstr "" + +#: builtins/setattr.def:166 +#, c-format +msgid "%s: not a function" +msgstr "" + +#: builtins/shift.def:66 builtins/shift.def:72 +msgid "shift count" +msgstr "" + +#: builtins/shopt.def:227 +msgid "cannot set and unset shell options simultaneously" +msgstr "" + +#: builtins/shopt.def:292 +#, c-format +msgid "%s: invalid shell option name" +msgstr "" + +#: builtins/source.def:115 +msgid "filename argument required" +msgstr "" + +#: builtins/source.def:135 +#, c-format +msgid "%s: file not found" +msgstr "" + +#: builtins/suspend.def:95 +msgid "cannot suspend" +msgstr "" + +#: builtins/suspend.def:105 +msgid "cannot suspend a login shell" +msgstr "" + +#: builtins/type.def:232 +#, c-format +msgid "%s is aliased to `%s'\n" +msgstr "" + +#: builtins/type.def:253 +#, c-format +msgid "%s is a shell keyword\n" +msgstr "" + +#: builtins/type.def:273 +#, c-format +msgid "%s is a function\n" +msgstr "" + +#: builtins/type.def:298 +#, c-format +msgid "%s is a shell builtin\n" +msgstr "" + +#: builtins/type.def:319 +#, c-format +msgid "%s is %s\n" +msgstr "" + +#: builtins/type.def:339 +#, c-format +msgid "%s is hashed (%s)\n" +msgstr "" + +#: builtins/ulimit.def:352 +#, c-format +msgid "%s: invalid limit argument" +msgstr "" + +#: builtins/ulimit.def:378 +#, c-format +msgid "`%c': bad command" +msgstr "`%c':壞的命令" + +#: builtins/ulimit.def:407 +#, c-format +msgid "%s: cannot get limit: %s" +msgstr "%s:不能得到 limit: %s" + +#: builtins/ulimit.def:445 +#, c-format +msgid "%s: cannot modify limit: %s" +msgstr "%s:不能修改 limit: %s" + +#: builtins/umask.def:112 +msgid "octal number" +msgstr "八進制數" + +#: builtins/umask.def:226 +#, c-format +msgid "`%c': invalid symbolic mode operator" +msgstr "" + +#: builtins/umask.def:281 +#, c-format +msgid "`%c': invalid symbolic mode character" +msgstr "" + +#: error.c:163 +#, c-format +msgid "last command: %s\n" +msgstr "最後的命令: %s\n" + +#: error.c:171 +msgid "Aborting..." +msgstr "" + +#: error.c:258 +#, c-format +msgid "%s: warning: " +msgstr "%s:警告:" + +#: error.c:403 +msgid "unknown command error" +msgstr "未知命令錯誤" + +#: error.c:404 +msgid "bad command type" +msgstr "壞的命令類型" + +#: error.c:405 +msgid "bad connector" +msgstr "壞的連接器" + +#: error.c:406 +msgid "bad jump" +msgstr "" + +#: error.c:444 +#, c-format +msgid "%s: unbound variable" +msgstr "" + +#: eval.c:176 +msgid "\atimed out waiting for input: auto-logout\n" +msgstr "" + +#: execute_cmd.c:474 +#, c-format +msgid "cannot redirect standard input from /dev/null: %s" +msgstr "" + +#: execute_cmd.c:1058 +#, c-format +msgid "TIMEFORMAT: `%c': invalid format character" +msgstr "" + +#: execute_cmd.c:3629 +#, c-format +msgid "%s: restricted: cannot specify `/' in command names" +msgstr "" + +#: execute_cmd.c:3717 +#, c-format +msgid "%s: command not found" +msgstr "%s:命令找不到" + +#: execute_cmd.c:3963 +#, c-format +msgid "%s: %s: bad interpreter" +msgstr "" + +#: execute_cmd.c:4000 +#, c-format +msgid "%s: cannot execute binary file" +msgstr "" + +#: execute_cmd.c:4112 +#, c-format +msgid "cannot duplicate fd %d to fd %d" +msgstr "" + +#: expr.c:241 +msgid "expression recursion level exceeded" +msgstr "" + +#: expr.c:265 +msgid "recursion stack underflow" +msgstr "" + +#: expr.c:376 +msgid "syntax error in expression" +msgstr "表達語法錯誤" + +#: expr.c:416 +msgid "attempted assignment to non-variable" +msgstr "" + +#: expr.c:437 expr.c:442 expr.c:752 +msgid "division by 0" +msgstr "" + +#: expr.c:468 +msgid "bug: bad expassign token" +msgstr "" + +#: expr.c:510 +msgid "`:' expected for conditional expression" +msgstr "" + +#: expr.c:777 +msgid "exponent less than 0" +msgstr "" + +#: expr.c:822 +msgid "identifier expected after pre-increment or pre-decrement" +msgstr "" + +#: expr.c:850 +msgid "missing `)'" +msgstr "" + +#: expr.c:893 expr.c:1171 +msgid "syntax error: operand expected" +msgstr "" + +#: expr.c:1173 +msgid "syntax error: invalid arithmetic operator" +msgstr "" + +#: expr.c:1251 +msgid "invalid number" +msgstr "" + +#: expr.c:1255 +msgid "invalid arithmetic base" +msgstr "" + +#: expr.c:1275 +msgid "value too great for base" +msgstr "" + +#: general.c:61 +msgid "getcwd: cannot access parent directories" +msgstr "" + +#: input.c:237 +#, c-format +msgid "cannot allocate new file descriptor for bash input from fd %d" +msgstr "" + +#: input.c:245 +#, c-format +msgid "save_bash_input: buffer already exists for new fd %d" +msgstr "" + +#: jobs.c:876 +#, c-format +msgid "forked pid %d appears in running job %d" +msgstr "" + +#: jobs.c:983 +#, c-format +msgid "deleting stopped job %d with process group %ld" +msgstr "" + +#: jobs.c:1378 +#, c-format +msgid "describe_pid: %ld: no such pid" +msgstr "" + +#: jobs.c:2061 nojobs.c:575 +#, c-format +msgid "wait: pid %ld is not a child of this shell" +msgstr "" + +#: jobs.c:2265 +#, c-format +msgid "wait_for: No record of process %ld" +msgstr "" + +#: jobs.c:2524 +#, c-format +msgid "wait_for_job: job %d is stopped" +msgstr "" + +#: jobs.c:2746 +#, c-format +msgid "%s: job has terminated" +msgstr "" + +#: jobs.c:2755 +#, c-format +msgid "%s: job %d already in background" +msgstr "" + +#: jobs.c:3546 +msgid "no job control in this shell" +msgstr "" + +#: lib/malloc/malloc.c:298 +#, c-format +msgid "malloc: failed assertion: %s\n" +msgstr "" + +#: lib/malloc/malloc.c:314 +#, c-format +msgid "" +"\r\n" +"malloc: %s:%d: assertion botched\r\n" +msgstr "" + +#: lib/malloc/malloc.c:799 +msgid "malloc: block on free list clobbered" +msgstr "" + +#: lib/malloc/malloc.c:876 +msgid "free: called with already freed block argument" +msgstr "" + +#: lib/malloc/malloc.c:879 +msgid "free: called with unallocated block argument" +msgstr "" + +#: lib/malloc/malloc.c:898 +msgid "free: underflow detected; mh_nbytes out of range" +msgstr "" + +#: lib/malloc/malloc.c:904 +msgid "free: start and end chunk sizes differ" +msgstr "" + +#: lib/malloc/malloc.c:1003 +msgid "realloc: called with unallocated block argument" +msgstr "" + +#: lib/malloc/malloc.c:1018 +msgid "realloc: underflow detected; mh_nbytes out of range" +msgstr "" + +#: lib/malloc/malloc.c:1024 +msgid "realloc: start and end chunk sizes differ" +msgstr "" + +#: lib/malloc/table.c:176 +msgid "register_alloc: alloc table is full with FIND_ALLOC?\n" +msgstr "" + +#: lib/malloc/table.c:183 +#, c-format +msgid "register_alloc: %p already in table as allocated?\n" +msgstr "" + +#: lib/malloc/table.c:219 +#, c-format +msgid "register_free: %p already in table as free?\n" +msgstr "" + +#: lib/malloc/watch.c:46 +msgid "allocated" +msgstr "" + +#: lib/malloc/watch.c:48 +msgid "freed" +msgstr "" + +#: lib/malloc/watch.c:50 +msgid "requesting resize" +msgstr "要求調整" + +#: lib/malloc/watch.c:52 +msgid "just resized" +msgstr "只是大小" + +#: lib/malloc/watch.c:54 +msgid "bug: unknown operation" +msgstr "bug:未知操作" + +#: lib/malloc/watch.c:56 +#, c-format +msgid "malloc: watch alert: %p %s " +msgstr "" + +#: lib/sh/fmtulong.c:101 +msgid "invalid base" +msgstr "" + +#: lib/sh/netopen.c:168 +#, c-format +msgid "%s: host unknown" +msgstr "%s:主機未知" + +#: lib/sh/netopen.c:175 +#, c-format +msgid "%s: invalid service" +msgstr "%s:無效服務" + +#: lib/sh/netopen.c:306 +#, c-format +msgid "%s: bad network path specification" +msgstr "%s:壞的網路路徑規格" + +#: lib/sh/netopen.c:346 +msgid "network operations not supported" +msgstr "不支持網路操作" + +#: mailcheck.c:386 +msgid "You have mail in $_" +msgstr "您有郵件在 $_" + +#: mailcheck.c:411 +msgid "You have new mail in $_" +msgstr "您有新郵件在 $_" + +#: mailcheck.c:427 +#, c-format +msgid "The mail in %s has been read\n" +msgstr "郵件在 %s 已閱讀\n" + +#: make_cmd.c:322 +msgid "syntax error: arithmetic expression required" +msgstr "語法錯誤:必須算術表達" + +#: make_cmd.c:324 +msgid "syntax error: `;' unexpected" +msgstr "語法錯誤: `;' 意外" + +#: make_cmd.c:325 +#, c-format +msgid "syntax error: `((%s))'" +msgstr "語法錯誤: `((%s))'" + +#: make_cmd.c:566 +#, c-format +msgid "make_here_document: bad instruction type %d" +msgstr "make_here_document:壞的指示類型 %d" + +#: make_cmd.c:741 +#, c-format +msgid "make_redirection: redirection instruction `%d' out of range" +msgstr "make_redirection:重新導向指示 `%d' 超出範圍" + +#: parse.y:2759 +#, c-format +msgid "unexpected EOF while looking for matching `%c'" +msgstr "" + +#: parse.y:3071 +msgid "unexpected EOF while looking for `]]'" +msgstr "" + +#: parse.y:3076 +#, c-format +msgid "syntax error in conditional expression: unexpected token `%s'" +msgstr "" + +#: parse.y:3080 +msgid "syntax error in conditional expression" +msgstr "語法錯誤,在有條件的表達" + +#: parse.y:3158 +#, c-format +msgid "unexpected token `%s', expected `)'" +msgstr "" + +#: parse.y:3162 +msgid "expected `)'" +msgstr "預期 `)'" + +#: parse.y:3190 +#, c-format +msgid "unexpected argument `%s' to conditional unary operator" +msgstr "" + +#: parse.y:3194 +msgid "unexpected argument to conditional unary operator" +msgstr "" + +#: parse.y:3234 +#, c-format +msgid "unexpected token `%s', conditional binary operator expected" +msgstr "" + +#: parse.y:3238 +msgid "conditional binary operator expected" +msgstr "" + +#: parse.y:3255 +#, c-format +msgid "unexpected argument `%s' to conditional binary operator" +msgstr "" + +#: parse.y:3259 +msgid "unexpected argument to conditional binary operator" +msgstr "" + +#: parse.y:3270 +#, c-format +msgid "unexpected token `%c' in conditional command" +msgstr "" + +#: parse.y:3273 +#, c-format +msgid "unexpected token `%s' in conditional command" +msgstr "" + +#: parse.y:3277 +#, c-format +msgid "unexpected token %d in conditional command" +msgstr "" + +#: parse.y:4523 +#, c-format +msgid "syntax error near unexpected token `%s'" +msgstr "" + +#: parse.y:4541 +#, c-format +msgid "syntax error near `%s'" +msgstr "" + +#: parse.y:4551 +msgid "syntax error: unexpected end of file" +msgstr "" + +#: parse.y:4551 +msgid "syntax error" +msgstr "語法錯誤" + +#: parse.y:4613 +#, c-format +msgid "Use \"%s\" to leave the shell.\n" +msgstr "" + +#: parse.y:4775 +msgid "unexpected EOF while looking for matching `)'" +msgstr "" + +#: pcomplete.c:1002 +#, c-format +msgid "completion: function `%s' not found" +msgstr "" + +#: pcomplib.c:179 +#, c-format +msgid "progcomp_insert: %s: NULL COMPSPEC" +msgstr "" + +#: print_cmd.c:264 +#, c-format +msgid "print_command: bad connector `%d'" +msgstr "" + +#: print_cmd.c:1236 +#, c-format +msgid "cprintf: `%c': invalid format character" +msgstr "" + +#: redir.c:99 +msgid "file descriptor out of range" +msgstr "" + +#: redir.c:141 +#, c-format +msgid "%s: ambiguous redirect" +msgstr "" + +#: redir.c:145 +#, c-format +msgid "%s: cannot overwrite existing file" +msgstr "" + +#: redir.c:150 +#, c-format +msgid "%s: restricted: cannot redirect output" +msgstr "" + +#: redir.c:155 +#, c-format +msgid "cannot create temp file for here document: %s" +msgstr "" + +#: redir.c:509 +msgid "/dev/(tcp|udp)/host/port not supported without networking" +msgstr "" + +#: redir.c:965 +msgid "redirection error: cannot duplicate fd" +msgstr "" + +#: shell.c:309 +msgid "could not find /tmp, please create!" +msgstr "" + +#: shell.c:313 +msgid "/tmp must be a valid directory name" +msgstr "" + +#: shell.c:850 +#, c-format +msgid "%c%c: invalid option" +msgstr "%c%c:無效選項" + +#: shell.c:1600 +msgid "I have no name!" +msgstr "我沒有名字!" + +#: shell.c:1735 +#, c-format +msgid "" +"Usage:\t%s [GNU long option] [option] ...\n" +"\t%s [GNU long option] [option] script-file ...\n" +msgstr "" +"用法:\t%s [GNU 長選項] [選項] ...\n" +"\t%s [GNU 長選項] [選項] script-file ...\n" + +#: shell.c:1737 +msgid "GNU long options:\n" +msgstr "GNU 長選項:\n" + +#: shell.c:1741 +msgid "Shell options:\n" +msgstr "Shell 選項:\n" + +#: shell.c:1742 +msgid "\t-irsD or -c command or -O shopt_option\t\t(invocation only)\n" +msgstr "\t-irsD 或 -c 命令或 -O shopt_option\t\t(只有引用)\n" + +#: shell.c:1757 +#, c-format +msgid "\t-%s or -o option\n" +msgstr "\t-%s or -o 選項\n" + +#: shell.c:1763 +#, c-format +msgid "Type `%s -c \"help set\"' for more information about shell options.\n" +msgstr "輸入 `%s -c \"help set\"' 更多訊息關於 shell 選項。\n" + +#: shell.c:1764 +#, c-format +msgid "Type `%s -c help' for more information about shell builtin commands.\n" +msgstr "輸入 `%s -c help' 更多訊息關於內建 shell 命令。\n" + +#: shell.c:1765 +msgid "Use the `bashbug' command to report bugs.\n" +msgstr "使用 `bashbug' 命令報告臭蟲。\n" + +#: sig.c:557 +#, c-format +msgid "sigprocmask: %d: invalid operation" +msgstr "sigprocmask: %d:無效操作" + +#: subst.c:1160 +#, c-format +msgid "bad substitution: no closing `%s' in %s" +msgstr "" + +#: subst.c:2328 +#, c-format +msgid "%s: cannot assign list to array member" +msgstr "" + +#: subst.c:4265 subst.c:4281 +msgid "cannot make pipe for process substitution" +msgstr "" + +#: subst.c:4312 +msgid "cannot make child for process substitution" +msgstr "" + +#: subst.c:4357 +#, c-format +msgid "cannot open named pipe %s for reading" +msgstr "" + +#: subst.c:4359 +#, c-format +msgid "cannot open named pipe %s for writing" +msgstr "" + +#: subst.c:4367 +#, c-format +msgid "cannout reset nodelay mode for fd %d" +msgstr "" + +#: subst.c:4377 +#, c-format +msgid "cannot duplicate named pipe %s as fd %d" +msgstr "" + +#: subst.c:4552 +msgid "cannot make pipe for command substitution" +msgstr "" + +#: subst.c:4588 +msgid "cannot make child for command substitution" +msgstr "" + +#: subst.c:4605 +msgid "command_substitute: cannot duplicate pipe as fd 1" +msgstr "" + +#: subst.c:5068 +#, c-format +msgid "%s: parameter null or not set" +msgstr "" + +#: subst.c:5342 +#, c-format +msgid "%s: substring expression < 0" +msgstr "" + +#: subst.c:6179 +#, c-format +msgid "%s: bad substitution" +msgstr "" + +#: subst.c:6255 +#, c-format +msgid "$%s: cannot assign in this way" +msgstr "" + +#: subst.c:7826 +#, c-format +msgid "no match: %s" +msgstr "" + +#: test.c:145 +msgid "argument expected" +msgstr "" + +#: test.c:154 +#, c-format +msgid "%s: integer expression expected" +msgstr "" + +#: test.c:262 +msgid "`)' expected" +msgstr "" + +#: test.c:264 +#, c-format +msgid "`)' expected, found %s" +msgstr "" + +#: test.c:279 test.c:688 test.c:691 +#, c-format +msgid "%s: unary operator expected" +msgstr "" + +#: test.c:444 test.c:731 +#, c-format +msgid "%s: binary operator expected" +msgstr "" + +#: test.c:806 +msgid "missing `]'" +msgstr "" + +#: trap.c:200 +msgid "invalid signal number" +msgstr "無效信號數" + +#: trap.c:315 +#, c-format +msgid "run_pending_traps: bad value in trap_list[%d]: %p" +msgstr "" + +#: trap.c:319 +#, c-format +msgid "run_pending_traps: signal handler is SIG_DFL, resending %d (%s) to myself" +msgstr "run_pending_traps: 信號處理是 SIG_DFL, resending %d (%s) to myself" + +#: trap.c:355 +#, c-format +msgid "trap_handler: bad signal %d" +msgstr "trap_handler:壞的信號 %d" + +#: variables.c:334 +#, c-format +msgid "error importing function definition for `%s'" +msgstr "錯誤,輸入的函數定義為 `%s'" + +#: variables.c:711 +#, c-format +msgid "shell level (%d) too high, resetting to 1" +msgstr "" + +#: variables.c:1670 +msgid "make_local_variable: no function context at current scope" +msgstr "" + +#: variables.c:2813 +msgid "all_local_variables: no function context at current scope" +msgstr "" + +#: variables.c:3030 variables.c:3039 +#, c-format +msgid "invalid character %d in exportstr for %s" +msgstr "" + +#: variables.c:3045 +#, c-format +msgid "no `=' in exportstr for %s" +msgstr "" + +#: variables.c:3472 +msgid "pop_var_context: head of shell_variables not a function context" +msgstr "" + +#: variables.c:3485 +msgid "pop_var_context: no global_variables context" +msgstr "" + +#: variables.c:3557 +msgid "pop_scope: head of shell_variables not a temporary environment scope" +msgstr "" + +#: version.c:82 +msgid "Copyright (C) 2006 Free Software Foundation, Inc.\n" +msgstr "" + +#: xmalloc.c:93 +#, c-format +msgid "xmalloc: cannot allocate %lu bytes (%lu bytes allocated)" +msgstr "" + +#: xmalloc.c:95 +#, c-format +msgid "xmalloc: cannot allocate %lu bytes" +msgstr "" + +#: xmalloc.c:115 +#, c-format +msgid "xrealloc: cannot reallocate %lu bytes (%lu bytes allocated)" +msgstr "" + +#: xmalloc.c:117 +#, c-format +msgid "xrealloc: cannot allocate %lu bytes" +msgstr "" + +#: xmalloc.c:151 +#, c-format +msgid "xmalloc: %s:%d: cannot allocate %lu bytes (%lu bytes allocated)" +msgstr "" + +#: xmalloc.c:153 +#, c-format +msgid "xmalloc: %s:%d: cannot allocate %lu bytes" +msgstr "" + +#: xmalloc.c:175 +#, c-format +msgid "xrealloc: %s:%d: cannot reallocate %lu bytes (%lu bytes allocated)" +msgstr "" + +#: xmalloc.c:177 +#, c-format +msgid "xrealloc: %s:%d: cannot allocate %lu bytes" +msgstr "" + +#: builtins.c:244 +msgid "" +"`alias' with no arguments or with the -p option prints the list\n" +" of aliases in the form alias NAME=VALUE on standard output.\n" +" Otherwise, an alias is defined for each NAME whose VALUE is given.\n" +" A trailing space in VALUE causes the next word to be checked for\n" +" alias substitution when the alias is expanded. Alias returns\n" +" true unless a NAME is given for which no alias has been defined." +msgstr "" +"`alias' with no arguments or with the -p option prints the list\n" +" of aliases in the form alias NAME=VALUE on standard output.\n" +" Otherwise, an alias is defined for each NAME whose VALUE is given.\n" +" A trailing space in VALUE causes the next word to be checked for\n" +" alias substitution when the alias is expanded. Alias returns\n" +" true unless a NAME is given for which no alias has been defined." + +#: builtins.c:257 +msgid "" +"Remove NAMEs from the list of defined aliases. If the -a option is given,\n" +" then remove all alias definitions." +msgstr "" + +#: builtins.c:266 +msgid "" +"Bind a key sequence to a Readline function or a macro, or set\n" +" a Readline variable. The non-option argument syntax is equivalent\n" +" to that found in ~/.inputrc, but must be passed as a single argument:\n" +" bind '\"\\C-x\\C-r\": re-read-init-file'.\n" +" bind accepts the following options:\n" +" -m keymap Use `keymap' as the keymap for the duration of this\n" +" command. Acceptable keymap names are emacs,\n" +" emacs-standard, emacs-meta, emacs-ctlx, vi, vi-move,\n" +" vi-command, and vi-insert.\n" +" -l List names of functions.\n" +" -P List function names and bindings.\n" +" -p List functions and bindings in a form that can be\n" +" reused as input.\n" +" -r keyseq Remove the binding for KEYSEQ.\n" +" -x keyseq:shell-command\tCause SHELL-COMMAND to be executed when\n" +" \t\t\t\tKEYSEQ is entered.\n" +" -f filename Read key bindings from FILENAME.\n" +" -q function-name Query about which keys invoke the named function.\n" +" -u function-name Unbind all keys which are bound to the named function.\n" +" -V List variable names and values\n" +" -v List variable names and values in a form that can\n" +" be reused as input.\n" +" -S List key sequences that invoke macros and their values\n" +" -s List key sequences that invoke macros and their values\n" +" in a form that can be reused as input." +msgstr "" + +#: builtins.c:297 +msgid "" +"Exit from within a FOR, WHILE or UNTIL loop. If N is specified,\n" +" break N levels." +msgstr "" + +#: builtins.c:304 +msgid "" +"Resume the next iteration of the enclosing FOR, WHILE or UNTIL loop.\n" +" If N is specified, resume at the N-th enclosing loop." +msgstr "" + +#: builtins.c:311 +msgid "" +"Run a shell builtin. This is useful when you wish to rename a\n" +" shell builtin to be a function, but need the functionality of the\n" +" builtin within the function itself." +msgstr "" + +#: builtins.c:320 +msgid "" +"Returns the context of the current subroutine call.\n" +" \n" +" Without EXPR, returns \"$line $filename\". With EXPR,\n" +" returns \"$line $subroutine $filename\"; this extra information\n" +" can be used to provide a stack trace.\n" +" \n" +" The value of EXPR indicates how many call frames to go back before the\n" +" current one; the top frame is frame 0." +msgstr "" + +#: builtins.c:334 +msgid "" +"Change the current directory to DIR. The variable $HOME is the\n" +" default DIR. The variable CDPATH defines the search path for\n" +" the directory containing DIR. Alternative directory names in CDPATH\n" +" are separated by a colon (:). A null directory name is the same as\n" +" the current directory, i.e. `.'. If DIR begins with a slash (/),\n" +" then CDPATH is not used. If the directory is not found, and the\n" +" shell option `cdable_vars' is set, then try the word as a variable\n" +" name. If that variable has a value, then cd to the value of that\n" +" variable. The -P option says to use the physical directory structure\n" +" instead of following symbolic links; the -L option forces symbolic links\n" +" to be followed." +msgstr "" + +#: builtins.c:350 +msgid "" +"Print the current working directory. With the -P option, pwd prints\n" +" the physical directory, without any symbolic links; the -L option\n" +" makes pwd follow symbolic links." +msgstr "" + +#: builtins.c:358 +msgid "No effect; the command does nothing. A zero exit code is returned." +msgstr "" + +#: builtins.c:364 +msgid "Return a successful result." +msgstr "" + +#: builtins.c:370 +msgid "Return an unsuccessful result." +msgstr "" + +#: builtins.c:376 +msgid "" +"Runs COMMAND with ARGS ignoring shell functions. If you have a shell\n" +" function called `ls', and you wish to call the command `ls', you can\n" +" say \"command ls\". If the -p option is given, a default value is used\n" +" for PATH that is guaranteed to find all of the standard utilities. If\n" +" the -V or -v option is given, a string is printed describing COMMAND.\n" +" The -V option produces a more verbose description." +msgstr "" + +#: builtins.c:387 +msgid "" +"Declare variables and/or give them attributes. If no NAMEs are\n" +" given, then display the values of variables instead. The -p option\n" +" will display the attributes and values of each NAME.\n" +" \n" +" The flags are:\n" +" \n" +" -a\tto make NAMEs arrays (if supported)\n" +" -f\tto select from among function names only\n" +" -F\tto display function names (and line number and source file name if\n" +" \tdebugging) without definitions\n" +" -i\tto make NAMEs have the `integer' attribute\n" +" -r\tto make NAMEs readonly\n" +" -t\tto make NAMEs have the `trace' attribute\n" +" -x\tto make NAMEs export\n" +" \n" +" Variables with the integer attribute have arithmetic evaluation (see\n" +" `let') done when the variable is assigned to.\n" +" \n" +" When displaying values of variables, -f displays a function's name\n" +" and definition. The -F option restricts the display to function\n" +" name only.\n" +" \n" +" Using `+' instead of `-' turns off the given attribute instead. When\n" +" used in a function, makes NAMEs local, as with the `local' command." +msgstr "" + +#: builtins.c:416 +msgid "Obsolete. See `declare'." +msgstr "" + +#: builtins.c:422 +msgid "" +"Create a local variable called NAME, and give it VALUE. LOCAL\n" +" can only be used within a function; it makes the variable NAME\n" +" have a visible scope restricted to that function and its children." +msgstr "" + +#: builtins.c:431 +msgid "" +"Output the ARGs. If -n is specified, the trailing newline is\n" +" suppressed. If the -e option is given, interpretation of the\n" +" following backslash-escaped characters is turned on:\n" +" \t\\a\talert (bell)\n" +" \t\\b\tbackspace\n" +" \t\\c\tsuppress trailing newline\n" +" \t\\E\tescape character\n" +" \t\\f\tform feed\n" +" \t\\n\tnew line\n" +" \t\\r\tcarriage return\n" +" \t\\t\thorizontal tab\n" +" \t\\v\tvertical tab\n" +" \t\\\\\tbackslash\n" +" \t\\0nnn\tthe character whose ASCII code is NNN (octal). NNN can be\n" +" \t\t0 to 3 octal digits\n" +" \n" +" You can explicitly turn off the interpretation of the above characters\n" +" with the -E option." +msgstr "" + +#: builtins.c:456 +msgid "Output the ARGs. If -n is specified, the trailing newline is suppressed." +msgstr "" + +#: builtins.c:463 +msgid "" +"Enable and disable builtin shell commands. This allows\n" +" you to use a disk command which has the same name as a shell\n" +" builtin without specifying a full pathname. If -n is used, the\n" +" NAMEs become disabled; otherwise NAMEs are enabled. For example,\n" +" to use the `test' found in $PATH instead of the shell builtin\n" +" version, type `enable -n test'. On systems supporting dynamic\n" +" loading, the -f option may be used to load new builtins from the\n" +" shared object FILENAME. The -d option will delete a builtin\n" +" previously loaded with -f. If no non-option names are given, or\n" +" the -p option is supplied, a list of builtins is printed. The\n" +" -a option means to print every builtin with an indication of whether\n" +" or not it is enabled. The -s option restricts the output to the POSIX.2\n" +" `special' builtins. The -n option displays a list of all disabled builtins." +msgstr "" + +#: builtins.c:481 +msgid "Read ARGs as input to the shell and execute the resulting command(s)." +msgstr "" + +#: builtins.c:487 +msgid "" +"Getopts is used by shell procedures to parse positional parameters.\n" +" \n" +" OPTSTRING contains the option letters to be recognized; if a letter\n" +" is followed by a colon, the option is expected to have an argument,\n" +" which should be separated from it by white space.\n" +" \n" +" Each time it is invoked, getopts will place the next option in the\n" +" shell variable $name, initializing name if it does not exist, and\n" +" the index of the next argument to be processed into the shell\n" +" variable OPTIND. OPTIND is initialized to 1 each time the shell or\n" +" a shell script is invoked. When an option requires an argument,\n" +" getopts places that argument into the shell variable OPTARG.\n" +" \n" +" getopts reports errors in one of two ways. If the first character\n" +" of OPTSTRING is a colon, getopts uses silent error reporting. In\n" +" this mode, no error messages are printed. If an invalid option is\n" +" seen, getopts places the option character found into OPTARG. If a\n" +" required argument is not found, getopts places a ':' into NAME and\n" +" sets OPTARG to the option character found. If getopts is not in\n" +" silent mode, and an invalid option is seen, getopts places '?' into\n" +" NAME and unsets OPTARG. If a required argument is not found, a '?'\n" +" is placed in NAME, OPTARG is unset, and a diagnostic message is\n" +" printed.\n" +" \n" +" If the shell variable OPTERR has the value 0, getopts disables the\n" +" printing of error messages, even if the first character of\n" +" OPTSTRING is not a colon. OPTERR has the value 1 by default.\n" +" \n" +" Getopts normally parses the positional parameters ($0 - $9), but if\n" +" more arguments are given, they are parsed instead." +msgstr "" + +#: builtins.c:522 +msgid "" +"Exec FILE, replacing this shell with the specified program.\n" +" If FILE is not specified, the redirections take effect in this\n" +" shell. If the first argument is `-l', then place a dash in the\n" +" zeroth arg passed to FILE, as login does. If the `-c' option\n" +" is supplied, FILE is executed with a null environment. The `-a'\n" +" option means to make set argv[0] of the executed process to NAME.\n" +" If the file cannot be executed and the shell is not interactive,\n" +" then the shell exits, unless the shell option `execfail' is set." +msgstr "" + +#: builtins.c:535 +msgid "" +"Exit the shell with a status of N. If N is omitted, the exit status\n" +" is that of the last command executed." +msgstr "" + +#: builtins.c:542 +msgid "Logout of a login shell." +msgstr "" + +#: builtins.c:549 +msgid "" +"fc is used to list or edit and re-execute commands from the history list.\n" +" FIRST and LAST can be numbers specifying the range, or FIRST can be a\n" +" string, which means the most recent command beginning with that\n" +" string.\n" +" \n" +" -e ENAME selects which editor to use. Default is FCEDIT, then EDITOR,\n" +" then vi.\n" +" \n" +" -l means list lines instead of editing.\n" +" -n means no line numbers listed.\n" +" -r means reverse the order of the lines (making it newest listed first).\n" +" \n" +" With the `fc -s [pat=rep ...] [command]' format, the command is\n" +" re-executed after the substitution OLD=NEW is performed.\n" +" \n" +" A useful alias to use with this is r='fc -s', so that typing `r cc'\n" +" runs the last command beginning with `cc' and typing `r' re-executes\n" +" the last command." +msgstr "" + +#: builtins.c:574 +msgid "" +"Place JOB_SPEC in the foreground, and make it the current job. If\n" +" JOB_SPEC is not present, the shell's notion of the current job is\n" +" used." +msgstr "" + +#: builtins.c:584 +msgid "" +"Place each JOB_SPEC in the background, as if it had been started with\n" +" `&'. If JOB_SPEC is not present, the shell's notion of the current\n" +" job is used." +msgstr "" + +#: builtins.c:593 +msgid "" +"For each NAME, the full pathname of the command is determined and\n" +" remembered. If the -p option is supplied, PATHNAME is used as the\n" +" full pathname of NAME, and no path search is performed. The -r\n" +" option causes the shell to forget all remembered locations. The -d\n" +" option causes the shell to forget the remembered location of each NAME.\n" +" If the -t option is supplied the full pathname to which each NAME\n" +" corresponds is printed. If multiple NAME arguments are supplied with\n" +" -t, the NAME is printed before the hashed full pathname. The -l option\n" +" causes output to be displayed in a format that may be reused as input.\n" +" If no arguments are given, information about remembered commands is displayed." +msgstr "" + +#: builtins.c:609 +msgid "" +"Display helpful information about builtin commands. If PATTERN is\n" +" specified, gives detailed help on all commands matching PATTERN,\n" +" otherwise a list of the builtins is printed. The -s option\n" +" restricts the output for each builtin command matching PATTERN to\n" +" a short usage synopsis." +msgstr "" + +#: builtins.c:621 +msgid "" +"Display the history list with line numbers. Lines listed with\n" +" with a `*' have been modified. Argument of N says to list only\n" +" the last N lines. The `-c' option causes the history list to be\n" +" cleared by deleting all of the entries. The `-d' option deletes\n" +" the history entry at offset OFFSET. The `-w' option writes out the\n" +" current history to the history file; `-r' means to read the file and\n" +" append the contents to the history list instead. `-a' means\n" +" to append history lines from this session to the history file.\n" +" Argument `-n' means to read all history lines not already read\n" +" from the history file and append them to the history list.\n" +" \n" +" If FILENAME is given, then that is used as the history file else\n" +" if $HISTFILE has a value, that is used, else ~/.bash_history.\n" +" If the -s option is supplied, the non-option ARGs are appended to\n" +" the history list as a single entry. The -p option means to perform\n" +" history expansion on each ARG and display the result, without storing\n" +" anything in the history list.\n" +" \n" +" If the $HISTTIMEFORMAT variable is set and not null, its value is used\n" +" as a format string for strftime(3) to print the time stamp associated\n" +" with each displayed history entry. No time stamps are printed otherwise." +msgstr "" + +#: builtins.c:649 +msgid "" +"Lists the active jobs. The -l option lists process id's in addition\n" +" to the normal information; the -p option lists process id's only.\n" +" If -n is given, only processes that have changed status since the last\n" +" notification are printed. JOBSPEC restricts output to that job. The\n" +" -r and -s options restrict output to running and stopped jobs only,\n" +" respectively. Without options, the status of all active jobs is\n" +" printed. If -x is given, COMMAND is run after all job specifications\n" +" that appear in ARGS have been replaced with the process ID of that job's\n" +" process group leader." +msgstr "" + +#: builtins.c:665 +msgid "" +"By default, removes each JOBSPEC argument from the table of active jobs.\n" +" If the -h option is given, the job is not removed from the table, but is\n" +" marked so that SIGHUP is not sent to the job if the shell receives a\n" +" SIGHUP. The -a option, when JOBSPEC is not supplied, means to remove all\n" +" jobs from the job table; the -r option means to remove only running jobs." +msgstr "" + +#: builtins.c:676 +msgid "" +"Send the processes named by PID (or JOBSPEC) the signal SIGSPEC. If\n" +" SIGSPEC is not present, then SIGTERM is assumed. An argument of `-l'\n" +" lists the signal names; if arguments follow `-l' they are assumed to\n" +" be signal numbers for which names should be listed. Kill is a shell\n" +" builtin for two reasons: it allows job IDs to be used instead of\n" +" process IDs, and, if you have reached the limit on processes that\n" +" you can create, you don't have to start a process to kill another one." +msgstr "" + +#: builtins.c:688 +msgid "" +"Each ARG is an arithmetic expression to be evaluated. Evaluation\n" +" is done in fixed-width integers with no check for overflow, though\n" +" division by 0 is trapped and flagged as an error. The following\n" +" list of operators is grouped into levels of equal-precedence operators.\n" +" The levels are listed in order of decreasing precedence.\n" +" \n" +" \tid++, id--\tvariable post-increment, post-decrement\n" +" \t++id, --id\tvariable pre-increment, pre-decrement\n" +" \t-, +\t\tunary minus, plus\n" +" \t!, ~\t\tlogical and bitwise negation\n" +" \t**\t\texponentiation\n" +" \t*, /, %\t\tmultiplication, division, remainder\n" +" \t+, -\t\taddition, subtraction\n" +" \t<<, >>\t\tleft and right bitwise shifts\n" +" \t<=, >=, <, >\tcomparison\n" +" \t==, !=\t\tequality, inequality\n" +" \t&\t\tbitwise AND\n" +" \t^\t\tbitwise XOR\n" +" \t|\t\tbitwise OR\n" +" \t&&\t\tlogical AND\n" +" \t||\t\tlogical OR\n" +" \texpr ? expr : expr\n" +" \t\t\tconditional operator\n" +" \t=, *=, /=, %=,\n" +" \t+=, -=, <<=, >>=,\n" +" \t&=, ^=, |=\tassignment\n" +" \n" +" Shell variables are allowed as operands. The name of the variable\n" +" is replaced by its value (coerced to a fixed-width integer) within\n" +" an expression. The variable need not have its integer attribute\n" +" turned on to be used in an expression.\n" +" \n" +" Operators are evaluated in order of precedence. Sub-expressions in\n" +" parentheses are evaluated first and may override the precedence\n" +" rules above.\n" +" \n" +" If the last ARG evaluates to 0, let returns 1; 0 is returned\n" +" otherwise." +msgstr "" + +#: builtins.c:731 +msgid "" +"One line is read from the standard input, or from file descriptor FD if the\n" +" -u option is supplied, and the first word is assigned to the first NAME,\n" +" the second word to the second NAME, and so on, with leftover words assigned\n" +" to the last NAME. Only the characters found in $IFS are recognized as word\n" +" delimiters. If no NAMEs are supplied, the line read is stored in the REPLY\n" +" variable. If the -r option is given, this signifies `raw' input, and\n" +" backslash escaping is disabled. The -d option causes read to continue\n" +" until the first character of DELIM is read, rather than newline. If the -p\n" +" option is supplied, the string PROMPT is output without a trailing newline\n" +" before attempting to read. If -a is supplied, the words read are assigned\n" +" to sequential indices of ARRAY, starting at zero. If -e is supplied and\n" +" the shell is interactive, readline is used to obtain the line. If -n is\n" +" supplied with a non-zero NCHARS argument, read returns after NCHARS\n" +" characters have been read. The -s option causes input coming from a\n" +" terminal to not be echoed.\n" +" \n" +" The -t option causes read to time out and return failure if a complete line\n" +" of input is not read within TIMEOUT seconds. If the TMOUT variable is set,\n" +" its value is the default timeout. The return code is zero, unless end-of-file\n" +" is encountered, read times out, or an invalid file descriptor is supplied as\n" +" the argument to -u." +msgstr "" + +#: builtins.c:757 +msgid "" +"Causes a function to exit with the return value specified by N. If N\n" +" is omitted, the return status is that of the last command." +msgstr "" + +#: builtins.c:764 +msgid "" +" -a Mark variables which are modified or created for export.\n" +" -b Notify of job termination immediately.\n" +" -e Exit immediately if a command exits with a non-zero status.\n" +" -f Disable file name generation (globbing).\n" +" -h Remember the location of commands as they are looked up.\n" +" -k All assignment arguments are placed in the environment for a\n" +" command, not just those that precede the command name.\n" +" -m Job control is enabled.\n" +" -n Read commands but do not execute them.\n" +" -o option-name\n" +" Set the variable corresponding to option-name:\n" +" allexport same as -a\n" +" braceexpand same as -B\n" +" emacs use an emacs-style line editing interface\n" +" errexit same as -e\n" +" errtrace same as -E\n" +" functrace same as -T\n" +" hashall same as -h\n" +" histexpand same as -H\n" +" history enable command history\n" +" ignoreeof the shell will not exit upon reading EOF\n" +" interactive-comments\n" +" allow comments to appear in interactive commands\n" +" keyword same as -k\n" +" monitor same as -m\n" +" noclobber same as -C\n" +" noexec same as -n\n" +" noglob same as -f\n" +" nolog currently accepted but ignored\n" +" notify same as -b\n" +" nounset same as -u\n" +" onecmd same as -t\n" +" physical same as -P\n" +" pipefail the return value of a pipeline is the status of\n" +" the last command to exit with a non-zero status,\n" +" or zero if no command exited with a non-zero status\n" +" posix change the behavior of bash where the default\n" +" operation differs from the 1003.2 standard to\n" +" match the standard\n" +" privileged same as -p\n" +" verbose same as -v\n" +" vi use a vi-style line editing interface\n" +" xtrace same as -x\n" +" -p Turned on whenever the real and effective user ids do not match.\n" +" Disables processing of the $ENV file and importing of shell\n" +" functions. Turning this option off causes the effective uid and\n" +" gid to be set to the real uid and gid.\n" +" -t Exit after reading and executing one command.\n" +" -u Treat unset variables as an error when substituting.\n" +" -v Print shell input lines as they are read.\n" +" -x Print commands and their arguments as they are executed.\n" +" -B the shell will perform brace expansion\n" +" -C If set, disallow existing regular files to be overwritten\n" +" by redirection of output.\n" +" -E If set, the ERR trap is inherited by shell functions.\n" +" -H Enable ! style history substitution. This flag is on\n" +" by default when the shell is interactive.\n" +" -P If set, do not follow symbolic links when executing commands\n" +" such as cd which change the current directory.\n" +" -T If set, the DEBUG trap is inherited by shell functions.\n" +" - Assign any remaining arguments to the positional parameters.\n" +" The -x and -v options are turned off.\n" +" \n" +" Using + rather than - causes these flags to be turned off. The\n" +" flags can also be used upon invocation of the shell. The current\n" +" set of flags may be found in $-. The remaining n ARGs are positional\n" +" parameters and are assigned, in order, to $1, $2, .. $n. If no\n" +" ARGs are given, all shell variables are printed." +msgstr "" + +#: builtins.c:837 +msgid "" +"For each NAME, remove the corresponding variable or function. Given\n" +" the `-v', unset will only act on variables. Given the `-f' flag,\n" +" unset will only act on functions. With neither flag, unset first\n" +" tries to unset a variable, and if that fails, then tries to unset a\n" +" function. Some variables cannot be unset; also see readonly." +msgstr "" + +#: builtins.c:847 +msgid "" +"NAMEs are marked for automatic export to the environment of\n" +" subsequently executed commands. If the -f option is given,\n" +" the NAMEs refer to functions. If no NAMEs are given, or if `-p'\n" +" is given, a list of all names that are exported in this shell is\n" +" printed. An argument of `-n' says to remove the export property\n" +" from subsequent NAMEs. An argument of `--' disables further option\n" +" processing." +msgstr "" + +#: builtins.c:859 +msgid "" +"The given NAMEs are marked readonly and the values of these NAMEs may\n" +" not be changed by subsequent assignment. If the -f option is given,\n" +" then functions corresponding to the NAMEs are so marked. If no\n" +" arguments are given, or if `-p' is given, a list of all readonly names\n" +" is printed. The `-a' option means to treat each NAME as\n" +" an array variable. An argument of `--' disables further option\n" +" processing." +msgstr "" + +#: builtins.c:871 +msgid "" +"The positional parameters from $N+1 ... are renamed to $1 ... If N is\n" +" not given, it is assumed to be 1." +msgstr "" + +#: builtins.c:878 builtins.c:887 +msgid "" +"Read and execute commands from FILENAME and return. The pathnames\n" +" in $PATH are used to find the directory containing FILENAME. If any\n" +" ARGUMENTS are supplied, they become the positional parameters when\n" +" FILENAME is executed." +msgstr "" + +#: builtins.c:897 +msgid "" +"Suspend the execution of this shell until it receives a SIGCONT\n" +" signal. The `-f' if specified says not to complain about this\n" +" being a login shell if it is; just suspend anyway." +msgstr "" + +#: builtins.c:906 +msgid "" +"Exits with a status of 0 (true) or 1 (false) depending on\n" +" the evaluation of EXPR. Expressions may be unary or binary. Unary\n" +" expressions are often used to examine the status of a file. There\n" +" are string operators as well, and numeric comparison operators.\n" +" \n" +" File operators:\n" +" \n" +" -a FILE True if file exists.\n" +" -b FILE True if file is block special.\n" +" -c FILE True if file is character special.\n" +" -d FILE True if file is a directory.\n" +" -e FILE True if file exists.\n" +" -f FILE True if file exists and is a regular file.\n" +" -g FILE True if file is set-group-id.\n" +" -h FILE True if file is a symbolic link.\n" +" -L FILE True if file is a symbolic link.\n" +" -k FILE True if file has its `sticky' bit set.\n" +" -p FILE True if file is a named pipe.\n" +" -r FILE True if file is readable by you.\n" +" -s FILE True if file exists and is not empty.\n" +" -S FILE True if file is a socket.\n" +" -t FD True if FD is opened on a terminal.\n" +" -u FILE True if the file is set-user-id.\n" +" -w FILE True if the file is writable by you.\n" +" -x FILE True if the file is executable by you.\n" +" -O FILE True if the file is effectively owned by you.\n" +" -G FILE True if the file is effectively owned by your group.\n" +" -N FILE True if the file has been modified since it was last read.\n" +" \n" +" FILE1 -nt FILE2 True if file1 is newer than file2 (according to\n" +" modification date).\n" +" \n" +" FILE1 -ot FILE2 True if file1 is older than file2.\n" +" \n" +" FILE1 -ef FILE2 True if file1 is a hard link to file2.\n" +" \n" +" String operators:\n" +" \n" +" -z STRING True if string is empty.\n" +" \n" +" -n STRING\n" +" STRING True if string is not empty.\n" +" \n" +" STRING1 = STRING2\n" +" True if the strings are equal.\n" +" STRING1 != STRING2\n" +" True if the strings are not equal.\n" +" STRING1 < STRING2\n" +" True if STRING1 sorts before STRING2 lexicographically.\n" +" STRING1 > STRING2\n" +" True if STRING1 sorts after STRING2 lexicographically.\n" +" \n" +" Other operators:\n" +" \n" +" -o OPTION True if the shell option OPTION is enabled.\n" +" ! EXPR True if expr is false.\n" +" EXPR1 -a EXPR2 True if both expr1 AND expr2 are true.\n" +" EXPR1 -o EXPR2 True if either expr1 OR expr2 is true.\n" +" \n" +" arg1 OP arg2 Arithmetic tests. OP is one of -eq, -ne,\n" +" -lt, -le, -gt, or -ge.\n" +" \n" +" Arithmetic binary operators return true if ARG1 is equal, not-equal,\n" +" less-than, less-than-or-equal, greater-than, or greater-than-or-equal\n" +" than ARG2." +msgstr "" + +#: builtins.c:976 +msgid "" +"This is a synonym for the \"test\" builtin, but the last\n" +" argument must be a literal `]', to match the opening `['." +msgstr "" + +#: builtins.c:983 +msgid "" +"Print the accumulated user and system times for processes run from\n" +" the shell." +msgstr "" + +#: builtins.c:990 +msgid "" +"The command ARG is to be read and executed when the shell receives\n" +" signal(s) SIGNAL_SPEC. If ARG is absent (and a single SIGNAL_SPEC\n" +" is supplied) or `-', each specified signal is reset to its original\n" +" value. If ARG is the null string each SIGNAL_SPEC is ignored by the\n" +" shell and by the commands it invokes. If a SIGNAL_SPEC is EXIT (0)\n" +" the command ARG is executed on exit from the shell. If a SIGNAL_SPEC\n" +" is DEBUG, ARG is executed after every simple command. If the`-p' option\n" +" is supplied then the trap commands associated with each SIGNAL_SPEC are\n" +" displayed. If no arguments are supplied or if only `-p' is given, trap\n" +" prints the list of commands associated with each signal. Each SIGNAL_SPEC\n" +" is either a signal name in or a signal number. Signal names\n" +" are case insensitive and the SIG prefix is optional. `trap -l' prints\n" +" a list of signal names and their corresponding numbers. Note that a\n" +" signal can be sent to the shell with \"kill -signal $$\"." +msgstr "" + +#: builtins.c:1009 +msgid "" +"For each NAME, indicate how it would be interpreted if used as a\n" +" command name.\n" +" \n" +" If the -t option is used, `type' outputs a single word which is one of\n" +" `alias', `keyword', `function', `builtin', `file' or `', if NAME is an\n" +" alias, shell reserved word, shell function, shell builtin, disk file,\n" +" or unfound, respectively.\n" +" \n" +" If the -p flag is used, `type' either returns the name of the disk\n" +" file that would be executed, or nothing if `type -t NAME' would not\n" +" return `file'.\n" +" \n" +" If the -a flag is used, `type' displays all of the places that contain\n" +" an executable named `file'. This includes aliases, builtins, and\n" +" functions, if and only if the -p flag is not also used.\n" +" \n" +" The -f flag suppresses shell function lookup.\n" +" \n" +" The -P flag forces a PATH search for each NAME, even if it is an alias,\n" +" builtin, or function, and returns the name of the disk file that would\n" +" be executed." +msgstr "" + +#: builtins.c:1036 +msgid "" +"Ulimit provides control over the resources available to processes\n" +" started by the shell, on systems that allow such control. If an\n" +" option is given, it is interpreted as follows:\n" +" \n" +" -S\tuse the `soft' resource limit\n" +" -H\tuse the `hard' resource limit\n" +" -a\tall current limits are reported\n" +" -c\tthe maximum size of core files created\n" +" -d\tthe maximum size of a process's data segment\n" +" -e\tthe maximum scheduling priority (`nice')\n" +" -f\tthe maximum size of files written by the shell and its children\n" +" -i\tthe maximum number of pending signals\n" +" -l\tthe maximum size a process may lock into memory\n" +" -m\tthe maximum resident set size\n" +" -n\tthe maximum number of open file descriptors\n" +" -p\tthe pipe buffer size\n" +" -q\tthe maximum number of bytes in POSIX message queues\n" +" -r\tthe maximum real-time scheduling priority\n" +" -s\tthe maximum stack size\n" +" -t\tthe maximum amount of cpu time in seconds\n" +" -u\tthe maximum number of user processes\n" +" -v\tthe size of virtual memory\n" +" -x\tthe maximum number of file locks\n" +" \n" +" If LIMIT is given, it is the new value of the specified resource;\n" +" the special LIMIT values `soft', `hard', and `unlimited' stand for\n" +" the current soft limit, the current hard limit, and no limit, respectively.\n" +" Otherwise, the current value of the specified resource is printed.\n" +" If no option is given, then -f is assumed. Values are in 1024-byte\n" +" increments, except for -t, which is in seconds, -p, which is in\n" +" increments of 512 bytes, and -u, which is an unscaled number of\n" +" processes." +msgstr "" + +#: builtins.c:1074 +msgid "" +"The user file-creation mask is set to MODE. If MODE is omitted, or if\n" +" `-S' is supplied, the current value of the mask is printed. The `-S'\n" +" option makes the output symbolic; otherwise an octal number is output.\n" +" If `-p' is supplied, and MODE is omitted, the output is in a form\n" +" that may be used as input. If MODE begins with a digit, it is\n" +" interpreted as an octal number, otherwise it is a symbolic mode string\n" +" like that accepted by chmod(1)." +msgstr "" + +#: builtins.c:1087 +msgid "" +"Wait for the specified process and report its termination status. If\n" +" N is not given, all currently active child processes are waited for,\n" +" and the return code is zero. N may be a process ID or a job\n" +" specification; if a job spec is given, all processes in the job's\n" +" pipeline are waited for." +msgstr "" + +#: builtins.c:1099 +msgid "" +"Wait for the specified process and report its termination status. If\n" +" N is not given, all currently active child processes are waited for,\n" +" and the return code is zero. N is a process ID; if it is not given,\n" +" all child processes of the shell are waited for." +msgstr "" + +#: builtins.c:1109 +msgid "" +"The `for' loop executes a sequence of commands for each member in a\n" +" list of items. If `in WORDS ...;' is not present, then `in \"$@\"' is\n" +" assumed. For each element in WORDS, NAME is set to that element, and\n" +" the COMMANDS are executed." +msgstr "" + +#: builtins.c:1118 +msgid "" +"Equivalent to\n" +" \t(( EXP1 ))\n" +" \twhile (( EXP2 )); do\n" +" \t\tCOMMANDS\n" +" \t\t(( EXP3 ))\n" +" \tdone\n" +" EXP1, EXP2, and EXP3 are arithmetic expressions. If any expression is\n" +" omitted, it behaves as if it evaluates to 1." +msgstr "" + +#: builtins.c:1131 +msgid "" +"The WORDS are expanded, generating a list of words. The\n" +" set of expanded words is printed on the standard error, each\n" +" preceded by a number. If `in WORDS' is not present, `in \"$@\"'\n" +" is assumed. The PS3 prompt is then displayed and a line read\n" +" from the standard input. If the line consists of the number\n" +" corresponding to one of the displayed words, then NAME is set\n" +" to that word. If the line is empty, WORDS and the prompt are\n" +" redisplayed. If EOF is read, the command completes. Any other\n" +" value read causes NAME to be set to null. The line read is saved\n" +" in the variable REPLY. COMMANDS are executed after each selection\n" +" until a break command is executed." +msgstr "" + +#: builtins.c:1147 +msgid "" +"Execute PIPELINE and print a summary of the real time, user CPU time,\n" +" and system CPU time spent executing PIPELINE when it terminates.\n" +" The return status is the return status of PIPELINE. The `-p' option\n" +" prints the timing summary in a slightly different format. This uses\n" +" the value of the TIMEFORMAT variable as the output format." +msgstr "" + +#: builtins.c:1157 +msgid "" +"Selectively execute COMMANDS based upon WORD matching PATTERN. The\n" +" `|' is used to separate multiple patterns." +msgstr "" + +#: builtins.c:1164 +msgid "" +"The `if COMMANDS' list is executed. If its exit status is zero, then the\n" +" `then COMMANDS' list is executed. Otherwise, each `elif COMMANDS' list is\n" +" executed in turn, and if its exit status is zero, the corresponding\n" +" `then COMMANDS' list is executed and the if command completes. Otherwise,\n" +" the `else COMMANDS' list is executed, if present. The exit status of the\n" +" entire construct is the exit status of the last command executed, or zero\n" +" if no condition tested true." +msgstr "" + +#: builtins.c:1176 +msgid "" +"Expand and execute COMMANDS as long as the final command in the\n" +" `while' COMMANDS has an exit status of zero." +msgstr "" + +#: builtins.c:1183 +msgid "" +"Expand and execute COMMANDS as long as the final command in the\n" +" `until' COMMANDS has an exit status which is not zero." +msgstr "" + +#: builtins.c:1190 +msgid "" +"Create a simple command invoked by NAME which runs COMMANDS.\n" +" Arguments on the command line along with NAME are passed to the\n" +" function as $0 .. $n." +msgstr "" + +#: builtins.c:1198 +msgid "" +"Run a set of commands in a group. This is one way to redirect an\n" +" entire set of commands." +msgstr "" + +#: builtins.c:1205 +msgid "" +"Equivalent to the JOB_SPEC argument to the `fg' command. Resume a\n" +" stopped or background job. JOB_SPEC can specify either a job name\n" +" or a job number. Following JOB_SPEC with a `&' places the job in\n" +" the background, as if the job specification had been supplied as an\n" +" argument to `bg'." +msgstr "" + +#: builtins.c:1215 +msgid "" +"The EXPRESSION is evaluated according to the rules for arithmetic\n" +" evaluation. Equivalent to \"let EXPRESSION\"." +msgstr "" + +#: builtins.c:1222 +msgid "" +"Returns a status of 0 or 1 depending on the evaluation of the conditional\n" +" expression EXPRESSION. Expressions are composed of the same primaries used\n" +" by the `test' builtin, and may be combined using the following operators\n" +" \n" +" \t( EXPRESSION )\tReturns the value of EXPRESSION\n" +" \t! EXPRESSION\tTrue if EXPRESSION is false; else false\n" +" \tEXPR1 && EXPR2\tTrue if both EXPR1 and EXPR2 are true; else false\n" +" \tEXPR1 || EXPR2\tTrue if either EXPR1 or EXPR2 is true; else false\n" +" \n" +" When the `==' and `!=' operators are used, the string to the right of the\n" +" operator is used as a pattern and pattern matching is performed. The\n" +" && and || operators do not evaluate EXPR2 if EXPR1 is sufficient to\n" +" determine the expression's value." +msgstr "" + +#: builtins.c:1240 +msgid "" +"BASH_VERSION\tVersion information for this Bash.\n" +" CDPATH\tA colon-separated list of directories to search\n" +" \t\tfor directries given as arguments to `cd'.\n" +" GLOBIGNORE\tA colon-separated list of patterns describing filenames to\n" +" \t\tbe ignored by pathname expansion.\n" +" HISTFILE\tThe name of the file where your command history is stored.\n" +" HISTFILESIZE\tThe maximum number of lines this file can contain.\n" +" HISTSIZE\tThe maximum number of history lines that a running\n" +" \t\tshell can access.\n" +" HOME\tThe complete pathname to your login directory.\n" +" HOSTNAME\tThe name of the current host.\n" +" HOSTTYPE\tThe type of CPU this version of Bash is running under.\n" +" IGNOREEOF\tControls the action of the shell on receipt of an EOF\n" +" \t\tcharacter as the sole input. If set, then the value\n" +" \t\tof it is the number of EOF characters that can be seen\n" +" \t\tin a row on an empty line before the shell will exit\n" +" \t\t(default 10). When unset, EOF signifies the end of input.\n" +" MACHTYPE\tA string describing the current system Bash is running on.\n" +" MAILCHECK\tHow often, in seconds, Bash checks for new mail.\n" +" MAILPATH\tA colon-separated list of filenames which Bash checks\n" +" \t\tfor new mail.\n" +" OSTYPE\tThe version of Unix this version of Bash is running on.\n" +" PATH\tA colon-separated list of directories to search when\n" +" \t\tlooking for commands.\n" +" PROMPT_COMMAND\tA command to be executed before the printing of each\n" +" \t\tprimary prompt.\n" +" PS1\t\tThe primary prompt string.\n" +" PS2\t\tThe secondary prompt string.\n" +" PWD\t\tThe full pathname of the current directory.\n" +" SHELLOPTS\tA colon-separated list of enabled shell options.\n" +" TERM\tThe name of the current terminal type.\n" +" TIMEFORMAT\tThe output format for timing statistics displayed by the\n" +" \t\t`time' reserved word.\n" +" auto_resume\tNon-null means a command word appearing on a line by\n" +" \t\titself is first looked for in the list of currently\n" +" \t\tstopped jobs. If found there, that job is foregrounded.\n" +" \t\tA value of `exact' means that the command word must\n" +" \t\texactly match a command in the list of stopped jobs. A\n" +" \t\tvalue of `substring' means that the command word must\n" +" \t\tmatch a substring of the job. Any other value means that\n" +" \t\tthe command must be a prefix of a stopped job.\n" +" histchars\tCharacters controlling history expansion and quick\n" +" \t\tsubstitution. The first character is the history\n" +" \t\tsubstitution character, usually `!'. The second is\n" +" \t\tthe `quick substitution' character, usually `^'. The\n" +" \t\tthird is the `history comment' character, usually `#'.\n" +" HISTIGNORE\tA colon-separated list of patterns used to decide which\n" +" \t\tcommands should be saved on the history list.\n" +msgstr "" + +#: builtins.c:1295 +msgid "" +"Adds a directory to the top of the directory stack, or rotates\n" +" the stack, making the new top of the stack the current working\n" +" directory. With no arguments, exchanges the top two directories.\n" +" \n" +" +N\tRotates the stack so that the Nth directory (counting\n" +" \tfrom the left of the list shown by `dirs', starting with\n" +" \tzero) is at the top.\n" +" \n" +" -N\tRotates the stack so that the Nth directory (counting\n" +" \tfrom the right of the list shown by `dirs', starting with\n" +" \tzero) is at the top.\n" +" \n" +" -n\tsuppress the normal change of directory when adding directories\n" +" \tto the stack, so only the stack is manipulated.\n" +" \n" +" dir\tadds DIR to the directory stack at the top, making it the\n" +" \tnew current working directory.\n" +" \n" +" You can see the directory stack with the `dirs' command." +msgstr "" + +#: builtins.c:1321 +msgid "" +"Removes entries from the directory stack. With no arguments,\n" +" removes the top directory from the stack, and cd's to the new\n" +" top directory.\n" +" \n" +" +N\tremoves the Nth entry counting from the left of the list\n" +" \tshown by `dirs', starting with zero. For example: `popd +0'\n" +" \tremoves the first directory, `popd +1' the second.\n" +" \n" +" -N\tremoves the Nth entry counting from the right of the list\n" +" \tshown by `dirs', starting with zero. For example: `popd -0'\n" +" \tremoves the last directory, `popd -1' the next to last.\n" +" \n" +" -n\tsuppress the normal change of directory when removing directories\n" +" \tfrom the stack, so only the stack is manipulated.\n" +" \n" +" You can see the directory stack with the `dirs' command." +msgstr "" + +#: builtins.c:1344 +msgid "" +"Display the list of currently remembered directories. Directories\n" +" find their way onto the list with the `pushd' command; you can get\n" +" back up through the list with the `popd' command.\n" +" \n" +" The -l flag specifies that `dirs' should not print shorthand versions\n" +" of directories which are relative to your home directory. This means\n" +" that `~/bin' might be displayed as `/homes/bfox/bin'. The -v flag\n" +" causes `dirs' to print the directory stack with one entry per line,\n" +" prepending the directory name with its position in the stack. The -p\n" +" flag does the same thing, but the stack position is not prepended.\n" +" The -c flag clears the directory stack by deleting all of the elements.\n" +" \n" +" +N\tdisplays the Nth entry counting from the left of the list shown by\n" +" \tdirs when invoked without options, starting with zero.\n" +" \n" +" -N\tdisplays the Nth entry counting from the right of the list shown by\n" +" \tdirs when invoked without options, starting with zero." +msgstr "" + +#: builtins.c:1367 +msgid "" +"Toggle the values of variables controlling optional behavior.\n" +" The -s flag means to enable (set) each OPTNAME; the -u flag\n" +" unsets each OPTNAME. The -q flag suppresses output; the exit\n" +" status indicates whether each OPTNAME is set or unset. The -o\n" +" option restricts the OPTNAMEs to those defined for use with\n" +" `set -o'. With no options, or with the -p option, a list of all\n" +" settable options is displayed, with an indication of whether or\n" +" not each is set." +msgstr "" + +#: builtins.c:1380 +msgid "" +"printf formats and prints ARGUMENTS under control of the FORMAT. FORMAT\n" +" is a character string which contains three types of objects: plain\n" +" characters, which are simply copied to standard output, character escape\n" +" sequences which are converted and copied to the standard output, and\n" +" format specifications, each of which causes printing of the next successive\n" +" argument. In addition to the standard printf(1) formats, %b means to\n" +" expand backslash escape sequences in the corresponding argument, and %q\n" +" means to quote the argument in a way that can be reused as shell input.\n" +" If the -v option is supplied, the output is placed into the value of the\n" +" shell variable VAR rather than being sent to the standard output." +msgstr "" + +#: builtins.c:1396 +msgid "" +"For each NAME, specify how arguments are to be completed.\n" +" If the -p option is supplied, or if no options are supplied, existing\n" +" completion specifications are printed in a way that allows them to be\n" +" reused as input. The -r option removes a completion specification for\n" +" each NAME, or, if no NAMEs are supplied, all completion specifications." +msgstr "" + +#: builtins.c:1408 +msgid "" +"Display the possible completions depending on the options. Intended\n" +" to be used from within a shell function generating possible completions.\n" +" If the optional WORD argument is supplied, matches against WORD are\n" +" generated." +msgstr "" diff --git a/subst.c b/subst.c index 4ec73db21..11c7453d4 100644 --- a/subst.c +++ b/subst.c @@ -5581,7 +5581,7 @@ verify_substring_values (v, value, substr, vtype, e1p, e2p) #if defined (ARRAY_VARS) /* For arrays, the second offset deals with the number of elements. */ if (vtype == VT_ARRAYVAR) - len = array_num_elements (a); + len = assoc_p (v) ? assoc_num_elements (h) : array_num_elements (a); #endif if (t) @@ -5651,6 +5651,7 @@ get_var_and_type (varname, value, quoted, varp, valp) { /* [ */ if (ALL_ELEMENT_SUB (temp[0]) && temp[1] == ']') { + /* Callers have to differentiate betwen indexed and associative */ vtype = VT_ARRAYVAR; if (temp[0] == '*') vtype |= VT_STARSUB; diff --git a/support/Makefile.in b/support/Makefile.in index cf6cee732..dbdbf1e0c 100644 --- a/support/Makefile.in +++ b/support/Makefile.in @@ -2,7 +2,7 @@ # Simple Makefile for the support programs. # # documentation support: man2html -# testing support: printenv recho zecho +# testing support: printenv recho zecho xcase # # bashbug lives here but is created by the top-level makefile # diff --git a/support/Makefile.in~ b/support/Makefile.in~ new file mode 100644 index 000000000..cf6cee732 --- /dev/null +++ b/support/Makefile.in~ @@ -0,0 +1,87 @@ +# +# Simple Makefile for the support programs. +# +# documentation support: man2html +# testing support: printenv recho zecho +# +# bashbug lives here but is created by the top-level makefile +# +# Currently only man2html is built +# +# Copyright (C) 1998-2008 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 3 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, see . + +# +# Boilerplate +# +topdir = @top_srcdir@ +srcdir = @srcdir@ +VPATH = .:@srcdir@ +BUILD_DIR = @BUILD_DIR@ + +RM = rm -f +SHELL = @MAKE_SHELL@ +CC = @CC@ +CC_FOR_BUILD = @CC_FOR_BUILD@ + +EXEEXT = @EXEEXT@ + +# +# Compiler options: +# +PROFILE_FLAGS = @PROFILE_FLAGS@ + +CFLAGS = @CFLAGS@ +CFLAGS_FOR_BUILD = @CFLAGS_FOR_BUILD@ +CPPFLAGS = @CPPFLAGS@ +CPPFLAGS_FOR_BUILD = @CPPFLAGS_FOR_BUILD@ +LOCAL_CFLAGS = @LOCAL_CFLAGS@ +DEFS = @DEFS@ +LOCAL_DEFS = @LOCAL_DEFS@ + +LIBS = @LIBS@ +LIBS_FOR_BUILD = ${LIBS} # XXX + +LOCAL_LDFLAGS = @LOCAL_LDFLAGS@ +LDFLAGS = @LDFLAGS@ $(LOCAL_LDFLAGS) $(CFLAGS) +LDFLAGS_FOR_BUILD = @LDFLAGS_FOR_BUILD@ $(LOCAL_LDFLAGS) $(CFLAGS_FOR_BUILD) + +INCLUDES = -I${BUILD_DIR} -I${topdir} + +BASE_CCFLAGS = ${PROFILE_FLAGS} $(DEFS) $(LOCAL_DEFS) $(SYSTEM_FLAGS) \ + ${INCLUDES} $(LOCAL_CFLAGS) + +CCFLAGS = $(BASE_CCFLAGS) $(CPPFLAGS) $(CFLAGS) +CCFLAGS_FOR_BUILD = $(BASE_CCFLAGS) $(CPPFLAGS_FOR_BUILD) $(CFLAGS_FOR_BUILD) + +SRC1 = man2html.c +OBJ1 = man2html.o + +.c.o: + $(RM) $@ + $(CC_FOR_BUILD) -c $(CCFLAGS_FOR_BUILD) $< + +all: man2html$(EXEEXT) + +man2html$(EXEEXT): $(OBJ1) + $(CC_FOR_BUILD) $(CCFLAGS_FOR_BUILD) $(OBJ1) -o $@ ${LIBS_FOR_BUILD} + +clean: + $(RM) man2html$(EXEEXT) + +distclean maintainer-clean mostlyclean: clean + $(RM) $(OBJ1) + +man2html.o: man2html.c diff --git a/support/config.guess b/support/config.guess index 6d90d6f50..6603908c2 100755 --- a/support/config.guess +++ b/support/config.guess @@ -1,9 +1,10 @@ #! /bin/sh # Attempt to guess a canonical system name. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2002-11-30' +timestamp='2008-03-12' # 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 @@ -17,13 +18,15 @@ timestamp='2002-11-30' # # 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. +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, 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. @@ -53,8 +56,8 @@ version="\ GNU config.guess ($timestamp) Originally written by Per Bothner. -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 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." @@ -66,11 +69,11 @@ Try \`$me --help' for more information." while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) - echo "$timestamp" ; exit 0 ;; + echo "$timestamp" ; exit ;; --version | -v ) - echo "$version" ; exit 0 ;; + echo "$version" ; exit ;; --help | --h* | -h ) - echo "$usage"; exit 0 ;; + echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. @@ -98,14 +101,18 @@ trap 'exit 1' 1 2 15 # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still # use `HOST_CC' if defined, but it is deprecated. -# This shell variable is my proudest work .. or something. --bje +# Portable tmp directory creation inspired by the Autoconf team. -set_cc_for_build='tmpdir=${TMPDIR-/tmp}/config-guess-$$ ; -(old=`umask` && umask 077 && mkdir $tmpdir && umask $old && unset old) - || (echo "$me: cannot create $tmpdir" >&2 && exit 1) ; -dummy=$tmpdir/dummy ; -files="$dummy.c $dummy.o $dummy.rel $dummy" ; -trap '"'"'rm -f $files; rmdir $tmpdir; exit 1'"'"' 1 2 15 ; +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 "$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 @@ -113,15 +120,13 @@ case $CC_FOR_BUILD,$HOST_CC,$CC in CC_FOR_BUILD="$c"; break ; fi ; done ; - rm -f $files ; 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 ; -unset files' +esac ; set_cc_for_build= ;' # This is needed to find uname on a Pyramid OSx when run in the BSD universe. # (ghazi@noc.rutgers.edu 1994-08-24) @@ -156,6 +161,7 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in arm*) machine=arm-unknown ;; sh3el) machine=shl-unknown ;; sh3eb) machine=sh-unknown ;; + sh5el) machine=sh5le-unknown ;; *) machine=${UNAME_MACHINE_ARCH}-unknown ;; esac # The Operating System including object format, if it has switched @@ -194,139 +200,112 @@ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in # contains redundant information, the shorter form: # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used. echo "${machine}-${os}${release}" - exit 0 ;; - amiga:OpenBSD:*:*) - echo m68k-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - arc:OpenBSD:*:*) - echo mipsel-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; - hp300:OpenBSD:*:*) - echo m68k-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 ;; + exit ;; *:OpenBSD:*:*) - echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE} - exit 0 ;; + UNAME_MACHINE_ARCH=`arch | sed 's/OpenBSD.//'` + echo ${UNAME_MACHINE_ARCH}-unknown-openbsd${UNAME_RELEASE} + exit ;; + *:ekkoBSD:*:*) + echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE} + exit ;; + *:SolidBSD:*:*) + echo ${UNAME_MACHINE}-unknown-solidbsd${UNAME_RELEASE} + exit ;; + macppc:MirBSD:*:*) + echo powerpc-unknown-mirbsd${UNAME_RELEASE} + exit ;; + *:MirBSD:*:*) + echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE} + exit ;; alpha:OSF1:*:*) - if test $UNAME_RELEASE = "V4.0"; then + case $UNAME_RELEASE in + *4.0) UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'` - fi + ;; + *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. - eval $set_cc_for_build - cat <$dummy.s - .data -\$Lformat: - .byte 37,100,45,37,120,10,0 # "%d-%x\n" - - .text - .globl main - .align 4 - .ent main -main: - .frame \$30,16,\$26,0 - ldgp \$29,0(\$27) - .prologue 1 - .long 0x47e03d80 # implver \$0 - lda \$2,-1 - .long 0x47e20c21 # amask \$2,\$1 - lda \$16,\$Lformat - mov \$0,\$17 - not \$1,\$18 - jsr \$26,printf - ldgp \$29,0(\$26) - mov 0,\$16 - jsr \$26,exit - .end main -EOF - $CC_FOR_BUILD -o $dummy $dummy.s 2>/dev/null - if test "$?" = 0 ; then - case `$dummy` in - 0-0) - UNAME_MACHINE="alpha" - ;; - 1-0) - UNAME_MACHINE="alphaev5" - ;; - 1-1) - UNAME_MACHINE="alphaev56" - ;; - 1-101) - UNAME_MACHINE="alphapca56" - ;; - 2-303) - UNAME_MACHINE="alphaev6" - ;; - 2-307) - UNAME_MACHINE="alphaev67" - ;; - 2-1307) - UNAME_MACHINE="alphaev68" - ;; - 3-1307) - UNAME_MACHINE="alphaev7" - ;; - esac - fi - rm -f $dummy.s $dummy && rmdir $tmpdir - echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[VTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` - exit 0 ;; + echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'` + exit ;; 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 ;; + exit ;; 21064:Windows_NT:50:3) echo alpha-dec-winnt3.5 - exit 0 ;; + exit ;; Amiga*:UNIX_System_V:4.0:*) echo m68k-unknown-sysv4 - exit 0;; + exit ;; *:[Aa]miga[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-amigaos - exit 0 ;; + exit ;; *:[Mm]orph[Oo][Ss]:*:*) echo ${UNAME_MACHINE}-unknown-morphos - exit 0 ;; + exit ;; *:OS/390:*:*) echo i370-ibm-openedition - exit 0 ;; + exit ;; + *:z/VM:*:*) + echo s390-ibm-zvmoe + exit ;; + *:OS400:*:*) + echo powerpc-ibm-os400 + exit ;; arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*) echo arm-acorn-riscix${UNAME_RELEASE} - exit 0;; + exit ;; + arm:riscos:*:*|arm:RISCOS:*:*) + echo arm-unknown-riscos + exit ;; SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*) echo hppa1.1-hitachi-hiuxmpp - exit 0;; + exit ;; 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 @@ -334,29 +313,32 @@ EOF else echo pyramid-pyramid-bsd fi - exit 0 ;; + exit ;; NILE*:*:*:dcosx) echo pyramid-pyramid-svr4 - exit 0 ;; - DRS?6000:UNIX_SV:4.2*:7*) + exit ;; + DRS?6000:unix:4.0:6*) + echo sparc-icl-nx6 + exit ;; + DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*) case `/usr/bin/uname -p` in - sparc) echo sparc-icl-nx7 && exit 0 ;; + sparc) echo sparc-icl-nx7; exit ;; esac ;; sun4H:SunOS:5.*:*) echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*) echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; - i86pc:SunOS:5.*:*) + exit ;; + i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*) echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; 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 ;; + exit ;; sun4*:SunOS:*:*) case "`/usr/bin/arch -k`" in Series*|S4*) @@ -365,10 +347,10 @@ EOF 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 ;; + exit ;; sun3*:SunOS:*:*) echo m68k-sun-sunos${UNAME_RELEASE} - exit 0 ;; + exit ;; 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 @@ -380,10 +362,10 @@ EOF echo sparc-sun-sunos${UNAME_RELEASE} ;; esac - exit 0 ;; + exit ;; aushp:SunOS:*:*) echo sparc-auspex-sunos${UNAME_RELEASE} - exit 0 ;; + exit ;; # 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 @@ -394,37 +376,40 @@ EOF # be no problem. atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*) echo m68k-atari-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*) echo m68k-milan-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*) echo m68k-hades-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*) echo m68k-unknown-mint${UNAME_RELEASE} - exit 0 ;; + exit ;; + m68k:machten:*:*) + echo m68k-apple-machten${UNAME_RELEASE} + exit ;; powerpc:machten:*:*) echo powerpc-apple-machten${UNAME_RELEASE} - exit 0 ;; + exit ;; RISC*:Mach:*:*) echo mips-dec-mach_bsd4.3 - exit 0 ;; + exit ;; RISC*:ULTRIX:*:*) echo mips-dec-ultrix${UNAME_RELEASE} - exit 0 ;; + exit ;; VAX*:ULTRIX*:*:*) echo vax-dec-ultrix${UNAME_RELEASE} - exit 0 ;; + exit ;; 2020:CLIX:*:* | 2430:CLIX:*:*) echo clipper-intergraph-clix${UNAME_RELEASE} - exit 0 ;; + exit ;; mips:*:*:UMIPS | mips:*:*:RISCos) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c @@ -448,33 +433,33 @@ EOF exit (-1); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c \ - && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \ - && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0 - rm -f $dummy.c $dummy && rmdir $tmpdir + $CC_FOR_BUILD -o $dummy $dummy.c && + dummyarg=`echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` && + SYSTEM_NAME=`$dummy $dummyarg` && + { echo "$SYSTEM_NAME"; exit; } echo mips-mips-riscos${UNAME_RELEASE} - exit 0 ;; + exit ;; Motorola:PowerMAX_OS:*:*) echo powerpc-motorola-powermax - exit 0 ;; + exit ;; Motorola:*:4.3:PL8-*) echo powerpc-harris-powermax - exit 0 ;; + exit ;; Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*) echo powerpc-harris-powermax - exit 0 ;; + exit ;; Night_Hawk:Power_UNIX:*:*) echo powerpc-harris-powerunix - exit 0 ;; + exit ;; m88k:CX/UX:7*:*) echo m88k-harris-cxux7 - exit 0 ;; + exit ;; m88k:*:4*:R4*) echo m88k-motorola-sysv4 - exit 0 ;; + exit ;; m88k:*:3*:R3*) echo m88k-motorola-sysv3 - exit 0 ;; + exit ;; AViiON:dgux:*:*) # DG/UX returns AViiON for all architectures UNAME_PROCESSOR=`/usr/bin/uname -p` @@ -490,29 +475,29 @@ EOF else echo i586-dg-dgux${UNAME_RELEASE} fi - exit 0 ;; + exit ;; M88*:DolphinOS:*:*) # DolphinOS (SVR3) echo m88k-dolphin-sysv3 - exit 0 ;; + exit ;; M88*:*:R3*:*) # Delta 88k system running SVR3 echo m88k-motorola-sysv3 - exit 0 ;; + exit ;; XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3) echo m88k-tektronix-sysv3 - exit 0 ;; + exit ;; Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD) echo m68k-tektronix-bsd - exit 0 ;; + exit ;; *:IRIX*:*:*) echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'` - exit 0 ;; + exit ;; ????????: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 ' + echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id + exit ;; # Note that: echo "'`uname -s`'" gives 'AIX ' i*86:AIX:*:*) echo i386-ibm-aix - exit 0 ;; + exit ;; ia64:AIX:*:*) if [ -x /usr/bin/oslevel ] ; then IBM_REV=`/usr/bin/oslevel` @@ -520,7 +505,7 @@ EOF IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${UNAME_MACHINE}-ibm-aix${IBM_REV} - exit 0 ;; + exit ;; *:AIX:2:3) if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then eval $set_cc_for_build @@ -535,16 +520,19 @@ EOF exit(0); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0 - rm -f $dummy.c $dummy && rmdir $tmpdir - echo rs6000-ibm-aix3.2.5 + if $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` + then + echo "$SYSTEM_NAME" + else + echo rs6000-ibm-aix3.2.5 + fi 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]) + exit ;; + *:AIX:*:[456]) 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 @@ -557,28 +545,28 @@ EOF IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE} fi echo ${IBM_ARCH}-ibm-aix${IBM_REV} - exit 0 ;; + exit ;; *:AIX:*:*) echo rs6000-ibm-aix - exit 0 ;; + exit ;; ibmrt:4.4BSD:*|romp-ibm:BSD:*) echo romp-ibm-bsd4.4 - exit 0 ;; + exit ;; 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 + exit ;; # report: romp-ibm BSD 4.3 *:BOSX:*:*) echo rs6000-bull-bosx - exit 0 ;; + exit ;; DPX/2?00:B.O.S.:*:*) echo m68k-bull-sysv3 - exit 0 ;; + exit ;; 9000/[34]??:4.3bsd:1.*:*) echo m68k-hp-bsd - exit 0 ;; + exit ;; hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*) echo m68k-hp-bsd4.4 - exit 0 ;; + exit ;; 9000/[34678]??:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` case "${UNAME_MACHINE}" in @@ -635,16 +623,36 @@ EOF } EOF (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy` - if test -z "$HP_ARCH"; then HP_ARCH=hppa; fi - rm -f $dummy.c $dummy && rmdir $tmpdir + test -z "$HP_ARCH" && HP_ARCH=hppa fi ;; esac + if [ ${HP_ARCH} = "hppa2.0w" ] + then + eval $set_cc_for_build + + # hppa2.0w-hp-hpux* has a 64-bit kernel and a compiler generating + # 32-bit code. hppa64-hp-hpux* has the same kernel and a compiler + # generating 64-bit code. GNU and HP use different nomenclature: + # + # $ CC_FOR_BUILD=cc ./config.guess + # => hppa2.0w-hp-hpux11.23 + # $ CC_FOR_BUILD="cc +DA2.0w" ./config.guess + # => hppa64-hp-hpux11.23 + + if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E - 2>/dev/null) | + grep __LP64__ >/dev/null + then + HP_ARCH="hppa2.0w" + else + HP_ARCH="hppa64" + fi + fi echo ${HP_ARCH}-hp-hpux${HPUX_REV} - exit 0 ;; + exit ;; ia64:HP-UX:*:*) HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'` echo ia64-hp-hpux${HPUX_REV} - exit 0 ;; + exit ;; 3050*:HI-UX:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c @@ -672,152 +680,192 @@ EOF exit (0); } EOF - $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0 - rm -f $dummy.c $dummy && rmdir $tmpdir + $CC_FOR_BUILD -o $dummy $dummy.c && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } echo unknown-hitachi-hiuxwe2 - exit 0 ;; + exit ;; 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* ) echo hppa1.1-hp-bsd - exit 0 ;; + exit ;; 9000/8??:4.3bsd:*:*) echo hppa1.0-hp-bsd - exit 0 ;; + exit ;; *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*) echo hppa1.0-hp-mpeix - exit 0 ;; + exit ;; hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* ) echo hppa1.1-hp-osf - exit 0 ;; + exit ;; hp8??:OSF1:*:*) echo hppa1.0-hp-osf - exit 0 ;; + exit ;; i*86:OSF1:*:*) if [ -x /usr/sbin/sysversion ] ; then echo ${UNAME_MACHINE}-unknown-osf1mk else echo ${UNAME_MACHINE}-unknown-osf1 fi - exit 0 ;; + exit ;; parisc*:Lites*:*:*) echo hppa1.1-hp-lites - exit 0 ;; + exit ;; C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*) echo c1-convex-bsd - exit 0 ;; + exit ;; C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit 0 ;; + exit ;; C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*) echo c34-convex-bsd - exit 0 ;; + exit ;; C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*) echo c38-convex-bsd - exit 0 ;; + exit ;; C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*) echo c4-convex-bsd - exit 0 ;; + exit ;; CRAY*Y-MP:*:*:*) echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; + exit ;; 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 ;; + exit ;; CRAY*TS:*:*:*) echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; - CRAY*T3D:*:*:*) - echo alpha-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; + exit ;; CRAY*T3E:*:*:*) echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; + exit ;; CRAY*SV1:*:*:*) echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' - exit 0 ;; + exit ;; + *:UNICOS/mp:*:*) + echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/' + exit ;; 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 ;; + exit ;; + 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 ;; i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*) echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE} - exit 0 ;; + exit ;; sparc*:BSD/OS:*:*) echo sparc-unknown-bsdi${UNAME_RELEASE} - exit 0 ;; + exit ;; *:BSD/OS:*:*) echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE} - exit 0 ;; - amd64:FreeBSD:*:*) - echo x86_64-unknown-freebsd - exit 0 ;; + exit ;; *:FreeBSD:*:*) - # Determine whether the default compiler uses glibc. - eval $set_cc_for_build - sed 's/^ //' << EOF >$dummy.c - #include - #if __GLIBC__ >= 2 - LIBC=gnu - #else - LIBC= - #endif -EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=` - rm -f $dummy.c && rmdir $tmpdir - echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`${LIBC:+-$LIBC} - exit 0 ;; + case ${UNAME_MACHINE} in + pc98) + echo i386-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + amd64) + echo x86_64-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + *) + echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` ;; + esac + exit ;; i*:CYGWIN*:*) echo ${UNAME_MACHINE}-pc-cygwin - exit 0 ;; - i*:MINGW*:*) + exit ;; + *:MINGW*:*) echo ${UNAME_MACHINE}-pc-mingw32 - exit 0 ;; + exit ;; + i*:windows32*:*) + # uname -m includes "-pc" on this system. + echo ${UNAME_MACHINE}-mingw32 + exit ;; i*:PW*:*) echo ${UNAME_MACHINE}-pc-pw32 - exit 0 ;; - x86:Interix*:3*) - echo i586-pc-interix3 - exit 0 ;; + exit ;; + *:Interix*:[3456]*) + case ${UNAME_MACHINE} in + x86) + echo i586-pc-interix${UNAME_RELEASE} + exit ;; + EM64T | authenticamd) + echo x86_64-unknown-interix${UNAME_RELEASE} + exit ;; + IA64) + echo ia64-unknown-interix${UNAME_RELEASE} + exit ;; + esac ;; [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*) echo i${UNAME_MACHINE}-pc-mks - exit 0 ;; + exit ;; 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 ;; + exit ;; i*:UWIN*:*) echo ${UNAME_MACHINE}-pc-uwin - exit 0 ;; + exit ;; + amd64:CYGWIN*:*:* | x86_64:CYGWIN*:*:*) + echo x86_64-unknown-cygwin + exit ;; p*:CYGWIN*:*) echo powerpcle-unknown-cygwin - exit 0 ;; + exit ;; prep*:SunOS:5.*:*) echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'` - exit 0 ;; + exit ;; *:GNU:*:*) + # the GNU system echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'` - exit 0 ;; + exit ;; + *: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 ;; i*86:Minix:*:*) echo ${UNAME_MACHINE}-pc-minix - exit 0 ;; + exit ;; arm*:Linux:*:*) + eval $set_cc_for_build + if echo __ARM_EABI__ | $CC_FOR_BUILD -E - 2>/dev/null \ + | grep -q __ARM_EABI__ + then + echo ${UNAME_MACHINE}-unknown-linux-gnu + else + echo ${UNAME_MACHINE}-unknown-linux-gnueabi + fi + exit ;; + avr32*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; + cris:Linux:*:*) + echo cris-axis-linux-gnu + exit ;; + crisv32:Linux:*:*) + echo crisv32-axis-linux-gnu + exit ;; + frv:Linux:*:*) + echo frv-unknown-linux-gnu + exit ;; ia64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; + m32r*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; m68*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; mips:Linux:*:*) eval $set_cc_for_build sed 's/^ //' << EOF >$dummy.c @@ -834,9 +882,12 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` - rm -f $dummy.c && rmdir $tmpdir - test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; mips64:Linux:*:*) eval $set_cc_for_build @@ -854,16 +905,22 @@ EOF #endif #endif EOF - eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=` - rm -f $dummy.c && rmdir $tmpdir - test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^CPU/{ + s: ::g + p + }'`" + test x"${CPU}" != x && { echo "${CPU}-unknown-linux-gnu"; exit; } ;; + or32:Linux:*:*) + echo or32-unknown-linux-gnu + exit ;; ppc:Linux:*:*) echo powerpc-unknown-linux-gnu - exit 0 ;; + exit ;; ppc64:Linux:*:*) echo powerpc64-unknown-linux-gnu - exit 0 ;; + exit ;; alpha:Linux:*:*) case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in EV5) UNAME_MACHINE=alphaev5 ;; @@ -877,7 +934,7 @@ EOF 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 ;; + exit ;; parisc:Linux:*:* | hppa:Linux:*:*) # Look for CPU level case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in @@ -885,22 +942,31 @@ EOF PA8*) echo hppa2.0-unknown-linux-gnu ;; *) echo hppa-unknown-linux-gnu ;; esac - exit 0 ;; + exit ;; parisc64:Linux:*:* | hppa64:Linux:*:*) echo hppa64-unknown-linux-gnu - exit 0 ;; + exit ;; s390:Linux:*:* | s390x:Linux:*:*) echo ${UNAME_MACHINE}-ibm-linux - exit 0 ;; + exit ;; + sh64*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; sh*:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; sparc:Linux:*:* | sparc64:Linux:*:*) echo ${UNAME_MACHINE}-unknown-linux-gnu - exit 0 ;; + exit ;; + vax:Linux:*:*) + echo ${UNAME_MACHINE}-dec-linux-gnu + exit ;; x86_64:Linux:*:*) echo x86_64-unknown-linux-gnu - exit 0 ;; + exit ;; + xtensa*:Linux:*:*) + echo ${UNAME_MACHINE}-unknown-linux-gnu + exit ;; 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 @@ -918,15 +984,15 @@ EOF ;; a.out-i386-linux) echo "${UNAME_MACHINE}-pc-linux-gnuaout" - exit 0 ;; + exit ;; coff-i386) echo "${UNAME_MACHINE}-pc-linux-gnucoff" - exit 0 ;; + exit ;; "") # 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 ;; + exit ;; esac # Determine whether the default compiler is a.out or elf eval $set_cc_for_build @@ -943,24 +1009,33 @@ EOF LIBC=gnulibc1 # endif #else - #ifdef __INTEL_COMPILER + #if defined(__INTEL_COMPILER) || defined(__PGI) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) 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=` - rm -f $dummy.c && rmdir $tmpdir - test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0 - test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0 + eval "`$CC_FOR_BUILD -E $dummy.c 2>/dev/null | sed -n ' + /^LIBC/{ + s: ::g + p + }'`" + test x"${LIBC}" != x && { + echo "${UNAME_MACHINE}-pc-linux-${LIBC}" + exit + } + test x"${TENTATIVE}" != x && { echo "${TENTATIVE}"; exit; } ;; 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 ;; + exit ;; i*86:UNIX_SV:4.2MP:2.*) # Unixware is an offshoot of SVR4, but it has its own version # number series starting with 2... @@ -968,24 +1043,27 @@ EOF # I just have to hope. -- rms. # Use sysv4.2uw... so that sysv4* matches it. echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION} - exit 0 ;; + exit ;; 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 ;; + exit ;; i*86:XTS-300:*:STOP) echo ${UNAME_MACHINE}-unknown-stop - exit 0 ;; + exit ;; i*86:atheos:*:*) echo ${UNAME_MACHINE}-unknown-atheos - exit 0 ;; + exit ;; + i*86:syllable:*:*) + echo ${UNAME_MACHINE}-pc-syllable + exit ;; i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*) echo i386-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; i*86:*DOS:*:*) echo ${UNAME_MACHINE}-pc-msdosdjgpp - exit 0 ;; + exit ;; 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 @@ -993,15 +1071,16 @@ EOF else echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL} fi - exit 0 ;; - i*86:*:5:[78]*) + exit ;; + i*86:*:5:[678]*) + # UnixWare 7.x, OpenUNIX and OpenServer 6. 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 ;; + exit ;; i*86:*:3.2:*) if test -f /usr/options/cb.name; then UNAME_REL=`sed -n 's/.*Version //p' /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 ;; + exit ;; mini*:CTIX:SYS*5:*) # "miniframe" echo m68010-convergent-sysv - exit 0 ;; + exit ;; mc68k:UNIX:SYSTEM5:3.51m) echo m68k-convergent-sysv - exit 0 ;; + exit ;; M680?0:D-NIX:5.3:*) echo m68k-diab-dnix - exit 0 ;; - M68*:*:R3V[567]*:*) - test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;; - 3[34]??:*: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) + exit ;; + M68*:*:R3V[5678]*:*) + test -r /sysV68 && { echo 'm68k-motorola-sysv'; exit; } ;; + 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 + && { echo i486-ncr-sysv4.3${OS_REL}; exit; } /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \ - && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;; + && { echo i586-ncr-sysv4.3${OS_REL}; exit; } ;; 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*) /bin/uname -p 2>/dev/null | grep 86 >/dev/null \ - && echo i486-ncr-sysv4 && exit 0 ;; + && { echo i486-ncr-sysv4; exit; } ;; m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*) echo m68k-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; mc68030:UNIX_System_V:4.*:*) echo m68k-atari-sysv4 - exit 0 ;; + exit ;; TSUNAMI:LynxOS:2.*:*) echo sparc-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; rs6000:LynxOS:2.*:*) echo rs6000-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*) echo powerpc-unknown-lynxos${UNAME_RELEASE} - exit 0 ;; + exit ;; SM[BE]S:UNIX_SV:*:*) echo mips-dde-sysv${UNAME_RELEASE} - exit 0 ;; + exit ;; RM*:ReliantUNIX-*:*:*) echo mips-sni-sysv4 - exit 0 ;; + exit ;; RM*:SINIX-*:*:*) echo mips-sni-sysv4 - exit 0 ;; + exit ;; *:SINIX-*:*:*) if uname -p 2>/dev/null >/dev/null ; then UNAME_MACHINE=`(uname -p) 2>/dev/null` @@ -1093,64 +1172,84 @@ EOF else echo ns32k-sni-sysv fi - exit 0 ;; + exit ;; PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort # says echo i586-unisys-sysv4 - exit 0 ;; + exit ;; *:UNIX_System_V:4*:FTX*) # From Gerald Hewes . # How about differentiating between stratus architectures? -djm echo hppa1.1-stratus-sysv4 - exit 0 ;; + exit ;; *:*:*:FTX*) # From seanf@swdc.stratus.com. echo i860-stratus-sysv4 - exit 0 ;; + exit ;; + i*86:VOS:*:*) + # From Paul.Green@stratus.com. + echo ${UNAME_MACHINE}-stratus-vos + exit ;; *:VOS:*:*) # From Paul.Green@stratus.com. echo hppa1.1-stratus-vos - exit 0 ;; + exit ;; mc68*:A/UX:*:*) echo m68k-apple-aux${UNAME_RELEASE} - exit 0 ;; + exit ;; news*:NEWS-OS:6*:*) echo mips-sony-newsos6 - exit 0 ;; + exit ;; 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 ;; + exit ;; BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only. echo powerpc-be-beos - exit 0 ;; + exit ;; BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only. echo powerpc-apple-beos - exit 0 ;; + exit ;; BePC:BeOS:*:*) # BeOS running on Intel PC compatible. echo i586-pc-beos - exit 0 ;; + exit ;; + BePC:Haiku:*:*) # Haiku running on Intel PC compatible. + echo i586-pc-haiku + exit ;; SX-4:SUPER-UX:*:*) echo sx4-nec-superux${UNAME_RELEASE} - exit 0 ;; + exit ;; SX-5:SUPER-UX:*:*) echo sx5-nec-superux${UNAME_RELEASE} - exit 0 ;; + exit ;; SX-6:SUPER-UX:*:*) echo sx6-nec-superux${UNAME_RELEASE} - exit 0 ;; + exit ;; + SX-7:SUPER-UX:*:*) + echo sx7-nec-superux${UNAME_RELEASE} + exit ;; + SX-8:SUPER-UX:*:*) + echo sx8-nec-superux${UNAME_RELEASE} + exit ;; + SX-8R:SUPER-UX:*:*) + echo sx8r-nec-superux${UNAME_RELEASE} + exit ;; Power*:Rhapsody:*:*) echo powerpc-apple-rhapsody${UNAME_RELEASE} - exit 0 ;; + exit ;; *:Rhapsody:*:*) echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE} - exit 0 ;; + exit ;; *:Darwin:*:*) - echo `uname -p`-apple-darwin${UNAME_RELEASE} - exit 0 ;; + UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown + case $UNAME_PROCESSOR in + unknown) UNAME_PROCESSOR=powerpc ;; + esac + echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE} + exit ;; *:procnto*:*:* | *:QNX:[0123456789]*:*) UNAME_PROCESSOR=`uname -p` if test "$UNAME_PROCESSOR" = "x86"; then @@ -1158,22 +1257,25 @@ EOF UNAME_MACHINE=pc fi echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE} - exit 0 ;; + exit ;; *:QNX:*:4*) echo i386-pc-qnx - exit 0 ;; - NSR-[DGKLNPTVWXY]:NONSTOP_KERNEL:*:*) + exit ;; + NSE-?:NONSTOP_KERNEL:*:*) + echo nse-tandem-nsk${UNAME_RELEASE} + exit ;; + NSR-?:NONSTOP_KERNEL:*:*) echo nsr-tandem-nsk${UNAME_RELEASE} - exit 0 ;; + exit ;; *:NonStop-UX:*:*) echo mips-compaq-nonstopux - exit 0 ;; + exit ;; BS2000:POSIX*:*:*) echo bs2000-siemens-sysv - exit 0 ;; + exit ;; DS/*:UNIX_System_V:*:*) echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE} - exit 0 ;; + exit ;; *:Plan9:*:*) # "uname -m" is not consistent, so use $cputype instead. 386 # is converted to i386 for consistency with other x86 @@ -1184,25 +1286,47 @@ EOF UNAME_MACHINE="$cputype" fi echo ${UNAME_MACHINE}-unknown-plan9 - exit 0 ;; + exit ;; *:TOPS-10:*:*) echo pdp10-unknown-tops10 - exit 0 ;; + exit ;; *:TENEX:*:*) echo pdp10-unknown-tenex - exit 0 ;; + exit ;; KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*) echo pdp10-dec-tops20 - exit 0 ;; + exit ;; XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*) echo pdp10-xkl-tops20 - exit 0 ;; + exit ;; *:TOPS-20:*:*) echo pdp10-unknown-tops20 - exit 0 ;; + exit ;; *:ITS:*:*) echo pdp10-unknown-its - exit 0 ;; + exit ;; + SEI:*:*:SEIUX) + echo mips-sei-seiux${UNAME_RELEASE} + exit ;; + *:DragonFly:*:*) + echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'` + exit ;; + *:*VMS:*:*) + UNAME_MACHINE=`(uname -p) 2>/dev/null` + case "${UNAME_MACHINE}" in + A*) echo alpha-dec-vms ; exit ;; + I*) echo ia64-dec-vms ; exit ;; + V*) echo vax-dec-vms ; exit ;; + esac ;; + *:XENIX:*:SysV) + echo i386-pc-xenix + exit ;; + i*86:skyos:*:*) + echo ${UNAME_MACHINE}-pc-skyos`echo ${UNAME_RELEASE}` | sed -e 's/ .*$//' + exit ;; + i*86:rdos:*:*) + echo ${UNAME_MACHINE}-pc-rdos + exit ;; esac #echo '(No uname command or uname output not recognized.)' 1>&2 @@ -1234,7 +1358,7 @@ main () #endif #if defined (__arm) && defined (__acorn) && defined (__unix) - printf ("arm-acorn-riscix"); exit (0); + printf ("arm-acorn-riscix\n"); exit (0); #endif #if defined (hp300) && !defined (hpux) @@ -1323,12 +1447,12 @@ main () } EOF -$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && rm -f $dummy.c $dummy && rmdir $tmpdir && exit 0 -rm -f $dummy.c $dummy && rmdir $tmpdir +$CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && SYSTEM_NAME=`$dummy` && + { echo "$SYSTEM_NAME"; exit; } # Apollos put the system type in the environment. -test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; } +test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit; } # Convex versions that predate uname can use getsysinfo(1) @@ -1337,22 +1461,22 @@ then case `getsysinfo -f cpu_type` in c1*) echo c1-convex-bsd - exit 0 ;; + exit ;; c2*) if getsysinfo -f scalar_acc then echo c32-convex-bsd else echo c2-convex-bsd fi - exit 0 ;; + exit ;; c34*) echo c34-convex-bsd - exit 0 ;; + exit ;; c38*) echo c38-convex-bsd - exit 0 ;; + exit ;; c4*) echo c4-convex-bsd - exit 0 ;; + exit ;; esac fi @@ -1363,7 +1487,9 @@ This script, last modified $timestamp, has failed to recognize the operating system you are using. It is advised that you download the most up to date version of the config scripts from - ftp://ftp.gnu.org/pub/gnu/config/ + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.guess;hb=HEAD +and + http://git.savannah.gnu.org/gitweb/?p=config.git;a=blob_plain;f=config.sub;hb=HEAD If the version you run ($0) is already up to date, please send the following data and any information you think might be diff --git a/support/config.sub b/support/config.sub index aefb7e157..087f29bc5 100755 --- a/support/config.sub +++ b/support/config.sub @@ -1,9 +1,10 @@ #! /bin/sh # Configuration validation subroutine script. # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, -# 2000, 2001, 2002 Free Software Foundation, Inc. +# 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 +# Free Software Foundation, Inc. -timestamp='2002-11-30' +timestamp='2008-03-26' # This file is (in principle) common to ALL GNU software. # The presence of a machine in this file suggests that SOME GNU software @@ -21,14 +22,15 @@ timestamp='2002-11-30' # # 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. - +# Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston, MA +# 02110-1301, 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. # @@ -70,8 +72,8 @@ Report bugs and patches to ." version="\ GNU config.sub ($timestamp) -Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001 -Free Software Foundation, Inc. +Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, +2002, 2003, 2004, 2005, 2006, 2007, 2008 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." @@ -83,11 +85,11 @@ Try \`$me --help' for more information." while test $# -gt 0 ; do case $1 in --time-stamp | --time* | -t ) - echo "$timestamp" ; exit 0 ;; + echo "$timestamp" ; exit ;; --version | -v ) - echo "$version" ; exit 0 ;; + echo "$version" ; exit ;; --help | --h* | -h ) - echo "$usage"; exit 0 ;; + echo "$usage"; exit ;; -- ) # Stop option processing shift; break ;; - ) # Use stdin as input. @@ -99,7 +101,7 @@ while test $# -gt 0 ; do *local*) # First pass through any local machine types. echo $1 - exit 0;; + exit ;; * ) break ;; @@ -118,7 +120,9 @@ esac # 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* | freebsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*) + nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | 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/'` ;; @@ -144,7 +148,7 @@ case $os in -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) + -apple | -axis | -knuth | -cray) os= basic_machine=$1 ;; @@ -169,6 +173,10 @@ case $os in -hiux*) os=-hiuxwe2 ;; + -sco6) + os=-sco5v6 + basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` + ;; -sco5) os=-sco3.2v5 basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` @@ -185,6 +193,10 @@ case $os in # Don't forget version if it is 3.2v4 or newer. basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'` ;; + -sco5v6*) + # 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/'` @@ -228,41 +240,54 @@ case $basic_machine in | a29k \ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \ - | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \ - | clipper \ + | am33_2.0 \ + | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr | avr32 \ + | bfin \ + | c4x | clipper \ | d10v | d30v | dlx | dsp16xx \ - | fr30 | frv \ + | fido | fr30 | frv \ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \ | i370 | i860 | i960 | ia64 \ - | ip2k \ - | m32r | m68000 | m68k | m88k | mcore \ + | ip2k | iq2000 \ + | m32c | m32r | m32rle | m68000 | m68k | m88k \ + | maxq | mb | microblaze | mcore | mep | metag \ | mips | mipsbe | mipseb | mipsel | mipsle \ | mips16 \ | mips64 | mips64el \ - | mips64vr | mips64vrel \ + | mips64octeon | mips64octeonel \ | mips64orion | mips64orionel \ + | mips64r5900 | mips64r5900el \ + | mips64vr | mips64vrel \ | mips64vr4100 | mips64vr4100el \ | mips64vr4300 | mips64vr4300el \ | mips64vr5000 | mips64vr5000el \ + | mips64vr5900 | mips64vr5900el \ | mipsisa32 | mipsisa32el \ + | mipsisa32r2 | mipsisa32r2el \ | mipsisa64 | mipsisa64el \ + | mipsisa64r2 | mipsisa64r2el \ | mipsisa64sb1 | mipsisa64sb1el \ | mipsisa64sr71k | mipsisa64sr71kel \ | mipstx39 | mipstx39el \ | mn10200 | mn10300 \ + | mt \ + | msp430 \ + | nios | nios2 \ | ns16k | ns32k \ - | openrisc | or32 \ + | or32 \ | pdp10 | pdp11 | pj | pjl \ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \ | pyramid \ - | sh | sh[1234] | sh3e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \ + | score \ + | sh | sh[1234] | sh[24]a | sh[23]e | sh[34]eb | sheb | shbe | shle | sh[1234]le | sh3ele \ | sh64 | sh64le \ - | sparc | sparc64 | sparc86x | sparclet | sparclite | sparcv9 | sparcv9b \ - | strongarm \ - | tahoe | thumb | tic80 | tron \ + | sparc | sparc64 | sparc64b | sparc64v | sparc86x | sparclet | sparclite \ + | sparcv8 | sparcv9 | sparcv9b | sparcv9v \ + | spu | strongarm \ + | tahoe | thumb | tic4x | tic80 | tron \ | v850 | v850e \ | we32k \ - | x86 | xscale | xstormy16 | xtensa \ + | x86 | xc16x | xscale | xscalee[bl] | xstormy16 | xtensa \ | z8k) basic_machine=$basic_machine-unknown ;; @@ -273,11 +298,14 @@ case $basic_machine in ;; m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k) ;; + ms1) + basic_machine=mt-unknown + ;; # 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 | amd64) + i*86 | x86_64) basic_machine=$basic_machine-pc ;; # Object if more than one company name word. @@ -291,53 +319,68 @@ case $basic_machine in | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \ - | amd64-* \ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \ - | avr-* \ - | bs2000-* \ - | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* \ - | clipper-* | cydra-* \ + | avr-* | avr32-* \ + | bfin-* | bs2000-* \ + | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \ + | clipper-* | craynv-* | cydra-* \ | d10v-* | d30v-* | dlx-* \ | elxsi-* \ - | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \ + | f30[01]-* | f700-* | fido-* | fr30-* | frv-* | fx80-* \ | h8300-* | h8500-* \ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \ | i*86-* | i860-* | i960-* | ia64-* \ - | ip2k-* \ - | m32r-* \ + | ip2k-* | iq2000-* \ + | m32c-* | m32r-* | m32rle-* \ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \ - | m88110-* | m88k-* | mcore-* \ + | m88110-* | m88k-* | maxq-* | mcore-* | metag-* \ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \ | mips16-* \ | mips64-* | mips64el-* \ - | mips64vr-* | mips64vrel-* \ + | mips64octeon-* | mips64octeonel-* \ | mips64orion-* | mips64orionel-* \ + | mips64r5900-* | mips64r5900el-* \ + | mips64vr-* | mips64vrel-* \ | mips64vr4100-* | mips64vr4100el-* \ | mips64vr4300-* | mips64vr4300el-* \ | mips64vr5000-* | mips64vr5000el-* \ + | mips64vr5900-* | mips64vr5900el-* \ | mipsisa32-* | mipsisa32el-* \ + | mipsisa32r2-* | mipsisa32r2el-* \ | mipsisa64-* | mipsisa64el-* \ + | mipsisa64r2-* | mipsisa64r2el-* \ | mipsisa64sb1-* | mipsisa64sb1el-* \ | mipsisa64sr71k-* | mipsisa64sr71kel-* \ - | mipstx39 | mipstx39el \ + | mipstx39-* | mipstx39el-* \ + | mmix-* \ + | mt-* \ + | msp430-* \ + | nios-* | nios2-* \ | none-* | np1-* | ns16k-* | ns32k-* \ | orion-* \ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \ | pyramid-* \ | romp-* | rs6000-* \ - | sh-* | sh[1234]-* | sh3e-* | sh[34]eb-* | shbe-* \ + | sh-* | sh[1234]-* | sh[24]a-* | sh[23]e-* | sh[34]eb-* | sheb-* | shbe-* \ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \ - | sparc-* | sparc64-* | sparc86x-* | sparclet-* | sparclite-* \ - | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \ - | tahoe-* | thumb-* | tic30-* | tic4x-* | tic54x-* | tic80-* | tron-* \ + | sparc-* | sparc64-* | sparc64b-* | sparc64v-* | sparc86x-* | sparclet-* \ + | sparclite-* \ + | sparcv8-* | sparcv9-* | sparcv9b-* | sparcv9v-* | strongarm-* | sv1-* | sx?-* \ + | tahoe-* | thumb-* \ + | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* | tile-* \ + | tron-* \ | v850-* | v850e-* | vax-* \ | we32k-* \ - | x86-* | x86_64-* | xps100-* | xscale-* | xstormy16-* \ - | xtensa-* \ + | x86-* | x86_64-* | xc16x-* | xps100-* | xscale-* | xscalee[bl]-* \ + | xstormy16-* | xtensa*-* \ | ymp-* \ | z8k-*) ;; + # Recognize the basic CPU types without company name, with glob match. + xtensa*) + basic_machine=$basic_machine-unknown + ;; # Recognize the various machine names and aliases which stand # for a CPU type and a company and sometimes even an OS. 386bsd) @@ -354,6 +397,9 @@ case $basic_machine in basic_machine=a29k-amd os=-udi ;; + abacus) + basic_machine=abacus-unknown + ;; adobe68k) basic_machine=m68010-adobe os=-scout @@ -368,6 +414,12 @@ case $basic_machine in 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 @@ -399,6 +451,14 @@ case $basic_machine in basic_machine=ns32k-sequent os=-dynix ;; + blackfin) + basic_machine=bfin-unknown + os=-linux + ;; + blackfin-*) + basic_machine=bfin-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; c90) basic_machine=c90-cray os=-unicos @@ -427,12 +487,27 @@ case $basic_machine in basic_machine=j90-cray os=-unicos ;; + craynv) + basic_machine=craynv-cray + os=-unicosmp + ;; + cr16) + basic_machine=cr16-unknown + os=-elf + ;; crds | unos) basic_machine=m68k-crds ;; + crisv32 | crisv32-* | etraxfs*) + basic_machine=crisv32-axis + ;; cris | cris-* | etrax*) basic_machine=cris-axis ;; + crx) + basic_machine=crx-unknown + os=-elf + ;; da30 | da30-*) basic_machine=m68k-da30 ;; @@ -455,6 +530,10 @@ case $basic_machine in basic_machine=m88k-motorola os=-sysv3 ;; + djgpp) + basic_machine=i586-pc + os=-msdosdjgpp + ;; dpx20 | dpx20-*) basic_machine=rs6000-bull os=-bosx @@ -605,6 +684,14 @@ case $basic_machine in basic_machine=m68k-isi os=-sysv ;; + m68knommu) + basic_machine=m68k-unknown + os=-linux + ;; + m68knommu-*) + basic_machine=m68k-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; m88k-omron*) basic_machine=m88k-omron ;; @@ -620,6 +707,10 @@ case $basic_machine in basic_machine=i386-pc os=-mingw32 ;; + mingw32ce) + basic_machine=arm-unknown + os=-mingw32ce + ;; miniframe) basic_machine=m68000-convergent ;; @@ -633,10 +724,6 @@ case $basic_machine in mips3*) basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown ;; - mmix*) - basic_machine=mmix-knuth - os=-mmixware - ;; monitor) basic_machine=m68k-rom68k os=-coff @@ -649,6 +736,9 @@ case $basic_machine in basic_machine=i386-pc os=-msdos ;; + ms1-*) + basic_machine=`echo $basic_machine | sed -e 's/ms1-/mt-/'` + ;; mvs) basic_machine=i370-ibm os=-mvs @@ -724,9 +814,12 @@ case $basic_machine in basic_machine=hppa1.1-oki os=-proelf ;; - or32 | or32-*) + openrisc | openrisc-*) basic_machine=or32-unknown - os=-coff + ;; + os400) + basic_machine=powerpc-ibm + os=-os400 ;; OSE68000 | ose68000) basic_machine=m68000-ericsson @@ -744,6 +837,14 @@ case $basic_machine in basic_machine=i860-intel os=-osf ;; + parisc) + basic_machine=hppa-unknown + os=-linux + ;; + parisc-*) + basic_machine=hppa-`echo $basic_machine | sed 's/^[^-]*-//'` + os=-linux + ;; pbd) basic_machine=sparc-tti ;; @@ -753,24 +854,36 @@ case $basic_machine in pc532 | pc532-*) basic_machine=ns32k-pc532 ;; + pc98) + basic_machine=i386-pc + ;; + pc98-*) + basic_machine=i386-`echo $basic_machine | sed 's/^[^-]*-//'` + ;; pentium | p5 | k5 | k6 | nexgen | viac3) basic_machine=i586-pc ;; pentiumpro | p6 | 6x86 | athlon | athlon_*) basic_machine=i686-pc ;; - pentiumii | pentium2) + 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-*) + 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 ;; @@ -803,6 +916,10 @@ case $basic_machine in basic_machine=i586-unknown os=-pw32 ;; + rdos) + basic_machine=i386-pc + os=-rdos + ;; rom68k) basic_machine=m68k-rom68k os=-coff @@ -829,6 +946,14 @@ case $basic_machine in sb1el) basic_machine=mipsisa64sb1el-unknown ;; + sde) + basic_machine=mipsisa32-sde + os=-elf + ;; + sei) + basic_machine=mips-sei + os=-seiux + ;; sequent) basic_machine=i386-sequent ;; @@ -836,6 +961,12 @@ case $basic_machine in basic_machine=sh-hitachi os=-hms ;; + sh5el) + basic_machine=sh5le-unknown + ;; + sh64) + basic_machine=sh64-unknown + ;; sparclite-wrs | simso-wrs) basic_machine=sparclite-wrs os=-vxworks @@ -902,10 +1033,6 @@ case $basic_machine in basic_machine=i386-sequent os=-dynix ;; - t3d) - basic_machine=alpha-cray - os=-unicos - ;; t3e) basic_machine=alphaev5-cray os=-unicos @@ -914,14 +1041,22 @@ case $basic_machine in basic_machine=t90-cray os=-unicos ;; - tic4x | c4x*) - basic_machine=tic4x-unknown - os=-coff - ;; tic54x | c54x*) basic_machine=tic54x-unknown os=-coff ;; + tic55x | c55x*) + basic_machine=tic55x-unknown + os=-coff + ;; + tic6x | c6x*) + basic_machine=tic6x-unknown + os=-coff + ;; + tile*) + basic_machine=tile-unknown + os=-linux-gnu + ;; tx39) basic_machine=mipstx39-unknown ;; @@ -935,6 +1070,10 @@ case $basic_machine in tower | tower-32) basic_machine=m68k-ncr ;; + tpf) + basic_machine=s390x-ibm + os=-tpf + ;; udi29k) basic_machine=a29k-amd os=-udi @@ -978,6 +1117,10 @@ case $basic_machine in basic_machine=hppa1.1-winbond os=-proelf ;; + xbox) + basic_machine=i686-pc + os=-mingw32 + ;; xps | xps100) basic_machine=xps100-honeywell ;; @@ -1008,6 +1151,9 @@ case $basic_machine in romp) basic_machine=romp-ibm ;; + mmix) + basic_machine=mmix-knuth + ;; rs6000) basic_machine=rs6000-ibm ;; @@ -1024,13 +1170,10 @@ case $basic_machine in we32k) basic_machine=we32k-att ;; - sh3 | sh4 | sh3eb | sh4eb | sh[1234]le | sh3ele) + sh[1234] | sh[24]a | sh[34]eb | sh[1234]le | sh[23]ele) basic_machine=sh-unknown ;; - sh64) - basic_machine=sh64-unknown - ;; - sparc | sparcv9 | sparcv9b) + sparc | sparcv8 | sparcv9 | sparcv9b | sparcv9v) basic_machine=sparc-sun ;; cydra) @@ -1103,19 +1246,23 @@ case $os in | -aos* \ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \ - | -hiux* | -386bsd* | -netbsd* | -openbsd* | -freebsd* | -riscix* \ - | -lynxos* | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \ + | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* \ + | -openbsd* | -solidbsd* \ + | -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* | -uxpv* | -beos* | -mpeix* | -udk* \ + | -mingw32* | -linux-gnu* | -linux-newlib* | -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*) + | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly* \ + | -skyos* | -haiku* | -rdos* | -toppers* | -drops*) # Remember, each alternative MUST END IN *, to match a version number. ;; -qnx*) @@ -1133,12 +1280,15 @@ case $os in os=`echo $os | sed -e 's|nto|nto-qnx|'` ;; -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \ - | -windows* | -osx | -abug | -netware* | -os9* | -beos* \ + | -windows* | -osx | -abug | -netware* | -os9* | -beos* | -haiku* \ | -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|'` ;; @@ -1151,6 +1301,9 @@ case $os in -opened*) os=-openedition ;; + -os400*) + os=-os400 + ;; -wince*) os=-wince ;; @@ -1172,6 +1325,9 @@ case $os in -atheos*) os=-atheos ;; + -syllable*) + os=-syllable + ;; -386bsd) os=-bsd ;; @@ -1194,6 +1350,9 @@ case $os in -sinix*) os=-sysv4 ;; + -tpf*) + os=-tpf + ;; -triton*) os=-sysv3 ;; @@ -1224,6 +1383,15 @@ case $os in -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*) os=-mint ;; + -aros*) + os=-aros + ;; + -kaos*) + os=-kaos + ;; + -zvmoe) + os=-zvmoe + ;; -none) ;; *) @@ -1246,6 +1414,12 @@ else # system, and we'll never get to this point. case $basic_machine in + score-*) + os=-elf + ;; + spu-*) + os=-elf + ;; *-acorn) os=-riscix1.2 ;; @@ -1255,6 +1429,9 @@ case $basic_machine in arm*-semi) os=-aout ;; + c4x-* | tic4x-*) + os=-coff + ;; # This must come before the *-dec entry. pdp10-*) os=-tops20 @@ -1280,6 +1457,9 @@ case $basic_machine in m68*-cisco) os=-aout ;; + mep-*) + os=-elf + ;; mips*-cisco) os=-elf ;; @@ -1298,9 +1478,15 @@ case $basic_machine in *-be) os=-beos ;; + *-haiku) + os=-haiku + ;; *-ibm) os=-aix ;; + *-knuth) + os=-mmixware + ;; *-wec) os=-proelf ;; @@ -1433,9 +1619,15 @@ case $basic_machine in -mvs* | -opened*) vendor=ibm ;; + -os400*) + vendor=ibm + ;; -ptx*) vendor=sequent ;; + -tpf*) + vendor=ibm + ;; -vxsim* | -vxworks* | -windiss*) vendor=wrs ;; @@ -1460,7 +1652,7 @@ case $basic_machine in esac echo $basic_machine$os -exit 0 +exit # Local variables: # eval: (add-hook 'write-file-hooks 'time-stamp) diff --git a/support/relicense b/support/relicense new file mode 100644 index 000000000..bb4aa772e --- /dev/null +++ b/support/relicense @@ -0,0 +1,56 @@ +#! /bin/sh +# +# relicense - change copyrights between GPL2 and GPL3 +# +# usage: relicense [n] +# +# n is `2' or `3'. The default `n' is 2 +# +# Chet Ramey +# chet.ramey@case.edu +# +SRC=/usr/homes/chet/src/bash/src + +V=2 + +if [ ! -f parse.y ]; then + echo "relicense: must be run from source directory to be relicensed" >&2 + exit 2 +fi + +case "$1" in +2) V=2 ;; +3) V=3 ;; +"") ;; +*) echo "relicense: usage: relicense [2|3]" >&2 ; exit 2 ;; +esac + +LIC2="version 2 of the License" +LIC3="version 3 of the License" + +VS2='GPLv2+: GNU GPL version 2 or later' +VS3='GPLv3+: GNU GPL version 3 or later' + +case "$V" in +2) PAT1="$LIC3" REP1="$LIC2" PAT2="$VS3" REP2="$VS2" ;; +3) PAT1="$LIC2" REP1="$LIC3" PAT2="$VS2" REP2="$VS3" ;; +esac + +find . -type f -print | + while read fn ; do + BASE=${fn##*/} + sed -e "s|$PAT1|$REP1|g" -e "s|$PAT2|$REP2|g" < $fn > /tmp/$BASE && touch -r $fn /tmp/$BASE + cmp -s /tmp/$BASE $fn || mv /tmp/$BASE $fn + echo $fn + rm -f /tmp/$BASE + done + +echo "relicense: copying appropriate license file" +case "$V" in +2) cp -p $SRC/COPYINGv2 COPYING + cp -p $SRC/COPYINGv2 lib/readline/COPYING ;; +3) cp -p $SRC/COPYINGv3 COPYING + cp -p $SRC/COPYINGv3 lib/readline/COPYING ;; +esac + +exit 0 diff --git a/support/xcase.c b/support/xcase.c new file mode 100644 index 000000000..40ce65ce4 --- /dev/null +++ b/support/xcase.c @@ -0,0 +1,95 @@ +/* xcase - change uppercase characters to lowercase or vice versa. */ + +/* Copyright (C) 2008 Free Software Foundation, Inc. + + This file is part of GNU Bash. + + Bash 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 3 of the License, or + (at your option) any later version. + + Bash 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 Bash. If not, see . +*/ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + +#include +#include + +#if HAVE_UNISTD_H +#include +#endif + +#include "bashansi.h" +#include + +#ifndef errno +extern int errno; +#endif + +#define LOWER 1 +#define UPPER 2 + +main(ac, av) +int ac; +char **av; +{ + int c, x; + int op; + FILE *inf; + + op = 0; + while ((c = getopt(ac, av, "lnu")) != EOF) { + switch (c) { + case 'n': + setbuf (stdout, (char *)NULL); + break; + case 'u': + op = UPPER; + break; + case 'l': + op = LOWER; + break; + default: + fprintf(stderr, "casemod: usage: casemod [-lnu] [file]\n"); + exit(2); + } + } + av += optind; + ac -= optind; + + if (av[0] && (av[0][0] != '-' || av[0][1])) { + inf = fopen(av[0], "r"); + if (inf == 0) { + fprintf(stderr, "casemod: %s: cannot open: %s\n", av[0], strerror(errno)); + exit(1); + } + } else + inf = stdin; + + while ((c = getc(inf)) != EOF) { + switch (op) { + case UPPER: + x = islower(c) ? toupper(c) : c; + break; + case LOWER: + x = isupper(c) ? tolower(c) : c; + break; + default: + x = c; + break; + } + putchar(x); + } + + exit(0); +} diff --git a/support/xcase.c~ b/support/xcase.c~ new file mode 100644 index 000000000..7b465a30c --- /dev/null +++ b/support/xcase.c~ @@ -0,0 +1,92 @@ +/* xcase - change uppercase characters to lowercase or vice versa. */ + +/* Copyright (C) 2008 Free Software Foundation, Inc. + + This file is part of GNU Bash. + + Bash 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 3 of the License, or + (at your option) any later version. + + Bash 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 Bash. If not, see . +*/ + +#define HAVE_UNISTD_H 1 + +#if HAVE_CONFIG_H +#include "config.h" +#endif + +#include +#include + +#if HAVE_UNISTD_H +#include +#endif +#include +#include + +#define LOWER 1 +#define UPPER 2 + +main(ac, av) +int ac; +char **av; +{ + int c, x; + int op; + FILE *inf; + + op = 0; + while ((c = getopt(ac, av, "lnu")) != EOF) { + switch (c) { + case 'n': + setbuf (stdout, (char *)NULL); + break; + case 'u': + op = UPPER; + break; + case 'l': + op = LOWER; + break; + default: + fprintf(stderr, "casemod: usage: casemod [-lnu] [file]\n"); + exit(2); + } + } + av += optind; + ac -= optind; + + if (av[0] && (av[0][0] != '-' || av[0][1])) { + inf = fopen(av[0], "r"); + if (inf == 0) { + fprintf(stderr, "casemod: %s: cannot open: %s\n", av[0], strerror(errno)); + exit(1); + } + } else + inf = stdin; + + while ((c = getc(inf)) != EOF) { + switch (op) { + case UPPER: + x = islower(c) ? toupper(c) : c; + break; + case LOWER: + x = isupper(c) ? tolower(c) : c; + break; + default: + x = c; + break; + } + putchar(x); + } + + exit(0); +} diff --git a/tests/RUN-ONE-TEST b/tests/RUN-ONE-TEST index 3efcf32d6..72ec06a2c 100755 --- a/tests/RUN-ONE-TEST +++ b/tests/RUN-ONE-TEST @@ -1,4 +1,4 @@ -BUILD_DIR=/usr/local/build/chet/bash/bash-current +BUILD_DIR=/usr/local/build/bash/bash-current THIS_SH=$BUILD_DIR/bash PATH=$PATH:$BUILD_DIR diff --git a/tests/assoc.right b/tests/assoc.right index b55af791d..ec1d46d2e 100644 --- a/tests/assoc.right +++ b/tests/assoc.right @@ -109,6 +109,9 @@ argv[3] = outside 2: outside argv[1] = argv[1] = +argv[2] = <> +argv[3] = +argv[4] = <> argv[1] = argv[1] = argv[2] = <> diff --git a/tests/coproc.right b/tests/coproc.right index f68097eec..aaa477ed8 100644 --- a/tests/coproc.right +++ b/tests/coproc.right @@ -1,11 +1,11 @@ -18530 +84575 63 60 a b c -18532 +84577 63 60 flop -./coproc.tests: line 22: 18532 Terminated coproc REFLECT { cat -; } -18534 +./coproc.tests: line 22: 84577 Terminated coproc REFLECT { cat -; } +84579 63 60 FOO 63 60 diff --git a/tests/coproc.tests b/tests/coproc.tests index eba69fdcf..85ceff88d 100644 --- a/tests/coproc.tests +++ b/tests/coproc.tests @@ -21,7 +21,7 @@ echo $LINE kill $REFLECT_PID wait $REFLECT_PID -coproc tr -u 'a-z' 'A-Z' +coproc xcase -n -u echo $COPROC_PID echo ${COPROC[@]} diff --git a/tests/coproc.tests~ b/tests/coproc.tests~ new file mode 100644 index 000000000..eba69fdcf --- /dev/null +++ b/tests/coproc.tests~ @@ -0,0 +1,45 @@ +coproc { echo a b c; sleep 2; } + +echo $COPROC_PID +echo ${COPROC[@]} + +read LINE <&${COPROC[0]} +echo $LINE + +wait $COPROC_PID + +coproc REFLECT { cat - ; } + +echo $REFLECT_PID +echo ${REFLECT[@]} + +echo flop >&${REFLECT[1]} +read LINE <&${REFLECT[0]} + +echo $LINE + +kill $REFLECT_PID +wait $REFLECT_PID + +coproc tr -u 'a-z' 'A-Z' + +echo $COPROC_PID +echo ${COPROC[@]} + +echo foo >&${COPROC[1]} +read <&${COPROC[0]} + +echo $REPLY +echo ${COPROC[@]} + +cat /etc/passwd | grep root | awk -F: '{print $1;}' + +exec 4<&${COPROC[0]}- +exec >&${COPROC[1]}- + +echo ${COPROC[@]} + +read foo <&4 +echo $foo >&2 + +exit 0 diff --git a/tests/shopt.right b/tests/shopt.right index 0b98ba95c..6393bba4c 100644 --- a/tests/shopt.right +++ b/tests/shopt.right @@ -9,6 +9,7 @@ shopt -u checkjobs shopt -u checkwinsize shopt -s cmdhist shopt -u compat31 +shopt -u compat32 shopt -u dirspell shopt -u dotglob shopt -u execfail @@ -61,6 +62,7 @@ shopt -u checkhash shopt -u checkjobs shopt -u checkwinsize shopt -u compat31 +shopt -u compat32 shopt -u dirspell shopt -u dotglob shopt -u execfail @@ -90,6 +92,7 @@ checkhash off checkjobs off checkwinsize off compat31 off +compat32 off dirspell off dotglob off execfail off diff --git a/version.c b/version.c index d6bd756fd..44f3448f6 100644 --- a/version.c +++ b/version.c @@ -43,6 +43,9 @@ const char * const release_status = (char *)0; #endif const char * const sccs_version = SCCSVERSION; +const char * const bash_copyright = N_("Copyright (C) 2008 Free Software Foundation, Inc."); +const char * const bash_license = N_("License GPLv3+: GNU GPL version 3 or later \n"); + /* If == 31, shell compatible with bash-3.1, == 32 with bash-3.2, and so on */ int shell_compatibility_level = DEFAULT_COMPAT_LEVEL; @@ -83,8 +86,8 @@ show_shell_version (extended) printf (_("GNU bash, version %s (%s)\n"), shell_version_string (), MACHTYPE); if (extended) { - printf (_("Copyright (C) 2008 Free Software Foundation, Inc.\n")); - printf (_("License GPLv3+: GNU GPL version 3 or later \n")); + printf ("%s\n", _(bash_copyright)); + printf ("%s\n", _(bash_license)); printf (_("This is free software; you are free to change and redistribute it.\n")); printf (_("There is NO WARRANTY, to the extent permitted by law.\n")); } diff --git a/version2.c b/version2.c new file mode 100644 index 000000000..c51edc5d5 --- /dev/null +++ b/version2.c @@ -0,0 +1,91 @@ +/* version.c -- distribution and version numbers. */ + +/* Copyright (C) 1989-2008 Free Software Foundation, Inc. + + This file is part of GNU Bash, the Bourne Again SHell. + + Bash 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. + + Bash 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 Bash. If not, see . +*/ + +#include + +#include + +#include "stdc.h" + +#include "version.h" +#include "patchlevel.h" +#include "conftypes.h" + +#include "bashintl.h" + +extern char *shell_name; + +/* Defines from version.h */ +const char * const dist_version = DISTVERSION; +const int patch_level = PATCHLEVEL; +const int build_version = BUILDVERSION; +#ifdef RELSTATUS +const char * const release_status = RELSTATUS; +#else +const char * const release_status = (char *)0; +#endif +const char * const sccs_version = SCCSVERSION; + +/* If == 31, shell compatible with bash-3.1, == 32 with bash-3.2, and so on */ +int shell_compatibility_level = DEFAULT_COMPAT_LEVEL; + +/* Functions for getting, setting, and displaying the shell version. */ + +/* Forward declarations so we don't have to include externs.h */ +extern char *shell_version_string __P((void)); +extern void show_shell_version __P((int)); + +/* Give version information about this shell. */ +char * +shell_version_string () +{ + static char tt[32] = { '\0' }; + + if (tt[0] == '\0') + { + if (release_status) +#if defined (HAVE_SNPRINTF) + snprintf (tt, sizeof (tt), "%s.%d(%d)-%s", dist_version, patch_level, build_version, release_status); +#else + sprintf (tt, "%s.%d(%d)-%s", dist_version, patch_level, build_version, release_status); +#endif + else +#if defined (HAVE_SNPRINTF) + snprintf (tt, sizeof (tt), "%s.%d(%d)", dist_version, patch_level, build_version); +#else + sprintf (tt, "%s.%d(%d)", dist_version, patch_level, build_version); +#endif + } + return tt; +} + +void +show_shell_version (extended) + int extended; +{ + printf (_("GNU bash, version %s (%s)\n"), shell_version_string (), MACHTYPE); + if (extended) + { + printf (_("Copyright (C) 2008 Free Software Foundation, Inc.\n")); + printf (_("License GPLv2+: GNU GPL version 2 or later \n")); + printf (_("This is free software; you are free to change and redistribute it.\n")); + printf (_("There is NO WARRANTY, to the extent permitted by law.\n")); + } +} -- 2.47.3