Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/eselect-rust:master commit in: /, src/modules/
Date: Mon, 11 Mar 2019 05:02:50
Message-Id: 1552187567.3bcc94ddcbbabb3f78f3caeec8c02a9eb9ee75b4.whissi@gentoo
1 commit: 3bcc94ddcbbabb3f78f3caeec8c02a9eb9ee75b4
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 10 00:24:34 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 10 03:12:47 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/eselect-rust.git/commit/?id=3bcc94dd
7
8 Reorganize file structure
9
10 Copy eselect-python layout which will allow for live ebuilds in
11 future.
12
13 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
14
15 .gitignore | 7 +-
16 COPYING | 339 ---
17 INSTALL | 370 ---
18 Makefile.am | 2 +-
19 Makefile.in | 580 -----
20 aclocal.m4 | 691 ------
21 autogen.sh | 2 +
22 configure | 3451 ---------------------------
23 configure.ac | 7 +-
24 install-sh | 527 ----
25 missing | 215 --
26 src/modules/rust.eselect => rust.eselect.in | 2 +-
27 12 files changed, 10 insertions(+), 6183 deletions(-)
28
29 diff --git a/.gitignore b/.gitignore
30 index 7085205..c0e7760 100644
31 --- a/.gitignore
32 +++ b/.gitignore
33 @@ -1,5 +1,2 @@
34 -Makefile
35 -config.log
36 -config.status
37 -autom4te.cache/
38 -eselect-rust-*.tar.gz
39 +/eselect-rust-*.tar.bz2
40 +/ChangeLog
41
42 diff --git a/COPYING b/COPYING
43 deleted file mode 100644
44 index d511905..0000000
45 --- a/COPYING
46 +++ /dev/null
47 @@ -1,339 +0,0 @@
48 - GNU GENERAL PUBLIC LICENSE
49 - Version 2, June 1991
50 -
51 - Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
52 - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
53 - Everyone is permitted to copy and distribute verbatim copies
54 - of this license document, but changing it is not allowed.
55 -
56 - Preamble
57 -
58 - The licenses for most software are designed to take away your
59 -freedom to share and change it. By contrast, the GNU General Public
60 -License is intended to guarantee your freedom to share and change free
61 -software--to make sure the software is free for all its users. This
62 -General Public License applies to most of the Free Software
63 -Foundation's software and to any other program whose authors commit to
64 -using it. (Some other Free Software Foundation software is covered by
65 -the GNU Lesser General Public License instead.) You can apply it to
66 -your programs, too.
67 -
68 - When we speak of free software, we are referring to freedom, not
69 -price. Our General Public Licenses are designed to make sure that you
70 -have the freedom to distribute copies of free software (and charge for
71 -this service if you wish), that you receive source code or can get it
72 -if you want it, that you can change the software or use pieces of it
73 -in new free programs; and that you know you can do these things.
74 -
75 - To protect your rights, we need to make restrictions that forbid
76 -anyone to deny you these rights or to ask you to surrender the rights.
77 -These restrictions translate to certain responsibilities for you if you
78 -distribute copies of the software, or if you modify it.
79 -
80 - For example, if you distribute copies of such a program, whether
81 -gratis or for a fee, you must give the recipients all the rights that
82 -you have. You must make sure that they, too, receive or can get the
83 -source code. And you must show them these terms so they know their
84 -rights.
85 -
86 - We protect your rights with two steps: (1) copyright the software, and
87 -(2) offer you this license which gives you legal permission to copy,
88 -distribute and/or modify the software.
89 -
90 - Also, for each author's protection and ours, we want to make certain
91 -that everyone understands that there is no warranty for this free
92 -software. If the software is modified by someone else and passed on, we
93 -want its recipients to know that what they have is not the original, so
94 -that any problems introduced by others will not reflect on the original
95 -authors' reputations.
96 -
97 - Finally, any free program is threatened constantly by software
98 -patents. We wish to avoid the danger that redistributors of a free
99 -program will individually obtain patent licenses, in effect making the
100 -program proprietary. To prevent this, we have made it clear that any
101 -patent must be licensed for everyone's free use or not licensed at all.
102 -
103 - The precise terms and conditions for copying, distribution and
104 -modification follow.
105 -
106 - GNU GENERAL PUBLIC LICENSE
107 - TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
108 -
109 - 0. This License applies to any program or other work which contains
110 -a notice placed by the copyright holder saying it may be distributed
111 -under the terms of this General Public License. The "Program", below,
112 -refers to any such program or work, and a "work based on the Program"
113 -means either the Program or any derivative work under copyright law:
114 -that is to say, a work containing the Program or a portion of it,
115 -either verbatim or with modifications and/or translated into another
116 -language. (Hereinafter, translation is included without limitation in
117 -the term "modification".) Each licensee is addressed as "you".
118 -
119 -Activities other than copying, distribution and modification are not
120 -covered by this License; they are outside its scope. The act of
121 -running the Program is not restricted, and the output from the Program
122 -is covered only if its contents constitute a work based on the
123 -Program (independent of having been made by running the Program).
124 -Whether that is true depends on what the Program does.
125 -
126 - 1. You may copy and distribute verbatim copies of the Program's
127 -source code as you receive it, in any medium, provided that you
128 -conspicuously and appropriately publish on each copy an appropriate
129 -copyright notice and disclaimer of warranty; keep intact all the
130 -notices that refer to this License and to the absence of any warranty;
131 -and give any other recipients of the Program a copy of this License
132 -along with the Program.
133 -
134 -You may charge a fee for the physical act of transferring a copy, and
135 -you may at your option offer warranty protection in exchange for a fee.
136 -
137 - 2. You may modify your copy or copies of the Program or any portion
138 -of it, thus forming a work based on the Program, and copy and
139 -distribute such modifications or work under the terms of Section 1
140 -above, provided that you also meet all of these conditions:
141 -
142 - a) You must cause the modified files to carry prominent notices
143 - stating that you changed the files and the date of any change.
144 -
145 - b) You must cause any work that you distribute or publish, that in
146 - whole or in part contains or is derived from the Program or any
147 - part thereof, to be licensed as a whole at no charge to all third
148 - parties under the terms of this License.
149 -
150 - c) If the modified program normally reads commands interactively
151 - when run, you must cause it, when started running for such
152 - interactive use in the most ordinary way, to print or display an
153 - announcement including an appropriate copyright notice and a
154 - notice that there is no warranty (or else, saying that you provide
155 - a warranty) and that users may redistribute the program under
156 - these conditions, and telling the user how to view a copy of this
157 - License. (Exception: if the Program itself is interactive but
158 - does not normally print such an announcement, your work based on
159 - the Program is not required to print an announcement.)
160 -
161 -These requirements apply to the modified work as a whole. If
162 -identifiable sections of that work are not derived from the Program,
163 -and can be reasonably considered independent and separate works in
164 -themselves, then this License, and its terms, do not apply to those
165 -sections when you distribute them as separate works. But when you
166 -distribute the same sections as part of a whole which is a work based
167 -on the Program, the distribution of the whole must be on the terms of
168 -this License, whose permissions for other licensees extend to the
169 -entire whole, and thus to each and every part regardless of who wrote it.
170 -
171 -Thus, it is not the intent of this section to claim rights or contest
172 -your rights to work written entirely by you; rather, the intent is to
173 -exercise the right to control the distribution of derivative or
174 -collective works based on the Program.
175 -
176 -In addition, mere aggregation of another work not based on the Program
177 -with the Program (or with a work based on the Program) on a volume of
178 -a storage or distribution medium does not bring the other work under
179 -the scope of this License.
180 -
181 - 3. You may copy and distribute the Program (or a work based on it,
182 -under Section 2) in object code or executable form under the terms of
183 -Sections 1 and 2 above provided that you also do one of the following:
184 -
185 - a) Accompany it with the complete corresponding machine-readable
186 - source code, which must be distributed under the terms of Sections
187 - 1 and 2 above on a medium customarily used for software interchange; or,
188 -
189 - b) Accompany it with a written offer, valid for at least three
190 - years, to give any third party, for a charge no more than your
191 - cost of physically performing source distribution, a complete
192 - machine-readable copy of the corresponding source code, to be
193 - distributed under the terms of Sections 1 and 2 above on a medium
194 - customarily used for software interchange; or,
195 -
196 - c) Accompany it with the information you received as to the offer
197 - to distribute corresponding source code. (This alternative is
198 - allowed only for noncommercial distribution and only if you
199 - received the program in object code or executable form with such
200 - an offer, in accord with Subsection b above.)
201 -
202 -The source code for a work means the preferred form of the work for
203 -making modifications to it. For an executable work, complete source
204 -code means all the source code for all modules it contains, plus any
205 -associated interface definition files, plus the scripts used to
206 -control compilation and installation of the executable. However, as a
207 -special exception, the source code distributed need not include
208 -anything that is normally distributed (in either source or binary
209 -form) with the major components (compiler, kernel, and so on) of the
210 -operating system on which the executable runs, unless that component
211 -itself accompanies the executable.
212 -
213 -If distribution of executable or object code is made by offering
214 -access to copy from a designated place, then offering equivalent
215 -access to copy the source code from the same place counts as
216 -distribution of the source code, even though third parties are not
217 -compelled to copy the source along with the object code.
218 -
219 - 4. You may not copy, modify, sublicense, or distribute the Program
220 -except as expressly provided under this License. Any attempt
221 -otherwise to copy, modify, sublicense or distribute the Program is
222 -void, and will automatically terminate your rights under this License.
223 -However, parties who have received copies, or rights, from you under
224 -this License will not have their licenses terminated so long as such
225 -parties remain in full compliance.
226 -
227 - 5. You are not required to accept this License, since you have not
228 -signed it. However, nothing else grants you permission to modify or
229 -distribute the Program or its derivative works. These actions are
230 -prohibited by law if you do not accept this License. Therefore, by
231 -modifying or distributing the Program (or any work based on the
232 -Program), you indicate your acceptance of this License to do so, and
233 -all its terms and conditions for copying, distributing or modifying
234 -the Program or works based on it.
235 -
236 - 6. Each time you redistribute the Program (or any work based on the
237 -Program), the recipient automatically receives a license from the
238 -original licensor to copy, distribute or modify the Program subject to
239 -these terms and conditions. You may not impose any further
240 -restrictions on the recipients' exercise of the rights granted herein.
241 -You are not responsible for enforcing compliance by third parties to
242 -this License.
243 -
244 - 7. If, as a consequence of a court judgment or allegation of patent
245 -infringement or for any other reason (not limited to patent issues),
246 -conditions are imposed on you (whether by court order, agreement or
247 -otherwise) that contradict the conditions of this License, they do not
248 -excuse you from the conditions of this License. If you cannot
249 -distribute so as to satisfy simultaneously your obligations under this
250 -License and any other pertinent obligations, then as a consequence you
251 -may not distribute the Program at all. For example, if a patent
252 -license would not permit royalty-free redistribution of the Program by
253 -all those who receive copies directly or indirectly through you, then
254 -the only way you could satisfy both it and this License would be to
255 -refrain entirely from distribution of the Program.
256 -
257 -If any portion of this section is held invalid or unenforceable under
258 -any particular circumstance, the balance of the section is intended to
259 -apply and the section as a whole is intended to apply in other
260 -circumstances.
261 -
262 -It is not the purpose of this section to induce you to infringe any
263 -patents or other property right claims or to contest validity of any
264 -such claims; this section has the sole purpose of protecting the
265 -integrity of the free software distribution system, which is
266 -implemented by public license practices. Many people have made
267 -generous contributions to the wide range of software distributed
268 -through that system in reliance on consistent application of that
269 -system; it is up to the author/donor to decide if he or she is willing
270 -to distribute software through any other system and a licensee cannot
271 -impose that choice.
272 -
273 -This section is intended to make thoroughly clear what is believed to
274 -be a consequence of the rest of this License.
275 -
276 - 8. If the distribution and/or use of the Program is restricted in
277 -certain countries either by patents or by copyrighted interfaces, the
278 -original copyright holder who places the Program under this License
279 -may add an explicit geographical distribution limitation excluding
280 -those countries, so that distribution is permitted only in or among
281 -countries not thus excluded. In such case, this License incorporates
282 -the limitation as if written in the body of this License.
283 -
284 - 9. The Free Software Foundation may publish revised and/or new versions
285 -of the General Public License from time to time. Such new versions will
286 -be similar in spirit to the present version, but may differ in detail to
287 -address new problems or concerns.
288 -
289 -Each version is given a distinguishing version number. If the Program
290 -specifies a version number of this License which applies to it and "any
291 -later version", you have the option of following the terms and conditions
292 -either of that version or of any later version published by the Free
293 -Software Foundation. If the Program does not specify a version number of
294 -this License, you may choose any version ever published by the Free Software
295 -Foundation.
296 -
297 - 10. If you wish to incorporate parts of the Program into other free
298 -programs whose distribution conditions are different, write to the author
299 -to ask for permission. For software which is copyrighted by the Free
300 -Software Foundation, write to the Free Software Foundation; we sometimes
301 -make exceptions for this. Our decision will be guided by the two goals
302 -of preserving the free status of all derivatives of our free software and
303 -of promoting the sharing and reuse of software generally.
304 -
305 - NO WARRANTY
306 -
307 - 11. BECAUSE THE PROGRAM IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY
308 -FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
309 -OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES
310 -PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED
311 -OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
312 -MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS
313 -TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD THE
314 -PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY SERVICING,
315 -REPAIR OR CORRECTION.
316 -
317 - 12. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING
318 -WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR
319 -REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
320 -INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING
321 -OUT OF THE USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED
322 -TO LOSS OF DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY
323 -YOU OR THIRD PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER
324 -PROGRAMS), EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE
325 -POSSIBILITY OF SUCH DAMAGES.
326 -
327 - END OF TERMS AND CONDITIONS
328 -
329 - How to Apply These Terms to Your New Programs
330 -
331 - If you develop a new program, and you want it to be of the greatest
332 -possible use to the public, the best way to achieve this is to make it
333 -free software which everyone can redistribute and change under these terms.
334 -
335 - To do so, attach the following notices to the program. It is safest
336 -to attach them to the start of each source file to most effectively
337 -convey the exclusion of warranty; and each file should have at least
338 -the "copyright" line and a pointer to where the full notice is found.
339 -
340 - <one line to give the program's name and a brief idea of what it does.>
341 - Copyright (C) <year> <name of author>
342 -
343 - This program is free software; you can redistribute it and/or modify
344 - it under the terms of the GNU General Public License as published by
345 - the Free Software Foundation; either version 2 of the License, or
346 - (at your option) any later version.
347 -
348 - This program is distributed in the hope that it will be useful,
349 - but WITHOUT ANY WARRANTY; without even the implied warranty of
350 - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
351 - GNU General Public License for more details.
352 -
353 - You should have received a copy of the GNU General Public License along
354 - with this program; if not, write to the Free Software Foundation, Inc.,
355 - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
356 -
357 -Also add information on how to contact you by electronic and paper mail.
358 -
359 -If the program is interactive, make it output a short notice like this
360 -when it starts in an interactive mode:
361 -
362 - Gnomovision version 69, Copyright (C) year name of author
363 - Gnomovision comes with ABSOLUTELY NO WARRANTY; for details type `show w'.
364 - This is free software, and you are welcome to redistribute it
365 - under certain conditions; type `show c' for details.
366 -
367 -The hypothetical commands `show w' and `show c' should show the appropriate
368 -parts of the General Public License. Of course, the commands you use may
369 -be called something other than `show w' and `show c'; they could even be
370 -mouse-clicks or menu items--whatever suits your program.
371 -
372 -You should also get your employer (if you work as a programmer) or your
373 -school, if any, to sign a "copyright disclaimer" for the program, if
374 -necessary. Here is a sample; alter the names:
375 -
376 - Yoyodyne, Inc., hereby disclaims all copyright interest in the program
377 - `Gnomovision' (which makes passes at compilers) written by James Hacker.
378 -
379 - <signature of Ty Coon>, 1 April 1989
380 - Ty Coon, President of Vice
381 -
382 -This General Public License does not permit incorporating your program into
383 -proprietary programs. If your program is a subroutine library, you may
384 -consider it more useful to permit linking proprietary applications with the
385 -library. If this is what you want to do, use the GNU Lesser General
386 -Public License instead of this License.
387
388 diff --git a/INSTALL b/INSTALL
389 deleted file mode 100644
390 index 6e90e07..0000000
391 --- a/INSTALL
392 +++ /dev/null
393 @@ -1,370 +0,0 @@
394 -Installation Instructions
395 -*************************
396 -
397 -Copyright (C) 1994-1996, 1999-2002, 2004-2012 Free Software Foundation,
398 -Inc.
399 -
400 - Copying and distribution of this file, with or without modification,
401 -are permitted in any medium without royalty provided the copyright
402 -notice and this notice are preserved. This file is offered as-is,
403 -without warranty of any kind.
404 -
405 -Basic Installation
406 -==================
407 -
408 - Briefly, the shell commands `./configure; make; make install' should
409 -configure, build, and install this package. The following
410 -more-detailed instructions are generic; see the `README' file for
411 -instructions specific to this package. Some packages provide this
412 -`INSTALL' file but do not implement all of the features documented
413 -below. The lack of an optional feature in a given package is not
414 -necessarily a bug. More recommendations for GNU packages can be found
415 -in *note Makefile Conventions: (standards)Makefile Conventions.
416 -
417 - The `configure' shell script attempts to guess correct values for
418 -various system-dependent variables used during compilation. It uses
419 -those values to create a `Makefile' in each directory of the package.
420 -It may also create one or more `.h' files containing system-dependent
421 -definitions. Finally, it creates a shell script `config.status' that
422 -you can run in the future to recreate the current configuration, and a
423 -file `config.log' containing compiler output (useful mainly for
424 -debugging `configure').
425 -
426 - It can also use an optional file (typically called `config.cache'
427 -and enabled with `--cache-file=config.cache' or simply `-C') that saves
428 -the results of its tests to speed up reconfiguring. Caching is
429 -disabled by default to prevent problems with accidental use of stale
430 -cache files.
431 -
432 - If you need to do unusual things to compile the package, please try
433 -to figure out how `configure' could check whether to do them, and mail
434 -diffs or instructions to the address given in the `README' so they can
435 -be considered for the next release. If you are using the cache, and at
436 -some point `config.cache' contains results you don't want to keep, you
437 -may remove or edit it.
438 -
439 - The file `configure.ac' (or `configure.in') is used to create
440 -`configure' by a program called `autoconf'. You need `configure.ac' if
441 -you want to change it or regenerate `configure' using a newer version
442 -of `autoconf'.
443 -
444 - The simplest way to compile this package is:
445 -
446 - 1. `cd' to the directory containing the package's source code and type
447 - `./configure' to configure the package for your system.
448 -
449 - Running `configure' might take a while. While running, it prints
450 - some messages telling which features it is checking for.
451 -
452 - 2. Type `make' to compile the package.
453 -
454 - 3. Optionally, type `make check' to run any self-tests that come with
455 - the package, generally using the just-built uninstalled binaries.
456 -
457 - 4. Type `make install' to install the programs and any data files and
458 - documentation. When installing into a prefix owned by root, it is
459 - recommended that the package be configured and built as a regular
460 - user, and only the `make install' phase executed with root
461 - privileges.
462 -
463 - 5. Optionally, type `make installcheck' to repeat any self-tests, but
464 - this time using the binaries in their final installed location.
465 - This target does not install anything. Running this target as a
466 - regular user, particularly if the prior `make install' required
467 - root privileges, verifies that the installation completed
468 - correctly.
469 -
470 - 6. You can remove the program binaries and object files from the
471 - source code directory by typing `make clean'. To also remove the
472 - files that `configure' created (so you can compile the package for
473 - a different kind of computer), type `make distclean'. There is
474 - also a `make maintainer-clean' target, but that is intended mainly
475 - for the package's developers. If you use it, you may have to get
476 - all sorts of other programs in order to regenerate files that came
477 - with the distribution.
478 -
479 - 7. Often, you can also type `make uninstall' to remove the installed
480 - files again. In practice, not all packages have tested that
481 - uninstallation works correctly, even though it is required by the
482 - GNU Coding Standards.
483 -
484 - 8. Some packages, particularly those that use Automake, provide `make
485 - distcheck', which can by used by developers to test that all other
486 - targets like `make install' and `make uninstall' work correctly.
487 - This target is generally not run by end users.
488 -
489 -Compilers and Options
490 -=====================
491 -
492 - Some systems require unusual options for compilation or linking that
493 -the `configure' script does not know about. Run `./configure --help'
494 -for details on some of the pertinent environment variables.
495 -
496 - You can give `configure' initial values for configuration parameters
497 -by setting variables in the command line or in the environment. Here
498 -is an example:
499 -
500 - ./configure CC=c99 CFLAGS=-g LIBS=-lposix
501 -
502 - *Note Defining Variables::, for more details.
503 -
504 -Compiling For Multiple Architectures
505 -====================================
506 -
507 - You can compile the package for more than one kind of computer at the
508 -same time, by placing the object files for each architecture in their
509 -own directory. To do this, you can use GNU `make'. `cd' to the
510 -directory where you want the object files and executables to go and run
511 -the `configure' script. `configure' automatically checks for the
512 -source code in the directory that `configure' is in and in `..'. This
513 -is known as a "VPATH" build.
514 -
515 - With a non-GNU `make', it is safer to compile the package for one
516 -architecture at a time in the source code directory. After you have
517 -installed the package for one architecture, use `make distclean' before
518 -reconfiguring for another architecture.
519 -
520 - On MacOS X 10.5 and later systems, you can create libraries and
521 -executables that work on multiple system types--known as "fat" or
522 -"universal" binaries--by specifying multiple `-arch' options to the
523 -compiler but only a single `-arch' option to the preprocessor. Like
524 -this:
525 -
526 - ./configure CC="gcc -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
527 - CXX="g++ -arch i386 -arch x86_64 -arch ppc -arch ppc64" \
528 - CPP="gcc -E" CXXCPP="g++ -E"
529 -
530 - This is not guaranteed to produce working output in all cases, you
531 -may have to build one architecture at a time and combine the results
532 -using the `lipo' tool if you have problems.
533 -
534 -Installation Names
535 -==================
536 -
537 - By default, `make install' installs the package's commands under
538 -`/usr/local/bin', include files under `/usr/local/include', etc. You
539 -can specify an installation prefix other than `/usr/local' by giving
540 -`configure' the option `--prefix=PREFIX', where PREFIX must be an
541 -absolute file name.
542 -
543 - You can specify separate installation prefixes for
544 -architecture-specific files and architecture-independent files. If you
545 -pass the option `--exec-prefix=PREFIX' to `configure', the package uses
546 -PREFIX as the prefix for installing programs and libraries.
547 -Documentation and other data files still use the regular prefix.
548 -
549 - In addition, if you use an unusual directory layout you can give
550 -options like `--bindir=DIR' to specify different values for particular
551 -kinds of files. Run `configure --help' for a list of the directories
552 -you can set and what kinds of files go in them. In general, the
553 -default for these options is expressed in terms of `${prefix}', so that
554 -specifying just `--prefix' will affect all of the other directory
555 -specifications that were not explicitly provided.
556 -
557 - The most portable way to affect installation locations is to pass the
558 -correct locations to `configure'; however, many packages provide one or
559 -both of the following shortcuts of passing variable assignments to the
560 -`make install' command line to change installation locations without
561 -having to reconfigure or recompile.
562 -
563 - The first method involves providing an override variable for each
564 -affected directory. For example, `make install
565 -prefix=/alternate/directory' will choose an alternate location for all
566 -directory configuration variables that were expressed in terms of
567 -`${prefix}'. Any directories that were specified during `configure',
568 -but not in terms of `${prefix}', must each be overridden at install
569 -time for the entire installation to be relocated. The approach of
570 -makefile variable overrides for each directory variable is required by
571 -the GNU Coding Standards, and ideally causes no recompilation.
572 -However, some platforms have known limitations with the semantics of
573 -shared libraries that end up requiring recompilation when using this
574 -method, particularly noticeable in packages that use GNU Libtool.
575 -
576 - The second method involves providing the `DESTDIR' variable. For
577 -example, `make install DESTDIR=/alternate/directory' will prepend
578 -`/alternate/directory' before all installation names. The approach of
579 -`DESTDIR' overrides is not required by the GNU Coding Standards, and
580 -does not work on platforms that have drive letters. On the other hand,
581 -it does better at avoiding recompilation issues, and works well even
582 -when some directory options were not specified in terms of `${prefix}'
583 -at `configure' time.
584 -
585 -Optional Features
586 -=================
587 -
588 - If the package supports it, you can cause programs to be installed
589 -with an extra prefix or suffix on their names by giving `configure' the
590 -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
591 -
592 - Some packages pay attention to `--enable-FEATURE' options to
593 -`configure', where FEATURE indicates an optional part of the package.
594 -They may also pay attention to `--with-PACKAGE' options, where PACKAGE
595 -is something like `gnu-as' or `x' (for the X Window System). The
596 -`README' should mention any `--enable-' and `--with-' options that the
597 -package recognizes.
598 -
599 - For packages that use the X Window System, `configure' can usually
600 -find the X include and library files automatically, but if it doesn't,
601 -you can use the `configure' options `--x-includes=DIR' and
602 -`--x-libraries=DIR' to specify their locations.
603 -
604 - Some packages offer the ability to configure how verbose the
605 -execution of `make' will be. For these packages, running `./configure
606 ---enable-silent-rules' sets the default to minimal output, which can be
607 -overridden with `make V=1'; while running `./configure
608 ---disable-silent-rules' sets the default to verbose, which can be
609 -overridden with `make V=0'.
610 -
611 -Particular systems
612 -==================
613 -
614 - On HP-UX, the default C compiler is not ANSI C compatible. If GNU
615 -CC is not installed, it is recommended to use the following options in
616 -order to use an ANSI C compiler:
617 -
618 - ./configure CC="cc -Ae -D_XOPEN_SOURCE=500"
619 -
620 -and if that doesn't work, install pre-built binaries of GCC for HP-UX.
621 -
622 - HP-UX `make' updates targets which have the same time stamps as
623 -their prerequisites, which makes it generally unusable when shipped
624 -generated files such as `configure' are involved. Use GNU `make'
625 -instead.
626 -
627 - On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
628 -parse its `<wchar.h>' header file. The option `-nodtk' can be used as
629 -a workaround. If GNU CC is not installed, it is therefore recommended
630 -to try
631 -
632 - ./configure CC="cc"
633 -
634 -and if that doesn't work, try
635 -
636 - ./configure CC="cc -nodtk"
637 -
638 - On Solaris, don't put `/usr/ucb' early in your `PATH'. This
639 -directory contains several dysfunctional programs; working variants of
640 -these programs are available in `/usr/bin'. So, if you need `/usr/ucb'
641 -in your `PATH', put it _after_ `/usr/bin'.
642 -
643 - On Haiku, software installed for all users goes in `/boot/common',
644 -not `/usr/local'. It is recommended to use the following options:
645 -
646 - ./configure --prefix=/boot/common
647 -
648 -Specifying the System Type
649 -==========================
650 -
651 - There may be some features `configure' cannot figure out
652 -automatically, but needs to determine by the type of machine the package
653 -will run on. Usually, assuming the package is built to be run on the
654 -_same_ architectures, `configure' can figure that out, but if it prints
655 -a message saying it cannot guess the machine type, give it the
656 -`--build=TYPE' option. TYPE can either be a short name for the system
657 -type, such as `sun4', or a canonical name which has the form:
658 -
659 - CPU-COMPANY-SYSTEM
660 -
661 -where SYSTEM can have one of these forms:
662 -
663 - OS
664 - KERNEL-OS
665 -
666 - See the file `config.sub' for the possible values of each field. If
667 -`config.sub' isn't included in this package, then this package doesn't
668 -need to know the machine type.
669 -
670 - If you are _building_ compiler tools for cross-compiling, you should
671 -use the option `--target=TYPE' to select the type of system they will
672 -produce code for.
673 -
674 - If you want to _use_ a cross compiler, that generates code for a
675 -platform different from the build platform, you should specify the
676 -"host" platform (i.e., that on which the generated programs will
677 -eventually be run) with `--host=TYPE'.
678 -
679 -Sharing Defaults
680 -================
681 -
682 - If you want to set default values for `configure' scripts to share,
683 -you can create a site shell script called `config.site' that gives
684 -default values for variables like `CC', `cache_file', and `prefix'.
685 -`configure' looks for `PREFIX/share/config.site' if it exists, then
686 -`PREFIX/etc/config.site' if it exists. Or, you can set the
687 -`CONFIG_SITE' environment variable to the location of the site script.
688 -A warning: not all `configure' scripts look for a site script.
689 -
690 -Defining Variables
691 -==================
692 -
693 - Variables not defined in a site shell script can be set in the
694 -environment passed to `configure'. However, some packages may run
695 -configure again during the build, and the customized values of these
696 -variables may be lost. In order to avoid this problem, you should set
697 -them in the `configure' command line, using `VAR=value'. For example:
698 -
699 - ./configure CC=/usr/local2/bin/gcc
700 -
701 -causes the specified `gcc' to be used as the C compiler (unless it is
702 -overridden in the site shell script).
703 -
704 -Unfortunately, this technique does not work for `CONFIG_SHELL' due to
705 -an Autoconf limitation. Until the limitation is lifted, you can use
706 -this workaround:
707 -
708 - CONFIG_SHELL=/bin/bash ./configure CONFIG_SHELL=/bin/bash
709 -
710 -`configure' Invocation
711 -======================
712 -
713 - `configure' recognizes the following options to control how it
714 -operates.
715 -
716 -`--help'
717 -`-h'
718 - Print a summary of all of the options to `configure', and exit.
719 -
720 -`--help=short'
721 -`--help=recursive'
722 - Print a summary of the options unique to this package's
723 - `configure', and exit. The `short' variant lists options used
724 - only in the top level, while the `recursive' variant lists options
725 - also present in any nested packages.
726 -
727 -`--version'
728 -`-V'
729 - Print the version of Autoconf used to generate the `configure'
730 - script, and exit.
731 -
732 -`--cache-file=FILE'
733 - Enable the cache: use and save the results of the tests in FILE,
734 - traditionally `config.cache'. FILE defaults to `/dev/null' to
735 - disable caching.
736 -
737 -`--config-cache'
738 -`-C'
739 - Alias for `--cache-file=config.cache'.
740 -
741 -`--quiet'
742 -`--silent'
743 -`-q'
744 - Do not print messages saying which checks are being made. To
745 - suppress all normal output, redirect it to `/dev/null' (any error
746 - messages will still be shown).
747 -
748 -`--srcdir=DIR'
749 - Look for the package's source code in directory DIR. Usually
750 - `configure' can determine that directory automatically.
751 -
752 -`--prefix=DIR'
753 - Use DIR as the installation prefix. *note Installation Names::
754 - for more details, including other options available for fine-tuning
755 - the installation locations.
756 -
757 -`--no-create'
758 -`-n'
759 - Run the configure checks, but stop before creating any output
760 - files.
761 -
762 -`configure' also accepts some other, not widely useful, options. Run
763 -`configure --help' for more details.
764
765 diff --git a/Makefile.am b/Makefile.am
766 index 1005d21..144bee4 100644
767 --- a/Makefile.am
768 +++ b/Makefile.am
769 @@ -1,2 +1,2 @@
770 eselectdir = $(datadir)/eselect/modules
771 -dist_eselect_DATA = src/modules/rust.eselect
772 +dist_eselect_DATA = rust.eselect
773
774 diff --git a/Makefile.in b/Makefile.in
775 deleted file mode 100644
776 index 796a7d1..0000000
777 --- a/Makefile.in
778 +++ /dev/null
779 @@ -1,580 +0,0 @@
780 -# Makefile.in generated by automake 1.13.4 from Makefile.am.
781 -# @configure_input@
782 -
783 -# Copyright (C) 1994-2013 Free Software Foundation, Inc.
784 -
785 -# This Makefile.in is free software; the Free Software Foundation
786 -# gives unlimited permission to copy and/or distribute it,
787 -# with or without modifications, as long as this notice is preserved.
788 -
789 -# This program is distributed in the hope that it will be useful,
790 -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
791 -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
792 -# PARTICULAR PURPOSE.
793 -
794 -@SET_MAKE@
795 -
796 -VPATH = @srcdir@
797 -am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)'
798 -am__make_running_with_option = \
799 - case $${target_option-} in \
800 - ?) ;; \
801 - *) echo "am__make_running_with_option: internal error: invalid" \
802 - "target option '$${target_option-}' specified" >&2; \
803 - exit 1;; \
804 - esac; \
805 - has_opt=no; \
806 - sane_makeflags=$$MAKEFLAGS; \
807 - if $(am__is_gnu_make); then \
808 - sane_makeflags=$$MFLAGS; \
809 - else \
810 - case $$MAKEFLAGS in \
811 - *\\[\ \ ]*) \
812 - bs=\\; \
813 - sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
814 - | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
815 - esac; \
816 - fi; \
817 - skip_next=no; \
818 - strip_trailopt () \
819 - { \
820 - flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
821 - }; \
822 - for flg in $$sane_makeflags; do \
823 - test $$skip_next = yes && { skip_next=no; continue; }; \
824 - case $$flg in \
825 - *=*|--*) continue;; \
826 - -*I) strip_trailopt 'I'; skip_next=yes;; \
827 - -*I?*) strip_trailopt 'I';; \
828 - -*O) strip_trailopt 'O'; skip_next=yes;; \
829 - -*O?*) strip_trailopt 'O';; \
830 - -*l) strip_trailopt 'l'; skip_next=yes;; \
831 - -*l?*) strip_trailopt 'l';; \
832 - -[dEDm]) skip_next=yes;; \
833 - -[JT]) skip_next=yes;; \
834 - esac; \
835 - case $$flg in \
836 - *$$target_option*) has_opt=yes; break;; \
837 - esac; \
838 - done; \
839 - test $$has_opt = yes
840 -am__make_dryrun = (target_option=n; $(am__make_running_with_option))
841 -am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
842 -pkgdatadir = $(datadir)/@PACKAGE@
843 -pkgincludedir = $(includedir)/@PACKAGE@
844 -pkglibdir = $(libdir)/@PACKAGE@
845 -pkglibexecdir = $(libexecdir)/@PACKAGE@
846 -am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
847 -install_sh_DATA = $(install_sh) -c -m 644
848 -install_sh_PROGRAM = $(install_sh) -c
849 -install_sh_SCRIPT = $(install_sh) -c
850 -INSTALL_HEADER = $(INSTALL_DATA)
851 -transform = $(program_transform_name)
852 -NORMAL_INSTALL = :
853 -PRE_INSTALL = :
854 -POST_INSTALL = :
855 -NORMAL_UNINSTALL = :
856 -PRE_UNINSTALL = :
857 -POST_UNINSTALL = :
858 -subdir = .
859 -DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am \
860 - $(top_srcdir)/configure $(am__configure_deps) \
861 - $(dist_eselect_DATA) COPYING INSTALL install-sh missing
862 -ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
863 -am__aclocal_m4_deps = $(top_srcdir)/configure.ac
864 -am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
865 - $(ACLOCAL_M4)
866 -am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \
867 - configure.lineno config.status.lineno
868 -mkinstalldirs = $(install_sh) -d
869 -CONFIG_CLEAN_FILES =
870 -CONFIG_CLEAN_VPATH_FILES =
871 -AM_V_P = $(am__v_P_@AM_V@)
872 -am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
873 -am__v_P_0 = false
874 -am__v_P_1 = :
875 -AM_V_GEN = $(am__v_GEN_@AM_V@)
876 -am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
877 -am__v_GEN_0 = @echo " GEN " $@;
878 -am__v_GEN_1 =
879 -AM_V_at = $(am__v_at_@AM_V@)
880 -am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
881 -am__v_at_0 = @
882 -am__v_at_1 =
883 -SOURCES =
884 -DIST_SOURCES =
885 -am__can_run_installinfo = \
886 - case $$AM_UPDATE_INFO_DIR in \
887 - n|no|NO) false;; \
888 - *) (install-info --version) >/dev/null 2>&1;; \
889 - esac
890 -am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
891 -am__vpath_adj = case $$p in \
892 - $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
893 - *) f=$$p;; \
894 - esac;
895 -am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
896 -am__install_max = 40
897 -am__nobase_strip_setup = \
898 - srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
899 -am__nobase_strip = \
900 - for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
901 -am__nobase_list = $(am__nobase_strip_setup); \
902 - for p in $$list; do echo "$$p $$p"; done | \
903 - sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
904 - $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
905 - if (++n[$$2] == $(am__install_max)) \
906 - { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
907 - END { for (dir in files) print dir, files[dir] }'
908 -am__base_list = \
909 - sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
910 - sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
911 -am__uninstall_files_from_dir = { \
912 - test -z "$$files" \
913 - || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
914 - || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
915 - $(am__cd) "$$dir" && rm -f $$files; }; \
916 - }
917 -am__installdirs = "$(DESTDIR)$(eselectdir)"
918 -DATA = $(dist_eselect_DATA)
919 -am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
920 -DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
921 -distdir = $(PACKAGE)-$(VERSION)
922 -top_distdir = $(distdir)
923 -am__remove_distdir = \
924 - if test -d "$(distdir)"; then \
925 - find "$(distdir)" -type d ! -perm -200 -exec chmod u+w {} ';' \
926 - && rm -rf "$(distdir)" \
927 - || { sleep 5 && rm -rf "$(distdir)"; }; \
928 - else :; fi
929 -am__post_remove_distdir = $(am__remove_distdir)
930 -DIST_ARCHIVES = $(distdir).tar.gz
931 -GZIP_ENV = --best
932 -DIST_TARGETS = dist-gzip
933 -distuninstallcheck_listfiles = find . -type f -print
934 -am__distuninstallcheck_listfiles = $(distuninstallcheck_listfiles) \
935 - | sed 's|^\./|$(prefix)/|' | grep -v '$(infodir)/dir$$'
936 -distcleancheck_listfiles = find . -type f -print
937 -ACLOCAL = @ACLOCAL@
938 -AMTAR = @AMTAR@
939 -AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
940 -AUTOCONF = @AUTOCONF@
941 -AUTOHEADER = @AUTOHEADER@
942 -AUTOMAKE = @AUTOMAKE@
943 -AWK = @AWK@
944 -CYGPATH_W = @CYGPATH_W@
945 -DEFS = @DEFS@
946 -ECHO_C = @ECHO_C@
947 -ECHO_N = @ECHO_N@
948 -ECHO_T = @ECHO_T@
949 -INSTALL = @INSTALL@
950 -INSTALL_DATA = @INSTALL_DATA@
951 -INSTALL_PROGRAM = @INSTALL_PROGRAM@
952 -INSTALL_SCRIPT = @INSTALL_SCRIPT@
953 -INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
954 -LIBOBJS = @LIBOBJS@
955 -LIBS = @LIBS@
956 -LTLIBOBJS = @LTLIBOBJS@
957 -MAKEINFO = @MAKEINFO@
958 -MKDIR_P = @MKDIR_P@
959 -PACKAGE = @PACKAGE@
960 -PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
961 -PACKAGE_NAME = @PACKAGE_NAME@
962 -PACKAGE_STRING = @PACKAGE_STRING@
963 -PACKAGE_TARNAME = @PACKAGE_TARNAME@
964 -PACKAGE_URL = @PACKAGE_URL@
965 -PACKAGE_VERSION = @PACKAGE_VERSION@
966 -PATH_SEPARATOR = @PATH_SEPARATOR@
967 -SET_MAKE = @SET_MAKE@
968 -SHELL = @SHELL@
969 -STRIP = @STRIP@
970 -VERSION = @VERSION@
971 -abs_builddir = @abs_builddir@
972 -abs_srcdir = @abs_srcdir@
973 -abs_top_builddir = @abs_top_builddir@
974 -abs_top_srcdir = @abs_top_srcdir@
975 -am__leading_dot = @am__leading_dot@
976 -am__tar = @am__tar@
977 -am__untar = @am__untar@
978 -bindir = @bindir@
979 -build_alias = @build_alias@
980 -builddir = @builddir@
981 -datadir = @datadir@
982 -datarootdir = @datarootdir@
983 -docdir = @docdir@
984 -dvidir = @dvidir@
985 -exec_prefix = @exec_prefix@
986 -host_alias = @host_alias@
987 -htmldir = @htmldir@
988 -includedir = @includedir@
989 -infodir = @infodir@
990 -install_sh = @install_sh@
991 -libdir = @libdir@
992 -libexecdir = @libexecdir@
993 -localedir = @localedir@
994 -localstatedir = @localstatedir@
995 -mandir = @mandir@
996 -mkdir_p = @mkdir_p@
997 -oldincludedir = @oldincludedir@
998 -pdfdir = @pdfdir@
999 -prefix = @prefix@
1000 -program_transform_name = @program_transform_name@
1001 -psdir = @psdir@
1002 -sbindir = @sbindir@
1003 -sharedstatedir = @sharedstatedir@
1004 -srcdir = @srcdir@
1005 -sysconfdir = @sysconfdir@
1006 -target_alias = @target_alias@
1007 -top_build_prefix = @top_build_prefix@
1008 -top_builddir = @top_builddir@
1009 -top_srcdir = @top_srcdir@
1010 -eselectdir = $(datadir)/eselect/modules
1011 -dist_eselect_DATA = src/modules/rust.eselect
1012 -all: all-am
1013 -
1014 -.SUFFIXES:
1015 -am--refresh: Makefile
1016 - @:
1017 -$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
1018 - @for dep in $?; do \
1019 - case '$(am__configure_deps)' in \
1020 - *$$dep*) \
1021 - echo ' cd $(srcdir) && $(AUTOMAKE) --foreign'; \
1022 - $(am__cd) $(srcdir) && $(AUTOMAKE) --foreign \
1023 - && exit 0; \
1024 - exit 1;; \
1025 - esac; \
1026 - done; \
1027 - echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign Makefile'; \
1028 - $(am__cd) $(top_srcdir) && \
1029 - $(AUTOMAKE) --foreign Makefile
1030 -.PRECIOUS: Makefile
1031 -Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
1032 - @case '$?' in \
1033 - *config.status*) \
1034 - echo ' $(SHELL) ./config.status'; \
1035 - $(SHELL) ./config.status;; \
1036 - *) \
1037 - echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \
1038 - cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \
1039 - esac;
1040 -
1041 -$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
1042 - $(SHELL) ./config.status --recheck
1043 -
1044 -$(top_srcdir)/configure: $(am__configure_deps)
1045 - $(am__cd) $(srcdir) && $(AUTOCONF)
1046 -$(ACLOCAL_M4): $(am__aclocal_m4_deps)
1047 - $(am__cd) $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS)
1048 -$(am__aclocal_m4_deps):
1049 -install-dist_eselectDATA: $(dist_eselect_DATA)
1050 - @$(NORMAL_INSTALL)
1051 - @list='$(dist_eselect_DATA)'; test -n "$(eselectdir)" || list=; \
1052 - if test -n "$$list"; then \
1053 - echo " $(MKDIR_P) '$(DESTDIR)$(eselectdir)'"; \
1054 - $(MKDIR_P) "$(DESTDIR)$(eselectdir)" || exit 1; \
1055 - fi; \
1056 - for p in $$list; do \
1057 - if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
1058 - echo "$$d$$p"; \
1059 - done | $(am__base_list) | \
1060 - while read files; do \
1061 - echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(eselectdir)'"; \
1062 - $(INSTALL_DATA) $$files "$(DESTDIR)$(eselectdir)" || exit $$?; \
1063 - done
1064 -
1065 -uninstall-dist_eselectDATA:
1066 - @$(NORMAL_UNINSTALL)
1067 - @list='$(dist_eselect_DATA)'; test -n "$(eselectdir)" || list=; \
1068 - files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
1069 - dir='$(DESTDIR)$(eselectdir)'; $(am__uninstall_files_from_dir)
1070 -tags TAGS:
1071 -
1072 -ctags CTAGS:
1073 -
1074 -cscope cscopelist:
1075 -
1076 -
1077 -distdir: $(DISTFILES)
1078 - $(am__remove_distdir)
1079 - test -d "$(distdir)" || mkdir "$(distdir)"
1080 - @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1081 - topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
1082 - list='$(DISTFILES)'; \
1083 - dist_files=`for file in $$list; do echo $$file; done | \
1084 - sed -e "s|^$$srcdirstrip/||;t" \
1085 - -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
1086 - case $$dist_files in \
1087 - */*) $(MKDIR_P) `echo "$$dist_files" | \
1088 - sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
1089 - sort -u` ;; \
1090 - esac; \
1091 - for file in $$dist_files; do \
1092 - if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
1093 - if test -d $$d/$$file; then \
1094 - dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
1095 - if test -d "$(distdir)/$$file"; then \
1096 - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1097 - fi; \
1098 - if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
1099 - cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
1100 - find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
1101 - fi; \
1102 - cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
1103 - else \
1104 - test -f "$(distdir)/$$file" \
1105 - || cp -p $$d/$$file "$(distdir)/$$file" \
1106 - || exit 1; \
1107 - fi; \
1108 - done
1109 - -test -n "$(am__skip_mode_fix)" \
1110 - || find "$(distdir)" -type d ! -perm -755 \
1111 - -exec chmod u+rwx,go+rx {} \; -o \
1112 - ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \
1113 - ! -type d ! -perm -400 -exec chmod a+r {} \; -o \
1114 - ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
1115 - || chmod -R a+r "$(distdir)"
1116 -dist-gzip: distdir
1117 - tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz
1118 - $(am__post_remove_distdir)
1119 -
1120 -dist-bzip2: distdir
1121 - tardir=$(distdir) && $(am__tar) | BZIP2=$${BZIP2--9} bzip2 -c >$(distdir).tar.bz2
1122 - $(am__post_remove_distdir)
1123 -
1124 -dist-lzip: distdir
1125 - tardir=$(distdir) && $(am__tar) | lzip -c $${LZIP_OPT--9} >$(distdir).tar.lz
1126 - $(am__post_remove_distdir)
1127 -
1128 -dist-xz: distdir
1129 - tardir=$(distdir) && $(am__tar) | XZ_OPT=$${XZ_OPT--e} xz -c >$(distdir).tar.xz
1130 - $(am__post_remove_distdir)
1131 -
1132 -dist-tarZ: distdir
1133 - tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1134 - $(am__post_remove_distdir)
1135 -
1136 -dist-shar: distdir
1137 - shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
1138 - $(am__post_remove_distdir)
1139 -
1140 -dist-zip: distdir
1141 - -rm -f $(distdir).zip
1142 - zip -rq $(distdir).zip $(distdir)
1143 - $(am__post_remove_distdir)
1144 -
1145 -dist dist-all:
1146 - $(MAKE) $(AM_MAKEFLAGS) $(DIST_TARGETS) am__post_remove_distdir='@:'
1147 - $(am__post_remove_distdir)
1148 -
1149 -# This target untars the dist file and tries a VPATH configuration. Then
1150 -# it guarantees that the distribution is self-contained by making another
1151 -# tarfile.
1152 -distcheck: dist
1153 - case '$(DIST_ARCHIVES)' in \
1154 - *.tar.gz*) \
1155 - GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
1156 - *.tar.bz2*) \
1157 - bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
1158 - *.tar.lz*) \
1159 - lzip -dc $(distdir).tar.lz | $(am__untar) ;;\
1160 - *.tar.xz*) \
1161 - xz -dc $(distdir).tar.xz | $(am__untar) ;;\
1162 - *.tar.Z*) \
1163 - uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1164 - *.shar.gz*) \
1165 - GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
1166 - *.zip*) \
1167 - unzip $(distdir).zip ;;\
1168 - esac
1169 - chmod -R a-w $(distdir)
1170 - chmod u+w $(distdir)
1171 - mkdir $(distdir)/_build $(distdir)/_inst
1172 - chmod a-w $(distdir)
1173 - test -d $(distdir)/_build || exit 0; \
1174 - dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \
1175 - && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \
1176 - && am__cwd=`pwd` \
1177 - && $(am__cd) $(distdir)/_build \
1178 - && ../configure --srcdir=.. --prefix="$$dc_install_base" \
1179 - $(AM_DISTCHECK_CONFIGURE_FLAGS) \
1180 - $(DISTCHECK_CONFIGURE_FLAGS) \
1181 - && $(MAKE) $(AM_MAKEFLAGS) \
1182 - && $(MAKE) $(AM_MAKEFLAGS) dvi \
1183 - && $(MAKE) $(AM_MAKEFLAGS) check \
1184 - && $(MAKE) $(AM_MAKEFLAGS) install \
1185 - && $(MAKE) $(AM_MAKEFLAGS) installcheck \
1186 - && $(MAKE) $(AM_MAKEFLAGS) uninstall \
1187 - && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \
1188 - distuninstallcheck \
1189 - && chmod -R a-w "$$dc_install_base" \
1190 - && ({ \
1191 - (cd ../.. && umask 077 && mkdir "$$dc_destdir") \
1192 - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \
1193 - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \
1194 - && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \
1195 - distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \
1196 - } || { rm -rf "$$dc_destdir"; exit 1; }) \
1197 - && rm -rf "$$dc_destdir" \
1198 - && $(MAKE) $(AM_MAKEFLAGS) dist \
1199 - && rm -rf $(DIST_ARCHIVES) \
1200 - && $(MAKE) $(AM_MAKEFLAGS) distcleancheck \
1201 - && cd "$$am__cwd" \
1202 - || exit 1
1203 - $(am__post_remove_distdir)
1204 - @(echo "$(distdir) archives ready for distribution: "; \
1205 - list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \
1206 - sed -e 1h -e 1s/./=/g -e 1p -e 1x -e '$$p' -e '$$x'
1207 -distuninstallcheck:
1208 - @test -n '$(distuninstallcheck_dir)' || { \
1209 - echo 'ERROR: trying to run $@ with an empty' \
1210 - '$$(distuninstallcheck_dir)' >&2; \
1211 - exit 1; \
1212 - }; \
1213 - $(am__cd) '$(distuninstallcheck_dir)' || { \
1214 - echo 'ERROR: cannot chdir into $(distuninstallcheck_dir)' >&2; \
1215 - exit 1; \
1216 - }; \
1217 - test `$(am__distuninstallcheck_listfiles) | wc -l` -eq 0 \
1218 - || { echo "ERROR: files left after uninstall:" ; \
1219 - if test -n "$(DESTDIR)"; then \
1220 - echo " (check DESTDIR support)"; \
1221 - fi ; \
1222 - $(distuninstallcheck_listfiles) ; \
1223 - exit 1; } >&2
1224 -distcleancheck: distclean
1225 - @if test '$(srcdir)' = . ; then \
1226 - echo "ERROR: distcleancheck can only run from a VPATH build" ; \
1227 - exit 1 ; \
1228 - fi
1229 - @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \
1230 - || { echo "ERROR: files left in build directory after distclean:" ; \
1231 - $(distcleancheck_listfiles) ; \
1232 - exit 1; } >&2
1233 -check-am: all-am
1234 -check: check-am
1235 -all-am: Makefile $(DATA)
1236 -installdirs:
1237 - for dir in "$(DESTDIR)$(eselectdir)"; do \
1238 - test -z "$$dir" || $(MKDIR_P) "$$dir"; \
1239 - done
1240 -install: install-am
1241 -install-exec: install-exec-am
1242 -install-data: install-data-am
1243 -uninstall: uninstall-am
1244 -
1245 -install-am: all-am
1246 - @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
1247 -
1248 -installcheck: installcheck-am
1249 -install-strip:
1250 - if test -z '$(STRIP)'; then \
1251 - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1252 - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1253 - install; \
1254 - else \
1255 - $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
1256 - install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
1257 - "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
1258 - fi
1259 -mostlyclean-generic:
1260 -
1261 -clean-generic:
1262 -
1263 -distclean-generic:
1264 - -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
1265 - -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
1266 -
1267 -maintainer-clean-generic:
1268 - @echo "This command is intended for maintainers to use"
1269 - @echo "it deletes files that may require special tools to rebuild."
1270 -clean: clean-am
1271 -
1272 -clean-am: clean-generic mostlyclean-am
1273 -
1274 -distclean: distclean-am
1275 - -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1276 - -rm -f Makefile
1277 -distclean-am: clean-am distclean-generic
1278 -
1279 -dvi: dvi-am
1280 -
1281 -dvi-am:
1282 -
1283 -html: html-am
1284 -
1285 -html-am:
1286 -
1287 -info: info-am
1288 -
1289 -info-am:
1290 -
1291 -install-data-am: install-dist_eselectDATA
1292 -
1293 -install-dvi: install-dvi-am
1294 -
1295 -install-dvi-am:
1296 -
1297 -install-exec-am:
1298 -
1299 -install-html: install-html-am
1300 -
1301 -install-html-am:
1302 -
1303 -install-info: install-info-am
1304 -
1305 -install-info-am:
1306 -
1307 -install-man:
1308 -
1309 -install-pdf: install-pdf-am
1310 -
1311 -install-pdf-am:
1312 -
1313 -install-ps: install-ps-am
1314 -
1315 -install-ps-am:
1316 -
1317 -installcheck-am:
1318 -
1319 -maintainer-clean: maintainer-clean-am
1320 - -rm -f $(am__CONFIG_DISTCLEAN_FILES)
1321 - -rm -rf $(top_srcdir)/autom4te.cache
1322 - -rm -f Makefile
1323 -maintainer-clean-am: distclean-am maintainer-clean-generic
1324 -
1325 -mostlyclean: mostlyclean-am
1326 -
1327 -mostlyclean-am: mostlyclean-generic
1328 -
1329 -pdf: pdf-am
1330 -
1331 -pdf-am:
1332 -
1333 -ps: ps-am
1334 -
1335 -ps-am:
1336 -
1337 -uninstall-am: uninstall-dist_eselectDATA
1338 -
1339 -.MAKE: install-am install-strip
1340 -
1341 -.PHONY: all all-am am--refresh check check-am clean clean-generic \
1342 - cscopelist-am ctags-am dist dist-all dist-bzip2 dist-gzip \
1343 - dist-lzip dist-shar dist-tarZ dist-xz dist-zip distcheck \
1344 - distclean distclean-generic distcleancheck distdir \
1345 - distuninstallcheck dvi dvi-am html html-am info info-am \
1346 - install install-am install-data install-data-am \
1347 - install-dist_eselectDATA install-dvi install-dvi-am \
1348 - install-exec install-exec-am install-html install-html-am \
1349 - install-info install-info-am install-man install-pdf \
1350 - install-pdf-am install-ps install-ps-am install-strip \
1351 - installcheck installcheck-am installdirs maintainer-clean \
1352 - maintainer-clean-generic mostlyclean mostlyclean-generic pdf \
1353 - pdf-am ps ps-am tags-am uninstall uninstall-am \
1354 - uninstall-dist_eselectDATA
1355 -
1356 -
1357 -# Tell versions [3.59,3.63) of GNU make to not export all variables.
1358 -# Otherwise a system limit (for SysV at least) may be exceeded.
1359 -.NOEXPORT:
1360
1361 diff --git a/aclocal.m4 b/aclocal.m4
1362 deleted file mode 100644
1363 index 7ea634c..0000000
1364 --- a/aclocal.m4
1365 +++ /dev/null
1366 @@ -1,691 +0,0 @@
1367 -# generated automatically by aclocal 1.13.4 -*- Autoconf -*-
1368 -
1369 -# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1370 -
1371 -# This file is free software; the Free Software Foundation
1372 -# gives unlimited permission to copy and/or distribute it,
1373 -# with or without modifications, as long as this notice is preserved.
1374 -
1375 -# This program is distributed in the hope that it will be useful,
1376 -# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
1377 -# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
1378 -# PARTICULAR PURPOSE.
1379 -
1380 -m4_ifndef([AC_CONFIG_MACRO_DIRS], [m4_defun([_AM_CONFIG_MACRO_DIRS], [])m4_defun([AC_CONFIG_MACRO_DIRS], [_AM_CONFIG_MACRO_DIRS($@)])])
1381 -m4_ifndef([AC_AUTOCONF_VERSION],
1382 - [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1383 -m4_if(m4_defn([AC_AUTOCONF_VERSION]), [2.69],,
1384 -[m4_warning([this file was generated for autoconf 2.69.
1385 -You have another version of autoconf. It may work, but is not guaranteed to.
1386 -If you have problems, you may need to regenerate the build system entirely.
1387 -To do so, use the procedure documented by the package, typically 'autoreconf'.])])
1388 -
1389 -# Copyright (C) 2002-2013 Free Software Foundation, Inc.
1390 -#
1391 -# This file is free software; the Free Software Foundation
1392 -# gives unlimited permission to copy and/or distribute it,
1393 -# with or without modifications, as long as this notice is preserved.
1394 -
1395 -# AM_AUTOMAKE_VERSION(VERSION)
1396 -# ----------------------------
1397 -# Automake X.Y traces this macro to ensure aclocal.m4 has been
1398 -# generated from the m4 files accompanying Automake X.Y.
1399 -# (This private macro should not be called outside this file.)
1400 -AC_DEFUN([AM_AUTOMAKE_VERSION],
1401 -[am__api_version='1.13'
1402 -dnl Some users find AM_AUTOMAKE_VERSION and mistake it for a way to
1403 -dnl require some minimum version. Point them to the right macro.
1404 -m4_if([$1], [1.13.4], [],
1405 - [AC_FATAL([Do not call $0, use AM_INIT_AUTOMAKE([$1]).])])dnl
1406 -])
1407 -
1408 -# _AM_AUTOCONF_VERSION(VERSION)
1409 -# -----------------------------
1410 -# aclocal traces this macro to find the Autoconf version.
1411 -# This is a private macro too. Using m4_define simplifies
1412 -# the logic in aclocal, which can simply ignore this definition.
1413 -m4_define([_AM_AUTOCONF_VERSION], [])
1414 -
1415 -# AM_SET_CURRENT_AUTOMAKE_VERSION
1416 -# -------------------------------
1417 -# Call AM_AUTOMAKE_VERSION and AM_AUTOMAKE_VERSION so they can be traced.
1418 -# This function is AC_REQUIREd by AM_INIT_AUTOMAKE.
1419 -AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1420 -[AM_AUTOMAKE_VERSION([1.13.4])dnl
1421 -m4_ifndef([AC_AUTOCONF_VERSION],
1422 - [m4_copy([m4_PACKAGE_VERSION], [AC_AUTOCONF_VERSION])])dnl
1423 -_AM_AUTOCONF_VERSION(m4_defn([AC_AUTOCONF_VERSION]))])
1424 -
1425 -# AM_AUX_DIR_EXPAND -*- Autoconf -*-
1426 -
1427 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1428 -#
1429 -# This file is free software; the Free Software Foundation
1430 -# gives unlimited permission to copy and/or distribute it,
1431 -# with or without modifications, as long as this notice is preserved.
1432 -
1433 -# For projects using AC_CONFIG_AUX_DIR([foo]), Autoconf sets
1434 -# $ac_aux_dir to '$srcdir/foo'. In other projects, it is set to
1435 -# '$srcdir', '$srcdir/..', or '$srcdir/../..'.
1436 -#
1437 -# Of course, Automake must honor this variable whenever it calls a
1438 -# tool from the auxiliary directory. The problem is that $srcdir (and
1439 -# therefore $ac_aux_dir as well) can be either absolute or relative,
1440 -# depending on how configure is run. This is pretty annoying, since
1441 -# it makes $ac_aux_dir quite unusable in subdirectories: in the top
1442 -# source directory, any form will work fine, but in subdirectories a
1443 -# relative path needs to be adjusted first.
1444 -#
1445 -# $ac_aux_dir/missing
1446 -# fails when called from a subdirectory if $ac_aux_dir is relative
1447 -# $top_srcdir/$ac_aux_dir/missing
1448 -# fails if $ac_aux_dir is absolute,
1449 -# fails when called from a subdirectory in a VPATH build with
1450 -# a relative $ac_aux_dir
1451 -#
1452 -# The reason of the latter failure is that $top_srcdir and $ac_aux_dir
1453 -# are both prefixed by $srcdir. In an in-source build this is usually
1454 -# harmless because $srcdir is '.', but things will broke when you
1455 -# start a VPATH build or use an absolute $srcdir.
1456 -#
1457 -# So we could use something similar to $top_srcdir/$ac_aux_dir/missing,
1458 -# iff we strip the leading $srcdir from $ac_aux_dir. That would be:
1459 -# am_aux_dir='\$(top_srcdir)/'`expr "$ac_aux_dir" : "$srcdir//*\(.*\)"`
1460 -# and then we would define $MISSING as
1461 -# MISSING="\${SHELL} $am_aux_dir/missing"
1462 -# This will work as long as MISSING is not called from configure, because
1463 -# unfortunately $(top_srcdir) has no meaning in configure.
1464 -# However there are other variables, like CC, which are often used in
1465 -# configure, and could therefore not use this "fixed" $ac_aux_dir.
1466 -#
1467 -# Another solution, used here, is to always expand $ac_aux_dir to an
1468 -# absolute PATH. The drawback is that using absolute paths prevent a
1469 -# configured tree to be moved without reconfiguration.
1470 -
1471 -AC_DEFUN([AM_AUX_DIR_EXPAND],
1472 -[dnl Rely on autoconf to set up CDPATH properly.
1473 -AC_PREREQ([2.50])dnl
1474 -# expand $ac_aux_dir to an absolute path
1475 -am_aux_dir=`cd $ac_aux_dir && pwd`
1476 -])
1477 -
1478 -# Do all the work for Automake. -*- Autoconf -*-
1479 -
1480 -# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1481 -#
1482 -# This file is free software; the Free Software Foundation
1483 -# gives unlimited permission to copy and/or distribute it,
1484 -# with or without modifications, as long as this notice is preserved.
1485 -
1486 -# This macro actually does too much. Some checks are only needed if
1487 -# your package does certain things. But this isn't really a big deal.
1488 -
1489 -# AM_INIT_AUTOMAKE(PACKAGE, VERSION, [NO-DEFINE])
1490 -# AM_INIT_AUTOMAKE([OPTIONS])
1491 -# -----------------------------------------------
1492 -# The call with PACKAGE and VERSION arguments is the old style
1493 -# call (pre autoconf-2.50), which is being phased out. PACKAGE
1494 -# and VERSION should now be passed to AC_INIT and removed from
1495 -# the call to AM_INIT_AUTOMAKE.
1496 -# We support both call styles for the transition. After
1497 -# the next Automake release, Autoconf can make the AC_INIT
1498 -# arguments mandatory, and then we can depend on a new Autoconf
1499 -# release and drop the old call support.
1500 -AC_DEFUN([AM_INIT_AUTOMAKE],
1501 -[AC_PREREQ([2.65])dnl
1502 -dnl Autoconf wants to disallow AM_ names. We explicitly allow
1503 -dnl the ones we care about.
1504 -m4_pattern_allow([^AM_[A-Z]+FLAGS$])dnl
1505 -AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
1506 -AC_REQUIRE([AC_PROG_INSTALL])dnl
1507 -if test "`cd $srcdir && pwd`" != "`pwd`"; then
1508 - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
1509 - # is not polluted with repeated "-I."
1510 - AC_SUBST([am__isrc], [' -I$(srcdir)'])_AM_SUBST_NOTMAKE([am__isrc])dnl
1511 - # test to see if srcdir already configured
1512 - if test -f $srcdir/config.status; then
1513 - AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
1514 - fi
1515 -fi
1516 -
1517 -# test whether we have cygpath
1518 -if test -z "$CYGPATH_W"; then
1519 - if (cygpath --version) >/dev/null 2>/dev/null; then
1520 - CYGPATH_W='cygpath -w'
1521 - else
1522 - CYGPATH_W=echo
1523 - fi
1524 -fi
1525 -AC_SUBST([CYGPATH_W])
1526 -
1527 -# Define the identity of the package.
1528 -dnl Distinguish between old-style and new-style calls.
1529 -m4_ifval([$2],
1530 -[AC_DIAGNOSE([obsolete],
1531 - [$0: two- and three-arguments forms are deprecated.])
1532 -m4_ifval([$3], [_AM_SET_OPTION([no-define])])dnl
1533 - AC_SUBST([PACKAGE], [$1])dnl
1534 - AC_SUBST([VERSION], [$2])],
1535 -[_AM_SET_OPTIONS([$1])dnl
1536 -dnl Diagnose old-style AC_INIT with new-style AM_AUTOMAKE_INIT.
1537 -m4_if(
1538 - m4_ifdef([AC_PACKAGE_NAME], [ok]):m4_ifdef([AC_PACKAGE_VERSION], [ok]),
1539 - [ok:ok],,
1540 - [m4_fatal([AC_INIT should be called with package and version arguments])])dnl
1541 - AC_SUBST([PACKAGE], ['AC_PACKAGE_TARNAME'])dnl
1542 - AC_SUBST([VERSION], ['AC_PACKAGE_VERSION'])])dnl
1543 -
1544 -_AM_IF_OPTION([no-define],,
1545 -[AC_DEFINE_UNQUOTED([PACKAGE], ["$PACKAGE"], [Name of package])
1546 - AC_DEFINE_UNQUOTED([VERSION], ["$VERSION"], [Version number of package])])dnl
1547 -
1548 -# Some tools Automake needs.
1549 -AC_REQUIRE([AM_SANITY_CHECK])dnl
1550 -AC_REQUIRE([AC_ARG_PROGRAM])dnl
1551 -AM_MISSING_PROG([ACLOCAL], [aclocal-${am__api_version}])
1552 -AM_MISSING_PROG([AUTOCONF], [autoconf])
1553 -AM_MISSING_PROG([AUTOMAKE], [automake-${am__api_version}])
1554 -AM_MISSING_PROG([AUTOHEADER], [autoheader])
1555 -AM_MISSING_PROG([MAKEINFO], [makeinfo])
1556 -AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1557 -AC_REQUIRE([AM_PROG_INSTALL_STRIP])dnl
1558 -AC_REQUIRE([AC_PROG_MKDIR_P])dnl
1559 -# For better backward compatibility. To be removed once Automake 1.9.x
1560 -# dies out for good. For more background, see:
1561 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
1562 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
1563 -AC_SUBST([mkdir_p], ['$(MKDIR_P)'])
1564 -# We need awk for the "check" target. The system "awk" is bad on
1565 -# some platforms.
1566 -AC_REQUIRE([AC_PROG_AWK])dnl
1567 -AC_REQUIRE([AC_PROG_MAKE_SET])dnl
1568 -AC_REQUIRE([AM_SET_LEADING_DOT])dnl
1569 -_AM_IF_OPTION([tar-ustar], [_AM_PROG_TAR([ustar])],
1570 - [_AM_IF_OPTION([tar-pax], [_AM_PROG_TAR([pax])],
1571 - [_AM_PROG_TAR([v7])])])
1572 -_AM_IF_OPTION([no-dependencies],,
1573 -[AC_PROVIDE_IFELSE([AC_PROG_CC],
1574 - [_AM_DEPENDENCIES([CC])],
1575 - [m4_define([AC_PROG_CC],
1576 - m4_defn([AC_PROG_CC])[_AM_DEPENDENCIES([CC])])])dnl
1577 -AC_PROVIDE_IFELSE([AC_PROG_CXX],
1578 - [_AM_DEPENDENCIES([CXX])],
1579 - [m4_define([AC_PROG_CXX],
1580 - m4_defn([AC_PROG_CXX])[_AM_DEPENDENCIES([CXX])])])dnl
1581 -AC_PROVIDE_IFELSE([AC_PROG_OBJC],
1582 - [_AM_DEPENDENCIES([OBJC])],
1583 - [m4_define([AC_PROG_OBJC],
1584 - m4_defn([AC_PROG_OBJC])[_AM_DEPENDENCIES([OBJC])])])dnl
1585 -AC_PROVIDE_IFELSE([AC_PROG_OBJCXX],
1586 - [_AM_DEPENDENCIES([OBJCXX])],
1587 - [m4_define([AC_PROG_OBJCXX],
1588 - m4_defn([AC_PROG_OBJCXX])[_AM_DEPENDENCIES([OBJCXX])])])dnl
1589 -])
1590 -AC_REQUIRE([AM_SILENT_RULES])dnl
1591 -dnl The testsuite driver may need to know about EXEEXT, so add the
1592 -dnl 'am__EXEEXT' conditional if _AM_COMPILER_EXEEXT was seen. This
1593 -dnl macro is hooked onto _AC_COMPILER_EXEEXT early, see below.
1594 -AC_CONFIG_COMMANDS_PRE(dnl
1595 -[m4_provide_if([_AM_COMPILER_EXEEXT],
1596 - [AM_CONDITIONAL([am__EXEEXT], [test -n "$EXEEXT"])])])dnl
1597 -])
1598 -
1599 -dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not
1600 -dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further
1601 -dnl mangled by Autoconf and run in a shell conditional statement.
1602 -m4_define([_AC_COMPILER_EXEEXT],
1603 -m4_defn([_AC_COMPILER_EXEEXT])[m4_provide([_AM_COMPILER_EXEEXT])])
1604 -
1605 -
1606 -# When config.status generates a header, we must update the stamp-h file.
1607 -# This file resides in the same directory as the config header
1608 -# that is generated. The stamp files are numbered to have different names.
1609 -
1610 -# Autoconf calls _AC_AM_CONFIG_HEADER_HOOK (when defined) in the
1611 -# loop where config.status creates the headers, so we can generate
1612 -# our stamp files there.
1613 -AC_DEFUN([_AC_AM_CONFIG_HEADER_HOOK],
1614 -[# Compute $1's index in $config_headers.
1615 -_am_arg=$1
1616 -_am_stamp_count=1
1617 -for _am_header in $config_headers :; do
1618 - case $_am_header in
1619 - $_am_arg | $_am_arg:* )
1620 - break ;;
1621 - * )
1622 - _am_stamp_count=`expr $_am_stamp_count + 1` ;;
1623 - esac
1624 -done
1625 -echo "timestamp for $_am_arg" >`AS_DIRNAME(["$_am_arg"])`/stamp-h[]$_am_stamp_count])
1626 -
1627 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1628 -#
1629 -# This file is free software; the Free Software Foundation
1630 -# gives unlimited permission to copy and/or distribute it,
1631 -# with or without modifications, as long as this notice is preserved.
1632 -
1633 -# AM_PROG_INSTALL_SH
1634 -# ------------------
1635 -# Define $install_sh.
1636 -AC_DEFUN([AM_PROG_INSTALL_SH],
1637 -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1638 -if test x"${install_sh}" != xset; then
1639 - case $am_aux_dir in
1640 - *\ * | *\ *)
1641 - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
1642 - *)
1643 - install_sh="\${SHELL} $am_aux_dir/install-sh"
1644 - esac
1645 -fi
1646 -AC_SUBST([install_sh])])
1647 -
1648 -# Copyright (C) 2003-2013 Free Software Foundation, Inc.
1649 -#
1650 -# This file is free software; the Free Software Foundation
1651 -# gives unlimited permission to copy and/or distribute it,
1652 -# with or without modifications, as long as this notice is preserved.
1653 -
1654 -# Check whether the underlying file-system supports filenames
1655 -# with a leading dot. For instance MS-DOS doesn't.
1656 -AC_DEFUN([AM_SET_LEADING_DOT],
1657 -[rm -rf .tst 2>/dev/null
1658 -mkdir .tst 2>/dev/null
1659 -if test -d .tst; then
1660 - am__leading_dot=.
1661 -else
1662 - am__leading_dot=_
1663 -fi
1664 -rmdir .tst 2>/dev/null
1665 -AC_SUBST([am__leading_dot])])
1666 -
1667 -# Fake the existence of programs that GNU maintainers use. -*- Autoconf -*-
1668 -
1669 -# Copyright (C) 1997-2013 Free Software Foundation, Inc.
1670 -#
1671 -# This file is free software; the Free Software Foundation
1672 -# gives unlimited permission to copy and/or distribute it,
1673 -# with or without modifications, as long as this notice is preserved.
1674 -
1675 -# AM_MISSING_PROG(NAME, PROGRAM)
1676 -# ------------------------------
1677 -AC_DEFUN([AM_MISSING_PROG],
1678 -[AC_REQUIRE([AM_MISSING_HAS_RUN])
1679 -$1=${$1-"${am_missing_run}$2"}
1680 -AC_SUBST($1)])
1681 -
1682 -# AM_MISSING_HAS_RUN
1683 -# ------------------
1684 -# Define MISSING if not defined so far and test if it is modern enough.
1685 -# If it is, set am_missing_run to use it, otherwise, to nothing.
1686 -AC_DEFUN([AM_MISSING_HAS_RUN],
1687 -[AC_REQUIRE([AM_AUX_DIR_EXPAND])dnl
1688 -AC_REQUIRE_AUX_FILE([missing])dnl
1689 -if test x"${MISSING+set}" != xset; then
1690 - case $am_aux_dir in
1691 - *\ * | *\ *)
1692 - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
1693 - *)
1694 - MISSING="\${SHELL} $am_aux_dir/missing" ;;
1695 - esac
1696 -fi
1697 -# Use eval to expand $SHELL
1698 -if eval "$MISSING --is-lightweight"; then
1699 - am_missing_run="$MISSING "
1700 -else
1701 - am_missing_run=
1702 - AC_MSG_WARN(['missing' script is too old or missing])
1703 -fi
1704 -])
1705 -
1706 -# Helper functions for option handling. -*- Autoconf -*-
1707 -
1708 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1709 -#
1710 -# This file is free software; the Free Software Foundation
1711 -# gives unlimited permission to copy and/or distribute it,
1712 -# with or without modifications, as long as this notice is preserved.
1713 -
1714 -# _AM_MANGLE_OPTION(NAME)
1715 -# -----------------------
1716 -AC_DEFUN([_AM_MANGLE_OPTION],
1717 -[[_AM_OPTION_]m4_bpatsubst($1, [[^a-zA-Z0-9_]], [_])])
1718 -
1719 -# _AM_SET_OPTION(NAME)
1720 -# --------------------
1721 -# Set option NAME. Presently that only means defining a flag for this option.
1722 -AC_DEFUN([_AM_SET_OPTION],
1723 -[m4_define(_AM_MANGLE_OPTION([$1]), [1])])
1724 -
1725 -# _AM_SET_OPTIONS(OPTIONS)
1726 -# ------------------------
1727 -# OPTIONS is a space-separated list of Automake options.
1728 -AC_DEFUN([_AM_SET_OPTIONS],
1729 -[m4_foreach_w([_AM_Option], [$1], [_AM_SET_OPTION(_AM_Option)])])
1730 -
1731 -# _AM_IF_OPTION(OPTION, IF-SET, [IF-NOT-SET])
1732 -# -------------------------------------------
1733 -# Execute IF-SET if OPTION is set, IF-NOT-SET otherwise.
1734 -AC_DEFUN([_AM_IF_OPTION],
1735 -[m4_ifset(_AM_MANGLE_OPTION([$1]), [$2], [$3])])
1736 -
1737 -# Check to make sure that the build environment is sane. -*- Autoconf -*-
1738 -
1739 -# Copyright (C) 1996-2013 Free Software Foundation, Inc.
1740 -#
1741 -# This file is free software; the Free Software Foundation
1742 -# gives unlimited permission to copy and/or distribute it,
1743 -# with or without modifications, as long as this notice is preserved.
1744 -
1745 -# AM_SANITY_CHECK
1746 -# ---------------
1747 -AC_DEFUN([AM_SANITY_CHECK],
1748 -[AC_MSG_CHECKING([whether build environment is sane])
1749 -# Reject unsafe characters in $srcdir or the absolute working directory
1750 -# name. Accept space and tab only in the latter.
1751 -am_lf='
1752 -'
1753 -case `pwd` in
1754 - *[[\\\"\#\$\&\'\`$am_lf]]*)
1755 - AC_MSG_ERROR([unsafe absolute working directory name]);;
1756 -esac
1757 -case $srcdir in
1758 - *[[\\\"\#\$\&\'\`$am_lf\ \ ]]*)
1759 - AC_MSG_ERROR([unsafe srcdir value: '$srcdir']);;
1760 -esac
1761 -
1762 -# Do 'set' in a subshell so we don't clobber the current shell's
1763 -# arguments. Must try -L first in case configure is actually a
1764 -# symlink; some systems play weird games with the mod time of symlinks
1765 -# (eg FreeBSD returns the mod time of the symlink's containing
1766 -# directory).
1767 -if (
1768 - am_has_slept=no
1769 - for am_try in 1 2; do
1770 - echo "timestamp, slept: $am_has_slept" > conftest.file
1771 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
1772 - if test "$[*]" = "X"; then
1773 - # -L didn't work.
1774 - set X `ls -t "$srcdir/configure" conftest.file`
1775 - fi
1776 - if test "$[*]" != "X $srcdir/configure conftest.file" \
1777 - && test "$[*]" != "X conftest.file $srcdir/configure"; then
1778 -
1779 - # If neither matched, then we have a broken ls. This can happen
1780 - # if, for instance, CONFIG_SHELL is bash and it inherits a
1781 - # broken ls alias from the environment. This has actually
1782 - # happened. Such a system could not be considered "sane".
1783 - AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1784 - alias in your environment])
1785 - fi
1786 - if test "$[2]" = conftest.file || test $am_try -eq 2; then
1787 - break
1788 - fi
1789 - # Just in case.
1790 - sleep 1
1791 - am_has_slept=yes
1792 - done
1793 - test "$[2]" = conftest.file
1794 - )
1795 -then
1796 - # Ok.
1797 - :
1798 -else
1799 - AC_MSG_ERROR([newly created file is older than distributed files!
1800 -Check your system clock])
1801 -fi
1802 -AC_MSG_RESULT([yes])
1803 -# If we didn't sleep, we still need to ensure time stamps of config.status and
1804 -# generated files are strictly newer.
1805 -am_sleep_pid=
1806 -if grep 'slept: no' conftest.file >/dev/null 2>&1; then
1807 - ( sleep 1 ) &
1808 - am_sleep_pid=$!
1809 -fi
1810 -AC_CONFIG_COMMANDS_PRE(
1811 - [AC_MSG_CHECKING([that generated files are newer than configure])
1812 - if test -n "$am_sleep_pid"; then
1813 - # Hide warnings about reused PIDs.
1814 - wait $am_sleep_pid 2>/dev/null
1815 - fi
1816 - AC_MSG_RESULT([done])])
1817 -rm -f conftest.file
1818 -])
1819 -
1820 -# Copyright (C) 2009-2013 Free Software Foundation, Inc.
1821 -#
1822 -# This file is free software; the Free Software Foundation
1823 -# gives unlimited permission to copy and/or distribute it,
1824 -# with or without modifications, as long as this notice is preserved.
1825 -
1826 -# AM_SILENT_RULES([DEFAULT])
1827 -# --------------------------
1828 -# Enable less verbose build rules; with the default set to DEFAULT
1829 -# ("yes" being less verbose, "no" or empty being verbose).
1830 -AC_DEFUN([AM_SILENT_RULES],
1831 -[AC_ARG_ENABLE([silent-rules], [dnl
1832 -AS_HELP_STRING(
1833 - [--enable-silent-rules],
1834 - [less verbose build output (undo: "make V=1")])
1835 -AS_HELP_STRING(
1836 - [--disable-silent-rules],
1837 - [verbose build output (undo: "make V=0")])dnl
1838 -])
1839 -case $enable_silent_rules in @%:@ (((
1840 - yes) AM_DEFAULT_VERBOSITY=0;;
1841 - no) AM_DEFAULT_VERBOSITY=1;;
1842 - *) AM_DEFAULT_VERBOSITY=m4_if([$1], [yes], [0], [1]);;
1843 -esac
1844 -dnl
1845 -dnl A few 'make' implementations (e.g., NonStop OS and NextStep)
1846 -dnl do not support nested variable expansions.
1847 -dnl See automake bug#9928 and bug#10237.
1848 -am_make=${MAKE-make}
1849 -AC_CACHE_CHECK([whether $am_make supports nested variables],
1850 - [am_cv_make_support_nested_variables],
1851 - [if AS_ECHO([['TRUE=$(BAR$(V))
1852 -BAR0=false
1853 -BAR1=true
1854 -V=1
1855 -am__doit:
1856 - @$(TRUE)
1857 -.PHONY: am__doit']]) | $am_make -f - >/dev/null 2>&1; then
1858 - am_cv_make_support_nested_variables=yes
1859 -else
1860 - am_cv_make_support_nested_variables=no
1861 -fi])
1862 -if test $am_cv_make_support_nested_variables = yes; then
1863 - dnl Using '$V' instead of '$(V)' breaks IRIX make.
1864 - AM_V='$(V)'
1865 - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
1866 -else
1867 - AM_V=$AM_DEFAULT_VERBOSITY
1868 - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
1869 -fi
1870 -AC_SUBST([AM_V])dnl
1871 -AM_SUBST_NOTMAKE([AM_V])dnl
1872 -AC_SUBST([AM_DEFAULT_V])dnl
1873 -AM_SUBST_NOTMAKE([AM_DEFAULT_V])dnl
1874 -AC_SUBST([AM_DEFAULT_VERBOSITY])dnl
1875 -AM_BACKSLASH='\'
1876 -AC_SUBST([AM_BACKSLASH])dnl
1877 -_AM_SUBST_NOTMAKE([AM_BACKSLASH])dnl
1878 -])
1879 -
1880 -# Copyright (C) 2001-2013 Free Software Foundation, Inc.
1881 -#
1882 -# This file is free software; the Free Software Foundation
1883 -# gives unlimited permission to copy and/or distribute it,
1884 -# with or without modifications, as long as this notice is preserved.
1885 -
1886 -# AM_PROG_INSTALL_STRIP
1887 -# ---------------------
1888 -# One issue with vendor 'install' (even GNU) is that you can't
1889 -# specify the program used to strip binaries. This is especially
1890 -# annoying in cross-compiling environments, where the build's strip
1891 -# is unlikely to handle the host's binaries.
1892 -# Fortunately install-sh will honor a STRIPPROG variable, so we
1893 -# always use install-sh in "make install-strip", and initialize
1894 -# STRIPPROG with the value of the STRIP variable (set by the user).
1895 -AC_DEFUN([AM_PROG_INSTALL_STRIP],
1896 -[AC_REQUIRE([AM_PROG_INSTALL_SH])dnl
1897 -# Installed binaries are usually stripped using 'strip' when the user
1898 -# run "make install-strip". However 'strip' might not be the right
1899 -# tool to use in cross-compilation environments, therefore Automake
1900 -# will honor the 'STRIP' environment variable to overrule this program.
1901 -dnl Don't test for $cross_compiling = yes, because it might be 'maybe'.
1902 -if test "$cross_compiling" != no; then
1903 - AC_CHECK_TOOL([STRIP], [strip], :)
1904 -fi
1905 -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
1906 -AC_SUBST([INSTALL_STRIP_PROGRAM])])
1907 -
1908 -# Copyright (C) 2006-2013 Free Software Foundation, Inc.
1909 -#
1910 -# This file is free software; the Free Software Foundation
1911 -# gives unlimited permission to copy and/or distribute it,
1912 -# with or without modifications, as long as this notice is preserved.
1913 -
1914 -# _AM_SUBST_NOTMAKE(VARIABLE)
1915 -# ---------------------------
1916 -# Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
1917 -# This macro is traced by Automake.
1918 -AC_DEFUN([_AM_SUBST_NOTMAKE])
1919 -
1920 -# AM_SUBST_NOTMAKE(VARIABLE)
1921 -# --------------------------
1922 -# Public sister of _AM_SUBST_NOTMAKE.
1923 -AC_DEFUN([AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE($@)])
1924 -
1925 -# Check how to create a tarball. -*- Autoconf -*-
1926 -
1927 -# Copyright (C) 2004-2013 Free Software Foundation, Inc.
1928 -#
1929 -# This file is free software; the Free Software Foundation
1930 -# gives unlimited permission to copy and/or distribute it,
1931 -# with or without modifications, as long as this notice is preserved.
1932 -
1933 -# _AM_PROG_TAR(FORMAT)
1934 -# --------------------
1935 -# Check how to create a tarball in format FORMAT.
1936 -# FORMAT should be one of 'v7', 'ustar', or 'pax'.
1937 -#
1938 -# Substitute a variable $(am__tar) that is a command
1939 -# writing to stdout a FORMAT-tarball containing the directory
1940 -# $tardir.
1941 -# tardir=directory && $(am__tar) > result.tar
1942 -#
1943 -# Substitute a variable $(am__untar) that extract such
1944 -# a tarball read from stdin.
1945 -# $(am__untar) < result.tar
1946 -#
1947 -AC_DEFUN([_AM_PROG_TAR],
1948 -[# Always define AMTAR for backward compatibility. Yes, it's still used
1949 -# in the wild :-( We should find a proper way to deprecate it ...
1950 -AC_SUBST([AMTAR], ['$${TAR-tar}'])
1951 -
1952 -# We'll loop over all known methods to create a tar archive until one works.
1953 -_am_tools='gnutar m4_if([$1], [ustar], [plaintar]) pax cpio none'
1954 -
1955 -m4_if([$1], [v7],
1956 - [am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'],
1957 -
1958 - [m4_case([$1],
1959 - [ustar],
1960 - [# The POSIX 1988 'ustar' format is defined with fixed-size fields.
1961 - # There is notably a 21 bits limit for the UID and the GID. In fact,
1962 - # the 'pax' utility can hang on bigger UID/GID (see automake bug#8343
1963 - # and bug#13588).
1964 - am_max_uid=2097151 # 2^21 - 1
1965 - am_max_gid=$am_max_uid
1966 - # The $UID and $GID variables are not portable, so we need to resort
1967 - # to the POSIX-mandated id(1) utility. Errors in the 'id' calls
1968 - # below are definitely unexpected, so allow the users to see them
1969 - # (that is, avoid stderr redirection).
1970 - am_uid=`id -u || echo unknown`
1971 - am_gid=`id -g || echo unknown`
1972 - AC_MSG_CHECKING([whether UID '$am_uid' is supported by ustar format])
1973 - if test $am_uid -le $am_max_uid; then
1974 - AC_MSG_RESULT([yes])
1975 - else
1976 - AC_MSG_RESULT([no])
1977 - _am_tools=none
1978 - fi
1979 - AC_MSG_CHECKING([whether GID '$am_gid' is supported by ustar format])
1980 - if test $am_gid -le $am_max_gid; then
1981 - AC_MSG_RESULT([yes])
1982 - else
1983 - AC_MSG_RESULT([no])
1984 - _am_tools=none
1985 - fi],
1986 -
1987 - [pax],
1988 - [],
1989 -
1990 - [m4_fatal([Unknown tar format])])
1991 -
1992 - AC_MSG_CHECKING([how to create a $1 tar archive])
1993 -
1994 - # Go ahead even if we have the value already cached. We do so because we
1995 - # need to set the values for the 'am__tar' and 'am__untar' variables.
1996 - _am_tools=${am_cv_prog_tar_$1-$_am_tools}
1997 -
1998 - for _am_tool in $_am_tools; do
1999 - case $_am_tool in
2000 - gnutar)
2001 - for _am_tar in tar gnutar gtar; do
2002 - AM_RUN_LOG([$_am_tar --version]) && break
2003 - done
2004 - am__tar="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$$tardir"'
2005 - am__tar_="$_am_tar --format=m4_if([$1], [pax], [posix], [$1]) -chf - "'"$tardir"'
2006 - am__untar="$_am_tar -xf -"
2007 - ;;
2008 - plaintar)
2009 - # Must skip GNU tar: if it does not support --format= it doesn't create
2010 - # ustar tarball either.
2011 - (tar --version) >/dev/null 2>&1 && continue
2012 - am__tar='tar chf - "$$tardir"'
2013 - am__tar_='tar chf - "$tardir"'
2014 - am__untar='tar xf -'
2015 - ;;
2016 - pax)
2017 - am__tar='pax -L -x $1 -w "$$tardir"'
2018 - am__tar_='pax -L -x $1 -w "$tardir"'
2019 - am__untar='pax -r'
2020 - ;;
2021 - cpio)
2022 - am__tar='find "$$tardir" -print | cpio -o -H $1 -L'
2023 - am__tar_='find "$tardir" -print | cpio -o -H $1 -L'
2024 - am__untar='cpio -i -H $1 -d'
2025 - ;;
2026 - none)
2027 - am__tar=false
2028 - am__tar_=false
2029 - am__untar=false
2030 - ;;
2031 - esac
2032 -
2033 - # If the value was cached, stop now. We just wanted to have am__tar
2034 - # and am__untar set.
2035 - test -n "${am_cv_prog_tar_$1}" && break
2036 -
2037 - # tar/untar a dummy directory, and stop if the command works.
2038 - rm -rf conftest.dir
2039 - mkdir conftest.dir
2040 - echo GrepMe > conftest.dir/file
2041 - AM_RUN_LOG([tardir=conftest.dir && eval $am__tar_ >conftest.tar])
2042 - rm -rf conftest.dir
2043 - if test -s conftest.tar; then
2044 - AM_RUN_LOG([$am__untar <conftest.tar])
2045 - AM_RUN_LOG([cat conftest.dir/file])
2046 - grep GrepMe conftest.dir/file >/dev/null 2>&1 && break
2047 - fi
2048 - done
2049 - rm -rf conftest.dir
2050 -
2051 - AC_CACHE_VAL([am_cv_prog_tar_$1], [am_cv_prog_tar_$1=$_am_tool])
2052 - AC_MSG_RESULT([$am_cv_prog_tar_$1])])
2053 -
2054 -AC_SUBST([am__tar])
2055 -AC_SUBST([am__untar])
2056 -]) # _AM_PROG_TAR
2057 -
2058
2059 diff --git a/autogen.sh b/autogen.sh
2060 new file mode 100755
2061 index 0000000..89dcaff
2062 --- /dev/null
2063 +++ b/autogen.sh
2064 @@ -0,0 +1,2 @@
2065 +#!/bin/sh -x
2066 +exec autoreconf -fi
2067
2068 diff --git a/configure b/configure
2069 deleted file mode 100755
2070 index b3de67e..0000000
2071 --- a/configure
2072 +++ /dev/null
2073 @@ -1,3451 +0,0 @@
2074 -#! /bin/sh
2075 -# Guess values for system-dependent variables and create Makefiles.
2076 -# Generated by GNU Autoconf 2.69 for eselect-rust 0.3.
2077 -#
2078 -#
2079 -# Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc.
2080 -#
2081 -#
2082 -# This configure script is free software; the Free Software Foundation
2083 -# gives unlimited permission to copy, distribute and modify it.
2084 -## -------------------- ##
2085 -## M4sh Initialization. ##
2086 -## -------------------- ##
2087 -
2088 -# Be more Bourne compatible
2089 -DUALCASE=1; export DUALCASE # for MKS sh
2090 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
2091 - emulate sh
2092 - NULLCMD=:
2093 - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
2094 - # is contrary to our usage. Disable this feature.
2095 - alias -g '${1+"$@"}'='"$@"'
2096 - setopt NO_GLOB_SUBST
2097 -else
2098 - case `(set -o) 2>/dev/null` in #(
2099 - *posix*) :
2100 - set -o posix ;; #(
2101 - *) :
2102 - ;;
2103 -esac
2104 -fi
2105 -
2106 -
2107 -as_nl='
2108 -'
2109 -export as_nl
2110 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
2111 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
2112 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
2113 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
2114 -# Prefer a ksh shell builtin over an external printf program on Solaris,
2115 -# but without wasting forks for bash or zsh.
2116 -if test -z "$BASH_VERSION$ZSH_VERSION" \
2117 - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
2118 - as_echo='print -r --'
2119 - as_echo_n='print -rn --'
2120 -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
2121 - as_echo='printf %s\n'
2122 - as_echo_n='printf %s'
2123 -else
2124 - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
2125 - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
2126 - as_echo_n='/usr/ucb/echo -n'
2127 - else
2128 - as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
2129 - as_echo_n_body='eval
2130 - arg=$1;
2131 - case $arg in #(
2132 - *"$as_nl"*)
2133 - expr "X$arg" : "X\\(.*\\)$as_nl";
2134 - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
2135 - esac;
2136 - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
2137 - '
2138 - export as_echo_n_body
2139 - as_echo_n='sh -c $as_echo_n_body as_echo'
2140 - fi
2141 - export as_echo_body
2142 - as_echo='sh -c $as_echo_body as_echo'
2143 -fi
2144 -
2145 -# The user is always right.
2146 -if test "${PATH_SEPARATOR+set}" != set; then
2147 - PATH_SEPARATOR=:
2148 - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
2149 - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
2150 - PATH_SEPARATOR=';'
2151 - }
2152 -fi
2153 -
2154 -
2155 -# IFS
2156 -# We need space, tab and new line, in precisely that order. Quoting is
2157 -# there to prevent editors from complaining about space-tab.
2158 -# (If _AS_PATH_WALK were called with IFS unset, it would disable word
2159 -# splitting by setting IFS to empty value.)
2160 -IFS=" "" $as_nl"
2161 -
2162 -# Find who we are. Look in the path if we contain no directory separator.
2163 -as_myself=
2164 -case $0 in #((
2165 - *[\\/]* ) as_myself=$0 ;;
2166 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2167 -for as_dir in $PATH
2168 -do
2169 - IFS=$as_save_IFS
2170 - test -z "$as_dir" && as_dir=.
2171 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2172 - done
2173 -IFS=$as_save_IFS
2174 -
2175 - ;;
2176 -esac
2177 -# We did not find ourselves, most probably we were run as `sh COMMAND'
2178 -# in which case we are not to be found in the path.
2179 -if test "x$as_myself" = x; then
2180 - as_myself=$0
2181 -fi
2182 -if test ! -f "$as_myself"; then
2183 - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2184 - exit 1
2185 -fi
2186 -
2187 -# Unset variables that we do not need and which cause bugs (e.g. in
2188 -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
2189 -# suppresses any "Segmentation fault" message there. '((' could
2190 -# trigger a bug in pdksh 5.2.14.
2191 -for as_var in BASH_ENV ENV MAIL MAILPATH
2192 -do eval test x\${$as_var+set} = xset \
2193 - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
2194 -done
2195 -PS1='$ '
2196 -PS2='> '
2197 -PS4='+ '
2198 -
2199 -# NLS nuisances.
2200 -LC_ALL=C
2201 -export LC_ALL
2202 -LANGUAGE=C
2203 -export LANGUAGE
2204 -
2205 -# CDPATH.
2206 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
2207 -
2208 -# Use a proper internal environment variable to ensure we don't fall
2209 - # into an infinite loop, continuously re-executing ourselves.
2210 - if test x"${_as_can_reexec}" != xno && test "x$CONFIG_SHELL" != x; then
2211 - _as_can_reexec=no; export _as_can_reexec;
2212 - # We cannot yet assume a decent shell, so we have to provide a
2213 -# neutralization value for shells without unset; and this also
2214 -# works around shells that cannot unset nonexistent variables.
2215 -# Preserve -v and -x to the replacement shell.
2216 -BASH_ENV=/dev/null
2217 -ENV=/dev/null
2218 -(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
2219 -case $- in # ((((
2220 - *v*x* | *x*v* ) as_opts=-vx ;;
2221 - *v* ) as_opts=-v ;;
2222 - *x* ) as_opts=-x ;;
2223 - * ) as_opts= ;;
2224 -esac
2225 -exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
2226 -# Admittedly, this is quite paranoid, since all the known shells bail
2227 -# out after a failed `exec'.
2228 -$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
2229 -as_fn_exit 255
2230 - fi
2231 - # We don't want this to propagate to other subprocesses.
2232 - { _as_can_reexec=; unset _as_can_reexec;}
2233 -if test "x$CONFIG_SHELL" = x; then
2234 - as_bourne_compatible="if test -n \"\${ZSH_VERSION+set}\" && (emulate sh) >/dev/null 2>&1; then :
2235 - emulate sh
2236 - NULLCMD=:
2237 - # Pre-4.2 versions of Zsh do word splitting on \${1+\"\$@\"}, which
2238 - # is contrary to our usage. Disable this feature.
2239 - alias -g '\${1+\"\$@\"}'='\"\$@\"'
2240 - setopt NO_GLOB_SUBST
2241 -else
2242 - case \`(set -o) 2>/dev/null\` in #(
2243 - *posix*) :
2244 - set -o posix ;; #(
2245 - *) :
2246 - ;;
2247 -esac
2248 -fi
2249 -"
2250 - as_required="as_fn_return () { (exit \$1); }
2251 -as_fn_success () { as_fn_return 0; }
2252 -as_fn_failure () { as_fn_return 1; }
2253 -as_fn_ret_success () { return 0; }
2254 -as_fn_ret_failure () { return 1; }
2255 -
2256 -exitcode=0
2257 -as_fn_success || { exitcode=1; echo as_fn_success failed.; }
2258 -as_fn_failure && { exitcode=1; echo as_fn_failure succeeded.; }
2259 -as_fn_ret_success || { exitcode=1; echo as_fn_ret_success failed.; }
2260 -as_fn_ret_failure && { exitcode=1; echo as_fn_ret_failure succeeded.; }
2261 -if ( set x; as_fn_ret_success y && test x = \"\$1\" ); then :
2262 -
2263 -else
2264 - exitcode=1; echo positional parameters were not saved.
2265 -fi
2266 -test x\$exitcode = x0 || exit 1
2267 -test -x / || exit 1"
2268 - as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
2269 - as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
2270 - eval 'test \"x\$as_lineno_1'\$as_run'\" != \"x\$as_lineno_2'\$as_run'\" &&
2271 - test \"x\`expr \$as_lineno_1'\$as_run' + 1\`\" = \"x\$as_lineno_2'\$as_run'\"' || exit 1"
2272 - if (eval "$as_required") 2>/dev/null; then :
2273 - as_have_required=yes
2274 -else
2275 - as_have_required=no
2276 -fi
2277 - if test x$as_have_required = xyes && (eval "$as_suggested") 2>/dev/null; then :
2278 -
2279 -else
2280 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2281 -as_found=false
2282 -for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
2283 -do
2284 - IFS=$as_save_IFS
2285 - test -z "$as_dir" && as_dir=.
2286 - as_found=:
2287 - case $as_dir in #(
2288 - /*)
2289 - for as_base in sh bash ksh sh5; do
2290 - # Try only shells that exist, to save several forks.
2291 - as_shell=$as_dir/$as_base
2292 - if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
2293 - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$as_shell"; } 2>/dev/null; then :
2294 - CONFIG_SHELL=$as_shell as_have_required=yes
2295 - if { $as_echo "$as_bourne_compatible""$as_suggested" | as_run=a "$as_shell"; } 2>/dev/null; then :
2296 - break 2
2297 -fi
2298 -fi
2299 - done;;
2300 - esac
2301 - as_found=false
2302 -done
2303 -$as_found || { if { test -f "$SHELL" || test -f "$SHELL.exe"; } &&
2304 - { $as_echo "$as_bourne_compatible""$as_required" | as_run=a "$SHELL"; } 2>/dev/null; then :
2305 - CONFIG_SHELL=$SHELL as_have_required=yes
2306 -fi; }
2307 -IFS=$as_save_IFS
2308 -
2309 -
2310 - if test "x$CONFIG_SHELL" != x; then :
2311 - export CONFIG_SHELL
2312 - # We cannot yet assume a decent shell, so we have to provide a
2313 -# neutralization value for shells without unset; and this also
2314 -# works around shells that cannot unset nonexistent variables.
2315 -# Preserve -v and -x to the replacement shell.
2316 -BASH_ENV=/dev/null
2317 -ENV=/dev/null
2318 -(unset BASH_ENV) >/dev/null 2>&1 && unset BASH_ENV ENV
2319 -case $- in # ((((
2320 - *v*x* | *x*v* ) as_opts=-vx ;;
2321 - *v* ) as_opts=-v ;;
2322 - *x* ) as_opts=-x ;;
2323 - * ) as_opts= ;;
2324 -esac
2325 -exec $CONFIG_SHELL $as_opts "$as_myself" ${1+"$@"}
2326 -# Admittedly, this is quite paranoid, since all the known shells bail
2327 -# out after a failed `exec'.
2328 -$as_echo "$0: could not re-execute with $CONFIG_SHELL" >&2
2329 -exit 255
2330 -fi
2331 -
2332 - if test x$as_have_required = xno; then :
2333 - $as_echo "$0: This script requires a shell more modern than all"
2334 - $as_echo "$0: the shells that I found on your system."
2335 - if test x${ZSH_VERSION+set} = xset ; then
2336 - $as_echo "$0: In particular, zsh $ZSH_VERSION has bugs and should"
2337 - $as_echo "$0: be upgraded to zsh 4.3.4 or later."
2338 - else
2339 - $as_echo "$0: Please tell bug-autoconf@×××.org about your system,
2340 -$0: including any error possibly output before this
2341 -$0: message. Then install a modern shell, or manually run
2342 -$0: the script under such a shell if you do have one."
2343 - fi
2344 - exit 1
2345 -fi
2346 -fi
2347 -fi
2348 -SHELL=${CONFIG_SHELL-/bin/sh}
2349 -export SHELL
2350 -# Unset more variables known to interfere with behavior of common tools.
2351 -CLICOLOR_FORCE= GREP_OPTIONS=
2352 -unset CLICOLOR_FORCE GREP_OPTIONS
2353 -
2354 -## --------------------- ##
2355 -## M4sh Shell Functions. ##
2356 -## --------------------- ##
2357 -# as_fn_unset VAR
2358 -# ---------------
2359 -# Portably unset VAR.
2360 -as_fn_unset ()
2361 -{
2362 - { eval $1=; unset $1;}
2363 -}
2364 -as_unset=as_fn_unset
2365 -
2366 -# as_fn_set_status STATUS
2367 -# -----------------------
2368 -# Set $? to STATUS, without forking.
2369 -as_fn_set_status ()
2370 -{
2371 - return $1
2372 -} # as_fn_set_status
2373 -
2374 -# as_fn_exit STATUS
2375 -# -----------------
2376 -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
2377 -as_fn_exit ()
2378 -{
2379 - set +e
2380 - as_fn_set_status $1
2381 - exit $1
2382 -} # as_fn_exit
2383 -
2384 -# as_fn_mkdir_p
2385 -# -------------
2386 -# Create "$as_dir" as a directory, including parents if necessary.
2387 -as_fn_mkdir_p ()
2388 -{
2389 -
2390 - case $as_dir in #(
2391 - -*) as_dir=./$as_dir;;
2392 - esac
2393 - test -d "$as_dir" || eval $as_mkdir_p || {
2394 - as_dirs=
2395 - while :; do
2396 - case $as_dir in #(
2397 - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
2398 - *) as_qdir=$as_dir;;
2399 - esac
2400 - as_dirs="'$as_qdir' $as_dirs"
2401 - as_dir=`$as_dirname -- "$as_dir" ||
2402 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2403 - X"$as_dir" : 'X\(//\)[^/]' \| \
2404 - X"$as_dir" : 'X\(//\)$' \| \
2405 - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2406 -$as_echo X"$as_dir" |
2407 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2408 - s//\1/
2409 - q
2410 - }
2411 - /^X\(\/\/\)[^/].*/{
2412 - s//\1/
2413 - q
2414 - }
2415 - /^X\(\/\/\)$/{
2416 - s//\1/
2417 - q
2418 - }
2419 - /^X\(\/\).*/{
2420 - s//\1/
2421 - q
2422 - }
2423 - s/.*/./; q'`
2424 - test -d "$as_dir" && break
2425 - done
2426 - test -z "$as_dirs" || eval "mkdir $as_dirs"
2427 - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
2428 -
2429 -
2430 -} # as_fn_mkdir_p
2431 -
2432 -# as_fn_executable_p FILE
2433 -# -----------------------
2434 -# Test if FILE is an executable regular file.
2435 -as_fn_executable_p ()
2436 -{
2437 - test -f "$1" && test -x "$1"
2438 -} # as_fn_executable_p
2439 -# as_fn_append VAR VALUE
2440 -# ----------------------
2441 -# Append the text in VALUE to the end of the definition contained in VAR. Take
2442 -# advantage of any shell optimizations that allow amortized linear growth over
2443 -# repeated appends, instead of the typical quadratic growth present in naive
2444 -# implementations.
2445 -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
2446 - eval 'as_fn_append ()
2447 - {
2448 - eval $1+=\$2
2449 - }'
2450 -else
2451 - as_fn_append ()
2452 - {
2453 - eval $1=\$$1\$2
2454 - }
2455 -fi # as_fn_append
2456 -
2457 -# as_fn_arith ARG...
2458 -# ------------------
2459 -# Perform arithmetic evaluation on the ARGs, and store the result in the
2460 -# global $as_val. Take advantage of shells that can avoid forks. The arguments
2461 -# must be portable across $(()) and expr.
2462 -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
2463 - eval 'as_fn_arith ()
2464 - {
2465 - as_val=$(( $* ))
2466 - }'
2467 -else
2468 - as_fn_arith ()
2469 - {
2470 - as_val=`expr "$@" || test $? -eq 1`
2471 - }
2472 -fi # as_fn_arith
2473 -
2474 -
2475 -# as_fn_error STATUS ERROR [LINENO LOG_FD]
2476 -# ----------------------------------------
2477 -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
2478 -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
2479 -# script with STATUS, using 1 if that was 0.
2480 -as_fn_error ()
2481 -{
2482 - as_status=$1; test $as_status -eq 0 && as_status=1
2483 - if test "$4"; then
2484 - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
2485 - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
2486 - fi
2487 - $as_echo "$as_me: error: $2" >&2
2488 - as_fn_exit $as_status
2489 -} # as_fn_error
2490 -
2491 -if expr a : '\(a\)' >/dev/null 2>&1 &&
2492 - test "X`expr 00001 : '.*\(...\)'`" = X001; then
2493 - as_expr=expr
2494 -else
2495 - as_expr=false
2496 -fi
2497 -
2498 -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2499 - as_basename=basename
2500 -else
2501 - as_basename=false
2502 -fi
2503 -
2504 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2505 - as_dirname=dirname
2506 -else
2507 - as_dirname=false
2508 -fi
2509 -
2510 -as_me=`$as_basename -- "$0" ||
2511 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2512 - X"$0" : 'X\(//\)$' \| \
2513 - X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2514 -$as_echo X/"$0" |
2515 - sed '/^.*\/\([^/][^/]*\)\/*$/{
2516 - s//\1/
2517 - q
2518 - }
2519 - /^X\/\(\/\/\)$/{
2520 - s//\1/
2521 - q
2522 - }
2523 - /^X\/\(\/\).*/{
2524 - s//\1/
2525 - q
2526 - }
2527 - s/.*/./; q'`
2528 -
2529 -# Avoid depending upon Character Ranges.
2530 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2531 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2532 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2533 -as_cr_digits='0123456789'
2534 -as_cr_alnum=$as_cr_Letters$as_cr_digits
2535 -
2536 -
2537 - as_lineno_1=$LINENO as_lineno_1a=$LINENO
2538 - as_lineno_2=$LINENO as_lineno_2a=$LINENO
2539 - eval 'test "x$as_lineno_1'$as_run'" != "x$as_lineno_2'$as_run'" &&
2540 - test "x`expr $as_lineno_1'$as_run' + 1`" = "x$as_lineno_2'$as_run'"' || {
2541 - # Blame Lee E. McMahon (1931-1989) for sed's syntax. :-)
2542 - sed -n '
2543 - p
2544 - /[$]LINENO/=
2545 - ' <$as_myself |
2546 - sed '
2547 - s/[$]LINENO.*/&-/
2548 - t lineno
2549 - b
2550 - :lineno
2551 - N
2552 - :loop
2553 - s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2554 - t loop
2555 - s/-\n.*//
2556 - ' >$as_me.lineno &&
2557 - chmod +x "$as_me.lineno" ||
2558 - { $as_echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2; as_fn_exit 1; }
2559 -
2560 - # If we had to re-execute with $CONFIG_SHELL, we're ensured to have
2561 - # already done that, so ensure we don't try to do so again and fall
2562 - # in an infinite loop. This has already happened in practice.
2563 - _as_can_reexec=no; export _as_can_reexec
2564 - # Don't try to exec as it changes $[0], causing all sort of problems
2565 - # (the dirname of $[0] is not the place where we might find the
2566 - # original and so on. Autoconf is especially sensitive to this).
2567 - . "./$as_me.lineno"
2568 - # Exit status is that of the last command.
2569 - exit
2570 -}
2571 -
2572 -ECHO_C= ECHO_N= ECHO_T=
2573 -case `echo -n x` in #(((((
2574 --n*)
2575 - case `echo 'xy\c'` in
2576 - *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2577 - xy) ECHO_C='\c';;
2578 - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
2579 - ECHO_T=' ';;
2580 - esac;;
2581 -*)
2582 - ECHO_N='-n';;
2583 -esac
2584 -
2585 -rm -f conf$$ conf$$.exe conf$$.file
2586 -if test -d conf$$.dir; then
2587 - rm -f conf$$.dir/conf$$.file
2588 -else
2589 - rm -f conf$$.dir
2590 - mkdir conf$$.dir 2>/dev/null
2591 -fi
2592 -if (echo >conf$$.file) 2>/dev/null; then
2593 - if ln -s conf$$.file conf$$ 2>/dev/null; then
2594 - as_ln_s='ln -s'
2595 - # ... but there are two gotchas:
2596 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2597 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2598 - # In both cases, we have to default to `cp -pR'.
2599 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2600 - as_ln_s='cp -pR'
2601 - elif ln conf$$.file conf$$ 2>/dev/null; then
2602 - as_ln_s=ln
2603 - else
2604 - as_ln_s='cp -pR'
2605 - fi
2606 -else
2607 - as_ln_s='cp -pR'
2608 -fi
2609 -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2610 -rmdir conf$$.dir 2>/dev/null
2611 -
2612 -if mkdir -p . 2>/dev/null; then
2613 - as_mkdir_p='mkdir -p "$as_dir"'
2614 -else
2615 - test -d ./-p && rmdir ./-p
2616 - as_mkdir_p=false
2617 -fi
2618 -
2619 -as_test_x='test -x'
2620 -as_executable_p=as_fn_executable_p
2621 -
2622 -# Sed expression to map a string onto a valid CPP name.
2623 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2624 -
2625 -# Sed expression to map a string onto a valid variable name.
2626 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2627 -
2628 -
2629 -test -n "$DJDIR" || exec 7<&0 </dev/null
2630 -exec 6>&1
2631 -
2632 -# Name of the host.
2633 -# hostname on some systems (SVR3.2, old GNU/Linux) returns a bogus exit status,
2634 -# so uname gets run too.
2635 -ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
2636 -
2637 -#
2638 -# Initializations.
2639 -#
2640 -ac_default_prefix=/usr/local
2641 -ac_clean_files=
2642 -ac_config_libobj_dir=.
2643 -LIBOBJS=
2644 -cross_compiling=no
2645 -subdirs=
2646 -MFLAGS=
2647 -MAKEFLAGS=
2648 -
2649 -# Identity of this package.
2650 -PACKAGE_NAME='eselect-rust'
2651 -PACKAGE_TARNAME='eselect-rust'
2652 -PACKAGE_VERSION='0.3'
2653 -PACKAGE_STRING='eselect-rust 0.3'
2654 -PACKAGE_BUGREPORT=''
2655 -PACKAGE_URL=''
2656 -
2657 -ac_subst_vars='LTLIBOBJS
2658 -LIBOBJS
2659 -AM_BACKSLASH
2660 -AM_DEFAULT_VERBOSITY
2661 -AM_DEFAULT_V
2662 -AM_V
2663 -am__untar
2664 -am__tar
2665 -AMTAR
2666 -am__leading_dot
2667 -SET_MAKE
2668 -AWK
2669 -mkdir_p
2670 -MKDIR_P
2671 -INSTALL_STRIP_PROGRAM
2672 -STRIP
2673 -install_sh
2674 -MAKEINFO
2675 -AUTOHEADER
2676 -AUTOMAKE
2677 -AUTOCONF
2678 -ACLOCAL
2679 -VERSION
2680 -PACKAGE
2681 -CYGPATH_W
2682 -am__isrc
2683 -INSTALL_DATA
2684 -INSTALL_SCRIPT
2685 -INSTALL_PROGRAM
2686 -target_alias
2687 -host_alias
2688 -build_alias
2689 -LIBS
2690 -ECHO_T
2691 -ECHO_N
2692 -ECHO_C
2693 -DEFS
2694 -mandir
2695 -localedir
2696 -libdir
2697 -psdir
2698 -pdfdir
2699 -dvidir
2700 -htmldir
2701 -infodir
2702 -docdir
2703 -oldincludedir
2704 -includedir
2705 -localstatedir
2706 -sharedstatedir
2707 -sysconfdir
2708 -datadir
2709 -datarootdir
2710 -libexecdir
2711 -sbindir
2712 -bindir
2713 -program_transform_name
2714 -prefix
2715 -exec_prefix
2716 -PACKAGE_URL
2717 -PACKAGE_BUGREPORT
2718 -PACKAGE_STRING
2719 -PACKAGE_VERSION
2720 -PACKAGE_TARNAME
2721 -PACKAGE_NAME
2722 -PATH_SEPARATOR
2723 -SHELL'
2724 -ac_subst_files=''
2725 -ac_user_opts='
2726 -enable_option_checking
2727 -enable_silent_rules
2728 -'
2729 - ac_precious_vars='build_alias
2730 -host_alias
2731 -target_alias'
2732 -
2733 -
2734 -# Initialize some variables set by options.
2735 -ac_init_help=
2736 -ac_init_version=false
2737 -ac_unrecognized_opts=
2738 -ac_unrecognized_sep=
2739 -# The variables have the same names as the options, with
2740 -# dashes changed to underlines.
2741 -cache_file=/dev/null
2742 -exec_prefix=NONE
2743 -no_create=
2744 -no_recursion=
2745 -prefix=NONE
2746 -program_prefix=NONE
2747 -program_suffix=NONE
2748 -program_transform_name=s,x,x,
2749 -silent=
2750 -site=
2751 -srcdir=
2752 -verbose=
2753 -x_includes=NONE
2754 -x_libraries=NONE
2755 -
2756 -# Installation directory options.
2757 -# These are left unexpanded so users can "make install exec_prefix=/foo"
2758 -# and all the variables that are supposed to be based on exec_prefix
2759 -# by default will actually change.
2760 -# Use braces instead of parens because sh, perl, etc. also accept them.
2761 -# (The list follows the same order as the GNU Coding Standards.)
2762 -bindir='${exec_prefix}/bin'
2763 -sbindir='${exec_prefix}/sbin'
2764 -libexecdir='${exec_prefix}/libexec'
2765 -datarootdir='${prefix}/share'
2766 -datadir='${datarootdir}'
2767 -sysconfdir='${prefix}/etc'
2768 -sharedstatedir='${prefix}/com'
2769 -localstatedir='${prefix}/var'
2770 -includedir='${prefix}/include'
2771 -oldincludedir='/usr/include'
2772 -docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
2773 -infodir='${datarootdir}/info'
2774 -htmldir='${docdir}'
2775 -dvidir='${docdir}'
2776 -pdfdir='${docdir}'
2777 -psdir='${docdir}'
2778 -libdir='${exec_prefix}/lib'
2779 -localedir='${datarootdir}/locale'
2780 -mandir='${datarootdir}/man'
2781 -
2782 -ac_prev=
2783 -ac_dashdash=
2784 -for ac_option
2785 -do
2786 - # If the previous option needs an argument, assign it.
2787 - if test -n "$ac_prev"; then
2788 - eval $ac_prev=\$ac_option
2789 - ac_prev=
2790 - continue
2791 - fi
2792 -
2793 - case $ac_option in
2794 - *=?*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
2795 - *=) ac_optarg= ;;
2796 - *) ac_optarg=yes ;;
2797 - esac
2798 -
2799 - # Accept the important Cygnus configure options, so we can diagnose typos.
2800 -
2801 - case $ac_dashdash$ac_option in
2802 - --)
2803 - ac_dashdash=yes ;;
2804 -
2805 - -bindir | --bindir | --bindi | --bind | --bin | --bi)
2806 - ac_prev=bindir ;;
2807 - -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
2808 - bindir=$ac_optarg ;;
2809 -
2810 - -build | --build | --buil | --bui | --bu)
2811 - ac_prev=build_alias ;;
2812 - -build=* | --build=* | --buil=* | --bui=* | --bu=*)
2813 - build_alias=$ac_optarg ;;
2814 -
2815 - -cache-file | --cache-file | --cache-fil | --cache-fi \
2816 - | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
2817 - ac_prev=cache_file ;;
2818 - -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
2819 - | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
2820 - cache_file=$ac_optarg ;;
2821 -
2822 - --config-cache | -C)
2823 - cache_file=config.cache ;;
2824 -
2825 - -datadir | --datadir | --datadi | --datad)
2826 - ac_prev=datadir ;;
2827 - -datadir=* | --datadir=* | --datadi=* | --datad=*)
2828 - datadir=$ac_optarg ;;
2829 -
2830 - -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
2831 - | --dataroo | --dataro | --datar)
2832 - ac_prev=datarootdir ;;
2833 - -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
2834 - | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
2835 - datarootdir=$ac_optarg ;;
2836 -
2837 - -disable-* | --disable-*)
2838 - ac_useropt=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
2839 - # Reject names that are not valid shell variable names.
2840 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2841 - as_fn_error $? "invalid feature name: $ac_useropt"
2842 - ac_useropt_orig=$ac_useropt
2843 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2844 - case $ac_user_opts in
2845 - *"
2846 -"enable_$ac_useropt"
2847 -"*) ;;
2848 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--disable-$ac_useropt_orig"
2849 - ac_unrecognized_sep=', ';;
2850 - esac
2851 - eval enable_$ac_useropt=no ;;
2852 -
2853 - -docdir | --docdir | --docdi | --doc | --do)
2854 - ac_prev=docdir ;;
2855 - -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
2856 - docdir=$ac_optarg ;;
2857 -
2858 - -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
2859 - ac_prev=dvidir ;;
2860 - -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
2861 - dvidir=$ac_optarg ;;
2862 -
2863 - -enable-* | --enable-*)
2864 - ac_useropt=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
2865 - # Reject names that are not valid shell variable names.
2866 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
2867 - as_fn_error $? "invalid feature name: $ac_useropt"
2868 - ac_useropt_orig=$ac_useropt
2869 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
2870 - case $ac_user_opts in
2871 - *"
2872 -"enable_$ac_useropt"
2873 -"*) ;;
2874 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--enable-$ac_useropt_orig"
2875 - ac_unrecognized_sep=', ';;
2876 - esac
2877 - eval enable_$ac_useropt=\$ac_optarg ;;
2878 -
2879 - -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
2880 - | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
2881 - | --exec | --exe | --ex)
2882 - ac_prev=exec_prefix ;;
2883 - -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
2884 - | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
2885 - | --exec=* | --exe=* | --ex=*)
2886 - exec_prefix=$ac_optarg ;;
2887 -
2888 - -gas | --gas | --ga | --g)
2889 - # Obsolete; use --with-gas.
2890 - with_gas=yes ;;
2891 -
2892 - -help | --help | --hel | --he | -h)
2893 - ac_init_help=long ;;
2894 - -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
2895 - ac_init_help=recursive ;;
2896 - -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
2897 - ac_init_help=short ;;
2898 -
2899 - -host | --host | --hos | --ho)
2900 - ac_prev=host_alias ;;
2901 - -host=* | --host=* | --hos=* | --ho=*)
2902 - host_alias=$ac_optarg ;;
2903 -
2904 - -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
2905 - ac_prev=htmldir ;;
2906 - -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
2907 - | --ht=*)
2908 - htmldir=$ac_optarg ;;
2909 -
2910 - -includedir | --includedir | --includedi | --included | --include \
2911 - | --includ | --inclu | --incl | --inc)
2912 - ac_prev=includedir ;;
2913 - -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
2914 - | --includ=* | --inclu=* | --incl=* | --inc=*)
2915 - includedir=$ac_optarg ;;
2916 -
2917 - -infodir | --infodir | --infodi | --infod | --info | --inf)
2918 - ac_prev=infodir ;;
2919 - -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
2920 - infodir=$ac_optarg ;;
2921 -
2922 - -libdir | --libdir | --libdi | --libd)
2923 - ac_prev=libdir ;;
2924 - -libdir=* | --libdir=* | --libdi=* | --libd=*)
2925 - libdir=$ac_optarg ;;
2926 -
2927 - -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
2928 - | --libexe | --libex | --libe)
2929 - ac_prev=libexecdir ;;
2930 - -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
2931 - | --libexe=* | --libex=* | --libe=*)
2932 - libexecdir=$ac_optarg ;;
2933 -
2934 - -localedir | --localedir | --localedi | --localed | --locale)
2935 - ac_prev=localedir ;;
2936 - -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
2937 - localedir=$ac_optarg ;;
2938 -
2939 - -localstatedir | --localstatedir | --localstatedi | --localstated \
2940 - | --localstate | --localstat | --localsta | --localst | --locals)
2941 - ac_prev=localstatedir ;;
2942 - -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
2943 - | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
2944 - localstatedir=$ac_optarg ;;
2945 -
2946 - -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
2947 - ac_prev=mandir ;;
2948 - -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
2949 - mandir=$ac_optarg ;;
2950 -
2951 - -nfp | --nfp | --nf)
2952 - # Obsolete; use --without-fp.
2953 - with_fp=no ;;
2954 -
2955 - -no-create | --no-create | --no-creat | --no-crea | --no-cre \
2956 - | --no-cr | --no-c | -n)
2957 - no_create=yes ;;
2958 -
2959 - -no-recursion | --no-recursion | --no-recursio | --no-recursi \
2960 - | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
2961 - no_recursion=yes ;;
2962 -
2963 - -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
2964 - | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
2965 - | --oldin | --oldi | --old | --ol | --o)
2966 - ac_prev=oldincludedir ;;
2967 - -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
2968 - | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
2969 - | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
2970 - oldincludedir=$ac_optarg ;;
2971 -
2972 - -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
2973 - ac_prev=prefix ;;
2974 - -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
2975 - prefix=$ac_optarg ;;
2976 -
2977 - -program-prefix | --program-prefix | --program-prefi | --program-pref \
2978 - | --program-pre | --program-pr | --program-p)
2979 - ac_prev=program_prefix ;;
2980 - -program-prefix=* | --program-prefix=* | --program-prefi=* \
2981 - | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
2982 - program_prefix=$ac_optarg ;;
2983 -
2984 - -program-suffix | --program-suffix | --program-suffi | --program-suff \
2985 - | --program-suf | --program-su | --program-s)
2986 - ac_prev=program_suffix ;;
2987 - -program-suffix=* | --program-suffix=* | --program-suffi=* \
2988 - | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
2989 - program_suffix=$ac_optarg ;;
2990 -
2991 - -program-transform-name | --program-transform-name \
2992 - | --program-transform-nam | --program-transform-na \
2993 - | --program-transform-n | --program-transform- \
2994 - | --program-transform | --program-transfor \
2995 - | --program-transfo | --program-transf \
2996 - | --program-trans | --program-tran \
2997 - | --progr-tra | --program-tr | --program-t)
2998 - ac_prev=program_transform_name ;;
2999 - -program-transform-name=* | --program-transform-name=* \
3000 - | --program-transform-nam=* | --program-transform-na=* \
3001 - | --program-transform-n=* | --program-transform-=* \
3002 - | --program-transform=* | --program-transfor=* \
3003 - | --program-transfo=* | --program-transf=* \
3004 - | --program-trans=* | --program-tran=* \
3005 - | --progr-tra=* | --program-tr=* | --program-t=*)
3006 - program_transform_name=$ac_optarg ;;
3007 -
3008 - -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
3009 - ac_prev=pdfdir ;;
3010 - -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
3011 - pdfdir=$ac_optarg ;;
3012 -
3013 - -psdir | --psdir | --psdi | --psd | --ps)
3014 - ac_prev=psdir ;;
3015 - -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
3016 - psdir=$ac_optarg ;;
3017 -
3018 - -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3019 - | -silent | --silent | --silen | --sile | --sil)
3020 - silent=yes ;;
3021 -
3022 - -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
3023 - ac_prev=sbindir ;;
3024 - -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
3025 - | --sbi=* | --sb=*)
3026 - sbindir=$ac_optarg ;;
3027 -
3028 - -sharedstatedir | --sharedstatedir | --sharedstatedi \
3029 - | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
3030 - | --sharedst | --shareds | --shared | --share | --shar \
3031 - | --sha | --sh)
3032 - ac_prev=sharedstatedir ;;
3033 - -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
3034 - | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
3035 - | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
3036 - | --sha=* | --sh=*)
3037 - sharedstatedir=$ac_optarg ;;
3038 -
3039 - -site | --site | --sit)
3040 - ac_prev=site ;;
3041 - -site=* | --site=* | --sit=*)
3042 - site=$ac_optarg ;;
3043 -
3044 - -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
3045 - ac_prev=srcdir ;;
3046 - -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
3047 - srcdir=$ac_optarg ;;
3048 -
3049 - -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
3050 - | --syscon | --sysco | --sysc | --sys | --sy)
3051 - ac_prev=sysconfdir ;;
3052 - -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
3053 - | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
3054 - sysconfdir=$ac_optarg ;;
3055 -
3056 - -target | --target | --targe | --targ | --tar | --ta | --t)
3057 - ac_prev=target_alias ;;
3058 - -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
3059 - target_alias=$ac_optarg ;;
3060 -
3061 - -v | -verbose | --verbose | --verbos | --verbo | --verb)
3062 - verbose=yes ;;
3063 -
3064 - -version | --version | --versio | --versi | --vers | -V)
3065 - ac_init_version=: ;;
3066 -
3067 - -with-* | --with-*)
3068 - ac_useropt=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
3069 - # Reject names that are not valid shell variable names.
3070 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3071 - as_fn_error $? "invalid package name: $ac_useropt"
3072 - ac_useropt_orig=$ac_useropt
3073 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3074 - case $ac_user_opts in
3075 - *"
3076 -"with_$ac_useropt"
3077 -"*) ;;
3078 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--with-$ac_useropt_orig"
3079 - ac_unrecognized_sep=', ';;
3080 - esac
3081 - eval with_$ac_useropt=\$ac_optarg ;;
3082 -
3083 - -without-* | --without-*)
3084 - ac_useropt=`expr "x$ac_option" : 'x-*without-\(.*\)'`
3085 - # Reject names that are not valid shell variable names.
3086 - expr "x$ac_useropt" : ".*[^-+._$as_cr_alnum]" >/dev/null &&
3087 - as_fn_error $? "invalid package name: $ac_useropt"
3088 - ac_useropt_orig=$ac_useropt
3089 - ac_useropt=`$as_echo "$ac_useropt" | sed 's/[-+.]/_/g'`
3090 - case $ac_user_opts in
3091 - *"
3092 -"with_$ac_useropt"
3093 -"*) ;;
3094 - *) ac_unrecognized_opts="$ac_unrecognized_opts$ac_unrecognized_sep--without-$ac_useropt_orig"
3095 - ac_unrecognized_sep=', ';;
3096 - esac
3097 - eval with_$ac_useropt=no ;;
3098 -
3099 - --x)
3100 - # Obsolete; use --with-x.
3101 - with_x=yes ;;
3102 -
3103 - -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
3104 - | --x-incl | --x-inc | --x-in | --x-i)
3105 - ac_prev=x_includes ;;
3106 - -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
3107 - | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
3108 - x_includes=$ac_optarg ;;
3109 -
3110 - -x-libraries | --x-libraries | --x-librarie | --x-librari \
3111 - | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
3112 - ac_prev=x_libraries ;;
3113 - -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
3114 - | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
3115 - x_libraries=$ac_optarg ;;
3116 -
3117 - -*) as_fn_error $? "unrecognized option: \`$ac_option'
3118 -Try \`$0 --help' for more information"
3119 - ;;
3120 -
3121 - *=*)
3122 - ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
3123 - # Reject names that are not valid shell variable names.
3124 - case $ac_envvar in #(
3125 - '' | [0-9]* | *[!_$as_cr_alnum]* )
3126 - as_fn_error $? "invalid variable name: \`$ac_envvar'" ;;
3127 - esac
3128 - eval $ac_envvar=\$ac_optarg
3129 - export $ac_envvar ;;
3130 -
3131 - *)
3132 - # FIXME: should be removed in autoconf 3.0.
3133 - $as_echo "$as_me: WARNING: you should use --build, --host, --target" >&2
3134 - expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
3135 - $as_echo "$as_me: WARNING: invalid host type: $ac_option" >&2
3136 - : "${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}"
3137 - ;;
3138 -
3139 - esac
3140 -done
3141 -
3142 -if test -n "$ac_prev"; then
3143 - ac_option=--`echo $ac_prev | sed 's/_/-/g'`
3144 - as_fn_error $? "missing argument to $ac_option"
3145 -fi
3146 -
3147 -if test -n "$ac_unrecognized_opts"; then
3148 - case $enable_option_checking in
3149 - no) ;;
3150 - fatal) as_fn_error $? "unrecognized options: $ac_unrecognized_opts" ;;
3151 - *) $as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2 ;;
3152 - esac
3153 -fi
3154 -
3155 -# Check all directory arguments for consistency.
3156 -for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
3157 - datadir sysconfdir sharedstatedir localstatedir includedir \
3158 - oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
3159 - libdir localedir mandir
3160 -do
3161 - eval ac_val=\$$ac_var
3162 - # Remove trailing slashes.
3163 - case $ac_val in
3164 - */ )
3165 - ac_val=`expr "X$ac_val" : 'X\(.*[^/]\)' \| "X$ac_val" : 'X\(.*\)'`
3166 - eval $ac_var=\$ac_val;;
3167 - esac
3168 - # Be sure to have absolute directory names.
3169 - case $ac_val in
3170 - [\\/$]* | ?:[\\/]* ) continue;;
3171 - NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
3172 - esac
3173 - as_fn_error $? "expected an absolute directory name for --$ac_var: $ac_val"
3174 -done
3175 -
3176 -# There might be people who depend on the old broken behavior: `$host'
3177 -# used to hold the argument of --host etc.
3178 -# FIXME: To remove some day.
3179 -build=$build_alias
3180 -host=$host_alias
3181 -target=$target_alias
3182 -
3183 -# FIXME: To remove some day.
3184 -if test "x$host_alias" != x; then
3185 - if test "x$build_alias" = x; then
3186 - cross_compiling=maybe
3187 - elif test "x$build_alias" != "x$host_alias"; then
3188 - cross_compiling=yes
3189 - fi
3190 -fi
3191 -
3192 -ac_tool_prefix=
3193 -test -n "$host_alias" && ac_tool_prefix=$host_alias-
3194 -
3195 -test "$silent" = yes && exec 6>/dev/null
3196 -
3197 -
3198 -ac_pwd=`pwd` && test -n "$ac_pwd" &&
3199 -ac_ls_di=`ls -di .` &&
3200 -ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
3201 - as_fn_error $? "working directory cannot be determined"
3202 -test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
3203 - as_fn_error $? "pwd does not report name of working directory"
3204 -
3205 -
3206 -# Find the source files, if location was not specified.
3207 -if test -z "$srcdir"; then
3208 - ac_srcdir_defaulted=yes
3209 - # Try the directory containing this script, then the parent directory.
3210 - ac_confdir=`$as_dirname -- "$as_myself" ||
3211 -$as_expr X"$as_myself" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
3212 - X"$as_myself" : 'X\(//\)[^/]' \| \
3213 - X"$as_myself" : 'X\(//\)$' \| \
3214 - X"$as_myself" : 'X\(/\)' \| . 2>/dev/null ||
3215 -$as_echo X"$as_myself" |
3216 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
3217 - s//\1/
3218 - q
3219 - }
3220 - /^X\(\/\/\)[^/].*/{
3221 - s//\1/
3222 - q
3223 - }
3224 - /^X\(\/\/\)$/{
3225 - s//\1/
3226 - q
3227 - }
3228 - /^X\(\/\).*/{
3229 - s//\1/
3230 - q
3231 - }
3232 - s/.*/./; q'`
3233 - srcdir=$ac_confdir
3234 - if test ! -r "$srcdir/$ac_unique_file"; then
3235 - srcdir=..
3236 - fi
3237 -else
3238 - ac_srcdir_defaulted=no
3239 -fi
3240 -if test ! -r "$srcdir/$ac_unique_file"; then
3241 - test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
3242 - as_fn_error $? "cannot find sources ($ac_unique_file) in $srcdir"
3243 -fi
3244 -ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
3245 -ac_abs_confdir=`(
3246 - cd "$srcdir" && test -r "./$ac_unique_file" || as_fn_error $? "$ac_msg"
3247 - pwd)`
3248 -# When building in place, set srcdir=.
3249 -if test "$ac_abs_confdir" = "$ac_pwd"; then
3250 - srcdir=.
3251 -fi
3252 -# Remove unnecessary trailing slashes from srcdir.
3253 -# Double slashes in file names in object file debugging info
3254 -# mess up M-x gdb in Emacs.
3255 -case $srcdir in
3256 -*/) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
3257 -esac
3258 -for ac_var in $ac_precious_vars; do
3259 - eval ac_env_${ac_var}_set=\${${ac_var}+set}
3260 - eval ac_env_${ac_var}_value=\$${ac_var}
3261 - eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
3262 - eval ac_cv_env_${ac_var}_value=\$${ac_var}
3263 -done
3264 -
3265 -#
3266 -# Report the --help message.
3267 -#
3268 -if test "$ac_init_help" = "long"; then
3269 - # Omit some internal or obsolete options to make the list less imposing.
3270 - # This message is too long to be a string in the A/UX 3.1 sh.
3271 - cat <<_ACEOF
3272 -\`configure' configures eselect-rust 0.3 to adapt to many kinds of systems.
3273 -
3274 -Usage: $0 [OPTION]... [VAR=VALUE]...
3275 -
3276 -To assign environment variables (e.g., CC, CFLAGS...), specify them as
3277 -VAR=VALUE. See below for descriptions of some of the useful variables.
3278 -
3279 -Defaults for the options are specified in brackets.
3280 -
3281 -Configuration:
3282 - -h, --help display this help and exit
3283 - --help=short display options specific to this package
3284 - --help=recursive display the short help of all the included packages
3285 - -V, --version display version information and exit
3286 - -q, --quiet, --silent do not print \`checking ...' messages
3287 - --cache-file=FILE cache test results in FILE [disabled]
3288 - -C, --config-cache alias for \`--cache-file=config.cache'
3289 - -n, --no-create do not create output files
3290 - --srcdir=DIR find the sources in DIR [configure dir or \`..']
3291 -
3292 -Installation directories:
3293 - --prefix=PREFIX install architecture-independent files in PREFIX
3294 - [$ac_default_prefix]
3295 - --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
3296 - [PREFIX]
3297 -
3298 -By default, \`make install' will install all the files in
3299 -\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
3300 -an installation prefix other than \`$ac_default_prefix' using \`--prefix',
3301 -for instance \`--prefix=\$HOME'.
3302 -
3303 -For better control, use the options below.
3304 -
3305 -Fine tuning of the installation directories:
3306 - --bindir=DIR user executables [EPREFIX/bin]
3307 - --sbindir=DIR system admin executables [EPREFIX/sbin]
3308 - --libexecdir=DIR program executables [EPREFIX/libexec]
3309 - --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
3310 - --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
3311 - --localstatedir=DIR modifiable single-machine data [PREFIX/var]
3312 - --libdir=DIR object code libraries [EPREFIX/lib]
3313 - --includedir=DIR C header files [PREFIX/include]
3314 - --oldincludedir=DIR C header files for non-gcc [/usr/include]
3315 - --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
3316 - --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
3317 - --infodir=DIR info documentation [DATAROOTDIR/info]
3318 - --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
3319 - --mandir=DIR man documentation [DATAROOTDIR/man]
3320 - --docdir=DIR documentation root [DATAROOTDIR/doc/eselect-rust]
3321 - --htmldir=DIR html documentation [DOCDIR]
3322 - --dvidir=DIR dvi documentation [DOCDIR]
3323 - --pdfdir=DIR pdf documentation [DOCDIR]
3324 - --psdir=DIR ps documentation [DOCDIR]
3325 -_ACEOF
3326 -
3327 - cat <<\_ACEOF
3328 -
3329 -Program names:
3330 - --program-prefix=PREFIX prepend PREFIX to installed program names
3331 - --program-suffix=SUFFIX append SUFFIX to installed program names
3332 - --program-transform-name=PROGRAM run sed PROGRAM on installed program names
3333 -_ACEOF
3334 -fi
3335 -
3336 -if test -n "$ac_init_help"; then
3337 - case $ac_init_help in
3338 - short | recursive ) echo "Configuration of eselect-rust 0.3:";;
3339 - esac
3340 - cat <<\_ACEOF
3341 -
3342 -Optional Features:
3343 - --disable-option-checking ignore unrecognized --enable/--with options
3344 - --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
3345 - --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
3346 - --enable-silent-rules less verbose build output (undo: "make V=1")
3347 - --disable-silent-rules verbose build output (undo: "make V=0")
3348 -
3349 -Report bugs to the package provider.
3350 -_ACEOF
3351 -ac_status=$?
3352 -fi
3353 -
3354 -if test "$ac_init_help" = "recursive"; then
3355 - # If there are subdirs, report their specific --help.
3356 - for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
3357 - test -d "$ac_dir" ||
3358 - { cd "$srcdir" && ac_pwd=`pwd` && srcdir=. && test -d "$ac_dir"; } ||
3359 - continue
3360 - ac_builddir=.
3361 -
3362 -case "$ac_dir" in
3363 -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
3364 -*)
3365 - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
3366 - # A ".." for each directory in $ac_dir_suffix.
3367 - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
3368 - case $ac_top_builddir_sub in
3369 - "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
3370 - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
3371 - esac ;;
3372 -esac
3373 -ac_abs_top_builddir=$ac_pwd
3374 -ac_abs_builddir=$ac_pwd$ac_dir_suffix
3375 -# for backward compatibility:
3376 -ac_top_builddir=$ac_top_build_prefix
3377 -
3378 -case $srcdir in
3379 - .) # We are building in place.
3380 - ac_srcdir=.
3381 - ac_top_srcdir=$ac_top_builddir_sub
3382 - ac_abs_top_srcdir=$ac_pwd ;;
3383 - [\\/]* | ?:[\\/]* ) # Absolute name.
3384 - ac_srcdir=$srcdir$ac_dir_suffix;
3385 - ac_top_srcdir=$srcdir
3386 - ac_abs_top_srcdir=$srcdir ;;
3387 - *) # Relative name.
3388 - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3389 - ac_top_srcdir=$ac_top_build_prefix$srcdir
3390 - ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3391 -esac
3392 -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3393 -
3394 - cd "$ac_dir" || { ac_status=$?; continue; }
3395 - # Check for guested configure.
3396 - if test -f "$ac_srcdir/configure.gnu"; then
3397 - echo &&
3398 - $SHELL "$ac_srcdir/configure.gnu" --help=recursive
3399 - elif test -f "$ac_srcdir/configure"; then
3400 - echo &&
3401 - $SHELL "$ac_srcdir/configure" --help=recursive
3402 - else
3403 - $as_echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
3404 - fi || ac_status=$?
3405 - cd "$ac_pwd" || { ac_status=$?; break; }
3406 - done
3407 -fi
3408 -
3409 -test -n "$ac_init_help" && exit $ac_status
3410 -if $ac_init_version; then
3411 - cat <<\_ACEOF
3412 -eselect-rust configure 0.3
3413 -generated by GNU Autoconf 2.69
3414 -
3415 -Copyright (C) 2012 Free Software Foundation, Inc.
3416 -This configure script is free software; the Free Software Foundation
3417 -gives unlimited permission to copy, distribute and modify it.
3418 -_ACEOF
3419 - exit
3420 -fi
3421 -
3422 -## ------------------------ ##
3423 -## Autoconf initialization. ##
3424 -## ------------------------ ##
3425 -cat >config.log <<_ACEOF
3426 -This file contains any messages produced by compilers while
3427 -running configure, to aid debugging if configure makes a mistake.
3428 -
3429 -It was created by eselect-rust $as_me 0.3, which was
3430 -generated by GNU Autoconf 2.69. Invocation command line was
3431 -
3432 - $ $0 $@
3433 -
3434 -_ACEOF
3435 -exec 5>>config.log
3436 -{
3437 -cat <<_ASUNAME
3438 -## --------- ##
3439 -## Platform. ##
3440 -## --------- ##
3441 -
3442 -hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
3443 -uname -m = `(uname -m) 2>/dev/null || echo unknown`
3444 -uname -r = `(uname -r) 2>/dev/null || echo unknown`
3445 -uname -s = `(uname -s) 2>/dev/null || echo unknown`
3446 -uname -v = `(uname -v) 2>/dev/null || echo unknown`
3447 -
3448 -/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
3449 -/bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
3450 -
3451 -/bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
3452 -/usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
3453 -/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
3454 -/usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
3455 -/bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
3456 -/usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
3457 -/bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
3458 -
3459 -_ASUNAME
3460 -
3461 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3462 -for as_dir in $PATH
3463 -do
3464 - IFS=$as_save_IFS
3465 - test -z "$as_dir" && as_dir=.
3466 - $as_echo "PATH: $as_dir"
3467 - done
3468 -IFS=$as_save_IFS
3469 -
3470 -} >&5
3471 -
3472 -cat >&5 <<_ACEOF
3473 -
3474 -
3475 -## ----------- ##
3476 -## Core tests. ##
3477 -## ----------- ##
3478 -
3479 -_ACEOF
3480 -
3481 -
3482 -# Keep a trace of the command line.
3483 -# Strip out --no-create and --no-recursion so they do not pile up.
3484 -# Strip out --silent because we don't want to record it for future runs.
3485 -# Also quote any args containing shell meta-characters.
3486 -# Make two passes to allow for proper duplicate-argument suppression.
3487 -ac_configure_args=
3488 -ac_configure_args0=
3489 -ac_configure_args1=
3490 -ac_must_keep_next=false
3491 -for ac_pass in 1 2
3492 -do
3493 - for ac_arg
3494 - do
3495 - case $ac_arg in
3496 - -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
3497 - -q | -quiet | --quiet | --quie | --qui | --qu | --q \
3498 - | -silent | --silent | --silen | --sile | --sil)
3499 - continue ;;
3500 - *\'*)
3501 - ac_arg=`$as_echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
3502 - esac
3503 - case $ac_pass in
3504 - 1) as_fn_append ac_configure_args0 " '$ac_arg'" ;;
3505 - 2)
3506 - as_fn_append ac_configure_args1 " '$ac_arg'"
3507 - if test $ac_must_keep_next = true; then
3508 - ac_must_keep_next=false # Got value, back to normal.
3509 - else
3510 - case $ac_arg in
3511 - *=* | --config-cache | -C | -disable-* | --disable-* \
3512 - | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
3513 - | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
3514 - | -with-* | --with-* | -without-* | --without-* | --x)
3515 - case "$ac_configure_args0 " in
3516 - "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
3517 - esac
3518 - ;;
3519 - -* ) ac_must_keep_next=true ;;
3520 - esac
3521 - fi
3522 - as_fn_append ac_configure_args " '$ac_arg'"
3523 - ;;
3524 - esac
3525 - done
3526 -done
3527 -{ ac_configure_args0=; unset ac_configure_args0;}
3528 -{ ac_configure_args1=; unset ac_configure_args1;}
3529 -
3530 -# When interrupted or exit'd, cleanup temporary files, and complete
3531 -# config.log. We remove comments because anyway the quotes in there
3532 -# would cause problems or look ugly.
3533 -# WARNING: Use '\'' to represent an apostrophe within the trap.
3534 -# WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
3535 -trap 'exit_status=$?
3536 - # Save into config.log some information that might help in debugging.
3537 - {
3538 - echo
3539 -
3540 - $as_echo "## ---------------- ##
3541 -## Cache variables. ##
3542 -## ---------------- ##"
3543 - echo
3544 - # The following way of writing the cache mishandles newlines in values,
3545 -(
3546 - for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
3547 - eval ac_val=\$$ac_var
3548 - case $ac_val in #(
3549 - *${as_nl}*)
3550 - case $ac_var in #(
3551 - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
3552 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
3553 - esac
3554 - case $ac_var in #(
3555 - _ | IFS | as_nl) ;; #(
3556 - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
3557 - *) { eval $ac_var=; unset $ac_var;} ;;
3558 - esac ;;
3559 - esac
3560 - done
3561 - (set) 2>&1 |
3562 - case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
3563 - *${as_nl}ac_space=\ *)
3564 - sed -n \
3565 - "s/'\''/'\''\\\\'\'''\''/g;
3566 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
3567 - ;; #(
3568 - *)
3569 - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
3570 - ;;
3571 - esac |
3572 - sort
3573 -)
3574 - echo
3575 -
3576 - $as_echo "## ----------------- ##
3577 -## Output variables. ##
3578 -## ----------------- ##"
3579 - echo
3580 - for ac_var in $ac_subst_vars
3581 - do
3582 - eval ac_val=\$$ac_var
3583 - case $ac_val in
3584 - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3585 - esac
3586 - $as_echo "$ac_var='\''$ac_val'\''"
3587 - done | sort
3588 - echo
3589 -
3590 - if test -n "$ac_subst_files"; then
3591 - $as_echo "## ------------------- ##
3592 -## File substitutions. ##
3593 -## ------------------- ##"
3594 - echo
3595 - for ac_var in $ac_subst_files
3596 - do
3597 - eval ac_val=\$$ac_var
3598 - case $ac_val in
3599 - *\'\''*) ac_val=`$as_echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
3600 - esac
3601 - $as_echo "$ac_var='\''$ac_val'\''"
3602 - done | sort
3603 - echo
3604 - fi
3605 -
3606 - if test -s confdefs.h; then
3607 - $as_echo "## ----------- ##
3608 -## confdefs.h. ##
3609 -## ----------- ##"
3610 - echo
3611 - cat confdefs.h
3612 - echo
3613 - fi
3614 - test "$ac_signal" != 0 &&
3615 - $as_echo "$as_me: caught signal $ac_signal"
3616 - $as_echo "$as_me: exit $exit_status"
3617 - } >&5
3618 - rm -f core *.core core.conftest.* &&
3619 - rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
3620 - exit $exit_status
3621 -' 0
3622 -for ac_signal in 1 2 13 15; do
3623 - trap 'ac_signal='$ac_signal'; as_fn_exit 1' $ac_signal
3624 -done
3625 -ac_signal=0
3626 -
3627 -# confdefs.h avoids OS command line length limits that DEFS can exceed.
3628 -rm -f -r conftest* confdefs.h
3629 -
3630 -$as_echo "/* confdefs.h */" > confdefs.h
3631 -
3632 -# Predefined preprocessor variables.
3633 -
3634 -cat >>confdefs.h <<_ACEOF
3635 -#define PACKAGE_NAME "$PACKAGE_NAME"
3636 -_ACEOF
3637 -
3638 -cat >>confdefs.h <<_ACEOF
3639 -#define PACKAGE_TARNAME "$PACKAGE_TARNAME"
3640 -_ACEOF
3641 -
3642 -cat >>confdefs.h <<_ACEOF
3643 -#define PACKAGE_VERSION "$PACKAGE_VERSION"
3644 -_ACEOF
3645 -
3646 -cat >>confdefs.h <<_ACEOF
3647 -#define PACKAGE_STRING "$PACKAGE_STRING"
3648 -_ACEOF
3649 -
3650 -cat >>confdefs.h <<_ACEOF
3651 -#define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
3652 -_ACEOF
3653 -
3654 -cat >>confdefs.h <<_ACEOF
3655 -#define PACKAGE_URL "$PACKAGE_URL"
3656 -_ACEOF
3657 -
3658 -
3659 -# Let the site file select an alternate cache file if it wants to.
3660 -# Prefer an explicitly selected file to automatically selected ones.
3661 -ac_site_file1=NONE
3662 -ac_site_file2=NONE
3663 -if test -n "$CONFIG_SITE"; then
3664 - # We do not want a PATH search for config.site.
3665 - case $CONFIG_SITE in #((
3666 - -*) ac_site_file1=./$CONFIG_SITE;;
3667 - */*) ac_site_file1=$CONFIG_SITE;;
3668 - *) ac_site_file1=./$CONFIG_SITE;;
3669 - esac
3670 -elif test "x$prefix" != xNONE; then
3671 - ac_site_file1=$prefix/share/config.site
3672 - ac_site_file2=$prefix/etc/config.site
3673 -else
3674 - ac_site_file1=$ac_default_prefix/share/config.site
3675 - ac_site_file2=$ac_default_prefix/etc/config.site
3676 -fi
3677 -for ac_site_file in "$ac_site_file1" "$ac_site_file2"
3678 -do
3679 - test "x$ac_site_file" = xNONE && continue
3680 - if test /dev/null != "$ac_site_file" && test -r "$ac_site_file"; then
3681 - { $as_echo "$as_me:${as_lineno-$LINENO}: loading site script $ac_site_file" >&5
3682 -$as_echo "$as_me: loading site script $ac_site_file" >&6;}
3683 - sed 's/^/| /' "$ac_site_file" >&5
3684 - . "$ac_site_file" \
3685 - || { { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3686 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3687 -as_fn_error $? "failed to load site script $ac_site_file
3688 -See \`config.log' for more details" "$LINENO" 5; }
3689 - fi
3690 -done
3691 -
3692 -if test -r "$cache_file"; then
3693 - # Some versions of bash will fail to source /dev/null (special files
3694 - # actually), so we avoid doing that. DJGPP emulates it as a regular file.
3695 - if test /dev/null != "$cache_file" && test -f "$cache_file"; then
3696 - { $as_echo "$as_me:${as_lineno-$LINENO}: loading cache $cache_file" >&5
3697 -$as_echo "$as_me: loading cache $cache_file" >&6;}
3698 - case $cache_file in
3699 - [\\/]* | ?:[\\/]* ) . "$cache_file";;
3700 - *) . "./$cache_file";;
3701 - esac
3702 - fi
3703 -else
3704 - { $as_echo "$as_me:${as_lineno-$LINENO}: creating cache $cache_file" >&5
3705 -$as_echo "$as_me: creating cache $cache_file" >&6;}
3706 - >$cache_file
3707 -fi
3708 -
3709 -# Check that the precious variables saved in the cache have kept the same
3710 -# value.
3711 -ac_cache_corrupted=false
3712 -for ac_var in $ac_precious_vars; do
3713 - eval ac_old_set=\$ac_cv_env_${ac_var}_set
3714 - eval ac_new_set=\$ac_env_${ac_var}_set
3715 - eval ac_old_val=\$ac_cv_env_${ac_var}_value
3716 - eval ac_new_val=\$ac_env_${ac_var}_value
3717 - case $ac_old_set,$ac_new_set in
3718 - set,)
3719 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
3720 -$as_echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
3721 - ac_cache_corrupted=: ;;
3722 - ,set)
3723 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' was not set in the previous run" >&5
3724 -$as_echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
3725 - ac_cache_corrupted=: ;;
3726 - ,);;
3727 - *)
3728 - if test "x$ac_old_val" != "x$ac_new_val"; then
3729 - # differences in whitespace do not lead to failure.
3730 - ac_old_val_w=`echo x $ac_old_val`
3731 - ac_new_val_w=`echo x $ac_new_val`
3732 - if test "$ac_old_val_w" != "$ac_new_val_w"; then
3733 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: \`$ac_var' has changed since the previous run:" >&5
3734 -$as_echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
3735 - ac_cache_corrupted=:
3736 - else
3737 - { $as_echo "$as_me:${as_lineno-$LINENO}: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&5
3738 -$as_echo "$as_me: warning: ignoring whitespace changes in \`$ac_var' since the previous run:" >&2;}
3739 - eval $ac_var=\$ac_old_val
3740 - fi
3741 - { $as_echo "$as_me:${as_lineno-$LINENO}: former value: \`$ac_old_val'" >&5
3742 -$as_echo "$as_me: former value: \`$ac_old_val'" >&2;}
3743 - { $as_echo "$as_me:${as_lineno-$LINENO}: current value: \`$ac_new_val'" >&5
3744 -$as_echo "$as_me: current value: \`$ac_new_val'" >&2;}
3745 - fi;;
3746 - esac
3747 - # Pass precious variables to config.status.
3748 - if test "$ac_new_set" = set; then
3749 - case $ac_new_val in
3750 - *\'*) ac_arg=$ac_var=`$as_echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
3751 - *) ac_arg=$ac_var=$ac_new_val ;;
3752 - esac
3753 - case " $ac_configure_args " in
3754 - *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
3755 - *) as_fn_append ac_configure_args " '$ac_arg'" ;;
3756 - esac
3757 - fi
3758 -done
3759 -if $ac_cache_corrupted; then
3760 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: in \`$ac_pwd':" >&5
3761 -$as_echo "$as_me: error: in \`$ac_pwd':" >&2;}
3762 - { $as_echo "$as_me:${as_lineno-$LINENO}: error: changes in the environment can compromise the build" >&5
3763 -$as_echo "$as_me: error: changes in the environment can compromise the build" >&2;}
3764 - as_fn_error $? "run \`make distclean' and/or \`rm $cache_file' and start over" "$LINENO" 5
3765 -fi
3766 -## -------------------- ##
3767 -## Main body of script. ##
3768 -## -------------------- ##
3769 -
3770 -ac_ext=c
3771 -ac_cpp='$CPP $CPPFLAGS'
3772 -ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3773 -ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3774 -ac_compiler_gnu=$ac_cv_c_compiler_gnu
3775 -
3776 -
3777 -am__api_version='1.13'
3778 -
3779 -ac_aux_dir=
3780 -for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
3781 - if test -f "$ac_dir/install-sh"; then
3782 - ac_aux_dir=$ac_dir
3783 - ac_install_sh="$ac_aux_dir/install-sh -c"
3784 - break
3785 - elif test -f "$ac_dir/install.sh"; then
3786 - ac_aux_dir=$ac_dir
3787 - ac_install_sh="$ac_aux_dir/install.sh -c"
3788 - break
3789 - elif test -f "$ac_dir/shtool"; then
3790 - ac_aux_dir=$ac_dir
3791 - ac_install_sh="$ac_aux_dir/shtool install -c"
3792 - break
3793 - fi
3794 -done
3795 -if test -z "$ac_aux_dir"; then
3796 - as_fn_error $? "cannot find install-sh, install.sh, or shtool in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" "$LINENO" 5
3797 -fi
3798 -
3799 -# These three variables are undocumented and unsupported,
3800 -# and are intended to be withdrawn in a future Autoconf release.
3801 -# They can cause serious problems if a builder's source tree is in a directory
3802 -# whose full name contains unusual characters.
3803 -ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
3804 -ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
3805 -ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
3806 -
3807 -
3808 -# Find a good install program. We prefer a C program (faster),
3809 -# so one script is as good as another. But avoid the broken or
3810 -# incompatible versions:
3811 -# SysV /etc/install, /usr/sbin/install
3812 -# SunOS /usr/etc/install
3813 -# IRIX /sbin/install
3814 -# AIX /bin/install
3815 -# AmigaOS /C/install, which installs bootblocks on floppy discs
3816 -# AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
3817 -# AFS /usr/afsws/bin/install, which mishandles nonexistent args
3818 -# SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
3819 -# OS/2's system install, which has a completely different semantic
3820 -# ./install, which can be erroneously created by make from ./install.sh.
3821 -# Reject install programs that cannot install multiple files.
3822 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a BSD-compatible install" >&5
3823 -$as_echo_n "checking for a BSD-compatible install... " >&6; }
3824 -if test -z "$INSTALL"; then
3825 -if ${ac_cv_path_install+:} false; then :
3826 - $as_echo_n "(cached) " >&6
3827 -else
3828 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3829 -for as_dir in $PATH
3830 -do
3831 - IFS=$as_save_IFS
3832 - test -z "$as_dir" && as_dir=.
3833 - # Account for people who put trailing slashes in PATH elements.
3834 -case $as_dir/ in #((
3835 - ./ | .// | /[cC]/* | \
3836 - /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
3837 - ?:[\\/]os2[\\/]install[\\/]* | ?:[\\/]OS2[\\/]INSTALL[\\/]* | \
3838 - /usr/ucb/* ) ;;
3839 - *)
3840 - # OSF1 and SCO ODT 3.0 have their own names for install.
3841 - # Don't use installbsd from OSF since it installs stuff as root
3842 - # by default.
3843 - for ac_prog in ginstall scoinst install; do
3844 - for ac_exec_ext in '' $ac_executable_extensions; do
3845 - if as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext"; then
3846 - if test $ac_prog = install &&
3847 - grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3848 - # AIX install. It has an incompatible calling convention.
3849 - :
3850 - elif test $ac_prog = install &&
3851 - grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
3852 - # program-specific install script used by HP pwplus--don't use.
3853 - :
3854 - else
3855 - rm -rf conftest.one conftest.two conftest.dir
3856 - echo one > conftest.one
3857 - echo two > conftest.two
3858 - mkdir conftest.dir
3859 - if "$as_dir/$ac_prog$ac_exec_ext" -c conftest.one conftest.two "`pwd`/conftest.dir" &&
3860 - test -s conftest.one && test -s conftest.two &&
3861 - test -s conftest.dir/conftest.one &&
3862 - test -s conftest.dir/conftest.two
3863 - then
3864 - ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
3865 - break 3
3866 - fi
3867 - fi
3868 - fi
3869 - done
3870 - done
3871 - ;;
3872 -esac
3873 -
3874 - done
3875 -IFS=$as_save_IFS
3876 -
3877 -rm -rf conftest.one conftest.two conftest.dir
3878 -
3879 -fi
3880 - if test "${ac_cv_path_install+set}" = set; then
3881 - INSTALL=$ac_cv_path_install
3882 - else
3883 - # As a last resort, use the slow shell script. Don't cache a
3884 - # value for INSTALL within a source directory, because that will
3885 - # break other packages using the cache if that directory is
3886 - # removed, or if the value is a relative name.
3887 - INSTALL=$ac_install_sh
3888 - fi
3889 -fi
3890 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $INSTALL" >&5
3891 -$as_echo "$INSTALL" >&6; }
3892 -
3893 -# Use test -z because SunOS4 sh mishandles braces in ${var-val}.
3894 -# It thinks the first close brace ends the variable substitution.
3895 -test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
3896 -
3897 -test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
3898 -
3899 -test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
3900 -
3901 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether build environment is sane" >&5
3902 -$as_echo_n "checking whether build environment is sane... " >&6; }
3903 -# Reject unsafe characters in $srcdir or the absolute working directory
3904 -# name. Accept space and tab only in the latter.
3905 -am_lf='
3906 -'
3907 -case `pwd` in
3908 - *[\\\"\#\$\&\'\`$am_lf]*)
3909 - as_fn_error $? "unsafe absolute working directory name" "$LINENO" 5;;
3910 -esac
3911 -case $srcdir in
3912 - *[\\\"\#\$\&\'\`$am_lf\ \ ]*)
3913 - as_fn_error $? "unsafe srcdir value: '$srcdir'" "$LINENO" 5;;
3914 -esac
3915 -
3916 -# Do 'set' in a subshell so we don't clobber the current shell's
3917 -# arguments. Must try -L first in case configure is actually a
3918 -# symlink; some systems play weird games with the mod time of symlinks
3919 -# (eg FreeBSD returns the mod time of the symlink's containing
3920 -# directory).
3921 -if (
3922 - am_has_slept=no
3923 - for am_try in 1 2; do
3924 - echo "timestamp, slept: $am_has_slept" > conftest.file
3925 - set X `ls -Lt "$srcdir/configure" conftest.file 2> /dev/null`
3926 - if test "$*" = "X"; then
3927 - # -L didn't work.
3928 - set X `ls -t "$srcdir/configure" conftest.file`
3929 - fi
3930 - if test "$*" != "X $srcdir/configure conftest.file" \
3931 - && test "$*" != "X conftest.file $srcdir/configure"; then
3932 -
3933 - # If neither matched, then we have a broken ls. This can happen
3934 - # if, for instance, CONFIG_SHELL is bash and it inherits a
3935 - # broken ls alias from the environment. This has actually
3936 - # happened. Such a system could not be considered "sane".
3937 - as_fn_error $? "ls -t appears to fail. Make sure there is not a broken
3938 - alias in your environment" "$LINENO" 5
3939 - fi
3940 - if test "$2" = conftest.file || test $am_try -eq 2; then
3941 - break
3942 - fi
3943 - # Just in case.
3944 - sleep 1
3945 - am_has_slept=yes
3946 - done
3947 - test "$2" = conftest.file
3948 - )
3949 -then
3950 - # Ok.
3951 - :
3952 -else
3953 - as_fn_error $? "newly created file is older than distributed files!
3954 -Check your system clock" "$LINENO" 5
3955 -fi
3956 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
3957 -$as_echo "yes" >&6; }
3958 -# If we didn't sleep, we still need to ensure time stamps of config.status and
3959 -# generated files are strictly newer.
3960 -am_sleep_pid=
3961 -if grep 'slept: no' conftest.file >/dev/null 2>&1; then
3962 - ( sleep 1 ) &
3963 - am_sleep_pid=$!
3964 -fi
3965 -
3966 -rm -f conftest.file
3967 -
3968 -test "$program_prefix" != NONE &&
3969 - program_transform_name="s&^&$program_prefix&;$program_transform_name"
3970 -# Use a double $ so make ignores it.
3971 -test "$program_suffix" != NONE &&
3972 - program_transform_name="s&\$&$program_suffix&;$program_transform_name"
3973 -# Double any \ or $.
3974 -# By default was `s,x,x', remove it if useless.
3975 -ac_script='s/[\\$]/&&/g;s/;s,x,x,$//'
3976 -program_transform_name=`$as_echo "$program_transform_name" | sed "$ac_script"`
3977 -
3978 -# expand $ac_aux_dir to an absolute path
3979 -am_aux_dir=`cd $ac_aux_dir && pwd`
3980 -
3981 -if test x"${MISSING+set}" != xset; then
3982 - case $am_aux_dir in
3983 - *\ * | *\ *)
3984 - MISSING="\${SHELL} \"$am_aux_dir/missing\"" ;;
3985 - *)
3986 - MISSING="\${SHELL} $am_aux_dir/missing" ;;
3987 - esac
3988 -fi
3989 -# Use eval to expand $SHELL
3990 -if eval "$MISSING --is-lightweight"; then
3991 - am_missing_run="$MISSING "
3992 -else
3993 - am_missing_run=
3994 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: 'missing' script is too old or missing" >&5
3995 -$as_echo "$as_me: WARNING: 'missing' script is too old or missing" >&2;}
3996 -fi
3997 -
3998 -if test x"${install_sh}" != xset; then
3999 - case $am_aux_dir in
4000 - *\ * | *\ *)
4001 - install_sh="\${SHELL} '$am_aux_dir/install-sh'" ;;
4002 - *)
4003 - install_sh="\${SHELL} $am_aux_dir/install-sh"
4004 - esac
4005 -fi
4006 -
4007 -# Installed binaries are usually stripped using 'strip' when the user
4008 -# run "make install-strip". However 'strip' might not be the right
4009 -# tool to use in cross-compilation environments, therefore Automake
4010 -# will honor the 'STRIP' environment variable to overrule this program.
4011 -if test "$cross_compiling" != no; then
4012 - if test -n "$ac_tool_prefix"; then
4013 - # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4014 -set dummy ${ac_tool_prefix}strip; ac_word=$2
4015 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4016 -$as_echo_n "checking for $ac_word... " >&6; }
4017 -if ${ac_cv_prog_STRIP+:} false; then :
4018 - $as_echo_n "(cached) " >&6
4019 -else
4020 - if test -n "$STRIP"; then
4021 - ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4022 -else
4023 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4024 -for as_dir in $PATH
4025 -do
4026 - IFS=$as_save_IFS
4027 - test -z "$as_dir" && as_dir=.
4028 - for ac_exec_ext in '' $ac_executable_extensions; do
4029 - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4030 - ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4031 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4032 - break 2
4033 - fi
4034 -done
4035 - done
4036 -IFS=$as_save_IFS
4037 -
4038 -fi
4039 -fi
4040 -STRIP=$ac_cv_prog_STRIP
4041 -if test -n "$STRIP"; then
4042 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $STRIP" >&5
4043 -$as_echo "$STRIP" >&6; }
4044 -else
4045 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4046 -$as_echo "no" >&6; }
4047 -fi
4048 -
4049 -
4050 -fi
4051 -if test -z "$ac_cv_prog_STRIP"; then
4052 - ac_ct_STRIP=$STRIP
4053 - # Extract the first word of "strip", so it can be a program name with args.
4054 -set dummy strip; ac_word=$2
4055 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4056 -$as_echo_n "checking for $ac_word... " >&6; }
4057 -if ${ac_cv_prog_ac_ct_STRIP+:} false; then :
4058 - $as_echo_n "(cached) " >&6
4059 -else
4060 - if test -n "$ac_ct_STRIP"; then
4061 - ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4062 -else
4063 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4064 -for as_dir in $PATH
4065 -do
4066 - IFS=$as_save_IFS
4067 - test -z "$as_dir" && as_dir=.
4068 - for ac_exec_ext in '' $ac_executable_extensions; do
4069 - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4070 - ac_cv_prog_ac_ct_STRIP="strip"
4071 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4072 - break 2
4073 - fi
4074 -done
4075 - done
4076 -IFS=$as_save_IFS
4077 -
4078 -fi
4079 -fi
4080 -ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4081 -if test -n "$ac_ct_STRIP"; then
4082 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_ct_STRIP" >&5
4083 -$as_echo "$ac_ct_STRIP" >&6; }
4084 -else
4085 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4086 -$as_echo "no" >&6; }
4087 -fi
4088 -
4089 - if test "x$ac_ct_STRIP" = x; then
4090 - STRIP=":"
4091 - else
4092 - case $cross_compiling:$ac_tool_warned in
4093 -yes:)
4094 -{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: using cross tools not prefixed with host triplet" >&5
4095 -$as_echo "$as_me: WARNING: using cross tools not prefixed with host triplet" >&2;}
4096 -ac_tool_warned=yes ;;
4097 -esac
4098 - STRIP=$ac_ct_STRIP
4099 - fi
4100 -else
4101 - STRIP="$ac_cv_prog_STRIP"
4102 -fi
4103 -
4104 -fi
4105 -INSTALL_STRIP_PROGRAM="\$(install_sh) -c -s"
4106 -
4107 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for a thread-safe mkdir -p" >&5
4108 -$as_echo_n "checking for a thread-safe mkdir -p... " >&6; }
4109 -if test -z "$MKDIR_P"; then
4110 - if ${ac_cv_path_mkdir+:} false; then :
4111 - $as_echo_n "(cached) " >&6
4112 -else
4113 - as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4114 -for as_dir in $PATH$PATH_SEPARATOR/opt/sfw/bin
4115 -do
4116 - IFS=$as_save_IFS
4117 - test -z "$as_dir" && as_dir=.
4118 - for ac_prog in mkdir gmkdir; do
4119 - for ac_exec_ext in '' $ac_executable_extensions; do
4120 - as_fn_executable_p "$as_dir/$ac_prog$ac_exec_ext" || continue
4121 - case `"$as_dir/$ac_prog$ac_exec_ext" --version 2>&1` in #(
4122 - 'mkdir (GNU coreutils) '* | \
4123 - 'mkdir (coreutils) '* | \
4124 - 'mkdir (fileutils) '4.1*)
4125 - ac_cv_path_mkdir=$as_dir/$ac_prog$ac_exec_ext
4126 - break 3;;
4127 - esac
4128 - done
4129 - done
4130 - done
4131 -IFS=$as_save_IFS
4132 -
4133 -fi
4134 -
4135 - test -d ./--version && rmdir ./--version
4136 - if test "${ac_cv_path_mkdir+set}" = set; then
4137 - MKDIR_P="$ac_cv_path_mkdir -p"
4138 - else
4139 - # As a last resort, use the slow shell script. Don't cache a
4140 - # value for MKDIR_P within a source directory, because that will
4141 - # break other packages using the cache if that directory is
4142 - # removed, or if the value is a relative name.
4143 - MKDIR_P="$ac_install_sh -d"
4144 - fi
4145 -fi
4146 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $MKDIR_P" >&5
4147 -$as_echo "$MKDIR_P" >&6; }
4148 -
4149 -for ac_prog in gawk mawk nawk awk
4150 -do
4151 - # Extract the first word of "$ac_prog", so it can be a program name with args.
4152 -set dummy $ac_prog; ac_word=$2
4153 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5
4154 -$as_echo_n "checking for $ac_word... " >&6; }
4155 -if ${ac_cv_prog_AWK+:} false; then :
4156 - $as_echo_n "(cached) " >&6
4157 -else
4158 - if test -n "$AWK"; then
4159 - ac_cv_prog_AWK="$AWK" # Let the user override the test.
4160 -else
4161 -as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4162 -for as_dir in $PATH
4163 -do
4164 - IFS=$as_save_IFS
4165 - test -z "$as_dir" && as_dir=.
4166 - for ac_exec_ext in '' $ac_executable_extensions; do
4167 - if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then
4168 - ac_cv_prog_AWK="$ac_prog"
4169 - $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5
4170 - break 2
4171 - fi
4172 -done
4173 - done
4174 -IFS=$as_save_IFS
4175 -
4176 -fi
4177 -fi
4178 -AWK=$ac_cv_prog_AWK
4179 -if test -n "$AWK"; then
4180 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $AWK" >&5
4181 -$as_echo "$AWK" >&6; }
4182 -else
4183 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4184 -$as_echo "no" >&6; }
4185 -fi
4186 -
4187 -
4188 - test -n "$AWK" && break
4189 -done
4190 -
4191 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether ${MAKE-make} sets \$(MAKE)" >&5
4192 -$as_echo_n "checking whether ${MAKE-make} sets \$(MAKE)... " >&6; }
4193 -set x ${MAKE-make}
4194 -ac_make=`$as_echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
4195 -if eval \${ac_cv_prog_make_${ac_make}_set+:} false; then :
4196 - $as_echo_n "(cached) " >&6
4197 -else
4198 - cat >conftest.make <<\_ACEOF
4199 -SHELL = /bin/sh
4200 -all:
4201 - @echo '@@@%%%=$(MAKE)=@@@%%%'
4202 -_ACEOF
4203 -# GNU make sometimes prints "make[1]: Entering ...", which would confuse us.
4204 -case `${MAKE-make} -f conftest.make 2>/dev/null` in
4205 - *@@@%%%=?*=@@@%%%*)
4206 - eval ac_cv_prog_make_${ac_make}_set=yes;;
4207 - *)
4208 - eval ac_cv_prog_make_${ac_make}_set=no;;
4209 -esac
4210 -rm -f conftest.make
4211 -fi
4212 -if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
4213 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
4214 -$as_echo "yes" >&6; }
4215 - SET_MAKE=
4216 -else
4217 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5
4218 -$as_echo "no" >&6; }
4219 - SET_MAKE="MAKE=${MAKE-make}"
4220 -fi
4221 -
4222 -rm -rf .tst 2>/dev/null
4223 -mkdir .tst 2>/dev/null
4224 -if test -d .tst; then
4225 - am__leading_dot=.
4226 -else
4227 - am__leading_dot=_
4228 -fi
4229 -rmdir .tst 2>/dev/null
4230 -
4231 -# Check whether --enable-silent-rules was given.
4232 -if test "${enable_silent_rules+set}" = set; then :
4233 - enableval=$enable_silent_rules;
4234 -fi
4235 -
4236 -case $enable_silent_rules in # (((
4237 - yes) AM_DEFAULT_VERBOSITY=0;;
4238 - no) AM_DEFAULT_VERBOSITY=1;;
4239 - *) AM_DEFAULT_VERBOSITY=1;;
4240 -esac
4241 -am_make=${MAKE-make}
4242 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether $am_make supports nested variables" >&5
4243 -$as_echo_n "checking whether $am_make supports nested variables... " >&6; }
4244 -if ${am_cv_make_support_nested_variables+:} false; then :
4245 - $as_echo_n "(cached) " >&6
4246 -else
4247 - if $as_echo 'TRUE=$(BAR$(V))
4248 -BAR0=false
4249 -BAR1=true
4250 -V=1
4251 -am__doit:
4252 - @$(TRUE)
4253 -.PHONY: am__doit' | $am_make -f - >/dev/null 2>&1; then
4254 - am_cv_make_support_nested_variables=yes
4255 -else
4256 - am_cv_make_support_nested_variables=no
4257 -fi
4258 -fi
4259 -{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $am_cv_make_support_nested_variables" >&5
4260 -$as_echo "$am_cv_make_support_nested_variables" >&6; }
4261 -if test $am_cv_make_support_nested_variables = yes; then
4262 - AM_V='$(V)'
4263 - AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
4264 -else
4265 - AM_V=$AM_DEFAULT_VERBOSITY
4266 - AM_DEFAULT_V=$AM_DEFAULT_VERBOSITY
4267 -fi
4268 -AM_BACKSLASH='\'
4269 -
4270 -if test "`cd $srcdir && pwd`" != "`pwd`"; then
4271 - # Use -I$(srcdir) only when $(srcdir) != ., so that make's output
4272 - # is not polluted with repeated "-I."
4273 - am__isrc=' -I$(srcdir)'
4274 - # test to see if srcdir already configured
4275 - if test -f $srcdir/config.status; then
4276 - as_fn_error $? "source directory already configured; run \"make distclean\" there first" "$LINENO" 5
4277 - fi
4278 -fi
4279 -
4280 -# test whether we have cygpath
4281 -if test -z "$CYGPATH_W"; then
4282 - if (cygpath --version) >/dev/null 2>/dev/null; then
4283 - CYGPATH_W='cygpath -w'
4284 - else
4285 - CYGPATH_W=echo
4286 - fi
4287 -fi
4288 -
4289 -
4290 -# Define the identity of the package.
4291 - PACKAGE='eselect-rust'
4292 - VERSION='0.3'
4293 -
4294 -
4295 -cat >>confdefs.h <<_ACEOF
4296 -#define PACKAGE "$PACKAGE"
4297 -_ACEOF
4298 -
4299 -
4300 -cat >>confdefs.h <<_ACEOF
4301 -#define VERSION "$VERSION"
4302 -_ACEOF
4303 -
4304 -# Some tools Automake needs.
4305 -
4306 -ACLOCAL=${ACLOCAL-"${am_missing_run}aclocal-${am__api_version}"}
4307 -
4308 -
4309 -AUTOCONF=${AUTOCONF-"${am_missing_run}autoconf"}
4310 -
4311 -
4312 -AUTOMAKE=${AUTOMAKE-"${am_missing_run}automake-${am__api_version}"}
4313 -
4314 -
4315 -AUTOHEADER=${AUTOHEADER-"${am_missing_run}autoheader"}
4316 -
4317 -
4318 -MAKEINFO=${MAKEINFO-"${am_missing_run}makeinfo"}
4319 -
4320 -# For better backward compatibility. To be removed once Automake 1.9.x
4321 -# dies out for good. For more background, see:
4322 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00001.html>
4323 -# <http://lists.gnu.org/archive/html/automake/2012-07/msg00014.html>
4324 -mkdir_p='$(MKDIR_P)'
4325 -
4326 -# We need awk for the "check" target. The system "awk" is bad on
4327 -# some platforms.
4328 -# Always define AMTAR for backward compatibility. Yes, it's still used
4329 -# in the wild :-( We should find a proper way to deprecate it ...
4330 -AMTAR='$${TAR-tar}'
4331 -
4332 -
4333 -# We'll loop over all known methods to create a tar archive until one works.
4334 -_am_tools='gnutar pax cpio none'
4335 -
4336 -am__tar='$${TAR-tar} chof - "$$tardir"' am__untar='$${TAR-tar} xf -'
4337 -
4338 -
4339 -
4340 -
4341 -
4342 -
4343 -
4344 -ac_config_files="$ac_config_files Makefile"
4345 -
4346 -
4347 -cat >confcache <<\_ACEOF
4348 -# This file is a shell script that caches the results of configure
4349 -# tests run on this system so they can be shared between configure
4350 -# scripts and configure runs, see configure's option --config-cache.
4351 -# It is not useful on other systems. If it contains results you don't
4352 -# want to keep, you may remove or edit it.
4353 -#
4354 -# config.status only pays attention to the cache file if you give it
4355 -# the --recheck option to rerun configure.
4356 -#
4357 -# `ac_cv_env_foo' variables (set or unset) will be overridden when
4358 -# loading this file, other *unset* `ac_cv_foo' will be assigned the
4359 -# following values.
4360 -
4361 -_ACEOF
4362 -
4363 -# The following way of writing the cache mishandles newlines in values,
4364 -# but we know of no workaround that is simple, portable, and efficient.
4365 -# So, we kill variables containing newlines.
4366 -# Ultrix sh set writes to stderr and can't be redirected directly,
4367 -# and sets the high bit in the cache file unless we assign to the vars.
4368 -(
4369 - for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
4370 - eval ac_val=\$$ac_var
4371 - case $ac_val in #(
4372 - *${as_nl}*)
4373 - case $ac_var in #(
4374 - *_cv_*) { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cache variable $ac_var contains a newline" >&5
4375 -$as_echo "$as_me: WARNING: cache variable $ac_var contains a newline" >&2;} ;;
4376 - esac
4377 - case $ac_var in #(
4378 - _ | IFS | as_nl) ;; #(
4379 - BASH_ARGV | BASH_SOURCE) eval $ac_var= ;; #(
4380 - *) { eval $ac_var=; unset $ac_var;} ;;
4381 - esac ;;
4382 - esac
4383 - done
4384 -
4385 - (set) 2>&1 |
4386 - case $as_nl`(ac_space=' '; set) 2>&1` in #(
4387 - *${as_nl}ac_space=\ *)
4388 - # `set' does not quote correctly, so add quotes: double-quote
4389 - # substitution turns \\\\ into \\, and sed turns \\ into \.
4390 - sed -n \
4391 - "s/'/'\\\\''/g;
4392 - s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
4393 - ;; #(
4394 - *)
4395 - # `set' quotes correctly as required by POSIX, so do not add quotes.
4396 - sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
4397 - ;;
4398 - esac |
4399 - sort
4400 -) |
4401 - sed '
4402 - /^ac_cv_env_/b end
4403 - t clear
4404 - :clear
4405 - s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
4406 - t end
4407 - s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
4408 - :end' >>confcache
4409 -if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
4410 - if test -w "$cache_file"; then
4411 - if test "x$cache_file" != "x/dev/null"; then
4412 - { $as_echo "$as_me:${as_lineno-$LINENO}: updating cache $cache_file" >&5
4413 -$as_echo "$as_me: updating cache $cache_file" >&6;}
4414 - if test ! -f "$cache_file" || test -h "$cache_file"; then
4415 - cat confcache >"$cache_file"
4416 - else
4417 - case $cache_file in #(
4418 - */* | ?:*)
4419 - mv -f confcache "$cache_file"$$ &&
4420 - mv -f "$cache_file"$$ "$cache_file" ;; #(
4421 - *)
4422 - mv -f confcache "$cache_file" ;;
4423 - esac
4424 - fi
4425 - fi
4426 - else
4427 - { $as_echo "$as_me:${as_lineno-$LINENO}: not updating unwritable cache $cache_file" >&5
4428 -$as_echo "$as_me: not updating unwritable cache $cache_file" >&6;}
4429 - fi
4430 -fi
4431 -rm -f confcache
4432 -
4433 -test "x$prefix" = xNONE && prefix=$ac_default_prefix
4434 -# Let make expand exec_prefix.
4435 -test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
4436 -
4437 -# Transform confdefs.h into DEFS.
4438 -# Protect against shell expansion while executing Makefile rules.
4439 -# Protect against Makefile macro expansion.
4440 -#
4441 -# If the first sed substitution is executed (which looks for macros that
4442 -# take arguments), then branch to the quote section. Otherwise,
4443 -# look for a macro that doesn't take arguments.
4444 -ac_script='
4445 -:mline
4446 -/\\$/{
4447 - N
4448 - s,\\\n,,
4449 - b mline
4450 -}
4451 -t clear
4452 -:clear
4453 -s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
4454 -t quote
4455 -s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
4456 -t quote
4457 -b any
4458 -:quote
4459 -s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
4460 -s/\[/\\&/g
4461 -s/\]/\\&/g
4462 -s/\$/$$/g
4463 -H
4464 -:any
4465 -${
4466 - g
4467 - s/^\n//
4468 - s/\n/ /g
4469 - p
4470 -}
4471 -'
4472 -DEFS=`sed -n "$ac_script" confdefs.h`
4473 -
4474 -
4475 -ac_libobjs=
4476 -ac_ltlibobjs=
4477 -U=
4478 -for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
4479 - # 1. Remove the extension, and $U if already installed.
4480 - ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
4481 - ac_i=`$as_echo "$ac_i" | sed "$ac_script"`
4482 - # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
4483 - # will be set to the directory where LIBOBJS objects are built.
4484 - as_fn_append ac_libobjs " \${LIBOBJDIR}$ac_i\$U.$ac_objext"
4485 - as_fn_append ac_ltlibobjs " \${LIBOBJDIR}$ac_i"'$U.lo'
4486 -done
4487 -LIBOBJS=$ac_libobjs
4488 -
4489 -LTLIBOBJS=$ac_ltlibobjs
4490 -
4491 -
4492 -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking that generated files are newer than configure" >&5
4493 -$as_echo_n "checking that generated files are newer than configure... " >&6; }
4494 - if test -n "$am_sleep_pid"; then
4495 - # Hide warnings about reused PIDs.
4496 - wait $am_sleep_pid 2>/dev/null
4497 - fi
4498 - { $as_echo "$as_me:${as_lineno-$LINENO}: result: done" >&5
4499 -$as_echo "done" >&6; }
4500 -
4501 -
4502 -: "${CONFIG_STATUS=./config.status}"
4503 -ac_write_fail=0
4504 -ac_clean_files_save=$ac_clean_files
4505 -ac_clean_files="$ac_clean_files $CONFIG_STATUS"
4506 -{ $as_echo "$as_me:${as_lineno-$LINENO}: creating $CONFIG_STATUS" >&5
4507 -$as_echo "$as_me: creating $CONFIG_STATUS" >&6;}
4508 -as_write_fail=0
4509 -cat >$CONFIG_STATUS <<_ASEOF || as_write_fail=1
4510 -#! $SHELL
4511 -# Generated by $as_me.
4512 -# Run this file to recreate the current configuration.
4513 -# Compiler output produced by configure, useful for debugging
4514 -# configure, is in config.log if it exists.
4515 -
4516 -debug=false
4517 -ac_cs_recheck=false
4518 -ac_cs_silent=false
4519 -
4520 -SHELL=\${CONFIG_SHELL-$SHELL}
4521 -export SHELL
4522 -_ASEOF
4523 -cat >>$CONFIG_STATUS <<\_ASEOF || as_write_fail=1
4524 -## -------------------- ##
4525 -## M4sh Initialization. ##
4526 -## -------------------- ##
4527 -
4528 -# Be more Bourne compatible
4529 -DUALCASE=1; export DUALCASE # for MKS sh
4530 -if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then :
4531 - emulate sh
4532 - NULLCMD=:
4533 - # Pre-4.2 versions of Zsh do word splitting on ${1+"$@"}, which
4534 - # is contrary to our usage. Disable this feature.
4535 - alias -g '${1+"$@"}'='"$@"'
4536 - setopt NO_GLOB_SUBST
4537 -else
4538 - case `(set -o) 2>/dev/null` in #(
4539 - *posix*) :
4540 - set -o posix ;; #(
4541 - *) :
4542 - ;;
4543 -esac
4544 -fi
4545 -
4546 -
4547 -as_nl='
4548 -'
4549 -export as_nl
4550 -# Printing a long string crashes Solaris 7 /usr/bin/printf.
4551 -as_echo='\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\'
4552 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo
4553 -as_echo=$as_echo$as_echo$as_echo$as_echo$as_echo$as_echo
4554 -# Prefer a ksh shell builtin over an external printf program on Solaris,
4555 -# but without wasting forks for bash or zsh.
4556 -if test -z "$BASH_VERSION$ZSH_VERSION" \
4557 - && (test "X`print -r -- $as_echo`" = "X$as_echo") 2>/dev/null; then
4558 - as_echo='print -r --'
4559 - as_echo_n='print -rn --'
4560 -elif (test "X`printf %s $as_echo`" = "X$as_echo") 2>/dev/null; then
4561 - as_echo='printf %s\n'
4562 - as_echo_n='printf %s'
4563 -else
4564 - if test "X`(/usr/ucb/echo -n -n $as_echo) 2>/dev/null`" = "X-n $as_echo"; then
4565 - as_echo_body='eval /usr/ucb/echo -n "$1$as_nl"'
4566 - as_echo_n='/usr/ucb/echo -n'
4567 - else
4568 - as_echo_body='eval expr "X$1" : "X\\(.*\\)"'
4569 - as_echo_n_body='eval
4570 - arg=$1;
4571 - case $arg in #(
4572 - *"$as_nl"*)
4573 - expr "X$arg" : "X\\(.*\\)$as_nl";
4574 - arg=`expr "X$arg" : ".*$as_nl\\(.*\\)"`;;
4575 - esac;
4576 - expr "X$arg" : "X\\(.*\\)" | tr -d "$as_nl"
4577 - '
4578 - export as_echo_n_body
4579 - as_echo_n='sh -c $as_echo_n_body as_echo'
4580 - fi
4581 - export as_echo_body
4582 - as_echo='sh -c $as_echo_body as_echo'
4583 -fi
4584 -
4585 -# The user is always right.
4586 -if test "${PATH_SEPARATOR+set}" != set; then
4587 - PATH_SEPARATOR=:
4588 - (PATH='/bin;/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 && {
4589 - (PATH='/bin:/bin'; FPATH=$PATH; sh -c :) >/dev/null 2>&1 ||
4590 - PATH_SEPARATOR=';'
4591 - }
4592 -fi
4593 -
4594 -
4595 -# IFS
4596 -# We need space, tab and new line, in precisely that order. Quoting is
4597 -# there to prevent editors from complaining about space-tab.
4598 -# (If _AS_PATH_WALK were called with IFS unset, it would disable word
4599 -# splitting by setting IFS to empty value.)
4600 -IFS=" "" $as_nl"
4601 -
4602 -# Find who we are. Look in the path if we contain no directory separator.
4603 -as_myself=
4604 -case $0 in #((
4605 - *[\\/]* ) as_myself=$0 ;;
4606 - *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4607 -for as_dir in $PATH
4608 -do
4609 - IFS=$as_save_IFS
4610 - test -z "$as_dir" && as_dir=.
4611 - test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
4612 - done
4613 -IFS=$as_save_IFS
4614 -
4615 - ;;
4616 -esac
4617 -# We did not find ourselves, most probably we were run as `sh COMMAND'
4618 -# in which case we are not to be found in the path.
4619 -if test "x$as_myself" = x; then
4620 - as_myself=$0
4621 -fi
4622 -if test ! -f "$as_myself"; then
4623 - $as_echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
4624 - exit 1
4625 -fi
4626 -
4627 -# Unset variables that we do not need and which cause bugs (e.g. in
4628 -# pre-3.0 UWIN ksh). But do not cause bugs in bash 2.01; the "|| exit 1"
4629 -# suppresses any "Segmentation fault" message there. '((' could
4630 -# trigger a bug in pdksh 5.2.14.
4631 -for as_var in BASH_ENV ENV MAIL MAILPATH
4632 -do eval test x\${$as_var+set} = xset \
4633 - && ( (unset $as_var) || exit 1) >/dev/null 2>&1 && unset $as_var || :
4634 -done
4635 -PS1='$ '
4636 -PS2='> '
4637 -PS4='+ '
4638 -
4639 -# NLS nuisances.
4640 -LC_ALL=C
4641 -export LC_ALL
4642 -LANGUAGE=C
4643 -export LANGUAGE
4644 -
4645 -# CDPATH.
4646 -(unset CDPATH) >/dev/null 2>&1 && unset CDPATH
4647 -
4648 -
4649 -# as_fn_error STATUS ERROR [LINENO LOG_FD]
4650 -# ----------------------------------------
4651 -# Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
4652 -# provided, also output the error to LOG_FD, referencing LINENO. Then exit the
4653 -# script with STATUS, using 1 if that was 0.
4654 -as_fn_error ()
4655 -{
4656 - as_status=$1; test $as_status -eq 0 && as_status=1
4657 - if test "$4"; then
4658 - as_lineno=${as_lineno-"$3"} as_lineno_stack=as_lineno_stack=$as_lineno_stack
4659 - $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
4660 - fi
4661 - $as_echo "$as_me: error: $2" >&2
4662 - as_fn_exit $as_status
4663 -} # as_fn_error
4664 -
4665 -
4666 -# as_fn_set_status STATUS
4667 -# -----------------------
4668 -# Set $? to STATUS, without forking.
4669 -as_fn_set_status ()
4670 -{
4671 - return $1
4672 -} # as_fn_set_status
4673 -
4674 -# as_fn_exit STATUS
4675 -# -----------------
4676 -# Exit the shell with STATUS, even in a "trap 0" or "set -e" context.
4677 -as_fn_exit ()
4678 -{
4679 - set +e
4680 - as_fn_set_status $1
4681 - exit $1
4682 -} # as_fn_exit
4683 -
4684 -# as_fn_unset VAR
4685 -# ---------------
4686 -# Portably unset VAR.
4687 -as_fn_unset ()
4688 -{
4689 - { eval $1=; unset $1;}
4690 -}
4691 -as_unset=as_fn_unset
4692 -# as_fn_append VAR VALUE
4693 -# ----------------------
4694 -# Append the text in VALUE to the end of the definition contained in VAR. Take
4695 -# advantage of any shell optimizations that allow amortized linear growth over
4696 -# repeated appends, instead of the typical quadratic growth present in naive
4697 -# implementations.
4698 -if (eval "as_var=1; as_var+=2; test x\$as_var = x12") 2>/dev/null; then :
4699 - eval 'as_fn_append ()
4700 - {
4701 - eval $1+=\$2
4702 - }'
4703 -else
4704 - as_fn_append ()
4705 - {
4706 - eval $1=\$$1\$2
4707 - }
4708 -fi # as_fn_append
4709 -
4710 -# as_fn_arith ARG...
4711 -# ------------------
4712 -# Perform arithmetic evaluation on the ARGs, and store the result in the
4713 -# global $as_val. Take advantage of shells that can avoid forks. The arguments
4714 -# must be portable across $(()) and expr.
4715 -if (eval "test \$(( 1 + 1 )) = 2") 2>/dev/null; then :
4716 - eval 'as_fn_arith ()
4717 - {
4718 - as_val=$(( $* ))
4719 - }'
4720 -else
4721 - as_fn_arith ()
4722 - {
4723 - as_val=`expr "$@" || test $? -eq 1`
4724 - }
4725 -fi # as_fn_arith
4726 -
4727 -
4728 -if expr a : '\(a\)' >/dev/null 2>&1 &&
4729 - test "X`expr 00001 : '.*\(...\)'`" = X001; then
4730 - as_expr=expr
4731 -else
4732 - as_expr=false
4733 -fi
4734 -
4735 -if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
4736 - as_basename=basename
4737 -else
4738 - as_basename=false
4739 -fi
4740 -
4741 -if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
4742 - as_dirname=dirname
4743 -else
4744 - as_dirname=false
4745 -fi
4746 -
4747 -as_me=`$as_basename -- "$0" ||
4748 -$as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
4749 - X"$0" : 'X\(//\)$' \| \
4750 - X"$0" : 'X\(/\)' \| . 2>/dev/null ||
4751 -$as_echo X/"$0" |
4752 - sed '/^.*\/\([^/][^/]*\)\/*$/{
4753 - s//\1/
4754 - q
4755 - }
4756 - /^X\/\(\/\/\)$/{
4757 - s//\1/
4758 - q
4759 - }
4760 - /^X\/\(\/\).*/{
4761 - s//\1/
4762 - q
4763 - }
4764 - s/.*/./; q'`
4765 -
4766 -# Avoid depending upon Character Ranges.
4767 -as_cr_letters='abcdefghijklmnopqrstuvwxyz'
4768 -as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
4769 -as_cr_Letters=$as_cr_letters$as_cr_LETTERS
4770 -as_cr_digits='0123456789'
4771 -as_cr_alnum=$as_cr_Letters$as_cr_digits
4772 -
4773 -ECHO_C= ECHO_N= ECHO_T=
4774 -case `echo -n x` in #(((((
4775 --n*)
4776 - case `echo 'xy\c'` in
4777 - *c*) ECHO_T=' ';; # ECHO_T is single tab character.
4778 - xy) ECHO_C='\c';;
4779 - *) echo `echo ksh88 bug on AIX 6.1` > /dev/null
4780 - ECHO_T=' ';;
4781 - esac;;
4782 -*)
4783 - ECHO_N='-n';;
4784 -esac
4785 -
4786 -rm -f conf$$ conf$$.exe conf$$.file
4787 -if test -d conf$$.dir; then
4788 - rm -f conf$$.dir/conf$$.file
4789 -else
4790 - rm -f conf$$.dir
4791 - mkdir conf$$.dir 2>/dev/null
4792 -fi
4793 -if (echo >conf$$.file) 2>/dev/null; then
4794 - if ln -s conf$$.file conf$$ 2>/dev/null; then
4795 - as_ln_s='ln -s'
4796 - # ... but there are two gotchas:
4797 - # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
4798 - # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
4799 - # In both cases, we have to default to `cp -pR'.
4800 - ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
4801 - as_ln_s='cp -pR'
4802 - elif ln conf$$.file conf$$ 2>/dev/null; then
4803 - as_ln_s=ln
4804 - else
4805 - as_ln_s='cp -pR'
4806 - fi
4807 -else
4808 - as_ln_s='cp -pR'
4809 -fi
4810 -rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
4811 -rmdir conf$$.dir 2>/dev/null
4812 -
4813 -
4814 -# as_fn_mkdir_p
4815 -# -------------
4816 -# Create "$as_dir" as a directory, including parents if necessary.
4817 -as_fn_mkdir_p ()
4818 -{
4819 -
4820 - case $as_dir in #(
4821 - -*) as_dir=./$as_dir;;
4822 - esac
4823 - test -d "$as_dir" || eval $as_mkdir_p || {
4824 - as_dirs=
4825 - while :; do
4826 - case $as_dir in #(
4827 - *\'*) as_qdir=`$as_echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #'(
4828 - *) as_qdir=$as_dir;;
4829 - esac
4830 - as_dirs="'$as_qdir' $as_dirs"
4831 - as_dir=`$as_dirname -- "$as_dir" ||
4832 -$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
4833 - X"$as_dir" : 'X\(//\)[^/]' \| \
4834 - X"$as_dir" : 'X\(//\)$' \| \
4835 - X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
4836 -$as_echo X"$as_dir" |
4837 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
4838 - s//\1/
4839 - q
4840 - }
4841 - /^X\(\/\/\)[^/].*/{
4842 - s//\1/
4843 - q
4844 - }
4845 - /^X\(\/\/\)$/{
4846 - s//\1/
4847 - q
4848 - }
4849 - /^X\(\/\).*/{
4850 - s//\1/
4851 - q
4852 - }
4853 - s/.*/./; q'`
4854 - test -d "$as_dir" && break
4855 - done
4856 - test -z "$as_dirs" || eval "mkdir $as_dirs"
4857 - } || test -d "$as_dir" || as_fn_error $? "cannot create directory $as_dir"
4858 -
4859 -
4860 -} # as_fn_mkdir_p
4861 -if mkdir -p . 2>/dev/null; then
4862 - as_mkdir_p='mkdir -p "$as_dir"'
4863 -else
4864 - test -d ./-p && rmdir ./-p
4865 - as_mkdir_p=false
4866 -fi
4867 -
4868 -
4869 -# as_fn_executable_p FILE
4870 -# -----------------------
4871 -# Test if FILE is an executable regular file.
4872 -as_fn_executable_p ()
4873 -{
4874 - test -f "$1" && test -x "$1"
4875 -} # as_fn_executable_p
4876 -as_test_x='test -x'
4877 -as_executable_p=as_fn_executable_p
4878 -
4879 -# Sed expression to map a string onto a valid CPP name.
4880 -as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
4881 -
4882 -# Sed expression to map a string onto a valid variable name.
4883 -as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
4884 -
4885 -
4886 -exec 6>&1
4887 -## ----------------------------------- ##
4888 -## Main body of $CONFIG_STATUS script. ##
4889 -## ----------------------------------- ##
4890 -_ASEOF
4891 -test $as_write_fail = 0 && chmod +x $CONFIG_STATUS || ac_write_fail=1
4892 -
4893 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4894 -# Save the log message, to keep $0 and so on meaningful, and to
4895 -# report actual input values of CONFIG_FILES etc. instead of their
4896 -# values after options handling.
4897 -ac_log="
4898 -This file was extended by eselect-rust $as_me 0.3, which was
4899 -generated by GNU Autoconf 2.69. Invocation command line was
4900 -
4901 - CONFIG_FILES = $CONFIG_FILES
4902 - CONFIG_HEADERS = $CONFIG_HEADERS
4903 - CONFIG_LINKS = $CONFIG_LINKS
4904 - CONFIG_COMMANDS = $CONFIG_COMMANDS
4905 - $ $0 $@
4906 -
4907 -on `(hostname || uname -n) 2>/dev/null | sed 1q`
4908 -"
4909 -
4910 -_ACEOF
4911 -
4912 -case $ac_config_files in *"
4913 -"*) set x $ac_config_files; shift; ac_config_files=$*;;
4914 -esac
4915 -
4916 -
4917 -
4918 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4919 -# Files that config.status was made for.
4920 -config_files="$ac_config_files"
4921 -
4922 -_ACEOF
4923 -
4924 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4925 -ac_cs_usage="\
4926 -\`$as_me' instantiates files and other configuration actions
4927 -from templates according to the current configuration. Unless the files
4928 -and actions are specified as TAGs, all are instantiated by default.
4929 -
4930 -Usage: $0 [OPTION]... [TAG]...
4931 -
4932 - -h, --help print this help, then exit
4933 - -V, --version print version number and configuration settings, then exit
4934 - --config print configuration, then exit
4935 - -q, --quiet, --silent
4936 - do not print progress messages
4937 - -d, --debug don't remove temporary files
4938 - --recheck update $as_me by reconfiguring in the same conditions
4939 - --file=FILE[:TEMPLATE]
4940 - instantiate the configuration file FILE
4941 -
4942 -Configuration files:
4943 -$config_files
4944 -
4945 -Report bugs to the package provider."
4946 -
4947 -_ACEOF
4948 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
4949 -ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
4950 -ac_cs_version="\\
4951 -eselect-rust config.status 0.3
4952 -configured by $0, generated by GNU Autoconf 2.69,
4953 - with options \\"\$ac_cs_config\\"
4954 -
4955 -Copyright (C) 2012 Free Software Foundation, Inc.
4956 -This config.status script is free software; the Free Software Foundation
4957 -gives unlimited permission to copy, distribute and modify it."
4958 -
4959 -ac_pwd='$ac_pwd'
4960 -srcdir='$srcdir'
4961 -INSTALL='$INSTALL'
4962 -MKDIR_P='$MKDIR_P'
4963 -AWK='$AWK'
4964 -test -n "\$AWK" || AWK=awk
4965 -_ACEOF
4966 -
4967 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
4968 -# The default lists apply if the user does not specify any file.
4969 -ac_need_defaults=:
4970 -while test $# != 0
4971 -do
4972 - case $1 in
4973 - --*=?*)
4974 - ac_option=`expr "X$1" : 'X\([^=]*\)='`
4975 - ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
4976 - ac_shift=:
4977 - ;;
4978 - --*=)
4979 - ac_option=`expr "X$1" : 'X\([^=]*\)='`
4980 - ac_optarg=
4981 - ac_shift=:
4982 - ;;
4983 - *)
4984 - ac_option=$1
4985 - ac_optarg=$2
4986 - ac_shift=shift
4987 - ;;
4988 - esac
4989 -
4990 - case $ac_option in
4991 - # Handling of the options.
4992 - -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
4993 - ac_cs_recheck=: ;;
4994 - --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
4995 - $as_echo "$ac_cs_version"; exit ;;
4996 - --config | --confi | --conf | --con | --co | --c )
4997 - $as_echo "$ac_cs_config"; exit ;;
4998 - --debug | --debu | --deb | --de | --d | -d )
4999 - debug=: ;;
5000 - --file | --fil | --fi | --f )
5001 - $ac_shift
5002 - case $ac_optarg in
5003 - *\'*) ac_optarg=`$as_echo "$ac_optarg" | sed "s/'/'\\\\\\\\''/g"` ;;
5004 - '') as_fn_error $? "missing file argument" ;;
5005 - esac
5006 - as_fn_append CONFIG_FILES " '$ac_optarg'"
5007 - ac_need_defaults=false;;
5008 - --he | --h | --help | --hel | -h )
5009 - $as_echo "$ac_cs_usage"; exit ;;
5010 - -q | -quiet | --quiet | --quie | --qui | --qu | --q \
5011 - | -silent | --silent | --silen | --sile | --sil | --si | --s)
5012 - ac_cs_silent=: ;;
5013 -
5014 - # This is an error.
5015 - -*) as_fn_error $? "unrecognized option: \`$1'
5016 -Try \`$0 --help' for more information." ;;
5017 -
5018 - *) as_fn_append ac_config_targets " $1"
5019 - ac_need_defaults=false ;;
5020 -
5021 - esac
5022 - shift
5023 -done
5024 -
5025 -ac_configure_extra_args=
5026 -
5027 -if $ac_cs_silent; then
5028 - exec 6>/dev/null
5029 - ac_configure_extra_args="$ac_configure_extra_args --silent"
5030 -fi
5031 -
5032 -_ACEOF
5033 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5034 -if \$ac_cs_recheck; then
5035 - set X $SHELL '$0' $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
5036 - shift
5037 - \$as_echo "running CONFIG_SHELL=$SHELL \$*" >&6
5038 - CONFIG_SHELL='$SHELL'
5039 - export CONFIG_SHELL
5040 - exec "\$@"
5041 -fi
5042 -
5043 -_ACEOF
5044 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5045 -exec 5>>config.log
5046 -{
5047 - echo
5048 - sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
5049 -## Running $as_me. ##
5050 -_ASBOX
5051 - $as_echo "$ac_log"
5052 -} >&5
5053 -
5054 -_ACEOF
5055 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5056 -_ACEOF
5057 -
5058 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5059 -
5060 -# Handling of arguments.
5061 -for ac_config_target in $ac_config_targets
5062 -do
5063 - case $ac_config_target in
5064 - "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
5065 -
5066 - *) as_fn_error $? "invalid argument: \`$ac_config_target'" "$LINENO" 5;;
5067 - esac
5068 -done
5069 -
5070 -
5071 -# If the user did not use the arguments to specify the items to instantiate,
5072 -# then the envvar interface is used. Set only those that are not.
5073 -# We use the long form for the default assignment because of an extremely
5074 -# bizarre bug on SunOS 4.1.3.
5075 -if $ac_need_defaults; then
5076 - test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
5077 -fi
5078 -
5079 -# Have a temporary directory for convenience. Make it in the build tree
5080 -# simply because there is no reason against having it here, and in addition,
5081 -# creating and moving files from /tmp can sometimes cause problems.
5082 -# Hook for its removal unless debugging.
5083 -# Note that there is a small window in which the directory will not be cleaned:
5084 -# after its creation but before its name has been assigned to `$tmp'.
5085 -$debug ||
5086 -{
5087 - tmp= ac_tmp=
5088 - trap 'exit_status=$?
5089 - : "${ac_tmp:=$tmp}"
5090 - { test ! -d "$ac_tmp" || rm -fr "$ac_tmp"; } && exit $exit_status
5091 -' 0
5092 - trap 'as_fn_exit 1' 1 2 13 15
5093 -}
5094 -# Create a (secure) tmp directory for tmp files.
5095 -
5096 -{
5097 - tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
5098 - test -d "$tmp"
5099 -} ||
5100 -{
5101 - tmp=./conf$$-$RANDOM
5102 - (umask 077 && mkdir "$tmp")
5103 -} || as_fn_error $? "cannot create a temporary directory in ." "$LINENO" 5
5104 -ac_tmp=$tmp
5105 -
5106 -# Set up the scripts for CONFIG_FILES section.
5107 -# No need to generate them if there are no CONFIG_FILES.
5108 -# This happens for instance with `./config.status config.h'.
5109 -if test -n "$CONFIG_FILES"; then
5110 -
5111 -
5112 -ac_cr=`echo X | tr X '\015'`
5113 -# On cygwin, bash can eat \r inside `` if the user requested igncr.
5114 -# But we know of no other shell where ac_cr would be empty at this
5115 -# point, so we can use a bashism as a fallback.
5116 -if test "x$ac_cr" = x; then
5117 - eval ac_cr=\$\'\\r\'
5118 -fi
5119 -ac_cs_awk_cr=`$AWK 'BEGIN { print "a\rb" }' </dev/null 2>/dev/null`
5120 -if test "$ac_cs_awk_cr" = "a${ac_cr}b"; then
5121 - ac_cs_awk_cr='\\r'
5122 -else
5123 - ac_cs_awk_cr=$ac_cr
5124 -fi
5125 -
5126 -echo 'BEGIN {' >"$ac_tmp/subs1.awk" &&
5127 -_ACEOF
5128 -
5129 -
5130 -{
5131 - echo "cat >conf$$subs.awk <<_ACEOF" &&
5132 - echo "$ac_subst_vars" | sed 's/.*/&!$&$ac_delim/' &&
5133 - echo "_ACEOF"
5134 -} >conf$$subs.sh ||
5135 - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5136 -ac_delim_num=`echo "$ac_subst_vars" | grep -c '^'`
5137 -ac_delim='%!_!# '
5138 -for ac_last_try in false false false false false :; do
5139 - . ./conf$$subs.sh ||
5140 - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5141 -
5142 - ac_delim_n=`sed -n "s/.*$ac_delim\$/X/p" conf$$subs.awk | grep -c X`
5143 - if test $ac_delim_n = $ac_delim_num; then
5144 - break
5145 - elif $ac_last_try; then
5146 - as_fn_error $? "could not make $CONFIG_STATUS" "$LINENO" 5
5147 - else
5148 - ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
5149 - fi
5150 -done
5151 -rm -f conf$$subs.sh
5152 -
5153 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5154 -cat >>"\$ac_tmp/subs1.awk" <<\\_ACAWK &&
5155 -_ACEOF
5156 -sed -n '
5157 -h
5158 -s/^/S["/; s/!.*/"]=/
5159 -p
5160 -g
5161 -s/^[^!]*!//
5162 -:repl
5163 -t repl
5164 -s/'"$ac_delim"'$//
5165 -t delim
5166 -:nl
5167 -h
5168 -s/\(.\{148\}\)..*/\1/
5169 -t more1
5170 -s/["\\]/\\&/g; s/^/"/; s/$/\\n"\\/
5171 -p
5172 -n
5173 -b repl
5174 -:more1
5175 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5176 -p
5177 -g
5178 -s/.\{148\}//
5179 -t nl
5180 -:delim
5181 -h
5182 -s/\(.\{148\}\)..*/\1/
5183 -t more2
5184 -s/["\\]/\\&/g; s/^/"/; s/$/"/
5185 -p
5186 -b
5187 -:more2
5188 -s/["\\]/\\&/g; s/^/"/; s/$/"\\/
5189 -p
5190 -g
5191 -s/.\{148\}//
5192 -t delim
5193 -' <conf$$subs.awk | sed '
5194 -/^[^""]/{
5195 - N
5196 - s/\n//
5197 -}
5198 -' >>$CONFIG_STATUS || ac_write_fail=1
5199 -rm -f conf$$subs.awk
5200 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5201 -_ACAWK
5202 -cat >>"\$ac_tmp/subs1.awk" <<_ACAWK &&
5203 - for (key in S) S_is_set[key] = 1
5204 - FS = ""
5205 -
5206 -}
5207 -{
5208 - line = $ 0
5209 - nfields = split(line, field, "@")
5210 - substed = 0
5211 - len = length(field[1])
5212 - for (i = 2; i < nfields; i++) {
5213 - key = field[i]
5214 - keylen = length(key)
5215 - if (S_is_set[key]) {
5216 - value = S[key]
5217 - line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
5218 - len += length(value) + length(field[++i])
5219 - substed = 1
5220 - } else
5221 - len += 1 + keylen
5222 - }
5223 -
5224 - print line
5225 -}
5226 -
5227 -_ACAWK
5228 -_ACEOF
5229 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5230 -if sed "s/$ac_cr//" < /dev/null > /dev/null 2>&1; then
5231 - sed "s/$ac_cr\$//; s/$ac_cr/$ac_cs_awk_cr/g"
5232 -else
5233 - cat
5234 -fi < "$ac_tmp/subs1.awk" > "$ac_tmp/subs.awk" \
5235 - || as_fn_error $? "could not setup config files machinery" "$LINENO" 5
5236 -_ACEOF
5237 -
5238 -# VPATH may cause trouble with some makes, so we remove sole $(srcdir),
5239 -# ${srcdir} and @srcdir@ entries from VPATH if srcdir is ".", strip leading and
5240 -# trailing colons and then remove the whole line if VPATH becomes empty
5241 -# (actually we leave an empty line to preserve line numbers).
5242 -if test "x$srcdir" = x.; then
5243 - ac_vpsub='/^[ ]*VPATH[ ]*=[ ]*/{
5244 -h
5245 -s///
5246 -s/^/:/
5247 -s/[ ]*$/:/
5248 -s/:\$(srcdir):/:/g
5249 -s/:\${srcdir}:/:/g
5250 -s/:@srcdir@:/:/g
5251 -s/^:*//
5252 -s/:*$//
5253 -x
5254 -s/\(=[ ]*\).*/\1/
5255 -G
5256 -s/\n//
5257 -s/^[^=]*=[ ]*$//
5258 -}'
5259 -fi
5260 -
5261 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5262 -fi # test -n "$CONFIG_FILES"
5263 -
5264 -
5265 -eval set X " :F $CONFIG_FILES "
5266 -shift
5267 -for ac_tag
5268 -do
5269 - case $ac_tag in
5270 - :[FHLC]) ac_mode=$ac_tag; continue;;
5271 - esac
5272 - case $ac_mode$ac_tag in
5273 - :[FHL]*:*);;
5274 - :L* | :C*:*) as_fn_error $? "invalid tag \`$ac_tag'" "$LINENO" 5;;
5275 - :[FH]-) ac_tag=-:-;;
5276 - :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
5277 - esac
5278 - ac_save_IFS=$IFS
5279 - IFS=:
5280 - set x $ac_tag
5281 - IFS=$ac_save_IFS
5282 - shift
5283 - ac_file=$1
5284 - shift
5285 -
5286 - case $ac_mode in
5287 - :L) ac_source=$1;;
5288 - :[FH])
5289 - ac_file_inputs=
5290 - for ac_f
5291 - do
5292 - case $ac_f in
5293 - -) ac_f="$ac_tmp/stdin";;
5294 - *) # Look for the file first in the build tree, then in the source tree
5295 - # (if the path is not absolute). The absolute path cannot be DOS-style,
5296 - # because $ac_f cannot contain `:'.
5297 - test -f "$ac_f" ||
5298 - case $ac_f in
5299 - [\\/$]*) false;;
5300 - *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
5301 - esac ||
5302 - as_fn_error 1 "cannot find input file: \`$ac_f'" "$LINENO" 5;;
5303 - esac
5304 - case $ac_f in *\'*) ac_f=`$as_echo "$ac_f" | sed "s/'/'\\\\\\\\''/g"`;; esac
5305 - as_fn_append ac_file_inputs " '$ac_f'"
5306 - done
5307 -
5308 - # Let's still pretend it is `configure' which instantiates (i.e., don't
5309 - # use $as_me), people would be surprised to read:
5310 - # /* config.h. Generated by config.status. */
5311 - configure_input='Generated from '`
5312 - $as_echo "$*" | sed 's|^[^:]*/||;s|:[^:]*/|, |g'
5313 - `' by configure.'
5314 - if test x"$ac_file" != x-; then
5315 - configure_input="$ac_file. $configure_input"
5316 - { $as_echo "$as_me:${as_lineno-$LINENO}: creating $ac_file" >&5
5317 -$as_echo "$as_me: creating $ac_file" >&6;}
5318 - fi
5319 - # Neutralize special characters interpreted by sed in replacement strings.
5320 - case $configure_input in #(
5321 - *\&* | *\|* | *\\* )
5322 - ac_sed_conf_input=`$as_echo "$configure_input" |
5323 - sed 's/[\\\\&|]/\\\\&/g'`;; #(
5324 - *) ac_sed_conf_input=$configure_input;;
5325 - esac
5326 -
5327 - case $ac_tag in
5328 - *:-:* | *:-) cat >"$ac_tmp/stdin" \
5329 - || as_fn_error $? "could not create $ac_file" "$LINENO" 5 ;;
5330 - esac
5331 - ;;
5332 - esac
5333 -
5334 - ac_dir=`$as_dirname -- "$ac_file" ||
5335 -$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5336 - X"$ac_file" : 'X\(//\)[^/]' \| \
5337 - X"$ac_file" : 'X\(//\)$' \| \
5338 - X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
5339 -$as_echo X"$ac_file" |
5340 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5341 - s//\1/
5342 - q
5343 - }
5344 - /^X\(\/\/\)[^/].*/{
5345 - s//\1/
5346 - q
5347 - }
5348 - /^X\(\/\/\)$/{
5349 - s//\1/
5350 - q
5351 - }
5352 - /^X\(\/\).*/{
5353 - s//\1/
5354 - q
5355 - }
5356 - s/.*/./; q'`
5357 - as_dir="$ac_dir"; as_fn_mkdir_p
5358 - ac_builddir=.
5359 -
5360 -case "$ac_dir" in
5361 -.) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
5362 -*)
5363 - ac_dir_suffix=/`$as_echo "$ac_dir" | sed 's|^\.[\\/]||'`
5364 - # A ".." for each directory in $ac_dir_suffix.
5365 - ac_top_builddir_sub=`$as_echo "$ac_dir_suffix" | sed 's|/[^\\/]*|/..|g;s|/||'`
5366 - case $ac_top_builddir_sub in
5367 - "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
5368 - *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
5369 - esac ;;
5370 -esac
5371 -ac_abs_top_builddir=$ac_pwd
5372 -ac_abs_builddir=$ac_pwd$ac_dir_suffix
5373 -# for backward compatibility:
5374 -ac_top_builddir=$ac_top_build_prefix
5375 -
5376 -case $srcdir in
5377 - .) # We are building in place.
5378 - ac_srcdir=.
5379 - ac_top_srcdir=$ac_top_builddir_sub
5380 - ac_abs_top_srcdir=$ac_pwd ;;
5381 - [\\/]* | ?:[\\/]* ) # Absolute name.
5382 - ac_srcdir=$srcdir$ac_dir_suffix;
5383 - ac_top_srcdir=$srcdir
5384 - ac_abs_top_srcdir=$srcdir ;;
5385 - *) # Relative name.
5386 - ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
5387 - ac_top_srcdir=$ac_top_build_prefix$srcdir
5388 - ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
5389 -esac
5390 -ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
5391 -
5392 -
5393 - case $ac_mode in
5394 - :F)
5395 - #
5396 - # CONFIG_FILE
5397 - #
5398 -
5399 - case $INSTALL in
5400 - [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
5401 - *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
5402 - esac
5403 - ac_MKDIR_P=$MKDIR_P
5404 - case $MKDIR_P in
5405 - [\\/$]* | ?:[\\/]* ) ;;
5406 - */*) ac_MKDIR_P=$ac_top_build_prefix$MKDIR_P ;;
5407 - esac
5408 -_ACEOF
5409 -
5410 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5411 -# If the template does not know about datarootdir, expand it.
5412 -# FIXME: This hack should be removed a few years after 2.60.
5413 -ac_datarootdir_hack=; ac_datarootdir_seen=
5414 -ac_sed_dataroot='
5415 -/datarootdir/ {
5416 - p
5417 - q
5418 -}
5419 -/@datadir@/p
5420 -/@docdir@/p
5421 -/@infodir@/p
5422 -/@localedir@/p
5423 -/@mandir@/p'
5424 -case `eval "sed -n \"\$ac_sed_dataroot\" $ac_file_inputs"` in
5425 -*datarootdir*) ac_datarootdir_seen=yes;;
5426 -*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
5427 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
5428 -$as_echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
5429 -_ACEOF
5430 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5431 - ac_datarootdir_hack='
5432 - s&@datadir@&$datadir&g
5433 - s&@docdir@&$docdir&g
5434 - s&@infodir@&$infodir&g
5435 - s&@localedir@&$localedir&g
5436 - s&@mandir@&$mandir&g
5437 - s&\\\${datarootdir}&$datarootdir&g' ;;
5438 -esac
5439 -_ACEOF
5440 -
5441 -# Neutralize VPATH when `$srcdir' = `.'.
5442 -# Shell code in configure.ac might set extrasub.
5443 -# FIXME: do we really want to maintain this feature?
5444 -cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
5445 -ac_sed_extra="$ac_vpsub
5446 -$extrasub
5447 -_ACEOF
5448 -cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
5449 -:t
5450 -/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
5451 -s|@configure_input@|$ac_sed_conf_input|;t t
5452 -s&@top_builddir@&$ac_top_builddir_sub&;t t
5453 -s&@top_build_prefix@&$ac_top_build_prefix&;t t
5454 -s&@srcdir@&$ac_srcdir&;t t
5455 -s&@abs_srcdir@&$ac_abs_srcdir&;t t
5456 -s&@top_srcdir@&$ac_top_srcdir&;t t
5457 -s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
5458 -s&@builddir@&$ac_builddir&;t t
5459 -s&@abs_builddir@&$ac_abs_builddir&;t t
5460 -s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
5461 -s&@INSTALL@&$ac_INSTALL&;t t
5462 -s&@MKDIR_P@&$ac_MKDIR_P&;t t
5463 -$ac_datarootdir_hack
5464 -"
5465 -eval sed \"\$ac_sed_extra\" "$ac_file_inputs" | $AWK -f "$ac_tmp/subs.awk" \
5466 - >$ac_tmp/out || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5467 -
5468 -test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
5469 - { ac_out=`sed -n '/\${datarootdir}/p' "$ac_tmp/out"`; test -n "$ac_out"; } &&
5470 - { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' \
5471 - "$ac_tmp/out"`; test -z "$ac_out"; } &&
5472 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5473 -which seems to be undefined. Please make sure it is defined" >&5
5474 -$as_echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
5475 -which seems to be undefined. Please make sure it is defined" >&2;}
5476 -
5477 - rm -f "$ac_tmp/stdin"
5478 - case $ac_file in
5479 - -) cat "$ac_tmp/out" && rm -f "$ac_tmp/out";;
5480 - *) rm -f "$ac_file" && mv "$ac_tmp/out" "$ac_file";;
5481 - esac \
5482 - || as_fn_error $? "could not create $ac_file" "$LINENO" 5
5483 - ;;
5484 -
5485 -
5486 -
5487 - esac
5488 -
5489 -done # for ac_tag
5490 -
5491 -
5492 -as_fn_exit 0
5493 -_ACEOF
5494 -ac_clean_files=$ac_clean_files_save
5495 -
5496 -test $ac_write_fail = 0 ||
5497 - as_fn_error $? "write failure creating $CONFIG_STATUS" "$LINENO" 5
5498 -
5499 -
5500 -# configure is writing to config.log, and then calls config.status.
5501 -# config.status does its own redirection, appending to config.log.
5502 -# Unfortunately, on DOS this fails, as config.log is still kept open
5503 -# by configure, so config.status won't be able to write to it; its
5504 -# output is simply discarded. So we exec the FD to /dev/null,
5505 -# effectively closing config.log, so it can be properly (re)opened and
5506 -# appended to by config.status. When coming back to configure, we
5507 -# need to make the FD available again.
5508 -if test "$no_create" != yes; then
5509 - ac_cs_success=:
5510 - ac_config_status_args=
5511 - test "$silent" = yes &&
5512 - ac_config_status_args="$ac_config_status_args --quiet"
5513 - exec 5>/dev/null
5514 - $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
5515 - exec 5>>config.log
5516 - # Use ||, not &&, to avoid exiting from the if with $? = 1, which
5517 - # would make configure fail if this is the last instruction.
5518 - $ac_cs_success || as_fn_exit 1
5519 -fi
5520 -if test -n "$ac_unrecognized_opts" && test "$enable_option_checking" != no; then
5521 - { $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: unrecognized options: $ac_unrecognized_opts" >&5
5522 -$as_echo "$as_me: WARNING: unrecognized options: $ac_unrecognized_opts" >&2;}
5523 -fi
5524 -
5525
5526 diff --git a/configure.ac b/configure.ac
5527 index 7f0fc39..70b2afd 100644
5528 --- a/configure.ac
5529 +++ b/configure.ac
5530 @@ -1,6 +1,7 @@
5531 -AC_INIT([eselect-rust], [0.3])
5532 -AM_INIT_AUTOMAKE([foreign])
5533 +AC_INIT([eselect-rust], [20190310])
5534 +AM_INIT_AUTOMAKE([-Wall foreign no-dist-gzip dist-bzip2])
5535
5536 -AC_CONFIG_FILES([Makefile])
5537 +# Create output files.
5538 +AC_CONFIG_FILES([Makefile rust.eselect])
5539
5540 AC_OUTPUT
5541
5542 diff --git a/install-sh b/install-sh
5543 deleted file mode 100755
5544 index 377bb86..0000000
5545 --- a/install-sh
5546 +++ /dev/null
5547 @@ -1,527 +0,0 @@
5548 -#!/bin/sh
5549 -# install - install a program, script, or datafile
5550 -
5551 -scriptversion=2011-11-20.07; # UTC
5552 -
5553 -# This originates from X11R5 (mit/util/scripts/install.sh), which was
5554 -# later released in X11R6 (xc/config/util/install.sh) with the
5555 -# following copyright and license.
5556 -#
5557 -# Copyright (C) 1994 X Consortium
5558 -#
5559 -# Permission is hereby granted, free of charge, to any person obtaining a copy
5560 -# of this software and associated documentation files (the "Software"), to
5561 -# deal in the Software without restriction, including without limitation the
5562 -# rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
5563 -# sell copies of the Software, and to permit persons to whom the Software is
5564 -# furnished to do so, subject to the following conditions:
5565 -#
5566 -# The above copyright notice and this permission notice shall be included in
5567 -# all copies or substantial portions of the Software.
5568 -#
5569 -# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
5570 -# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
5571 -# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
5572 -# X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
5573 -# AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
5574 -# TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
5575 -#
5576 -# Except as contained in this notice, the name of the X Consortium shall not
5577 -# be used in advertising or otherwise to promote the sale, use or other deal-
5578 -# ings in this Software without prior written authorization from the X Consor-
5579 -# tium.
5580 -#
5581 -#
5582 -# FSF changes to this file are in the public domain.
5583 -#
5584 -# Calling this script install-sh is preferred over install.sh, to prevent
5585 -# 'make' implicit rules from creating a file called install from it
5586 -# when there is no Makefile.
5587 -#
5588 -# This script is compatible with the BSD install script, but was written
5589 -# from scratch.
5590 -
5591 -nl='
5592 -'
5593 -IFS=" "" $nl"
5594 -
5595 -# set DOITPROG to echo to test this script
5596 -
5597 -# Don't use :- since 4.3BSD and earlier shells don't like it.
5598 -doit=${DOITPROG-}
5599 -if test -z "$doit"; then
5600 - doit_exec=exec
5601 -else
5602 - doit_exec=$doit
5603 -fi
5604 -
5605 -# Put in absolute file names if you don't have them in your path;
5606 -# or use environment vars.
5607 -
5608 -chgrpprog=${CHGRPPROG-chgrp}
5609 -chmodprog=${CHMODPROG-chmod}
5610 -chownprog=${CHOWNPROG-chown}
5611 -cmpprog=${CMPPROG-cmp}
5612 -cpprog=${CPPROG-cp}
5613 -mkdirprog=${MKDIRPROG-mkdir}
5614 -mvprog=${MVPROG-mv}
5615 -rmprog=${RMPROG-rm}
5616 -stripprog=${STRIPPROG-strip}
5617 -
5618 -posix_glob='?'
5619 -initialize_posix_glob='
5620 - test "$posix_glob" != "?" || {
5621 - if (set -f) 2>/dev/null; then
5622 - posix_glob=
5623 - else
5624 - posix_glob=:
5625 - fi
5626 - }
5627 -'
5628 -
5629 -posix_mkdir=
5630 -
5631 -# Desired mode of installed file.
5632 -mode=0755
5633 -
5634 -chgrpcmd=
5635 -chmodcmd=$chmodprog
5636 -chowncmd=
5637 -mvcmd=$mvprog
5638 -rmcmd="$rmprog -f"
5639 -stripcmd=
5640 -
5641 -src=
5642 -dst=
5643 -dir_arg=
5644 -dst_arg=
5645 -
5646 -copy_on_change=false
5647 -no_target_directory=
5648 -
5649 -usage="\
5650 -Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
5651 - or: $0 [OPTION]... SRCFILES... DIRECTORY
5652 - or: $0 [OPTION]... -t DIRECTORY SRCFILES...
5653 - or: $0 [OPTION]... -d DIRECTORIES...
5654 -
5655 -In the 1st form, copy SRCFILE to DSTFILE.
5656 -In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
5657 -In the 4th, create DIRECTORIES.
5658 -
5659 -Options:
5660 - --help display this help and exit.
5661 - --version display version info and exit.
5662 -
5663 - -c (ignored)
5664 - -C install only if different (preserve the last data modification time)
5665 - -d create directories instead of installing files.
5666 - -g GROUP $chgrpprog installed files to GROUP.
5667 - -m MODE $chmodprog installed files to MODE.
5668 - -o USER $chownprog installed files to USER.
5669 - -s $stripprog installed files.
5670 - -t DIRECTORY install into DIRECTORY.
5671 - -T report an error if DSTFILE is a directory.
5672 -
5673 -Environment variables override the default commands:
5674 - CHGRPPROG CHMODPROG CHOWNPROG CMPPROG CPPROG MKDIRPROG MVPROG
5675 - RMPROG STRIPPROG
5676 -"
5677 -
5678 -while test $# -ne 0; do
5679 - case $1 in
5680 - -c) ;;
5681 -
5682 - -C) copy_on_change=true;;
5683 -
5684 - -d) dir_arg=true;;
5685 -
5686 - -g) chgrpcmd="$chgrpprog $2"
5687 - shift;;
5688 -
5689 - --help) echo "$usage"; exit $?;;
5690 -
5691 - -m) mode=$2
5692 - case $mode in
5693 - *' '* | *' '* | *'
5694 -'* | *'*'* | *'?'* | *'['*)
5695 - echo "$0: invalid mode: $mode" >&2
5696 - exit 1;;
5697 - esac
5698 - shift;;
5699 -
5700 - -o) chowncmd="$chownprog $2"
5701 - shift;;
5702 -
5703 - -s) stripcmd=$stripprog;;
5704 -
5705 - -t) dst_arg=$2
5706 - # Protect names problematic for 'test' and other utilities.
5707 - case $dst_arg in
5708 - -* | [=\(\)!]) dst_arg=./$dst_arg;;
5709 - esac
5710 - shift;;
5711 -
5712 - -T) no_target_directory=true;;
5713 -
5714 - --version) echo "$0 $scriptversion"; exit $?;;
5715 -
5716 - --) shift
5717 - break;;
5718 -
5719 - -*) echo "$0: invalid option: $1" >&2
5720 - exit 1;;
5721 -
5722 - *) break;;
5723 - esac
5724 - shift
5725 -done
5726 -
5727 -if test $# -ne 0 && test -z "$dir_arg$dst_arg"; then
5728 - # When -d is used, all remaining arguments are directories to create.
5729 - # When -t is used, the destination is already specified.
5730 - # Otherwise, the last argument is the destination. Remove it from $@.
5731 - for arg
5732 - do
5733 - if test -n "$dst_arg"; then
5734 - # $@ is not empty: it contains at least $arg.
5735 - set fnord "$@" "$dst_arg"
5736 - shift # fnord
5737 - fi
5738 - shift # arg
5739 - dst_arg=$arg
5740 - # Protect names problematic for 'test' and other utilities.
5741 - case $dst_arg in
5742 - -* | [=\(\)!]) dst_arg=./$dst_arg;;
5743 - esac
5744 - done
5745 -fi
5746 -
5747 -if test $# -eq 0; then
5748 - if test -z "$dir_arg"; then
5749 - echo "$0: no input file specified." >&2
5750 - exit 1
5751 - fi
5752 - # It's OK to call 'install-sh -d' without argument.
5753 - # This can happen when creating conditional directories.
5754 - exit 0
5755 -fi
5756 -
5757 -if test -z "$dir_arg"; then
5758 - do_exit='(exit $ret); exit $ret'
5759 - trap "ret=129; $do_exit" 1
5760 - trap "ret=130; $do_exit" 2
5761 - trap "ret=141; $do_exit" 13
5762 - trap "ret=143; $do_exit" 15
5763 -
5764 - # Set umask so as not to create temps with too-generous modes.
5765 - # However, 'strip' requires both read and write access to temps.
5766 - case $mode in
5767 - # Optimize common cases.
5768 - *644) cp_umask=133;;
5769 - *755) cp_umask=22;;
5770 -
5771 - *[0-7])
5772 - if test -z "$stripcmd"; then
5773 - u_plus_rw=
5774 - else
5775 - u_plus_rw='% 200'
5776 - fi
5777 - cp_umask=`expr '(' 777 - $mode % 1000 ')' $u_plus_rw`;;
5778 - *)
5779 - if test -z "$stripcmd"; then
5780 - u_plus_rw=
5781 - else
5782 - u_plus_rw=,u+rw
5783 - fi
5784 - cp_umask=$mode$u_plus_rw;;
5785 - esac
5786 -fi
5787 -
5788 -for src
5789 -do
5790 - # Protect names problematic for 'test' and other utilities.
5791 - case $src in
5792 - -* | [=\(\)!]) src=./$src;;
5793 - esac
5794 -
5795 - if test -n "$dir_arg"; then
5796 - dst=$src
5797 - dstdir=$dst
5798 - test -d "$dstdir"
5799 - dstdir_status=$?
5800 - else
5801 -
5802 - # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
5803 - # might cause directories to be created, which would be especially bad
5804 - # if $src (and thus $dsttmp) contains '*'.
5805 - if test ! -f "$src" && test ! -d "$src"; then
5806 - echo "$0: $src does not exist." >&2
5807 - exit 1
5808 - fi
5809 -
5810 - if test -z "$dst_arg"; then
5811 - echo "$0: no destination specified." >&2
5812 - exit 1
5813 - fi
5814 - dst=$dst_arg
5815 -
5816 - # If destination is a directory, append the input filename; won't work
5817 - # if double slashes aren't ignored.
5818 - if test -d "$dst"; then
5819 - if test -n "$no_target_directory"; then
5820 - echo "$0: $dst_arg: Is a directory" >&2
5821 - exit 1
5822 - fi
5823 - dstdir=$dst
5824 - dst=$dstdir/`basename "$src"`
5825 - dstdir_status=0
5826 - else
5827 - # Prefer dirname, but fall back on a substitute if dirname fails.
5828 - dstdir=`
5829 - (dirname "$dst") 2>/dev/null ||
5830 - expr X"$dst" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
5831 - X"$dst" : 'X\(//\)[^/]' \| \
5832 - X"$dst" : 'X\(//\)$' \| \
5833 - X"$dst" : 'X\(/\)' \| . 2>/dev/null ||
5834 - echo X"$dst" |
5835 - sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
5836 - s//\1/
5837 - q
5838 - }
5839 - /^X\(\/\/\)[^/].*/{
5840 - s//\1/
5841 - q
5842 - }
5843 - /^X\(\/\/\)$/{
5844 - s//\1/
5845 - q
5846 - }
5847 - /^X\(\/\).*/{
5848 - s//\1/
5849 - q
5850 - }
5851 - s/.*/./; q'
5852 - `
5853 -
5854 - test -d "$dstdir"
5855 - dstdir_status=$?
5856 - fi
5857 - fi
5858 -
5859 - obsolete_mkdir_used=false
5860 -
5861 - if test $dstdir_status != 0; then
5862 - case $posix_mkdir in
5863 - '')
5864 - # Create intermediate dirs using mode 755 as modified by the umask.
5865 - # This is like FreeBSD 'install' as of 1997-10-28.
5866 - umask=`umask`
5867 - case $stripcmd.$umask in
5868 - # Optimize common cases.
5869 - *[2367][2367]) mkdir_umask=$umask;;
5870 - .*0[02][02] | .[02][02] | .[02]) mkdir_umask=22;;
5871 -
5872 - *[0-7])
5873 - mkdir_umask=`expr $umask + 22 \
5874 - - $umask % 100 % 40 + $umask % 20 \
5875 - - $umask % 10 % 4 + $umask % 2
5876 - `;;
5877 - *) mkdir_umask=$umask,go-w;;
5878 - esac
5879 -
5880 - # With -d, create the new directory with the user-specified mode.
5881 - # Otherwise, rely on $mkdir_umask.
5882 - if test -n "$dir_arg"; then
5883 - mkdir_mode=-m$mode
5884 - else
5885 - mkdir_mode=
5886 - fi
5887 -
5888 - posix_mkdir=false
5889 - case $umask in
5890 - *[123567][0-7][0-7])
5891 - # POSIX mkdir -p sets u+wx bits regardless of umask, which
5892 - # is incompatible with FreeBSD 'install' when (umask & 300) != 0.
5893 - ;;
5894 - *)
5895 - tmpdir=${TMPDIR-/tmp}/ins$RANDOM-$$
5896 - trap 'ret=$?; rmdir "$tmpdir/d" "$tmpdir" 2>/dev/null; exit $ret' 0
5897 -
5898 - if (umask $mkdir_umask &&
5899 - exec $mkdirprog $mkdir_mode -p -- "$tmpdir/d") >/dev/null 2>&1
5900 - then
5901 - if test -z "$dir_arg" || {
5902 - # Check for POSIX incompatibilities with -m.
5903 - # HP-UX 11.23 and IRIX 6.5 mkdir -m -p sets group- or
5904 - # other-writable bit of parent directory when it shouldn't.
5905 - # FreeBSD 6.1 mkdir -m -p sets mode of existing directory.
5906 - ls_ld_tmpdir=`ls -ld "$tmpdir"`
5907 - case $ls_ld_tmpdir in
5908 - d????-?r-*) different_mode=700;;
5909 - d????-?--*) different_mode=755;;
5910 - *) false;;
5911 - esac &&
5912 - $mkdirprog -m$different_mode -p -- "$tmpdir" && {
5913 - ls_ld_tmpdir_1=`ls -ld "$tmpdir"`
5914 - test "$ls_ld_tmpdir" = "$ls_ld_tmpdir_1"
5915 - }
5916 - }
5917 - then posix_mkdir=:
5918 - fi
5919 - rmdir "$tmpdir/d" "$tmpdir"
5920 - else
5921 - # Remove any dirs left behind by ancient mkdir implementations.
5922 - rmdir ./$mkdir_mode ./-p ./-- 2>/dev/null
5923 - fi
5924 - trap '' 0;;
5925 - esac;;
5926 - esac
5927 -
5928 - if
5929 - $posix_mkdir && (
5930 - umask $mkdir_umask &&
5931 - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir"
5932 - )
5933 - then :
5934 - else
5935 -
5936 - # The umask is ridiculous, or mkdir does not conform to POSIX,
5937 - # or it failed possibly due to a race condition. Create the
5938 - # directory the slow way, step by step, checking for races as we go.
5939 -
5940 - case $dstdir in
5941 - /*) prefix='/';;
5942 - [-=\(\)!]*) prefix='./';;
5943 - *) prefix='';;
5944 - esac
5945 -
5946 - eval "$initialize_posix_glob"
5947 -
5948 - oIFS=$IFS
5949 - IFS=/
5950 - $posix_glob set -f
5951 - set fnord $dstdir
5952 - shift
5953 - $posix_glob set +f
5954 - IFS=$oIFS
5955 -
5956 - prefixes=
5957 -
5958 - for d
5959 - do
5960 - test X"$d" = X && continue
5961 -
5962 - prefix=$prefix$d
5963 - if test -d "$prefix"; then
5964 - prefixes=
5965 - else
5966 - if $posix_mkdir; then
5967 - (umask=$mkdir_umask &&
5968 - $doit_exec $mkdirprog $mkdir_mode -p -- "$dstdir") && break
5969 - # Don't fail if two instances are running concurrently.
5970 - test -d "$prefix" || exit 1
5971 - else
5972 - case $prefix in
5973 - *\'*) qprefix=`echo "$prefix" | sed "s/'/'\\\\\\\\''/g"`;;
5974 - *) qprefix=$prefix;;
5975 - esac
5976 - prefixes="$prefixes '$qprefix'"
5977 - fi
5978 - fi
5979 - prefix=$prefix/
5980 - done
5981 -
5982 - if test -n "$prefixes"; then
5983 - # Don't fail if two instances are running concurrently.
5984 - (umask $mkdir_umask &&
5985 - eval "\$doit_exec \$mkdirprog $prefixes") ||
5986 - test -d "$dstdir" || exit 1
5987 - obsolete_mkdir_used=true
5988 - fi
5989 - fi
5990 - fi
5991 -
5992 - if test -n "$dir_arg"; then
5993 - { test -z "$chowncmd" || $doit $chowncmd "$dst"; } &&
5994 - { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } &&
5995 - { test "$obsolete_mkdir_used$chowncmd$chgrpcmd" = false ||
5996 - test -z "$chmodcmd" || $doit $chmodcmd $mode "$dst"; } || exit 1
5997 - else
5998 -
5999 - # Make a couple of temp file names in the proper directory.
6000 - dsttmp=$dstdir/_inst.$$_
6001 - rmtmp=$dstdir/_rm.$$_
6002 -
6003 - # Trap to clean up those temp files at exit.
6004 - trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
6005 -
6006 - # Copy the file name to the temp name.
6007 - (umask $cp_umask && $doit_exec $cpprog "$src" "$dsttmp") &&
6008 -
6009 - # and set any options; do chmod last to preserve setuid bits.
6010 - #
6011 - # If any of these fail, we abort the whole thing. If we want to
6012 - # ignore errors from any of these, just make sure not to ignore
6013 - # errors from the above "$doit $cpprog $src $dsttmp" command.
6014 - #
6015 - { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } &&
6016 - { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } &&
6017 - { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } &&
6018 - { test -z "$chmodcmd" || $doit $chmodcmd $mode "$dsttmp"; } &&
6019 -
6020 - # If -C, don't bother to copy if it wouldn't change the file.
6021 - if $copy_on_change &&
6022 - old=`LC_ALL=C ls -dlL "$dst" 2>/dev/null` &&
6023 - new=`LC_ALL=C ls -dlL "$dsttmp" 2>/dev/null` &&
6024 -
6025 - eval "$initialize_posix_glob" &&
6026 - $posix_glob set -f &&
6027 - set X $old && old=:$2:$4:$5:$6 &&
6028 - set X $new && new=:$2:$4:$5:$6 &&
6029 - $posix_glob set +f &&
6030 -
6031 - test "$old" = "$new" &&
6032 - $cmpprog "$dst" "$dsttmp" >/dev/null 2>&1
6033 - then
6034 - rm -f "$dsttmp"
6035 - else
6036 - # Rename the file to the real destination.
6037 - $doit $mvcmd -f "$dsttmp" "$dst" 2>/dev/null ||
6038 -
6039 - # The rename failed, perhaps because mv can't rename something else
6040 - # to itself, or perhaps because mv is so ancient that it does not
6041 - # support -f.
6042 - {
6043 - # Now remove or move aside any old file at destination location.
6044 - # We try this two ways since rm can't unlink itself on some
6045 - # systems and the destination file might be busy for other
6046 - # reasons. In this case, the final cleanup might fail but the new
6047 - # file should still install successfully.
6048 - {
6049 - test ! -f "$dst" ||
6050 - $doit $rmcmd -f "$dst" 2>/dev/null ||
6051 - { $doit $mvcmd -f "$dst" "$rmtmp" 2>/dev/null &&
6052 - { $doit $rmcmd -f "$rmtmp" 2>/dev/null; :; }
6053 - } ||
6054 - { echo "$0: cannot unlink or rename $dst" >&2
6055 - (exit 1); exit 1
6056 - }
6057 - } &&
6058 -
6059 - # Now rename the file to the real destination.
6060 - $doit $mvcmd "$dsttmp" "$dst"
6061 - }
6062 - fi || exit 1
6063 -
6064 - trap '' 0
6065 - fi
6066 -done
6067 -
6068 -# Local variables:
6069 -# eval: (add-hook 'write-file-hooks 'time-stamp)
6070 -# time-stamp-start: "scriptversion="
6071 -# time-stamp-format: "%:y-%02m-%02d.%02H"
6072 -# time-stamp-time-zone: "UTC"
6073 -# time-stamp-end: "; # UTC"
6074 -# End:
6075
6076 diff --git a/missing b/missing
6077 deleted file mode 100755
6078 index cdea514..0000000
6079 --- a/missing
6080 +++ /dev/null
6081 @@ -1,215 +0,0 @@
6082 -#! /bin/sh
6083 -# Common wrapper for a few potentially missing GNU programs.
6084 -
6085 -scriptversion=2012-06-26.16; # UTC
6086 -
6087 -# Copyright (C) 1996-2013 Free Software Foundation, Inc.
6088 -# Originally written by Fran,cois Pinard <pinard@×××××××××××××.ca>, 1996.
6089 -
6090 -# This program is free software; you can redistribute it and/or modify
6091 -# it under the terms of the GNU General Public License as published by
6092 -# the Free Software Foundation; either version 2, or (at your option)
6093 -# any later version.
6094 -
6095 -# This program is distributed in the hope that it will be useful,
6096 -# but WITHOUT ANY WARRANTY; without even the implied warranty of
6097 -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
6098 -# GNU General Public License for more details.
6099 -
6100 -# You should have received a copy of the GNU General Public License
6101 -# along with this program. If not, see <http://www.gnu.org/licenses/>.
6102 -
6103 -# As a special exception to the GNU General Public License, if you
6104 -# distribute this file as part of a program that contains a
6105 -# configuration script generated by Autoconf, you may include it under
6106 -# the same distribution terms that you use for the rest of that program.
6107 -
6108 -if test $# -eq 0; then
6109 - echo 1>&2 "Try '$0 --help' for more information"
6110 - exit 1
6111 -fi
6112 -
6113 -case $1 in
6114 -
6115 - --is-lightweight)
6116 - # Used by our autoconf macros to check whether the available missing
6117 - # script is modern enough.
6118 - exit 0
6119 - ;;
6120 -
6121 - --run)
6122 - # Back-compat with the calling convention used by older automake.
6123 - shift
6124 - ;;
6125 -
6126 - -h|--h|--he|--hel|--help)
6127 - echo "\
6128 -$0 [OPTION]... PROGRAM [ARGUMENT]...
6129 -
6130 -Run 'PROGRAM [ARGUMENT]...', returning a proper advice when this fails due
6131 -to PROGRAM being missing or too old.
6132 -
6133 -Options:
6134 - -h, --help display this help and exit
6135 - -v, --version output version information and exit
6136 -
6137 -Supported PROGRAM values:
6138 - aclocal autoconf autoheader autom4te automake makeinfo
6139 - bison yacc flex lex help2man
6140 -
6141 -Version suffixes to PROGRAM as well as the prefixes 'gnu-', 'gnu', and
6142 -'g' are ignored when checking the name.
6143 -
6144 -Send bug reports to <bug-automake@×××.org>."
6145 - exit $?
6146 - ;;
6147 -
6148 - -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
6149 - echo "missing $scriptversion (GNU Automake)"
6150 - exit $?
6151 - ;;
6152 -
6153 - -*)
6154 - echo 1>&2 "$0: unknown '$1' option"
6155 - echo 1>&2 "Try '$0 --help' for more information"
6156 - exit 1
6157 - ;;
6158 -
6159 -esac
6160 -
6161 -# Run the given program, remember its exit status.
6162 -"$@"; st=$?
6163 -
6164 -# If it succeeded, we are done.
6165 -test $st -eq 0 && exit 0
6166 -
6167 -# Also exit now if we it failed (or wasn't found), and '--version' was
6168 -# passed; such an option is passed most likely to detect whether the
6169 -# program is present and works.
6170 -case $2 in --version|--help) exit $st;; esac
6171 -
6172 -# Exit code 63 means version mismatch. This often happens when the user
6173 -# tries to use an ancient version of a tool on a file that requires a
6174 -# minimum version.
6175 -if test $st -eq 63; then
6176 - msg="probably too old"
6177 -elif test $st -eq 127; then
6178 - # Program was missing.
6179 - msg="missing on your system"
6180 -else
6181 - # Program was found and executed, but failed. Give up.
6182 - exit $st
6183 -fi
6184 -
6185 -perl_URL=http://www.perl.org/
6186 -flex_URL=http://flex.sourceforge.net/
6187 -gnu_software_URL=http://www.gnu.org/software
6188 -
6189 -program_details ()
6190 -{
6191 - case $1 in
6192 - aclocal|automake)
6193 - echo "The '$1' program is part of the GNU Automake package:"
6194 - echo "<$gnu_software_URL/automake>"
6195 - echo "It also requires GNU Autoconf, GNU m4 and Perl in order to run:"
6196 - echo "<$gnu_software_URL/autoconf>"
6197 - echo "<$gnu_software_URL/m4/>"
6198 - echo "<$perl_URL>"
6199 - ;;
6200 - autoconf|autom4te|autoheader)
6201 - echo "The '$1' program is part of the GNU Autoconf package:"
6202 - echo "<$gnu_software_URL/autoconf/>"
6203 - echo "It also requires GNU m4 and Perl in order to run:"
6204 - echo "<$gnu_software_URL/m4/>"
6205 - echo "<$perl_URL>"
6206 - ;;
6207 - esac
6208 -}
6209 -
6210 -give_advice ()
6211 -{
6212 - # Normalize program name to check for.
6213 - normalized_program=`echo "$1" | sed '
6214 - s/^gnu-//; t
6215 - s/^gnu//; t
6216 - s/^g//; t'`
6217 -
6218 - printf '%s\n' "'$1' is $msg."
6219 -
6220 - configure_deps="'configure.ac' or m4 files included by 'configure.ac'"
6221 - case $normalized_program in
6222 - autoconf*)
6223 - echo "You should only need it if you modified 'configure.ac',"
6224 - echo "or m4 files included by it."
6225 - program_details 'autoconf'
6226 - ;;
6227 - autoheader*)
6228 - echo "You should only need it if you modified 'acconfig.h' or"
6229 - echo "$configure_deps."
6230 - program_details 'autoheader'
6231 - ;;
6232 - automake*)
6233 - echo "You should only need it if you modified 'Makefile.am' or"
6234 - echo "$configure_deps."
6235 - program_details 'automake'
6236 - ;;
6237 - aclocal*)
6238 - echo "You should only need it if you modified 'acinclude.m4' or"
6239 - echo "$configure_deps."
6240 - program_details 'aclocal'
6241 - ;;
6242 - autom4te*)
6243 - echo "You might have modified some maintainer files that require"
6244 - echo "the 'automa4te' program to be rebuilt."
6245 - program_details 'autom4te'
6246 - ;;
6247 - bison*|yacc*)
6248 - echo "You should only need it if you modified a '.y' file."
6249 - echo "You may want to install the GNU Bison package:"
6250 - echo "<$gnu_software_URL/bison/>"
6251 - ;;
6252 - lex*|flex*)
6253 - echo "You should only need it if you modified a '.l' file."
6254 - echo "You may want to install the Fast Lexical Analyzer package:"
6255 - echo "<$flex_URL>"
6256 - ;;
6257 - help2man*)
6258 - echo "You should only need it if you modified a dependency" \
6259 - "of a man page."
6260 - echo "You may want to install the GNU Help2man package:"
6261 - echo "<$gnu_software_URL/help2man/>"
6262 - ;;
6263 - makeinfo*)
6264 - echo "You should only need it if you modified a '.texi' file, or"
6265 - echo "any other file indirectly affecting the aspect of the manual."
6266 - echo "You might want to install the Texinfo package:"
6267 - echo "<$gnu_software_URL/texinfo/>"
6268 - echo "The spurious makeinfo call might also be the consequence of"
6269 - echo "using a buggy 'make' (AIX, DU, IRIX), in which case you might"
6270 - echo "want to install GNU make:"
6271 - echo "<$gnu_software_URL/make/>"
6272 - ;;
6273 - *)
6274 - echo "You might have modified some files without having the proper"
6275 - echo "tools for further handling them. Check the 'README' file, it"
6276 - echo "often tells you about the needed prerequisites for installing"
6277 - echo "this package. You may also peek at any GNU archive site, in"
6278 - echo "case some other package contains this missing '$1' program."
6279 - ;;
6280 - esac
6281 -}
6282 -
6283 -give_advice "$1" | sed -e '1s/^/WARNING: /' \
6284 - -e '2,$s/^/ /' >&2
6285 -
6286 -# Propagate the correct exit status (expected to be 127 for a program
6287 -# not found, 63 for a program that failed due to version mismatch).
6288 -exit $st
6289 -
6290 -# Local variables:
6291 -# eval: (add-hook 'write-file-hooks 'time-stamp)
6292 -# time-stamp-start: "scriptversion="
6293 -# time-stamp-format: "%:y-%02m-%02d.%02H"
6294 -# time-stamp-time-zone: "UTC"
6295 -# time-stamp-end: "; # UTC"
6296 -# End:
6297
6298 diff --git a/src/modules/rust.eselect b/rust.eselect.in
6299 similarity index 99%
6300 rename from src/modules/rust.eselect
6301 rename to rust.eselect.in
6302 index 83f4496..96fba74 100644
6303 --- a/src/modules/rust.eselect
6304 +++ b/rust.eselect.in
6305 @@ -3,7 +3,7 @@
6306
6307 DESCRIPTION="Manage the Rust compiler versions"
6308 MAINTAINER="rust@g.o"
6309 -VERSION="0.3"
6310 +VERSION="@VERSION@"
6311
6312 inherit package-manager path-manipulation