q9uri commited on
Commit
deb3d13
·
1 Parent(s): bedc406

mecab-ipadic-2.7.0-20070610

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. src/ja/mecab-ipadic-2.7.0-20070610/AUTHORS +6 -0
  2. src/ja/mecab-ipadic-2.7.0-20070610/Adj.csv +3 -0
  3. src/ja/mecab-ipadic-2.7.0-20070610/Adnominal.csv +3 -0
  4. src/ja/mecab-ipadic-2.7.0-20070610/Adverb.csv +3 -0
  5. src/ja/mecab-ipadic-2.7.0-20070610/Auxil.csv +3 -0
  6. src/ja/mecab-ipadic-2.7.0-20070610/COPYING +71 -0
  7. src/ja/mecab-ipadic-2.7.0-20070610/ChangeLog +0 -0
  8. src/ja/mecab-ipadic-2.7.0-20070610/Conjunction.csv +3 -0
  9. src/ja/mecab-ipadic-2.7.0-20070610/Filler.csv +3 -0
  10. src/ja/mecab-ipadic-2.7.0-20070610/INSTALL +182 -0
  11. src/ja/mecab-ipadic-2.7.0-20070610/Interjection.csv +3 -0
  12. src/ja/mecab-ipadic-2.7.0-20070610/Makefile.am +17 -0
  13. src/ja/mecab-ipadic-2.7.0-20070610/Makefile.in +264 -0
  14. src/ja/mecab-ipadic-2.7.0-20070610/NEWS +0 -0
  15. src/ja/mecab-ipadic-2.7.0-20070610/Noun.adjv.csv +3 -0
  16. src/ja/mecab-ipadic-2.7.0-20070610/Noun.adverbal.csv +3 -0
  17. src/ja/mecab-ipadic-2.7.0-20070610/Noun.csv +3 -0
  18. src/ja/mecab-ipadic-2.7.0-20070610/Noun.demonst.csv +3 -0
  19. src/ja/mecab-ipadic-2.7.0-20070610/Noun.nai.csv +3 -0
  20. src/ja/mecab-ipadic-2.7.0-20070610/Noun.name.csv +3 -0
  21. src/ja/mecab-ipadic-2.7.0-20070610/Noun.number.csv +3 -0
  22. src/ja/mecab-ipadic-2.7.0-20070610/Noun.org.csv +3 -0
  23. src/ja/mecab-ipadic-2.7.0-20070610/Noun.others.csv +3 -0
  24. src/ja/mecab-ipadic-2.7.0-20070610/Noun.place.csv +3 -0
  25. src/ja/mecab-ipadic-2.7.0-20070610/Noun.proper.csv +3 -0
  26. src/ja/mecab-ipadic-2.7.0-20070610/Noun.verbal.csv +3 -0
  27. src/ja/mecab-ipadic-2.7.0-20070610/Others.csv +3 -0
  28. src/ja/mecab-ipadic-2.7.0-20070610/Postp-col.csv +3 -0
  29. src/ja/mecab-ipadic-2.7.0-20070610/Postp.csv +3 -0
  30. src/ja/mecab-ipadic-2.7.0-20070610/Prefix.csv +3 -0
  31. src/ja/mecab-ipadic-2.7.0-20070610/README +2 -0
  32. src/ja/mecab-ipadic-2.7.0-20070610/RESULT +22 -0
  33. src/ja/mecab-ipadic-2.7.0-20070610/Suffix.csv +3 -0
  34. src/ja/mecab-ipadic-2.7.0-20070610/Symbol.csv +3 -0
  35. src/ja/mecab-ipadic-2.7.0-20070610/Verb.csv +3 -0
  36. src/ja/mecab-ipadic-2.7.0-20070610/aclocal.m4 +1062 -0
  37. src/ja/mecab-ipadic-2.7.0-20070610/char.def +147 -0
  38. src/ja/mecab-ipadic-2.7.0-20070610/config.guess +1465 -0
  39. src/ja/mecab-ipadic-2.7.0-20070610/config.sub +1569 -0
  40. src/ja/mecab-ipadic-2.7.0-20070610/configure +3123 -0
  41. src/ja/mecab-ipadic-2.7.0-20070610/configure.in +56 -0
  42. src/ja/mecab-ipadic-2.7.0-20070610/dicrc +29 -0
  43. src/ja/mecab-ipadic-2.7.0-20070610/feature.def +115 -0
  44. src/ja/mecab-ipadic-2.7.0-20070610/install-sh +322 -0
  45. src/ja/mecab-ipadic-2.7.0-20070610/left-id.def +1316 -0
  46. src/ja/mecab-ipadic-2.7.0-20070610/matrix.7z +3 -0
  47. src/ja/mecab-ipadic-2.7.0-20070610/missing +353 -0
  48. src/ja/mecab-ipadic-2.7.0-20070610/mkinstalldirs +40 -0
  49. src/ja/mecab-ipadic-2.7.0-20070610/pos-id.def +69 -0
  50. src/ja/mecab-ipadic-2.7.0-20070610/rewrite.def +94 -0
src/ja/mecab-ipadic-2.7.0-20070610/AUTHORS ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
 
1
+ Taku Kudo <taku@chasen.org>
2
+ chasen@is.aist-nara.ac.jp
3
+
4
+ Masayuki Asahara:masayu-a@is.aist-nara.ac.jp
5
+ Yuji Matsumoto:matsu@is.aist-nara.ac.jp
6
+
src/ja/mecab-ipadic-2.7.0-20070610/Adj.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:98a245aa5c6900102813400741726ae476141727e1e02612f1d65c4142ba180f
3
+ size 2671911
src/ja/mecab-ipadic-2.7.0-20070610/Adnominal.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30804079a8cbea8269c7ac4e4a70923cc2bbe602e4359dc2c6c933b7559d746c
3
+ size 9345
src/ja/mecab-ipadic-2.7.0-20070610/Adverb.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ead41f20354edc850ea9bd1d814da9057e624566d13816de7f92c1b031a8987f
3
+ size 213306
src/ja/mecab-ipadic-2.7.0-20070610/Auxil.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1263aa38b2be07be9ba344bfe49363a5fccd51c0d1c3dda698ae4438044e1cc
3
+ size 13758
src/ja/mecab-ipadic-2.7.0-20070610/COPYING ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Copyright 2000, 2001, 2002, 2003 Nara Institute of Science
2
+ and Technology. All Rights Reserved.
3
+
4
+ Use, reproduction, and distribution of this software is permitted.
5
+ Any copy of this software, whether in its original form or modified,
6
+ must include both the above copyright notice and the following
7
+ paragraphs.
8
+
9
+ Nara Institute of Science and Technology (NAIST),
10
+ the copyright holders, disclaims all warranties with regard to this
11
+ software, including all implied warranties of merchantability and
12
+ fitness, in no event shall NAIST be liable for
13
+ any special, indirect or consequential damages or any damages
14
+ whatsoever resulting from loss of use, data or profits, whether in an
15
+ action of contract, negligence or other tortuous action, arising out
16
+ of or in connection with the use or performance of this software.
17
+
18
+ A large portion of the dictionary entries
19
+ originate from ICOT Free Software. The following conditions for ICOT
20
+ Free Software applies to the current dictionary as well.
21
+
22
+ Each User may also freely distribute the Program, whether in its
23
+ original form or modified, to any third party or parties, PROVIDED
24
+ that the provisions of Section 3 ("NO WARRANTY") will ALWAYS appear
25
+ on, or be attached to, the Program, which is distributed substantially
26
+ in the same form as set out herein and that such intended
27
+ distribution, if actually made, will neither violate or otherwise
28
+ contravene any of the laws and regulations of the countries having
29
+ jurisdiction over the User or the intended distribution itself.
30
+
31
+ NO WARRANTY
32
+
33
+ The program was produced on an experimental basis in the course of the
34
+ research and development conducted during the project and is provided
35
+ to users as so produced on an experimental basis. Accordingly, the
36
+ program is provided without any warranty whatsoever, whether express,
37
+ implied, statutory or otherwise. The term "warranty" used herein
38
+ includes, but is not limited to, any warranty of the quality,
39
+ performance, merchantability and fitness for a particular purpose of
40
+ the program and the nonexistence of any infringement or violation of
41
+ any right of any third party.
42
+
43
+ Each user of the program will agree and understand, and be deemed to
44
+ have agreed and understood, that there is no warranty whatsoever for
45
+ the program and, accordingly, the entire risk arising from or
46
+ otherwise connected with the program is assumed by the user.
47
+
48
+ Therefore, neither ICOT, the copyright holder, or any other
49
+ organization that participated in or was otherwise related to the
50
+ development of the program and their respective officials, directors,
51
+ officers and other employees shall be held liable for any and all
52
+ damages, including, without limitation, general, special, incidental
53
+ and consequential damages, arising out of or otherwise in connection
54
+ with the use or inability to use the program or any product, material
55
+ or result produced or otherwise obtained by using the program,
56
+ regardless of whether they have been advised of, or otherwise had
57
+ knowledge of, the possibility of such damages at any time during the
58
+ project or thereafter. Each user will be deemed to have agreed to the
59
+ foregoing by his or her commencement of use of the program. The term
60
+ "use" as used herein includes, but is not limited to, the use,
61
+ modification, copying and distribution of the program and the
62
+ production of secondary products from the program.
63
+
64
+ In the case where the program, whether in its original form or
65
+ modified, was distributed or delivered to or received by a user from
66
+ any person, organization or entity other than ICOT, unless it makes or
67
+ grants independently of ICOT any specific warranty to the user in
68
+ writing, such person, organization or entity, will also be exempted
69
+ from and not be held liable to the user for any such damages as noted
70
+ above as far as the program is concerned.
71
+ ��
src/ja/mecab-ipadic-2.7.0-20070610/ChangeLog ADDED
File without changes
src/ja/mecab-ipadic-2.7.0-20070610/Conjunction.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:eeb2752e5633b7ec01704c8aaabc5acb2e5605a8614d7697acfad0aff95301a6
3
+ size 10922
src/ja/mecab-ipadic-2.7.0-20070610/Filler.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1740ad244ceaffcf8e5ace82a8a32296a3bc4c8069751d76b82ca53297827547
3
+ size 987
src/ja/mecab-ipadic-2.7.0-20070610/INSTALL ADDED
@@ -0,0 +1,182 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Basic Installation
2
+ ==================
3
+
4
+ These are generic installation instructions.
5
+
6
+ The `configure' shell script attempts to guess correct values for
7
+ various system-dependent variables used during compilation. It uses
8
+ those values to create a `Makefile' in each directory of the package.
9
+ It may also create one or more `.h' files containing system-dependent
10
+ definitions. Finally, it creates a shell script `config.status' that
11
+ you can run in the future to recreate the current configuration, a file
12
+ `config.cache' that saves the results of its tests to speed up
13
+ reconfiguring, and a file `config.log' containing compiler output
14
+ (useful mainly for debugging `configure').
15
+
16
+ If you need to do unusual things to compile the package, please try
17
+ to figure out how `configure' could check whether to do them, and mail
18
+ diffs or instructions to the address given in the `README' so they can
19
+ be considered for the next release. If at some point `config.cache'
20
+ contains results you don't want to keep, you may remove or edit it.
21
+
22
+ The file `configure.in' is used to create `configure' by a program
23
+ called `autoconf'. You only need `configure.in' if you want to change
24
+ it or regenerate `configure' using a newer version of `autoconf'.
25
+
26
+ The simplest way to compile this package is:
27
+
28
+ 1. `cd' to the directory containing the package's source code and type
29
+ `./configure' to configure the package for your system. If you're
30
+ using `csh' on an old version of System V, you might need to type
31
+ `sh ./configure' instead to prevent `csh' from trying to execute
32
+ `configure' itself.
33
+
34
+ Running `configure' takes awhile. While running, it prints some
35
+ messages telling which features it is checking for.
36
+
37
+ 2. Type `make' to compile the package.
38
+
39
+ 3. Optionally, type `make check' to run any self-tests that come with
40
+ the package.
41
+
42
+ 4. Type `make install' to install the programs and any data files and
43
+ documentation.
44
+
45
+ 5. You can remove the program binaries and object files from the
46
+ source code directory by typing `make clean'. To also remove the
47
+ files that `configure' created (so you can compile the package for
48
+ a different kind of computer), type `make distclean'. There is
49
+ also a `make maintainer-clean' target, but that is intended mainly
50
+ for the package's developers. If you use it, you may have to get
51
+ all sorts of other programs in order to regenerate files that came
52
+ with the distribution.
53
+
54
+ Compilers and Options
55
+ =====================
56
+
57
+ Some systems require unusual options for compilation or linking that
58
+ the `configure' script does not know about. You can give `configure'
59
+ initial values for variables by setting them in the environment. Using
60
+ a Bourne-compatible shell, you can do that on the command line like
61
+ this:
62
+ CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure
63
+
64
+ Or on systems that have the `env' program, you can do it like this:
65
+ env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure
66
+
67
+ Compiling For Multiple Architectures
68
+ ====================================
69
+
70
+ You can compile the package for more than one kind of computer at the
71
+ same time, by placing the object files for each architecture in their
72
+ own directory. To do this, you must use a version of `make' that
73
+ supports the `VPATH' variable, such as GNU `make'. `cd' to the
74
+ directory where you want the object files and executables to go and run
75
+ the `configure' script. `configure' automatically checks for the
76
+ source code in the directory that `configure' is in and in `..'.
77
+
78
+ If you have to use a `make' that does not supports the `VPATH'
79
+ variable, you have to compile the package for one architecture at a time
80
+ in the source code directory. After you have installed the package for
81
+ one architecture, use `make distclean' before reconfiguring for another
82
+ architecture.
83
+
84
+ Installation Names
85
+ ==================
86
+
87
+ By default, `make install' will install the package's files in
88
+ `/usr/local/bin', `/usr/local/man', etc. You can specify an
89
+ installation prefix other than `/usr/local' by giving `configure' the
90
+ option `--prefix=PATH'.
91
+
92
+ You can specify separate installation prefixes for
93
+ architecture-specific files and architecture-independent files. If you
94
+ give `configure' the option `--exec-prefix=PATH', the package will use
95
+ PATH as the prefix for installing programs and libraries.
96
+ Documentation and other data files will still use the regular prefix.
97
+
98
+ In addition, if you use an unusual directory layout you can give
99
+ options like `--bindir=PATH' to specify different values for particular
100
+ kinds of files. Run `configure --help' for a list of the directories
101
+ you can set and what kinds of files go in them.
102
+
103
+ If the package supports it, you can cause programs to be installed
104
+ with an extra prefix or suffix on their names by giving `configure' the
105
+ option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'.
106
+
107
+ Optional Features
108
+ =================
109
+
110
+ Some packages pay attention to `--enable-FEATURE' options to
111
+ `configure', where FEATURE indicates an optional part of the package.
112
+ They may also pay attention to `--with-PACKAGE' options, where PACKAGE
113
+ is something like `gnu-as' or `x' (for the X Window System). The
114
+ `README' should mention any `--enable-' and `--with-' options that the
115
+ package recognizes.
116
+
117
+ For packages that use the X Window System, `configure' can usually
118
+ find the X include and library files automatically, but if it doesn't,
119
+ you can use the `configure' options `--x-includes=DIR' and
120
+ `--x-libraries=DIR' to specify their locations.
121
+
122
+ Specifying the System Type
123
+ ==========================
124
+
125
+ There may be some features `configure' can not figure out
126
+ automatically, but needs to determine by the type of host the package
127
+ will run on. Usually `configure' can figure that out, but if it prints
128
+ a message saying it can not guess the host type, give it the
129
+ `--host=TYPE' option. TYPE can either be a short name for the system
130
+ type, such as `sun4', or a canonical name with three fields:
131
+ CPU-COMPANY-SYSTEM
132
+
133
+ See the file `config.sub' for the possible values of each field. If
134
+ `config.sub' isn't included in this package, then this package doesn't
135
+ need to know the host type.
136
+
137
+ If you are building compiler tools for cross-compiling, you can also
138
+ use the `--target=TYPE' option to select the type of system they will
139
+ produce code for and the `--build=TYPE' option to select the type of
140
+ system on which you are compiling the package.
141
+
142
+ Sharing Defaults
143
+ ================
144
+
145
+ If you want to set default values for `configure' scripts to share,
146
+ you can create a site shell script called `config.site' that gives
147
+ default values for variables like `CC', `cache_file', and `prefix'.
148
+ `configure' looks for `PREFIX/share/config.site' if it exists, then
149
+ `PREFIX/etc/config.site' if it exists. Or, you can set the
150
+ `CONFIG_SITE' environment variable to the location of the site script.
151
+ A warning: not all `configure' scripts look for a site script.
152
+
153
+ Operation Controls
154
+ ==================
155
+
156
+ `configure' recognizes the following options to control how it
157
+ operates.
158
+
159
+ `--cache-file=FILE'
160
+ Use and save the results of the tests in FILE instead of
161
+ `./config.cache'. Set FILE to `/dev/null' to disable caching, for
162
+ debugging `configure'.
163
+
164
+ `--help'
165
+ Print a summary of the options to `configure', and exit.
166
+
167
+ `--quiet'
168
+ `--silent'
169
+ `-q'
170
+ Do not print messages saying which checks are being made. To
171
+ suppress all normal output, redirect it to `/dev/null' (any error
172
+ messages will still be shown).
173
+
174
+ `--srcdir=DIR'
175
+ Look for the package's source code in directory DIR. Usually
176
+ `configure' can determine that directory automatically.
177
+
178
+ `--version'
179
+ Print the version of Autoconf used to generate the `configure'
180
+ script, and exit.
181
+
182
+ `configure' also accepts some other, not widely useful, options.
src/ja/mecab-ipadic-2.7.0-20070610/Interjection.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f189ddfa1647e6fd8457388c13c65e1e0a502af0dd18a21afb47e05b36b4a43
3
+ size 14550
src/ja/mecab-ipadic-2.7.0-20070610/Makefile.am ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ mecab_dict_index = @MECAB_DICT_INDEX@
2
+ dicdir = @MECAB_DICDIR@
3
+
4
+ # SUBDIRS = doc script
5
+ dic_DATA = @MECAB_GENDATA@ left-id.def right-id.def rewrite.def pos-id.def dicrc
6
+ EXTRA_DIST = @MECAB_LEXICAL_DIC@ @MECAB_PREDATA@ RESULT
7
+ CLEANFILES = @MECAB_GENDATA@
8
+
9
+ @MECAB_GENDATA@:
10
+ $(mecab_dict_index) -d . -o . -f EUC-JP -t @CHARSET@
11
+ echo To enable dictionary, rewrite @MECAB_MECABRC@ as \"dicrc = @MECAB_DICDIR@\"
12
+
13
+ rpm: dist
14
+ rpm -ta @PACKAGE@-@VERSION@.tar.gz
15
+
16
+ export-package:
17
+ ./upload.pl -p mecab -n @PACKAGE@ -r @VERSION@ -f @PACKAGE@-@VERSION@.tar.gz
src/ja/mecab-ipadic-2.7.0-20070610/Makefile.in ADDED
@@ -0,0 +1,264 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
+
3
+ # Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
+ # This Makefile.in is free software; the Free Software Foundation
5
+ # gives unlimited permission to copy and/or distribute it,
6
+ # with or without modifications, as long as this notice is preserved.
7
+
8
+ # This program is distributed in the hope that it will be useful,
9
+ # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
+ # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
+ # PARTICULAR PURPOSE.
12
+
13
+
14
+ SHELL = @SHELL@
15
+
16
+ srcdir = @srcdir@
17
+ top_srcdir = @top_srcdir@
18
+ VPATH = @srcdir@
19
+ prefix = @prefix@
20
+ exec_prefix = @exec_prefix@
21
+
22
+ bindir = @bindir@
23
+ sbindir = @sbindir@
24
+ libexecdir = @libexecdir@
25
+ datadir = @datadir@
26
+ sysconfdir = @sysconfdir@
27
+ sharedstatedir = @sharedstatedir@
28
+ localstatedir = @localstatedir@
29
+ libdir = @libdir@
30
+ infodir = @infodir@
31
+ mandir = @mandir@
32
+ includedir = @includedir@
33
+ oldincludedir = /usr/include
34
+
35
+ DESTDIR =
36
+
37
+ pkgdatadir = $(datadir)/@PACKAGE@
38
+ pkglibdir = $(libdir)/@PACKAGE@
39
+ pkgincludedir = $(includedir)/@PACKAGE@
40
+
41
+ top_builddir = .
42
+
43
+ ACLOCAL = @ACLOCAL@
44
+ AUTOCONF = @AUTOCONF@
45
+ AUTOMAKE = @AUTOMAKE@
46
+ AUTOHEADER = @AUTOHEADER@
47
+
48
+ INSTALL = @INSTALL@
49
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50
+ INSTALL_DATA = @INSTALL_DATA@
51
+ INSTALL_SCRIPT = @INSTALL_SCRIPT@
52
+ transform = @program_transform_name@
53
+
54
+ NORMAL_INSTALL = :
55
+ PRE_INSTALL = :
56
+ POST_INSTALL = :
57
+ NORMAL_UNINSTALL = :
58
+ PRE_UNINSTALL = :
59
+ POST_UNINSTALL = :
60
+ host_alias = @host_alias@
61
+ host_triplet = @host@
62
+ CC = @CC@
63
+ CHARSET = @CHARSET@
64
+ HAVE_LIB = @HAVE_LIB@
65
+ LIB = @LIB@
66
+ LTLIB = @LTLIB@
67
+ MAKEINFO = @MAKEINFO@
68
+ MECAB_CONFIG = @MECAB_CONFIG@
69
+ MECAB_DICDIR = @MECAB_DICDIR@
70
+ MECAB_DICT_INDEX = @MECAB_DICT_INDEX@
71
+ MECAB_GENDATA = @MECAB_GENDATA@
72
+ MECAB_LEXICAL_DIC = @MECAB_LEXICAL_DIC@
73
+ MECAB_MECABRC = @MECAB_MECABRC@
74
+ MECAB_PREDATA = @MECAB_PREDATA@
75
+ PACKAGE = @PACKAGE@
76
+ VERSION = @VERSION@
77
+ datarootdir = @datarootdir@
78
+
79
+ mecab_dict_index = @MECAB_DICT_INDEX@
80
+ dicdir = @MECAB_DICDIR@
81
+
82
+ # SUBDIRS = doc script
83
+ dic_DATA = @MECAB_GENDATA@ left-id.def right-id.def rewrite.def pos-id.def dicrc
84
+ EXTRA_DIST = @MECAB_LEXICAL_DIC@ @MECAB_PREDATA@ RESULT
85
+ CLEANFILES = @MECAB_GENDATA@
86
+ ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
87
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
88
+ CONFIG_CLEAN_FILES =
89
+ DATA = $(dic_DATA)
90
+
91
+ DIST_COMMON = README AUTHORS COPYING ChangeLog INSTALL Makefile.am \
92
+ Makefile.in NEWS aclocal.m4 config.guess config.sub configure \
93
+ configure.in install-sh missing mkinstalldirs
94
+
95
+
96
+ DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
97
+
98
+ TAR = tar
99
+ GZIP_ENV = --best
100
+ all: all-redirect
101
+ .SUFFIXES:
102
+ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
103
+ cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
104
+
105
+ Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
106
+ cd $(top_builddir) \
107
+ && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
108
+
109
+ $(ACLOCAL_M4): configure.in
110
+ cd $(srcdir) && $(ACLOCAL)
111
+
112
+ config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
113
+ $(SHELL) ./config.status --recheck
114
+ $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
115
+ cd $(srcdir) && $(AUTOCONF)
116
+
117
+ install-dicDATA: $(dic_DATA)
118
+ @$(NORMAL_INSTALL)
119
+ $(mkinstalldirs) $(DESTDIR)$(dicdir)
120
+ @list='$(dic_DATA)'; for p in $$list; do \
121
+ if test -f $(srcdir)/$$p; then \
122
+ echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(dicdir)/$$p"; \
123
+ $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(dicdir)/$$p; \
124
+ else if test -f $$p; then \
125
+ echo " $(INSTALL_DATA) $$p $(DESTDIR)$(dicdir)/$$p"; \
126
+ $(INSTALL_DATA) $$p $(DESTDIR)$(dicdir)/$$p; \
127
+ fi; fi; \
128
+ done
129
+
130
+ uninstall-dicDATA:
131
+ @$(NORMAL_UNINSTALL)
132
+ list='$(dic_DATA)'; for p in $$list; do \
133
+ rm -f $(DESTDIR)$(dicdir)/$$p; \
134
+ done
135
+ tags: TAGS
136
+ TAGS:
137
+
138
+
139
+ distdir = $(PACKAGE)-$(VERSION)
140
+ top_distdir = $(distdir)
141
+
142
+ # This target untars the dist file and tries a VPATH configuration. Then
143
+ # it guarantees that the distribution is self-contained by making another
144
+ # tarfile.
145
+ distcheck: dist
146
+ -rm -rf $(distdir)
147
+ GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
148
+ mkdir $(distdir)/=build
149
+ mkdir $(distdir)/=inst
150
+ dc_install_base=`cd $(distdir)/=inst && pwd`; \
151
+ cd $(distdir)/=build \
152
+ && ../configure --srcdir=.. --prefix=$$dc_install_base \
153
+ && $(MAKE) $(AM_MAKEFLAGS) \
154
+ && $(MAKE) $(AM_MAKEFLAGS) dvi \
155
+ && $(MAKE) $(AM_MAKEFLAGS) check \
156
+ && $(MAKE) $(AM_MAKEFLAGS) install \
157
+ && $(MAKE) $(AM_MAKEFLAGS) installcheck \
158
+ && $(MAKE) $(AM_MAKEFLAGS) dist
159
+ -rm -rf $(distdir)
160
+ @banner="$(distdir).tar.gz is ready for distribution"; \
161
+ dashes=`echo "$$banner" | sed s/./=/g`; \
162
+ echo "$$dashes"; \
163
+ echo "$$banner"; \
164
+ echo "$$dashes"
165
+ dist: distdir
166
+ -chmod -R a+r $(distdir)
167
+ GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
168
+ -rm -rf $(distdir)
169
+ dist-all: distdir
170
+ -chmod -R a+r $(distdir)
171
+ GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
172
+ -rm -rf $(distdir)
173
+ distdir: $(DISTFILES)
174
+ -rm -rf $(distdir)
175
+ mkdir $(distdir)
176
+ -chmod 777 $(distdir)
177
+ @for file in $(DISTFILES); do \
178
+ d=$(srcdir); \
179
+ if test -d $$d/$$file; then \
180
+ cp -pr $$d/$$file $(distdir)/$$file; \
181
+ else \
182
+ test -f $(distdir)/$$file \
183
+ || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
184
+ || cp -p $$d/$$file $(distdir)/$$file || :; \
185
+ fi; \
186
+ done
187
+ info-am:
188
+ info: info-am
189
+ dvi-am:
190
+ dvi: dvi-am
191
+ check-am: all-am
192
+ check: check-am
193
+ installcheck-am:
194
+ installcheck: installcheck-am
195
+ install-exec-am:
196
+ install-exec: install-exec-am
197
+
198
+ install-data-am: install-dicDATA
199
+ install-data: install-data-am
200
+
201
+ install-am: all-am
202
+ @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
203
+ install: install-am
204
+ uninstall-am: uninstall-dicDATA
205
+ uninstall: uninstall-am
206
+ all-am: Makefile $(DATA)
207
+ all-redirect: all-am
208
+ install-strip:
209
+ $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
210
+ installdirs:
211
+ $(mkinstalldirs) $(DESTDIR)$(dicdir)
212
+
213
+
214
+ mostlyclean-generic:
215
+
216
+ clean-generic:
217
+ -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
218
+
219
+ distclean-generic:
220
+ -rm -f Makefile $(CONFIG_CLEAN_FILES)
221
+ -rm -f config.cache config.log stamp-h stamp-h[0-9]*
222
+
223
+ maintainer-clean-generic:
224
+ mostlyclean-am: mostlyclean-generic
225
+
226
+ mostlyclean: mostlyclean-am
227
+
228
+ clean-am: clean-generic mostlyclean-am
229
+
230
+ clean: clean-am
231
+
232
+ distclean-am: distclean-generic clean-am
233
+
234
+ distclean: distclean-am
235
+ -rm -f config.status
236
+
237
+ maintainer-clean-am: maintainer-clean-generic distclean-am
238
+ @echo "This command is intended for maintainers to use;"
239
+ @echo "it deletes files that may require special tools to rebuild."
240
+
241
+ maintainer-clean: maintainer-clean-am
242
+ -rm -f config.status
243
+
244
+ .PHONY: uninstall-dicDATA install-dicDATA tags distdir info-am info \
245
+ dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
246
+ install-exec install-data-am install-data install-am install \
247
+ uninstall-am uninstall all-redirect all-am all installdirs \
248
+ mostlyclean-generic distclean-generic clean-generic \
249
+ maintainer-clean-generic clean mostlyclean distclean maintainer-clean
250
+
251
+
252
+ @MECAB_GENDATA@:
253
+ $(mecab_dict_index) -d . -o . -f EUC-JP -t @CHARSET@
254
+ echo To enable dictionary, rewrite @MECAB_MECABRC@ as \"dicrc = @MECAB_DICDIR@\"
255
+
256
+ rpm: dist
257
+ rpm -ta @PACKAGE@-@VERSION@.tar.gz
258
+
259
+ export-package:
260
+ ./upload.pl -p mecab -n @PACKAGE@ -r @VERSION@ -f @PACKAGE@-@VERSION@.tar.gz
261
+
262
+ # Tell versions [3.59,3.63) of GNU make to not export all variables.
263
+ # Otherwise a system limit (for SysV at least) may be exceeded.
264
+ .NOEXPORT:
src/ja/mecab-ipadic-2.7.0-20070610/NEWS ADDED
File without changes
src/ja/mecab-ipadic-2.7.0-20070610/Noun.adjv.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7ce5184bee8e444bbd7834cb15247b1ada401cfc3b4760a93e1b7598274255f1
3
+ size 246536
src/ja/mecab-ipadic-2.7.0-20070610/Noun.adverbal.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:024d658142b4f57e26c9f228596725293bd77f818c77add915fcc9534730c62e
3
+ size 53296
src/ja/mecab-ipadic-2.7.0-20070610/Noun.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:10493882b651d4e963ca7202dc4a29706b5927b099d6b5cdb3394474c207297c
3
+ size 4026566
src/ja/mecab-ipadic-2.7.0-20070610/Noun.demonst.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:257bc2ad45f57af60f5f9c087a10eec639b7c703bf52bfebd21e294ecfe45d82
3
+ size 7752
src/ja/mecab-ipadic-2.7.0-20070610/Noun.nai.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a85e4856a8931cc431c19187c65559b2daad47268c4f6784988eff5b7b7194b1
3
+ size 3120
src/ja/mecab-ipadic-2.7.0-20070610/Noun.name.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77ac9fb38a1a9c7326cb0a4b20d295c885418e96c97d08a2c8844821cf971d21
3
+ size 2413465
src/ja/mecab-ipadic-2.7.0-20070610/Noun.number.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1147a796fd0e2b1731cc9473e3ccdc2841d5fc524408d55ffcb636daea06d936
3
+ size 2026
src/ja/mecab-ipadic-2.7.0-20070610/Noun.org.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6c5b03a60b9ca43a5d62985a094b8c5f29f9dd6eb028dc94493cfcd81df18cc7
3
+ size 1748625
src/ja/mecab-ipadic-2.7.0-20070610/Noun.others.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6798b1f63f10f8dd727591343f915cdd251e943cf172e75d27b79ccd552106c
3
+ size 9268
src/ja/mecab-ipadic-2.7.0-20070610/Noun.place.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:135dbeb8480883d5e5576d1df600245756d4461820b3b08e03e951d0e9c7062d
3
+ size 6019247
src/ja/mecab-ipadic-2.7.0-20070610/Noun.proper.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d451f3fc4b1e08ff4d46243cedfe8863d4d345e311ec92646bd25d47a7e4d16b
3
+ size 2214097
src/ja/mecab-ipadic-2.7.0-20070610/Noun.verbal.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5d06b976d38283b99726ea0eb5aab752bbfbeefa72f12daf00ec54ad4da6bd68
3
+ size 831766
src/ja/mecab-ipadic-2.7.0-20070610/Others.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:894f269fe47742ac0d6368232787245e3b24b0003eee0ee57c22dc6d1c3ef013
3
+ size 84
src/ja/mecab-ipadic-2.7.0-20070610/Postp-col.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d1b4a6f6379a8e476f105f5c7bc497faa28148b839434fb0b88526e9231f5962
3
+ size 7115
src/ja/mecab-ipadic-2.7.0-20070610/Postp.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:55be61d815b65f824fffbe0ef37567d659d76c7d903456e356b724497386c0de
3
+ size 7870
src/ja/mecab-ipadic-2.7.0-20070610/Prefix.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:928b006ae499a96fc8b13d3482a1d92e443ad7c40cc134afebfeb9ce37238995
3
+ size 12162
src/ja/mecab-ipadic-2.7.0-20070610/README ADDED
@@ -0,0 +1,2 @@
 
 
 
1
+ http://chasen.aist-nara.ac.jp/
2
+ http://mecab.sourceforge.net/
src/ja/mecab-ipadic-2.7.0-20070610/RESULT ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 20070610
2
+ precision recall F
3
+ LEVEL 0: 99.4152(264497/266053) 99.3461(264497/266238) 99.3806
4
+ LEVEL 1: 99.0694(263577/266053) 99.0005(263577/266238) 99.0349
5
+ LEVEL 2: 98.3981(261791/266053) 98.3297(261791/266238) 98.3639
6
+ LEVEL 3: 98.2285(261340/266053) 98.1603(261340/266238) 98.1944
7
+ LEVEL ALL: 94.4582(251309/266053) 94.3926(251309/266238) 94.4254
8
+
9
+ 20060707
10
+ precision recall F
11
+ LEVEL 0: 99.3408(264483/266238) 99.4170(264483/266034) 99.3789
12
+ LEVEL 1: 98.9971(263568/266238) 99.0731(263568/266034) 99.0351
13
+ LEVEL 2: 98.3214(261769/266238) 98.3968(261769/266034) 98.3591
14
+ LEVEL 3: 98.1498(261312/266238) 98.2250(261312/266034) 98.1874
15
+ LEVEL ALL: 97.9394(260752/266238) 98.0145(260752/266034) 97.9770
16
+
17
+ 20060408
18
+ precision recall F
19
+ LEVEL 0: 99.4207(264456/265997) 99.3307(264456/266238) 99.3757
20
+ LEVEL 1: 99.0744(263535/265997) 98.9847(263535/266238) 99.0296
21
+ LEVEL 3: 98.2372(261308/265997) 98.1483(261308/266238) 98.1927
22
+ LEVEL ALL: 98.0146(260716/265997) 97.9259(260716/266238) 97.9703
src/ja/mecab-ipadic-2.7.0-20070610/Suffix.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c5cd71c1258b8252223d89ccccd6e90f1e43cd2c860c7e6849e31f28311b6e17
3
+ size 82813
src/ja/mecab-ipadic-2.7.0-20070610/Symbol.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a12352267fba0d2c308e950d5fc9f14b0e41e0a2f724d6d43aae52124cca05f5
3
+ size 10251
src/ja/mecab-ipadic-2.7.0-20070610/Verb.csv ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:abe545cea26a2fd8cfeaf42e34de90374e7078763926eeb65dd2e395bc92b319
3
+ size 10927567
src/ja/mecab-ipadic-2.7.0-20070610/aclocal.m4 ADDED
@@ -0,0 +1,1062 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ dnl aclocal.m4 generated automatically by aclocal 1.4-p6
2
+
3
+ dnl Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4
+ dnl This file is free software; the Free Software Foundation
5
+ dnl gives unlimited permission to copy and/or distribute it,
6
+ dnl with or without modifications, as long as this notice is preserved.
7
+
8
+ dnl This program is distributed in the hope that it will be useful,
9
+ dnl but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10
+ dnl even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11
+ dnl PARTICULAR PURPOSE.
12
+
13
+ # lib-prefix.m4 serial 5 (gettext-0.15)
14
+ dnl Copyright (C) 2001-2005 Free Software Foundation, Inc.
15
+ dnl This file is free software; the Free Software Foundation
16
+ dnl gives unlimited permission to copy and/or distribute it,
17
+ dnl with or without modifications, as long as this notice is preserved.
18
+
19
+ dnl From Bruno Haible.
20
+
21
+ dnl AC_LIB_ARG_WITH is synonymous to AC_ARG_WITH in autoconf-2.13, and
22
+ dnl similar to AC_ARG_WITH in autoconf 2.52...2.57 except that is doesn't
23
+ dnl require excessive bracketing.
24
+ ifdef([AC_HELP_STRING],
25
+ [AC_DEFUN([AC_LIB_ARG_WITH], [AC_ARG_WITH([$1],[[$2]],[$3],[$4])])],
26
+ [AC_DEFUN([AC_][LIB_ARG_WITH], [AC_ARG_WITH([$1],[$2],[$3],[$4])])])
27
+
28
+ dnl AC_LIB_PREFIX adds to the CPPFLAGS and LDFLAGS the flags that are needed
29
+ dnl to access previously installed libraries. The basic assumption is that
30
+ dnl a user will want packages to use other packages he previously installed
31
+ dnl with the same --prefix option.
32
+ dnl This macro is not needed if only AC_LIB_LINKFLAGS is used to locate
33
+ dnl libraries, but is otherwise very convenient.
34
+ AC_DEFUN([AC_LIB_PREFIX],
35
+ [
36
+ AC_BEFORE([$0], [AC_LIB_LINKFLAGS])
37
+ AC_REQUIRE([AC_PROG_CC])
38
+ AC_REQUIRE([AC_CANONICAL_HOST])
39
+ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
40
+ AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
41
+ dnl By default, look in $includedir and $libdir.
42
+ use_additional=yes
43
+ AC_LIB_WITH_FINAL_PREFIX([
44
+ eval additional_includedir=\"$includedir\"
45
+ eval additional_libdir=\"$libdir\"
46
+ ])
47
+ AC_LIB_ARG_WITH([lib-prefix],
48
+ [ --with-lib-prefix[=DIR] search for libraries in DIR/include and DIR/lib
49
+ --without-lib-prefix don't search for libraries in includedir and libdir],
50
+ [
51
+ if test "X$withval" = "Xno"; then
52
+ use_additional=no
53
+ else
54
+ if test "X$withval" = "X"; then
55
+ AC_LIB_WITH_FINAL_PREFIX([
56
+ eval additional_includedir=\"$includedir\"
57
+ eval additional_libdir=\"$libdir\"
58
+ ])
59
+ else
60
+ additional_includedir="$withval/include"
61
+ additional_libdir="$withval/$acl_libdirstem"
62
+ fi
63
+ fi
64
+ ])
65
+ if test $use_additional = yes; then
66
+ dnl Potentially add $additional_includedir to $CPPFLAGS.
67
+ dnl But don't add it
68
+ dnl 1. if it's the standard /usr/include,
69
+ dnl 2. if it's already present in $CPPFLAGS,
70
+ dnl 3. if it's /usr/local/include and we are using GCC on Linux,
71
+ dnl 4. if it doesn't exist as a directory.
72
+ if test "X$additional_includedir" != "X/usr/include"; then
73
+ haveit=
74
+ for x in $CPPFLAGS; do
75
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
76
+ if test "X$x" = "X-I$additional_includedir"; then
77
+ haveit=yes
78
+ break
79
+ fi
80
+ done
81
+ if test -z "$haveit"; then
82
+ if test "X$additional_includedir" = "X/usr/local/include"; then
83
+ if test -n "$GCC"; then
84
+ case $host_os in
85
+ linux* | gnu* | k*bsd*-gnu) haveit=yes;;
86
+ esac
87
+ fi
88
+ fi
89
+ if test -z "$haveit"; then
90
+ if test -d "$additional_includedir"; then
91
+ dnl Really add $additional_includedir to $CPPFLAGS.
92
+ CPPFLAGS="${CPPFLAGS}${CPPFLAGS:+ }-I$additional_includedir"
93
+ fi
94
+ fi
95
+ fi
96
+ fi
97
+ dnl Potentially add $additional_libdir to $LDFLAGS.
98
+ dnl But don't add it
99
+ dnl 1. if it's the standard /usr/lib,
100
+ dnl 2. if it's already present in $LDFLAGS,
101
+ dnl 3. if it's /usr/local/lib and we are using GCC on Linux,
102
+ dnl 4. if it doesn't exist as a directory.
103
+ if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
104
+ haveit=
105
+ for x in $LDFLAGS; do
106
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
107
+ if test "X$x" = "X-L$additional_libdir"; then
108
+ haveit=yes
109
+ break
110
+ fi
111
+ done
112
+ if test -z "$haveit"; then
113
+ if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
114
+ if test -n "$GCC"; then
115
+ case $host_os in
116
+ linux*) haveit=yes;;
117
+ esac
118
+ fi
119
+ fi
120
+ if test -z "$haveit"; then
121
+ if test -d "$additional_libdir"; then
122
+ dnl Really add $additional_libdir to $LDFLAGS.
123
+ LDFLAGS="${LDFLAGS}${LDFLAGS:+ }-L$additional_libdir"
124
+ fi
125
+ fi
126
+ fi
127
+ fi
128
+ fi
129
+ ])
130
+
131
+ dnl AC_LIB_PREPARE_PREFIX creates variables acl_final_prefix,
132
+ dnl acl_final_exec_prefix, containing the values to which $prefix and
133
+ dnl $exec_prefix will expand at the end of the configure script.
134
+ AC_DEFUN([AC_LIB_PREPARE_PREFIX],
135
+ [
136
+ dnl Unfortunately, prefix and exec_prefix get only finally determined
137
+ dnl at the end of configure.
138
+ if test "X$prefix" = "XNONE"; then
139
+ acl_final_prefix="$ac_default_prefix"
140
+ else
141
+ acl_final_prefix="$prefix"
142
+ fi
143
+ if test "X$exec_prefix" = "XNONE"; then
144
+ acl_final_exec_prefix='${prefix}'
145
+ else
146
+ acl_final_exec_prefix="$exec_prefix"
147
+ fi
148
+ acl_save_prefix="$prefix"
149
+ prefix="$acl_final_prefix"
150
+ eval acl_final_exec_prefix=\"$acl_final_exec_prefix\"
151
+ prefix="$acl_save_prefix"
152
+ ])
153
+
154
+ dnl AC_LIB_WITH_FINAL_PREFIX([statement]) evaluates statement, with the
155
+ dnl variables prefix and exec_prefix bound to the values they will have
156
+ dnl at the end of the configure script.
157
+ AC_DEFUN([AC_LIB_WITH_FINAL_PREFIX],
158
+ [
159
+ acl_save_prefix="$prefix"
160
+ prefix="$acl_final_prefix"
161
+ acl_save_exec_prefix="$exec_prefix"
162
+ exec_prefix="$acl_final_exec_prefix"
163
+ $1
164
+ exec_prefix="$acl_save_exec_prefix"
165
+ prefix="$acl_save_prefix"
166
+ ])
167
+
168
+ dnl AC_LIB_PREPARE_MULTILIB creates a variable acl_libdirstem, containing
169
+ dnl the basename of the libdir, either "lib" or "lib64".
170
+ AC_DEFUN([AC_LIB_PREPARE_MULTILIB],
171
+ [
172
+ dnl There is no formal standard regarding lib and lib64. The current
173
+ dnl practice is that on a system supporting 32-bit and 64-bit instruction
174
+ dnl sets or ABIs, 64-bit libraries go under $prefix/lib64 and 32-bit
175
+ dnl libraries go under $prefix/lib. We determine the compiler's default
176
+ dnl mode by looking at the compiler's library search path. If at least
177
+ dnl of its elements ends in /lib64 or points to a directory whose absolute
178
+ dnl pathname ends in /lib64, we assume a 64-bit ABI. Otherwise we use the
179
+ dnl default, namely "lib".
180
+ acl_libdirstem=lib
181
+ searchpath=`(LC_ALL=C $CC -print-search-dirs) 2>/dev/null | sed -n -e 's,^libraries: ,,p' | sed -e 's,^=,,'`
182
+ if test -n "$searchpath"; then
183
+ acl_save_IFS="${IFS= }"; IFS=":"
184
+ for searchdir in $searchpath; do
185
+ if test -d "$searchdir"; then
186
+ case "$searchdir" in
187
+ */lib64/ | */lib64 ) acl_libdirstem=lib64 ;;
188
+ *) searchdir=`cd "$searchdir" && pwd`
189
+ case "$searchdir" in
190
+ */lib64 ) acl_libdirstem=lib64 ;;
191
+ esac ;;
192
+ esac
193
+ fi
194
+ done
195
+ IFS="$acl_save_IFS"
196
+ fi
197
+ ])
198
+
199
+ # lib-link.m4 serial 8 (gettext-0.15)
200
+ dnl Copyright (C) 2001-2006 Free Software Foundation, Inc.
201
+ dnl This file is free software; the Free Software Foundation
202
+ dnl gives unlimited permission to copy and/or distribute it,
203
+ dnl with or without modifications, as long as this notice is preserved.
204
+
205
+ dnl From Bruno Haible.
206
+
207
+ AC_PREREQ(2.50)
208
+
209
+ dnl AC_LIB_LINKFLAGS(name [, dependencies]) searches for libname and
210
+ dnl the libraries corresponding to explicit and implicit dependencies.
211
+ dnl Sets and AC_SUBSTs the LIB${NAME} and LTLIB${NAME} variables and
212
+ dnl augments the CPPFLAGS variable.
213
+ AC_DEFUN([AC_LIB_LINKFLAGS],
214
+ [
215
+ AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
216
+ AC_REQUIRE([AC_LIB_RPATH])
217
+ define([Name],[translit([$1],[./-], [___])])
218
+ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
219
+ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
220
+ AC_CACHE_CHECK([how to link with lib[]$1], [ac_cv_lib[]Name[]_libs], [
221
+ AC_LIB_LINKFLAGS_BODY([$1], [$2])
222
+ ac_cv_lib[]Name[]_libs="$LIB[]NAME"
223
+ ac_cv_lib[]Name[]_ltlibs="$LTLIB[]NAME"
224
+ ac_cv_lib[]Name[]_cppflags="$INC[]NAME"
225
+ ])
226
+ LIB[]NAME="$ac_cv_lib[]Name[]_libs"
227
+ LTLIB[]NAME="$ac_cv_lib[]Name[]_ltlibs"
228
+ INC[]NAME="$ac_cv_lib[]Name[]_cppflags"
229
+ AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
230
+ AC_SUBST([LIB]NAME)
231
+ AC_SUBST([LTLIB]NAME)
232
+ dnl Also set HAVE_LIB[]NAME so that AC_LIB_HAVE_LINKFLAGS can reuse the
233
+ dnl results of this search when this library appears as a dependency.
234
+ HAVE_LIB[]NAME=yes
235
+ undefine([Name])
236
+ undefine([NAME])
237
+ ])
238
+
239
+ dnl AC_LIB_HAVE_LINKFLAGS(name, dependencies, includes, testcode)
240
+ dnl searches for libname and the libraries corresponding to explicit and
241
+ dnl implicit dependencies, together with the specified include files and
242
+ dnl the ability to compile and link the specified testcode. If found, it
243
+ dnl sets and AC_SUBSTs HAVE_LIB${NAME}=yes and the LIB${NAME} and
244
+ dnl LTLIB${NAME} variables and augments the CPPFLAGS variable, and
245
+ dnl #defines HAVE_LIB${NAME} to 1. Otherwise, it sets and AC_SUBSTs
246
+ dnl HAVE_LIB${NAME}=no and LIB${NAME} and LTLIB${NAME} to empty.
247
+ AC_DEFUN([AC_LIB_HAVE_LINKFLAGS],
248
+ [
249
+ AC_REQUIRE([AC_LIB_PREPARE_PREFIX])
250
+ AC_REQUIRE([AC_LIB_RPATH])
251
+ define([Name],[translit([$1],[./-], [___])])
252
+ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
253
+ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
254
+
255
+ dnl Search for lib[]Name and define LIB[]NAME, LTLIB[]NAME and INC[]NAME
256
+ dnl accordingly.
257
+ AC_LIB_LINKFLAGS_BODY([$1], [$2])
258
+
259
+ dnl Add $INC[]NAME to CPPFLAGS before performing the following checks,
260
+ dnl because if the user has installed lib[]Name and not disabled its use
261
+ dnl via --without-lib[]Name-prefix, he wants to use it.
262
+ ac_save_CPPFLAGS="$CPPFLAGS"
263
+ AC_LIB_APPENDTOVAR([CPPFLAGS], [$INC]NAME)
264
+
265
+ AC_CACHE_CHECK([for lib[]$1], [ac_cv_lib[]Name], [
266
+ ac_save_LIBS="$LIBS"
267
+ LIBS="$LIBS $LIB[]NAME"
268
+ AC_TRY_LINK([$3], [$4], [ac_cv_lib[]Name=yes], [ac_cv_lib[]Name=no])
269
+ LIBS="$ac_save_LIBS"
270
+ ])
271
+ if test "$ac_cv_lib[]Name" = yes; then
272
+ HAVE_LIB[]NAME=yes
273
+ AC_DEFINE([HAVE_LIB]NAME, 1, [Define if you have the $1 library.])
274
+ AC_MSG_CHECKING([how to link with lib[]$1])
275
+ AC_MSG_RESULT([$LIB[]NAME])
276
+ else
277
+ HAVE_LIB[]NAME=no
278
+ dnl If $LIB[]NAME didn't lead to a usable library, we don't need
279
+ dnl $INC[]NAME either.
280
+ CPPFLAGS="$ac_save_CPPFLAGS"
281
+ LIB[]NAME=
282
+ LTLIB[]NAME=
283
+ fi
284
+ AC_SUBST([HAVE_LIB]NAME)
285
+ AC_SUBST([LIB]NAME)
286
+ AC_SUBST([LTLIB]NAME)
287
+ undefine([Name])
288
+ undefine([NAME])
289
+ ])
290
+
291
+ dnl Determine the platform dependent parameters needed to use rpath:
292
+ dnl libext, shlibext, hardcode_libdir_flag_spec, hardcode_libdir_separator,
293
+ dnl hardcode_direct, hardcode_minus_L.
294
+ AC_DEFUN([AC_LIB_RPATH],
295
+ [
296
+ dnl Tell automake >= 1.10 to complain if config.rpath is missing.
297
+ m4_ifdef([AC_REQUIRE_AUX_FILE], [AC_REQUIRE_AUX_FILE([config.rpath])])
298
+ AC_REQUIRE([AC_PROG_CC]) dnl we use $CC, $GCC, $LDFLAGS
299
+ AC_REQUIRE([AC_LIB_PROG_LD]) dnl we use $LD, $with_gnu_ld
300
+ AC_REQUIRE([AC_CANONICAL_HOST]) dnl we use $host
301
+ AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT]) dnl we use $ac_aux_dir
302
+ AC_CACHE_CHECK([for shared library run path origin], acl_cv_rpath, [
303
+ CC="$CC" GCC="$GCC" LDFLAGS="$LDFLAGS" LD="$LD" with_gnu_ld="$with_gnu_ld" \
304
+ ${CONFIG_SHELL-/bin/sh} "$ac_aux_dir/config.rpath" "$host" > conftest.sh
305
+ . ./conftest.sh
306
+ rm -f ./conftest.sh
307
+ acl_cv_rpath=done
308
+ ])
309
+ wl="$acl_cv_wl"
310
+ libext="$acl_cv_libext"
311
+ shlibext="$acl_cv_shlibext"
312
+ hardcode_libdir_flag_spec="$acl_cv_hardcode_libdir_flag_spec"
313
+ hardcode_libdir_separator="$acl_cv_hardcode_libdir_separator"
314
+ hardcode_direct="$acl_cv_hardcode_direct"
315
+ hardcode_minus_L="$acl_cv_hardcode_minus_L"
316
+ dnl Determine whether the user wants rpath handling at all.
317
+ AC_ARG_ENABLE(rpath,
318
+ [ --disable-rpath do not hardcode runtime library paths],
319
+ :, enable_rpath=yes)
320
+ ])
321
+
322
+ dnl AC_LIB_LINKFLAGS_BODY(name [, dependencies]) searches for libname and
323
+ dnl the libraries corresponding to explicit and implicit dependencies.
324
+ dnl Sets the LIB${NAME}, LTLIB${NAME} and INC${NAME} variables.
325
+ AC_DEFUN([AC_LIB_LINKFLAGS_BODY],
326
+ [
327
+ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
328
+ define([NAME],[translit([$1],[abcdefghijklmnopqrstuvwxyz./-],
329
+ [ABCDEFGHIJKLMNOPQRSTUVWXYZ___])])
330
+ dnl By default, look in $includedir and $libdir.
331
+ use_additional=yes
332
+ AC_LIB_WITH_FINAL_PREFIX([
333
+ eval additional_includedir=\"$includedir\"
334
+ eval additional_libdir=\"$libdir\"
335
+ ])
336
+ AC_LIB_ARG_WITH([lib$1-prefix],
337
+ [ --with-lib$1-prefix[=DIR] search for lib$1 in DIR/include and DIR/lib
338
+ --without-lib$1-prefix don't search for lib$1 in includedir and libdir],
339
+ [
340
+ if test "X$withval" = "Xno"; then
341
+ use_additional=no
342
+ else
343
+ if test "X$withval" = "X"; then
344
+ AC_LIB_WITH_FINAL_PREFIX([
345
+ eval additional_includedir=\"$includedir\"
346
+ eval additional_libdir=\"$libdir\"
347
+ ])
348
+ else
349
+ additional_includedir="$withval/include"
350
+ additional_libdir="$withval/$acl_libdirstem"
351
+ fi
352
+ fi
353
+ ])
354
+ dnl Search the library and its dependencies in $additional_libdir and
355
+ dnl $LDFLAGS. Using breadth-first-seach.
356
+ LIB[]NAME=
357
+ LTLIB[]NAME=
358
+ INC[]NAME=
359
+ rpathdirs=
360
+ ltrpathdirs=
361
+ names_already_handled=
362
+ names_next_round='$1 $2'
363
+ while test -n "$names_next_round"; do
364
+ names_this_round="$names_next_round"
365
+ names_next_round=
366
+ for name in $names_this_round; do
367
+ already_handled=
368
+ for n in $names_already_handled; do
369
+ if test "$n" = "$name"; then
370
+ already_handled=yes
371
+ break
372
+ fi
373
+ done
374
+ if test -z "$already_handled"; then
375
+ names_already_handled="$names_already_handled $name"
376
+ dnl See if it was already located by an earlier AC_LIB_LINKFLAGS
377
+ dnl or AC_LIB_HAVE_LINKFLAGS call.
378
+ uppername=`echo "$name" | sed -e 'y|abcdefghijklmnopqrstuvwxyz./-|ABCDEFGHIJKLMNOPQRSTUVWXYZ___|'`
379
+ eval value=\"\$HAVE_LIB$uppername\"
380
+ if test -n "$value"; then
381
+ if test "$value" = yes; then
382
+ eval value=\"\$LIB$uppername\"
383
+ test -z "$value" || LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$value"
384
+ eval value=\"\$LTLIB$uppername\"
385
+ test -z "$value" || LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$value"
386
+ else
387
+ dnl An earlier call to AC_LIB_HAVE_LINKFLAGS has determined
388
+ dnl that this library doesn't exist. So just drop it.
389
+ :
390
+ fi
391
+ else
392
+ dnl Search the library lib$name in $additional_libdir and $LDFLAGS
393
+ dnl and the already constructed $LIBNAME/$LTLIBNAME.
394
+ found_dir=
395
+ found_la=
396
+ found_so=
397
+ found_a=
398
+ if test $use_additional = yes; then
399
+ if test -n "$shlibext" && test -f "$additional_libdir/lib$name.$shlibext"; then
400
+ found_dir="$additional_libdir"
401
+ found_so="$additional_libdir/lib$name.$shlibext"
402
+ if test -f "$additional_libdir/lib$name.la"; then
403
+ found_la="$additional_libdir/lib$name.la"
404
+ fi
405
+ else
406
+ if test -f "$additional_libdir/lib$name.$libext"; then
407
+ found_dir="$additional_libdir"
408
+ found_a="$additional_libdir/lib$name.$libext"
409
+ if test -f "$additional_libdir/lib$name.la"; then
410
+ found_la="$additional_libdir/lib$name.la"
411
+ fi
412
+ fi
413
+ fi
414
+ fi
415
+ if test "X$found_dir" = "X"; then
416
+ for x in $LDFLAGS $LTLIB[]NAME; do
417
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
418
+ case "$x" in
419
+ -L*)
420
+ dir=`echo "X$x" | sed -e 's/^X-L//'`
421
+ if test -n "$shlibext" && test -f "$dir/lib$name.$shlibext"; then
422
+ found_dir="$dir"
423
+ found_so="$dir/lib$name.$shlibext"
424
+ if test -f "$dir/lib$name.la"; then
425
+ found_la="$dir/lib$name.la"
426
+ fi
427
+ else
428
+ if test -f "$dir/lib$name.$libext"; then
429
+ found_dir="$dir"
430
+ found_a="$dir/lib$name.$libext"
431
+ if test -f "$dir/lib$name.la"; then
432
+ found_la="$dir/lib$name.la"
433
+ fi
434
+ fi
435
+ fi
436
+ ;;
437
+ esac
438
+ if test "X$found_dir" != "X"; then
439
+ break
440
+ fi
441
+ done
442
+ fi
443
+ if test "X$found_dir" != "X"; then
444
+ dnl Found the library.
445
+ LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$found_dir -l$name"
446
+ if test "X$found_so" != "X"; then
447
+ dnl Linking with a shared library. We attempt to hardcode its
448
+ dnl directory into the executable's runpath, unless it's the
449
+ dnl standard /usr/lib.
450
+ if test "$enable_rpath" = no || test "X$found_dir" = "X/usr/$acl_libdirstem"; then
451
+ dnl No hardcoding is needed.
452
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
453
+ else
454
+ dnl Use an explicit option to hardcode DIR into the resulting
455
+ dnl binary.
456
+ dnl Potentially add DIR to ltrpathdirs.
457
+ dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
458
+ haveit=
459
+ for x in $ltrpathdirs; do
460
+ if test "X$x" = "X$found_dir"; then
461
+ haveit=yes
462
+ break
463
+ fi
464
+ done
465
+ if test -z "$haveit"; then
466
+ ltrpathdirs="$ltrpathdirs $found_dir"
467
+ fi
468
+ dnl The hardcoding into $LIBNAME is system dependent.
469
+ if test "$hardcode_direct" = yes; then
470
+ dnl Using DIR/libNAME.so during linking hardcodes DIR into the
471
+ dnl resulting binary.
472
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
473
+ else
474
+ if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
475
+ dnl Use an explicit option to hardcode DIR into the resulting
476
+ dnl binary.
477
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
478
+ dnl Potentially add DIR to rpathdirs.
479
+ dnl The rpathdirs will be appended to $LIBNAME at the end.
480
+ haveit=
481
+ for x in $rpathdirs; do
482
+ if test "X$x" = "X$found_dir"; then
483
+ haveit=yes
484
+ break
485
+ fi
486
+ done
487
+ if test -z "$haveit"; then
488
+ rpathdirs="$rpathdirs $found_dir"
489
+ fi
490
+ else
491
+ dnl Rely on "-L$found_dir".
492
+ dnl But don't add it if it's already contained in the LDFLAGS
493
+ dnl or the already constructed $LIBNAME
494
+ haveit=
495
+ for x in $LDFLAGS $LIB[]NAME; do
496
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
497
+ if test "X$x" = "X-L$found_dir"; then
498
+ haveit=yes
499
+ break
500
+ fi
501
+ done
502
+ if test -z "$haveit"; then
503
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir"
504
+ fi
505
+ if test "$hardcode_minus_L" != no; then
506
+ dnl FIXME: Not sure whether we should use
507
+ dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
508
+ dnl here.
509
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_so"
510
+ else
511
+ dnl We cannot use $hardcode_runpath_var and LD_RUN_PATH
512
+ dnl here, because this doesn't fit in flags passed to the
513
+ dnl compiler. So give up. No hardcoding. This affects only
514
+ dnl very old systems.
515
+ dnl FIXME: Not sure whether we should use
516
+ dnl "-L$found_dir -l$name" or "-L$found_dir $found_so"
517
+ dnl here.
518
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
519
+ fi
520
+ fi
521
+ fi
522
+ fi
523
+ else
524
+ if test "X$found_a" != "X"; then
525
+ dnl Linking with a static library.
526
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$found_a"
527
+ else
528
+ dnl We shouldn't come here, but anyway it's good to have a
529
+ dnl fallback.
530
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$found_dir -l$name"
531
+ fi
532
+ fi
533
+ dnl Assume the include files are nearby.
534
+ additional_includedir=
535
+ case "$found_dir" in
536
+ */$acl_libdirstem | */$acl_libdirstem/)
537
+ basedir=`echo "X$found_dir" | sed -e 's,^X,,' -e "s,/$acl_libdirstem/"'*$,,'`
538
+ additional_includedir="$basedir/include"
539
+ ;;
540
+ esac
541
+ if test "X$additional_includedir" != "X"; then
542
+ dnl Potentially add $additional_includedir to $INCNAME.
543
+ dnl But don't add it
544
+ dnl 1. if it's the standard /usr/include,
545
+ dnl 2. if it's /usr/local/include and we are using GCC on Linux,
546
+ dnl 3. if it's already present in $CPPFLAGS or the already
547
+ dnl constructed $INCNAME,
548
+ dnl 4. if it doesn't exist as a directory.
549
+ if test "X$additional_includedir" != "X/usr/include"; then
550
+ haveit=
551
+ if test "X$additional_includedir" = "X/usr/local/include"; then
552
+ if test -n "$GCC"; then
553
+ case $host_os in
554
+ linux* | gnu* | k*bsd*-gnu) haveit=yes;;
555
+ esac
556
+ fi
557
+ fi
558
+ if test -z "$haveit"; then
559
+ for x in $CPPFLAGS $INC[]NAME; do
560
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
561
+ if test "X$x" = "X-I$additional_includedir"; then
562
+ haveit=yes
563
+ break
564
+ fi
565
+ done
566
+ if test -z "$haveit"; then
567
+ if test -d "$additional_includedir"; then
568
+ dnl Really add $additional_includedir to $INCNAME.
569
+ INC[]NAME="${INC[]NAME}${INC[]NAME:+ }-I$additional_includedir"
570
+ fi
571
+ fi
572
+ fi
573
+ fi
574
+ fi
575
+ dnl Look for dependencies.
576
+ if test -n "$found_la"; then
577
+ dnl Read the .la file. It defines the variables
578
+ dnl dlname, library_names, old_library, dependency_libs, current,
579
+ dnl age, revision, installed, dlopen, dlpreopen, libdir.
580
+ save_libdir="$libdir"
581
+ case "$found_la" in
582
+ */* | *\\*) . "$found_la" ;;
583
+ *) . "./$found_la" ;;
584
+ esac
585
+ libdir="$save_libdir"
586
+ dnl We use only dependency_libs.
587
+ for dep in $dependency_libs; do
588
+ case "$dep" in
589
+ -L*)
590
+ additional_libdir=`echo "X$dep" | sed -e 's/^X-L//'`
591
+ dnl Potentially add $additional_libdir to $LIBNAME and $LTLIBNAME.
592
+ dnl But don't add it
593
+ dnl 1. if it's the standard /usr/lib,
594
+ dnl 2. if it's /usr/local/lib and we are using GCC on Linux,
595
+ dnl 3. if it's already present in $LDFLAGS or the already
596
+ dnl constructed $LIBNAME,
597
+ dnl 4. if it doesn't exist as a directory.
598
+ if test "X$additional_libdir" != "X/usr/$acl_libdirstem"; then
599
+ haveit=
600
+ if test "X$additional_libdir" = "X/usr/local/$acl_libdirstem"; then
601
+ if test -n "$GCC"; then
602
+ case $host_os in
603
+ linux* | gnu* | k*bsd*-gnu) haveit=yes;;
604
+ esac
605
+ fi
606
+ fi
607
+ if test -z "$haveit"; then
608
+ haveit=
609
+ for x in $LDFLAGS $LIB[]NAME; do
610
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
611
+ if test "X$x" = "X-L$additional_libdir"; then
612
+ haveit=yes
613
+ break
614
+ fi
615
+ done
616
+ if test -z "$haveit"; then
617
+ if test -d "$additional_libdir"; then
618
+ dnl Really add $additional_libdir to $LIBNAME.
619
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-L$additional_libdir"
620
+ fi
621
+ fi
622
+ haveit=
623
+ for x in $LDFLAGS $LTLIB[]NAME; do
624
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
625
+ if test "X$x" = "X-L$additional_libdir"; then
626
+ haveit=yes
627
+ break
628
+ fi
629
+ done
630
+ if test -z "$haveit"; then
631
+ if test -d "$additional_libdir"; then
632
+ dnl Really add $additional_libdir to $LTLIBNAME.
633
+ LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-L$additional_libdir"
634
+ fi
635
+ fi
636
+ fi
637
+ fi
638
+ ;;
639
+ -R*)
640
+ dir=`echo "X$dep" | sed -e 's/^X-R//'`
641
+ if test "$enable_rpath" != no; then
642
+ dnl Potentially add DIR to rpathdirs.
643
+ dnl The rpathdirs will be appended to $LIBNAME at the end.
644
+ haveit=
645
+ for x in $rpathdirs; do
646
+ if test "X$x" = "X$dir"; then
647
+ haveit=yes
648
+ break
649
+ fi
650
+ done
651
+ if test -z "$haveit"; then
652
+ rpathdirs="$rpathdirs $dir"
653
+ fi
654
+ dnl Potentially add DIR to ltrpathdirs.
655
+ dnl The ltrpathdirs will be appended to $LTLIBNAME at the end.
656
+ haveit=
657
+ for x in $ltrpathdirs; do
658
+ if test "X$x" = "X$dir"; then
659
+ haveit=yes
660
+ break
661
+ fi
662
+ done
663
+ if test -z "$haveit"; then
664
+ ltrpathdirs="$ltrpathdirs $dir"
665
+ fi
666
+ fi
667
+ ;;
668
+ -l*)
669
+ dnl Handle this in the next round.
670
+ names_next_round="$names_next_round "`echo "X$dep" | sed -e 's/^X-l//'`
671
+ ;;
672
+ *.la)
673
+ dnl Handle this in the next round. Throw away the .la's
674
+ dnl directory; it is already contained in a preceding -L
675
+ dnl option.
676
+ names_next_round="$names_next_round "`echo "X$dep" | sed -e 's,^X.*/,,' -e 's,^lib,,' -e 's,\.la$,,'`
677
+ ;;
678
+ *)
679
+ dnl Most likely an immediate library name.
680
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$dep"
681
+ LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }$dep"
682
+ ;;
683
+ esac
684
+ done
685
+ fi
686
+ else
687
+ dnl Didn't find the library; assume it is in the system directories
688
+ dnl known to the linker and runtime loader. (All the system
689
+ dnl directories known to the linker should also be known to the
690
+ dnl runtime loader, otherwise the system is severely misconfigured.)
691
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }-l$name"
692
+ LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-l$name"
693
+ fi
694
+ fi
695
+ fi
696
+ done
697
+ done
698
+ if test "X$rpathdirs" != "X"; then
699
+ if test -n "$hardcode_libdir_separator"; then
700
+ dnl Weird platform: only the last -rpath option counts, the user must
701
+ dnl pass all path elements in one option. We can arrange that for a
702
+ dnl single library, but not when more than one $LIBNAMEs are used.
703
+ alldirs=
704
+ for found_dir in $rpathdirs; do
705
+ alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$found_dir"
706
+ done
707
+ dnl Note: hardcode_libdir_flag_spec uses $libdir and $wl.
708
+ acl_save_libdir="$libdir"
709
+ libdir="$alldirs"
710
+ eval flag=\"$hardcode_libdir_flag_spec\"
711
+ libdir="$acl_save_libdir"
712
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
713
+ else
714
+ dnl The -rpath options are cumulative.
715
+ for found_dir in $rpathdirs; do
716
+ acl_save_libdir="$libdir"
717
+ libdir="$found_dir"
718
+ eval flag=\"$hardcode_libdir_flag_spec\"
719
+ libdir="$acl_save_libdir"
720
+ LIB[]NAME="${LIB[]NAME}${LIB[]NAME:+ }$flag"
721
+ done
722
+ fi
723
+ fi
724
+ if test "X$ltrpathdirs" != "X"; then
725
+ dnl When using libtool, the option that works for both libraries and
726
+ dnl executables is -R. The -R options are cumulative.
727
+ for found_dir in $ltrpathdirs; do
728
+ LTLIB[]NAME="${LTLIB[]NAME}${LTLIB[]NAME:+ }-R$found_dir"
729
+ done
730
+ fi
731
+ ])
732
+
733
+ dnl AC_LIB_APPENDTOVAR(VAR, CONTENTS) appends the elements of CONTENTS to VAR,
734
+ dnl unless already present in VAR.
735
+ dnl Works only for CPPFLAGS, not for LIB* variables because that sometimes
736
+ dnl contains two or three consecutive elements that belong together.
737
+ AC_DEFUN([AC_LIB_APPENDTOVAR],
738
+ [
739
+ for element in [$2]; do
740
+ haveit=
741
+ for x in $[$1]; do
742
+ AC_LIB_WITH_FINAL_PREFIX([eval x=\"$x\"])
743
+ if test "X$x" = "X$element"; then
744
+ haveit=yes
745
+ break
746
+ fi
747
+ done
748
+ if test -z "$haveit"; then
749
+ [$1]="${[$1]}${[$1]:+ }$element"
750
+ fi
751
+ done
752
+ ])
753
+
754
+ dnl For those cases where a variable contains several -L and -l options
755
+ dnl referring to unknown libraries and directories, this macro determines the
756
+ dnl necessary additional linker options for the runtime path.
757
+ dnl AC_LIB_LINKFLAGS_FROM_LIBS([LDADDVAR], [LIBSVALUE], [USE-LIBTOOL])
758
+ dnl sets LDADDVAR to linker options needed together with LIBSVALUE.
759
+ dnl If USE-LIBTOOL evaluates to non-empty, linking with libtool is assumed,
760
+ dnl otherwise linking without libtool is assumed.
761
+ AC_DEFUN([AC_LIB_LINKFLAGS_FROM_LIBS],
762
+ [
763
+ AC_REQUIRE([AC_LIB_RPATH])
764
+ AC_REQUIRE([AC_LIB_PREPARE_MULTILIB])
765
+ $1=
766
+ if test "$enable_rpath" != no; then
767
+ if test -n "$hardcode_libdir_flag_spec" && test "$hardcode_minus_L" = no; then
768
+ dnl Use an explicit option to hardcode directories into the resulting
769
+ dnl binary.
770
+ rpathdirs=
771
+ next=
772
+ for opt in $2; do
773
+ if test -n "$next"; then
774
+ dir="$next"
775
+ dnl No need to hardcode the standard /usr/lib.
776
+ if test "X$dir" != "X/usr/$acl_libdirstem"; then
777
+ rpathdirs="$rpathdirs $dir"
778
+ fi
779
+ next=
780
+ else
781
+ case $opt in
782
+ -L) next=yes ;;
783
+ -L*) dir=`echo "X$opt" | sed -e 's,^X-L,,'`
784
+ dnl No need to hardcode the standard /usr/lib.
785
+ if test "X$dir" != "X/usr/$acl_libdirstem"; then
786
+ rpathdirs="$rpathdirs $dir"
787
+ fi
788
+ next= ;;
789
+ *) next= ;;
790
+ esac
791
+ fi
792
+ done
793
+ if test "X$rpathdirs" != "X"; then
794
+ if test -n ""$3""; then
795
+ dnl libtool is used for linking. Use -R options.
796
+ for dir in $rpathdirs; do
797
+ $1="${$1}${$1:+ }-R$dir"
798
+ done
799
+ else
800
+ dnl The linker is used for linking directly.
801
+ if test -n "$hardcode_libdir_separator"; then
802
+ dnl Weird platform: only the last -rpath option counts, the user
803
+ dnl must pass all path elements in one option.
804
+ alldirs=
805
+ for dir in $rpathdirs; do
806
+ alldirs="${alldirs}${alldirs:+$hardcode_libdir_separator}$dir"
807
+ done
808
+ acl_save_libdir="$libdir"
809
+ libdir="$alldirs"
810
+ eval flag=\"$hardcode_libdir_flag_spec\"
811
+ libdir="$acl_save_libdir"
812
+ $1="$flag"
813
+ else
814
+ dnl The -rpath options are cumulative.
815
+ for dir in $rpathdirs; do
816
+ acl_save_libdir="$libdir"
817
+ libdir="$dir"
818
+ eval flag=\"$hardcode_libdir_flag_spec\"
819
+ libdir="$acl_save_libdir"
820
+ $1="${$1}${$1:+ }$flag"
821
+ done
822
+ fi
823
+ fi
824
+ fi
825
+ fi
826
+ fi
827
+ AC_SUBST([$1])
828
+ ])
829
+
830
+ # lib-ld.m4 serial 3 (gettext-0.13)
831
+ dnl Copyright (C) 1996-2003 Free Software Foundation, Inc.
832
+ dnl This file is free software; the Free Software Foundation
833
+ dnl gives unlimited permission to copy and/or distribute it,
834
+ dnl with or without modifications, as long as this notice is preserved.
835
+
836
+ dnl Subroutines of libtool.m4,
837
+ dnl with replacements s/AC_/AC_LIB/ and s/lt_cv/acl_cv/ to avoid collision
838
+ dnl with libtool.m4.
839
+
840
+ dnl From libtool-1.4. Sets the variable with_gnu_ld to yes or no.
841
+ AC_DEFUN([AC_LIB_PROG_LD_GNU],
842
+ [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
843
+ [# I'd rather use --version here, but apparently some GNU ld's only accept -v.
844
+ case `$LD -v 2>&1 </dev/null` in
845
+ *GNU* | *'with BFD'*)
846
+ acl_cv_prog_gnu_ld=yes ;;
847
+ *)
848
+ acl_cv_prog_gnu_ld=no ;;
849
+ esac])
850
+ with_gnu_ld=$acl_cv_prog_gnu_ld
851
+ ])
852
+
853
+ dnl From libtool-1.4. Sets the variable LD.
854
+ AC_DEFUN([AC_LIB_PROG_LD],
855
+ [AC_ARG_WITH(gnu-ld,
856
+ [ --with-gnu-ld assume the C compiler uses GNU ld [default=no]],
857
+ test "$withval" = no || with_gnu_ld=yes, with_gnu_ld=no)
858
+ AC_REQUIRE([AC_PROG_CC])dnl
859
+ AC_REQUIRE([AC_CANONICAL_HOST])dnl
860
+ # Prepare PATH_SEPARATOR.
861
+ # The user is always right.
862
+ if test "${PATH_SEPARATOR+set}" != set; then
863
+ echo "#! /bin/sh" >conf$$.sh
864
+ echo "exit 0" >>conf$$.sh
865
+ chmod +x conf$$.sh
866
+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
867
+ PATH_SEPARATOR=';'
868
+ else
869
+ PATH_SEPARATOR=:
870
+ fi
871
+ rm -f conf$$.sh
872
+ fi
873
+ ac_prog=ld
874
+ if test "$GCC" = yes; then
875
+ # Check if gcc -print-prog-name=ld gives a path.
876
+ AC_MSG_CHECKING([for ld used by GCC])
877
+ case $host in
878
+ *-*-mingw*)
879
+ # gcc leaves a trailing carriage return which upsets mingw
880
+ ac_prog=`($CC -print-prog-name=ld) 2>&5 | tr -d '\015'` ;;
881
+ *)
882
+ ac_prog=`($CC -print-prog-name=ld) 2>&5` ;;
883
+ esac
884
+ case $ac_prog in
885
+ # Accept absolute paths.
886
+ [[\\/]* | [A-Za-z]:[\\/]*)]
887
+ [re_direlt='/[^/][^/]*/\.\./']
888
+ # Canonicalize the path of ld
889
+ ac_prog=`echo $ac_prog| sed 's%\\\\%/%g'`
890
+ while echo $ac_prog | grep "$re_direlt" > /dev/null 2>&1; do
891
+ ac_prog=`echo $ac_prog| sed "s%$re_direlt%/%"`
892
+ done
893
+ test -z "$LD" && LD="$ac_prog"
894
+ ;;
895
+ "")
896
+ # If it fails, then pretend we aren't using GCC.
897
+ ac_prog=ld
898
+ ;;
899
+ *)
900
+ # If it is relative, then search for the first ld in PATH.
901
+ with_gnu_ld=unknown
902
+ ;;
903
+ esac
904
+ elif test "$with_gnu_ld" = yes; then
905
+ AC_MSG_CHECKING([for GNU ld])
906
+ else
907
+ AC_MSG_CHECKING([for non-GNU ld])
908
+ fi
909
+ AC_CACHE_VAL(acl_cv_path_LD,
910
+ [if test -z "$LD"; then
911
+ IFS="${IFS= }"; ac_save_ifs="$IFS"; IFS="${IFS}${PATH_SEPARATOR-:}"
912
+ for ac_dir in $PATH; do
913
+ test -z "$ac_dir" && ac_dir=.
914
+ if test -f "$ac_dir/$ac_prog" || test -f "$ac_dir/$ac_prog$ac_exeext"; then
915
+ acl_cv_path_LD="$ac_dir/$ac_prog"
916
+ # Check to see if the program is GNU ld. I'd rather use --version,
917
+ # but apparently some GNU ld's only accept -v.
918
+ # Break only if it was the GNU/non-GNU ld that we prefer.
919
+ case `"$acl_cv_path_LD" -v 2>&1 < /dev/null` in
920
+ *GNU* | *'with BFD'*)
921
+ test "$with_gnu_ld" != no && break ;;
922
+ *)
923
+ test "$with_gnu_ld" != yes && break ;;
924
+ esac
925
+ fi
926
+ done
927
+ IFS="$ac_save_ifs"
928
+ else
929
+ acl_cv_path_LD="$LD" # Let the user override the test with a path.
930
+ fi])
931
+ LD="$acl_cv_path_LD"
932
+ if test -n "$LD"; then
933
+ AC_MSG_RESULT($LD)
934
+ else
935
+ AC_MSG_RESULT(no)
936
+ fi
937
+ test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
938
+ AC_LIB_PROG_LD_GNU
939
+ ])
940
+
941
+ # Do all the work for Automake. This macro actually does too much --
942
+ # some checks are only needed if your package does certain things.
943
+ # But this isn't really a big deal.
944
+
945
+ # serial 1
946
+
947
+ dnl Usage:
948
+ dnl AM_INIT_AUTOMAKE(package,version, [no-define])
949
+
950
+ AC_DEFUN([AM_INIT_AUTOMAKE],
951
+ [AC_REQUIRE([AM_SET_CURRENT_AUTOMAKE_VERSION])dnl
952
+ AC_REQUIRE([AC_PROG_INSTALL])
953
+ PACKAGE=[$1]
954
+ AC_SUBST(PACKAGE)
955
+ VERSION=[$2]
956
+ AC_SUBST(VERSION)
957
+ dnl test to see if srcdir already configured
958
+ if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
959
+ AC_MSG_ERROR([source directory already configured; run "make distclean" there first])
960
+ fi
961
+ ifelse([$3],,
962
+ AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
963
+ AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package]))
964
+ AC_REQUIRE([AM_SANITY_CHECK])
965
+ AC_REQUIRE([AC_ARG_PROGRAM])
966
+ dnl FIXME This is truly gross.
967
+ missing_dir=`cd $ac_aux_dir && pwd`
968
+ AM_MISSING_PROG(ACLOCAL, aclocal-${am__api_version}, $missing_dir)
969
+ AM_MISSING_PROG(AUTOCONF, autoconf, $missing_dir)
970
+ AM_MISSING_PROG(AUTOMAKE, automake-${am__api_version}, $missing_dir)
971
+ AM_MISSING_PROG(AUTOHEADER, autoheader, $missing_dir)
972
+ AM_MISSING_PROG(MAKEINFO, makeinfo, $missing_dir)
973
+ AC_REQUIRE([AC_PROG_MAKE_SET])])
974
+
975
+ # Copyright 2002 Free Software Foundation, Inc.
976
+
977
+ # This program is free software; you can redistribute it and/or modify
978
+ # it under the terms of the GNU General Public License as published by
979
+ # the Free Software Foundation; either version 2, or (at your option)
980
+ # any later version.
981
+
982
+ # This program is distributed in the hope that it will be useful,
983
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
984
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
985
+ # GNU General Public License for more details.
986
+
987
+ # You should have received a copy of the GNU General Public License
988
+ # along with this program; if not, write to the Free Software
989
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
990
+
991
+ # AM_AUTOMAKE_VERSION(VERSION)
992
+ # ----------------------------
993
+ # Automake X.Y traces this macro to ensure aclocal.m4 has been
994
+ # generated from the m4 files accompanying Automake X.Y.
995
+ AC_DEFUN([AM_AUTOMAKE_VERSION],[am__api_version="1.4"])
996
+
997
+ # AM_SET_CURRENT_AUTOMAKE_VERSION
998
+ # -------------------------------
999
+ # Call AM_AUTOMAKE_VERSION so it can be traced.
1000
+ # This function is AC_REQUIREd by AC_INIT_AUTOMAKE.
1001
+ AC_DEFUN([AM_SET_CURRENT_AUTOMAKE_VERSION],
1002
+ [AM_AUTOMAKE_VERSION([1.4-p6])])
1003
+
1004
+ #
1005
+ # Check to make sure that the build environment is sane.
1006
+ #
1007
+
1008
+ AC_DEFUN([AM_SANITY_CHECK],
1009
+ [AC_MSG_CHECKING([whether build environment is sane])
1010
+ # Just in case
1011
+ sleep 1
1012
+ echo timestamp > conftestfile
1013
+ # Do `set' in a subshell so we don't clobber the current shell's
1014
+ # arguments. Must try -L first in case configure is actually a
1015
+ # symlink; some systems play weird games with the mod time of symlinks
1016
+ # (eg FreeBSD returns the mod time of the symlink's containing
1017
+ # directory).
1018
+ if (
1019
+ set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1020
+ if test "[$]*" = "X"; then
1021
+ # -L didn't work.
1022
+ set X `ls -t $srcdir/configure conftestfile`
1023
+ fi
1024
+ if test "[$]*" != "X $srcdir/configure conftestfile" \
1025
+ && test "[$]*" != "X conftestfile $srcdir/configure"; then
1026
+
1027
+ # If neither matched, then we have a broken ls. This can happen
1028
+ # if, for instance, CONFIG_SHELL is bash and it inherits a
1029
+ # broken ls alias from the environment. This has actually
1030
+ # happened. Such a system could not be considered "sane".
1031
+ AC_MSG_ERROR([ls -t appears to fail. Make sure there is not a broken
1032
+ alias in your environment])
1033
+ fi
1034
+
1035
+ test "[$]2" = conftestfile
1036
+ )
1037
+ then
1038
+ # Ok.
1039
+ :
1040
+ else
1041
+ AC_MSG_ERROR([newly created file is older than distributed files!
1042
+ Check your system clock])
1043
+ fi
1044
+ rm -f conftest*
1045
+ AC_MSG_RESULT(yes)])
1046
+
1047
+ dnl AM_MISSING_PROG(NAME, PROGRAM, DIRECTORY)
1048
+ dnl The program must properly implement --version.
1049
+ AC_DEFUN([AM_MISSING_PROG],
1050
+ [AC_MSG_CHECKING(for working $2)
1051
+ # Run test in a subshell; some versions of sh will print an error if
1052
+ # an executable is not found, even if stderr is redirected.
1053
+ # Redirect stdin to placate older versions of autoconf. Sigh.
1054
+ if ($2 --version) < /dev/null > /dev/null 2>&1; then
1055
+ $1=$2
1056
+ AC_MSG_RESULT(found)
1057
+ else
1058
+ $1="$3/missing $2"
1059
+ AC_MSG_RESULT(missing)
1060
+ fi
1061
+ AC_SUBST($1)])
1062
+
src/ja/mecab-ipadic-2.7.0-20070610/char.def ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Japanese charcter category map
3
+ #
4
+ # $Id: char.def,v 1.4 2006/07/05 16:54:13 taku-ku Exp $;
5
+ #
6
+
7
+ ###################################################################################
8
+ #
9
+ # CHARACTER CATEGORY DEFINITION
10
+ #
11
+ # CATEGORY_NAME INVOKE GROUP LENGTH
12
+ #
13
+ # - CATEGORY_NAME: Name of category. you have to define DEFAULT class.
14
+ # - INVOKE: 1/0: always invoke unknown word processing, evan when the word can be found in the lexicon
15
+ # - GROUP: 1/0: make a new word by grouping the same chracter category
16
+ # - LENGTH: n: 1 to n length new words are added
17
+ #
18
+ DEFAULT 0 1 0 # DEFAULT is a mandatory category!
19
+ SPACE 0 1 0
20
+ KANJI 0 0 2
21
+ SYMBOL 1 1 0
22
+ NUMERIC 1 1 0
23
+ ALPHA 1 1 0
24
+ HIRAGANA 0 1 2
25
+ KATAKANA 1 1 2
26
+ KANJINUMERIC 1 1 0
27
+ GREEK 1 1 0
28
+ CYRILLIC 1 1 0
29
+
30
+ ###################################################################################
31
+ #
32
+ # CODE(UCS2) TO CATEGORY MAPPING
33
+ #
34
+
35
+ # SPACE
36
+ 0x0020 SPACE # DO NOT REMOVE THIS LINE, 0x0020 is reserved for SPACE
37
+ 0x00D0 SPACE
38
+ 0x0009 SPACE
39
+ 0x000B SPACE
40
+ 0x000A SPACE
41
+
42
+ # ASCII
43
+ 0x0021..0x002F SYMBOL
44
+ 0x0030..0x0039 NUMERIC
45
+ 0x003A..0x0040 SYMBOL
46
+ 0x0041..0x005A ALPHA
47
+ 0x005B..0x0060 SYMBOL
48
+ 0x0061..0x007A ALPHA
49
+ 0x007B..0x007E SYMBOL
50
+
51
+ # Latin
52
+ 0x00A1..0x00BF SYMBOL # Latin 1
53
+ 0x00C0..0x00FF ALPHA # Latin 1
54
+ 0x0100..0x017F ALPHA # Latin Extended A
55
+ 0x0180..0x0236 ALPHA # Latin Extended B
56
+ 0x1E00..0x1EF9 ALPHA # Latin Extended Additional
57
+
58
+ # CYRILLIC
59
+ 0x0400..0x04F9 CYRILLIC
60
+ 0x0500..0x050F CYRILLIC # Cyrillic supplementary
61
+
62
+ # GREEK
63
+ 0x0374..0x03FB GREEK # Greek and Coptic
64
+
65
+ # HIRAGANA
66
+ 0x3041..0x309F HIRAGANA
67
+
68
+ # KATAKANA
69
+ 0x30A1..0x30FF KATAKANA
70
+ 0x31F0..0x31FF KATAKANA # Small KU .. Small RO
71
+ # 0x30FC KATAKANA HIRAGANA # ��
72
+ 0x30FC KATAKANA
73
+
74
+ # Half KATAKANA
75
+ 0xFF66..0xFF9D KATAKANA
76
+ 0xFF9E..0xFF9F KATAKANA
77
+
78
+ # KANJI
79
+ 0x2E80..0x2EF3 KANJI # CJK Raidcals Supplement
80
+ 0x2F00..0x2FD5 KANJI
81
+ 0x3005 KANJI
82
+ 0x3007 KANJI
83
+ 0x3400..0x4DB5 KANJI # CJK Unified Ideographs Extention
84
+ 0x4E00..0x9FA5 KANJI
85
+ 0xF900..0xFA2D KANJI
86
+ 0xFA30..0xFA6A KANJI
87
+
88
+ # KANJI-NUMERIC (�� �� �� �� �� ϻ �� Ȭ �� �� ɴ �� �� �� ��)
89
+ 0x4E00 KANJINUMERIC KANJI
90
+ 0x4E8C KANJINUMERIC KANJI
91
+ 0x4E09 KANJINUMERIC KANJI
92
+ 0x56DB KANJINUMERIC KANJI
93
+ 0x4E94 KANJINUMERIC KANJI
94
+ 0x516D KANJINUMERIC KANJI
95
+ 0x4E03 KANJINUMERIC KANJI
96
+ 0x516B KANJINUMERIC KANJI
97
+ 0x4E5D KANJINUMERIC KANJI
98
+ 0x5341 KANJINUMERIC KANJI
99
+ 0x767E KANJINUMERIC KANJI
100
+ 0x5343 KANJINUMERIC KANJI
101
+ 0x4E07 KANJINUMERIC KANJI
102
+ 0x5104 KANJINUMERIC KANJI
103
+ 0x5146 KANJINUMERIC KANJI
104
+
105
+ # ZENKAKU
106
+ 0xFF10..0xFF19 NUMERIC
107
+ 0xFF21..0xFF3A ALPHA
108
+ 0xFF41..0xFF5A ALPHA
109
+ 0xFF01..0xFF0F SYMBOL
110
+ 0xFF1A..0xFF1F SYMBOL
111
+ 0xFF3B..0xFF40 SYMBOL
112
+ 0xFF5B..0xFF65 SYMBOL
113
+ 0xFFE0..0xFFEF SYMBOL # HalfWidth and Full width Form
114
+
115
+ # OTHER SYMBOLS
116
+ 0x2000..0x206F SYMBOL # General Punctuation
117
+ 0x2070..0x209F NUMERIC # Superscripts and Subscripts
118
+ 0x20A0..0x20CF SYMBOL # Currency Symbols
119
+ 0x20D0..0x20FF SYMBOL # Combining Diaritical Marks for Symbols
120
+ 0x2100..0x214F SYMBOL # Letterlike Symbols
121
+ 0x2150..0x218F NUMERIC # Number forms
122
+ 0x2100..0x214B SYMBOL # Letterlike Symbols
123
+ 0x2190..0x21FF SYMBOL # Arrow
124
+ 0x2200..0x22FF SYMBOL # Mathematical Operators
125
+ 0x2300..0x23FF SYMBOL # Miscellaneuos Technical
126
+ 0x2460..0x24FF SYMBOL # Enclosed NUMERICs
127
+ 0x2501..0x257F SYMBOL # Box Drawing
128
+ 0x2580..0x259F SYMBOL # Block Elements
129
+ 0x25A0..0x25FF SYMBOL # Geometric Shapes
130
+ 0x2600..0x26FE SYMBOL # Miscellaneous Symbols
131
+ 0x2700..0x27BF SYMBOL # Dingbats
132
+ 0x27F0..0x27FF SYMBOL # Supplemental Arrows A
133
+ 0x27C0..0x27EF SYMBOL # Miscellaneous Mathematical Symbols-A
134
+ 0x2800..0x28FF SYMBOL # Braille Patterns
135
+ 0x2900..0x297F SYMBOL # Supplemental Arrows B
136
+ 0x2B00..0x2BFF SYMBOL # Miscellaneous Symbols and Arrows
137
+ 0x2A00..0x2AFF SYMBOL # Supplemental Mathematical Operators
138
+ 0x3300..0x33FF SYMBOL
139
+ 0x3200..0x32FE SYMBOL # ENclosed CJK Letters and Months
140
+ 0x3000..0x303F SYMBOL # CJK Symbol and Punctuation
141
+ 0xFE30..0xFE4F SYMBOL # CJK Compatibility Forms
142
+ 0xFE50..0xFE6B SYMBOL # Small Form Variants
143
+
144
+ # added 2006/3/13
145
+ 0x3007 SYMBOL KANJINUMERIC
146
+
147
+ # END OF TABLE
src/ja/mecab-ipadic-2.7.0-20070610/config.guess ADDED
@@ -0,0 +1,1465 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #! /bin/sh
2
+ # Attempt to guess a canonical system name.
3
+ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
+ # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5
+
6
+ timestamp='2005-04-22'
7
+
8
+ # This file is free software; you can redistribute it and/or modify it
9
+ # under the terms of the GNU General Public License as published by
10
+ # the Free Software Foundation; either version 2 of the License, or
11
+ # (at your option) any later version.
12
+ #
13
+ # This program is distributed in the hope that it will be useful, but
14
+ # WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
16
+ # General Public License for more details.
17
+ #
18
+ # You should have received a copy of the GNU General Public License
19
+ # along with this program; if not, write to the Free Software
20
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21
+ #
22
+ # As a special exception to the GNU General Public License, if you
23
+ # distribute this file as part of a program that contains a
24
+ # configuration script generated by Autoconf, you may include it under
25
+ # the same distribution terms that you use for the rest of that program.
26
+
27
+ # Originally written by Per Bothner <per@bothner.com>.
28
+ # Please send patches to <config-patches@gnu.org>. Submit a context
29
+ # diff and a properly formatted ChangeLog entry.
30
+ #
31
+ # This script attempts to guess a canonical system name similar to
32
+ # config.sub. If it succeeds, it prints the system name on stdout, and
33
+ # exits with 0. Otherwise, it exits with 1.
34
+ #
35
+ # The plan is that this can be called by configure scripts if you
36
+ # don't specify an explicit build system type.
37
+
38
+ me=`echo "$0" | sed -e 's,.*/,,'`
39
+
40
+ usage="\
41
+ Usage: $0 [OPTION]
42
+
43
+ Output the configuration name of the system \`$me' is run on.
44
+
45
+ Operation modes:
46
+ -h, --help print this help, then exit
47
+ -t, --time-stamp print date of last modification, then exit
48
+ -v, --version print version number, then exit
49
+
50
+ Report bugs and patches to <config-patches@gnu.org>."
51
+
52
+ version="\
53
+ GNU config.guess ($timestamp)
54
+
55
+ Originally written by Per Bothner.
56
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
57
+ Free Software Foundation, Inc.
58
+
59
+ This is free software; see the source for copying conditions. There is NO
60
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
61
+
62
+ help="
63
+ Try \`$me --help' for more information."
64
+
65
+ # Parse command line
66
+ while test $# -gt 0 ; do
67
+ case $1 in
68
+ --time-stamp | --time* | -t )
69
+ echo "$timestamp" ; exit 0 ;;
70
+ --version | -v )
71
+ echo "$version" ; exit 0 ;;
72
+ --help | --h* | -h )
73
+ echo "$usage"; exit 0 ;;
74
+ -- ) # Stop option processing
75
+ shift; break ;;
76
+ - ) # Use stdin as input.
77
+ break ;;
78
+ -* )
79
+ echo "$me: invalid option $1$help" >&2
80
+ exit 1 ;;
81
+ * )
82
+ break ;;
83
+ esac
84
+ done
85
+
86
+ if test $# != 0; then
87
+ echo "$me: too many arguments$help" >&2
88
+ exit 1
89
+ fi
90
+
91
+ trap 'exit 1' 1 2 15
92
+
93
+ # CC_FOR_BUILD -- compiler used by this script. Note that the use of a
94
+ # compiler to aid in system detection is discouraged as it requires
95
+ # temporary files to be created and, as you can see below, it is a
96
+ # headache to deal with in a portable fashion.
97
+
98
+ # Historically, `CC_FOR_BUILD' used to be named `HOST_CC'. We still
99
+ # use `HOST_CC' if defined, but it is deprecated.
100
+
101
+ # Portable tmp directory creation inspired by the Autoconf team.
102
+
103
+ set_cc_for_build='
104
+ trap "exitcode=\$?; (rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null) && exit \$exitcode" 0 ;
105
+ trap "rm -f \$tmpfiles 2>/dev/null; rmdir \$tmp 2>/dev/null; exit 1" 1 2 13 15 ;
106
+ : ${TMPDIR=/tmp} ;
107
+ { tmp=`(umask 077 && mktemp -d -q "$TMPDIR/cgXXXXXX") 2>/dev/null` && test -n "$tmp" && test -d "$tmp" ; } ||
108
+ { test -n "$RANDOM" && tmp=$TMPDIR/cg$$-$RANDOM && (umask 077 && mkdir $tmp) ; } ||
109
+ { tmp=$TMPDIR/cg-$$ && (umask 077 && mkdir $tmp) && echo "Warning: creating insecure temp directory" >&2 ; } ||
110
+ { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
111
+ dummy=$tmp/dummy ;
112
+ tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ;
113
+ case $CC_FOR_BUILD,$HOST_CC,$CC in
114
+ ,,) echo "int x;" > $dummy.c ;
115
+ for c in cc gcc c89 c99 ; do
116
+ if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then
117
+ CC_FOR_BUILD="$c"; break ;
118
+ fi ;
119
+ done ;
120
+ if test x"$CC_FOR_BUILD" = x ; then
121
+ CC_FOR_BUILD=no_compiler_found ;
122
+ fi
123
+ ;;
124
+ ,,*) CC_FOR_BUILD=$CC ;;
125
+ ,*,*) CC_FOR_BUILD=$HOST_CC ;;
126
+ esac ;'
127
+
128
+ # This is needed to find uname on a Pyramid OSx when run in the BSD universe.
129
+ # (ghazi@noc.rutgers.edu 1994-08-24)
130
+ if (test -f /.attbin/uname) >/dev/null 2>&1 ; then
131
+ PATH=$PATH:/.attbin ; export PATH
132
+ fi
133
+
134
+ UNAME_MACHINE=`(uname -m) 2>/dev/null` || UNAME_MACHINE=unknown
135
+ UNAME_RELEASE=`(uname -r) 2>/dev/null` || UNAME_RELEASE=unknown
136
+ UNAME_SYSTEM=`(uname -s) 2>/dev/null` || UNAME_SYSTEM=unknown
137
+ UNAME_VERSION=`(uname -v) 2>/dev/null` || UNAME_VERSION=unknown
138
+
139
+ # Note: order is significant - the case branches are not exclusive.
140
+
141
+ case "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" in
142
+ *:NetBSD:*:*)
143
+ # NetBSD (nbsd) targets should (where applicable) match one or
144
+ # more of the tupples: *-*-netbsdelf*, *-*-netbsdaout*,
145
+ # *-*-netbsdecoff* and *-*-netbsd*. For targets that recently
146
+ # switched to ELF, *-*-netbsd* would select the old
147
+ # object file format. This provides both forward
148
+ # compatibility and a consistent mechanism for selecting the
149
+ # object file format.
150
+ #
151
+ # Note: NetBSD doesn't particularly care about the vendor
152
+ # portion of the name. We always set it to "unknown".
153
+ sysctl="sysctl -n hw.machine_arch"
154
+ UNAME_MACHINE_ARCH=`(/sbin/$sysctl 2>/dev/null || \
155
+ /usr/sbin/$sysctl 2>/dev/null || echo unknown)`
156
+ case "${UNAME_MACHINE_ARCH}" in
157
+ armeb) machine=armeb-unknown ;;
158
+ arm*) machine=arm-unknown ;;
159
+ sh3el) machine=shl-unknown ;;
160
+ sh3eb) machine=sh-unknown ;;
161
+ *) machine=${UNAME_MACHINE_ARCH}-unknown ;;
162
+ esac
163
+ # The Operating System including object format, if it has switched
164
+ # to ELF recently, or will in the future.
165
+ case "${UNAME_MACHINE_ARCH}" in
166
+ arm*|i386|m68k|ns32k|sh3*|sparc|vax)
167
+ eval $set_cc_for_build
168
+ if echo __ELF__ | $CC_FOR_BUILD -E - 2>/dev/null \
169
+ | grep __ELF__ >/dev/null
170
+ then
171
+ # Once all utilities can be ECOFF (netbsdecoff) or a.out (netbsdaout).
172
+ # Return netbsd for either. FIX?
173
+ os=netbsd
174
+ else
175
+ os=netbsdelf
176
+ fi
177
+ ;;
178
+ *)
179
+ os=netbsd
180
+ ;;
181
+ esac
182
+ # The OS release
183
+ # Debian GNU/NetBSD machines have a different userland, and
184
+ # thus, need a distinct triplet. However, they do not need
185
+ # kernel version information, so it can be replaced with a
186
+ # suitable tag, in the style of linux-gnu.
187
+ case "${UNAME_VERSION}" in
188
+ Debian*)
189
+ release='-gnu'
190
+ ;;
191
+ *)
192
+ release=`echo ${UNAME_RELEASE}|sed -e 's/[-_].*/\./'`
193
+ ;;
194
+ esac
195
+ # Since CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM:
196
+ # contains redundant information, the shorter form:
197
+ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM is used.
198
+ echo "${machine}-${os}${release}"
199
+ exit 0 ;;
200
+ amd64:OpenBSD:*:*)
201
+ echo x86_64-unknown-openbsd${UNAME_RELEASE}
202
+ exit 0 ;;
203
+ amiga:OpenBSD:*:*)
204
+ echo m68k-unknown-openbsd${UNAME_RELEASE}
205
+ exit 0 ;;
206
+ cats:OpenBSD:*:*)
207
+ echo arm-unknown-openbsd${UNAME_RELEASE}
208
+ exit 0 ;;
209
+ hp300:OpenBSD:*:*)
210
+ echo m68k-unknown-openbsd${UNAME_RELEASE}
211
+ exit 0 ;;
212
+ luna88k:OpenBSD:*:*)
213
+ echo m88k-unknown-openbsd${UNAME_RELEASE}
214
+ exit 0 ;;
215
+ mac68k:OpenBSD:*:*)
216
+ echo m68k-unknown-openbsd${UNAME_RELEASE}
217
+ exit 0 ;;
218
+ macppc:OpenBSD:*:*)
219
+ echo powerpc-unknown-openbsd${UNAME_RELEASE}
220
+ exit 0 ;;
221
+ mvme68k:OpenBSD:*:*)
222
+ echo m68k-unknown-openbsd${UNAME_RELEASE}
223
+ exit 0 ;;
224
+ mvme88k:OpenBSD:*:*)
225
+ echo m88k-unknown-openbsd${UNAME_RELEASE}
226
+ exit 0 ;;
227
+ mvmeppc:OpenBSD:*:*)
228
+ echo powerpc-unknown-openbsd${UNAME_RELEASE}
229
+ exit 0 ;;
230
+ sgi:OpenBSD:*:*)
231
+ echo mips64-unknown-openbsd${UNAME_RELEASE}
232
+ exit 0 ;;
233
+ sun3:OpenBSD:*:*)
234
+ echo m68k-unknown-openbsd${UNAME_RELEASE}
235
+ exit 0 ;;
236
+ *:OpenBSD:*:*)
237
+ echo ${UNAME_MACHINE}-unknown-openbsd${UNAME_RELEASE}
238
+ exit 0 ;;
239
+ *:ekkoBSD:*:*)
240
+ echo ${UNAME_MACHINE}-unknown-ekkobsd${UNAME_RELEASE}
241
+ exit 0 ;;
242
+ macppc:MirBSD:*:*)
243
+ echo powerppc-unknown-mirbsd${UNAME_RELEASE}
244
+ exit 0 ;;
245
+ *:MirBSD:*:*)
246
+ echo ${UNAME_MACHINE}-unknown-mirbsd${UNAME_RELEASE}
247
+ exit 0 ;;
248
+ alpha:OSF1:*:*)
249
+ case $UNAME_RELEASE in
250
+ *4.0)
251
+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $3}'`
252
+ ;;
253
+ *5.*)
254
+ UNAME_RELEASE=`/usr/sbin/sizer -v | awk '{print $4}'`
255
+ ;;
256
+ esac
257
+ # According to Compaq, /usr/sbin/psrinfo has been available on
258
+ # OSF/1 and Tru64 systems produced since 1995. I hope that
259
+ # covers most systems running today. This code pipes the CPU
260
+ # types through head -n 1, so we only detect the type of CPU 0.
261
+ ALPHA_CPU_TYPE=`/usr/sbin/psrinfo -v | sed -n -e 's/^ The alpha \(.*\) processor.*$/\1/p' | head -n 1`
262
+ case "$ALPHA_CPU_TYPE" in
263
+ "EV4 (21064)")
264
+ UNAME_MACHINE="alpha" ;;
265
+ "EV4.5 (21064)")
266
+ UNAME_MACHINE="alpha" ;;
267
+ "LCA4 (21066/21068)")
268
+ UNAME_MACHINE="alpha" ;;
269
+ "EV5 (21164)")
270
+ UNAME_MACHINE="alphaev5" ;;
271
+ "EV5.6 (21164A)")
272
+ UNAME_MACHINE="alphaev56" ;;
273
+ "EV5.6 (21164PC)")
274
+ UNAME_MACHINE="alphapca56" ;;
275
+ "EV5.7 (21164PC)")
276
+ UNAME_MACHINE="alphapca57" ;;
277
+ "EV6 (21264)")
278
+ UNAME_MACHINE="alphaev6" ;;
279
+ "EV6.7 (21264A)")
280
+ UNAME_MACHINE="alphaev67" ;;
281
+ "EV6.8CB (21264C)")
282
+ UNAME_MACHINE="alphaev68" ;;
283
+ "EV6.8AL (21264B)")
284
+ UNAME_MACHINE="alphaev68" ;;
285
+ "EV6.8CX (21264D)")
286
+ UNAME_MACHINE="alphaev68" ;;
287
+ "EV6.9A (21264/EV69A)")
288
+ UNAME_MACHINE="alphaev69" ;;
289
+ "EV7 (21364)")
290
+ UNAME_MACHINE="alphaev7" ;;
291
+ "EV7.9 (21364A)")
292
+ UNAME_MACHINE="alphaev79" ;;
293
+ esac
294
+ # A Pn.n version is a patched version.
295
+ # A Vn.n version is a released version.
296
+ # A Tn.n version is a released field test version.
297
+ # A Xn.n version is an unreleased experimental baselevel.
298
+ # 1.2 uses "1.2" for uname -r.
299
+ echo ${UNAME_MACHINE}-dec-osf`echo ${UNAME_RELEASE} | sed -e 's/^[PVTX]//' | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
300
+ exit 0 ;;
301
+ Alpha\ *:Windows_NT*:*)
302
+ # How do we know it's Interix rather than the generic POSIX subsystem?
303
+ # Should we change UNAME_MACHINE based on the output of uname instead
304
+ # of the specific Alpha model?
305
+ echo alpha-pc-interix
306
+ exit 0 ;;
307
+ 21064:Windows_NT:50:3)
308
+ echo alpha-dec-winnt3.5
309
+ exit 0 ;;
310
+ Amiga*:UNIX_System_V:4.0:*)
311
+ echo m68k-unknown-sysv4
312
+ exit 0;;
313
+ *:[Aa]miga[Oo][Ss]:*:*)
314
+ echo ${UNAME_MACHINE}-unknown-amigaos
315
+ exit 0 ;;
316
+ *:[Mm]orph[Oo][Ss]:*:*)
317
+ echo ${UNAME_MACHINE}-unknown-morphos
318
+ exit 0 ;;
319
+ *:OS/390:*:*)
320
+ echo i370-ibm-openedition
321
+ exit 0 ;;
322
+ *:z/VM:*:*)
323
+ echo s390-ibm-zvmoe
324
+ exit 0 ;;
325
+ *:OS400:*:*)
326
+ echo powerpc-ibm-os400
327
+ exit 0 ;;
328
+ arm:RISC*:1.[012]*:*|arm:riscix:1.[012]*:*)
329
+ echo arm-acorn-riscix${UNAME_RELEASE}
330
+ exit 0;;
331
+ SR2?01:HI-UX/MPP:*:* | SR8000:HI-UX/MPP:*:*)
332
+ echo hppa1.1-hitachi-hiuxmpp
333
+ exit 0;;
334
+ Pyramid*:OSx*:*:* | MIS*:OSx*:*:* | MIS*:SMP_DC-OSx*:*:*)
335
+ # akee@wpdis03.wpafb.af.mil (Earle F. Ake) contributed MIS and NILE.
336
+ if test "`(/bin/universe) 2>/dev/null`" = att ; then
337
+ echo pyramid-pyramid-sysv3
338
+ else
339
+ echo pyramid-pyramid-bsd
340
+ fi
341
+ exit 0 ;;
342
+ NILE*:*:*:dcosx)
343
+ echo pyramid-pyramid-svr4
344
+ exit 0 ;;
345
+ DRS?6000:unix:4.0:6*)
346
+ echo sparc-icl-nx6
347
+ exit 0 ;;
348
+ DRS?6000:UNIX_SV:4.2*:7* | DRS?6000:isis:4.2*:7*)
349
+ case `/usr/bin/uname -p` in
350
+ sparc) echo sparc-icl-nx7 && exit 0 ;;
351
+ esac ;;
352
+ sun4H:SunOS:5.*:*)
353
+ echo sparc-hal-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
354
+ exit 0 ;;
355
+ sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
356
+ echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
357
+ exit 0 ;;
358
+ i86pc:SunOS:5.*:*)
359
+ echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
360
+ exit 0 ;;
361
+ sun4*:SunOS:6*:*)
362
+ # According to config.sub, this is the proper way to canonicalize
363
+ # SunOS6. Hard to guess exactly what SunOS6 will be like, but
364
+ # it's likely to be more like Solaris than SunOS4.
365
+ echo sparc-sun-solaris3`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
366
+ exit 0 ;;
367
+ sun4*:SunOS:*:*)
368
+ case "`/usr/bin/arch -k`" in
369
+ Series*|S4*)
370
+ UNAME_RELEASE=`uname -v`
371
+ ;;
372
+ esac
373
+ # Japanese Language versions have a version number like `4.1.3-JL'.
374
+ echo sparc-sun-sunos`echo ${UNAME_RELEASE}|sed -e 's/-/_/'`
375
+ exit 0 ;;
376
+ sun3*:SunOS:*:*)
377
+ echo m68k-sun-sunos${UNAME_RELEASE}
378
+ exit 0 ;;
379
+ sun*:*:4.2BSD:*)
380
+ UNAME_RELEASE=`(sed 1q /etc/motd | awk '{print substr($5,1,3)}') 2>/dev/null`
381
+ test "x${UNAME_RELEASE}" = "x" && UNAME_RELEASE=3
382
+ case "`/bin/arch`" in
383
+ sun3)
384
+ echo m68k-sun-sunos${UNAME_RELEASE}
385
+ ;;
386
+ sun4)
387
+ echo sparc-sun-sunos${UNAME_RELEASE}
388
+ ;;
389
+ esac
390
+ exit 0 ;;
391
+ aushp:SunOS:*:*)
392
+ echo sparc-auspex-sunos${UNAME_RELEASE}
393
+ exit 0 ;;
394
+ # The situation for MiNT is a little confusing. The machine name
395
+ # can be virtually everything (everything which is not
396
+ # "atarist" or "atariste" at least should have a processor
397
+ # > m68000). The system name ranges from "MiNT" over "FreeMiNT"
398
+ # to the lowercase version "mint" (or "freemint"). Finally
399
+ # the system name "TOS" denotes a system which is actually not
400
+ # MiNT. But MiNT is downward compatible to TOS, so this should
401
+ # be no problem.
402
+ atarist[e]:*MiNT:*:* | atarist[e]:*mint:*:* | atarist[e]:*TOS:*:*)
403
+ echo m68k-atari-mint${UNAME_RELEASE}
404
+ exit 0 ;;
405
+ atari*:*MiNT:*:* | atari*:*mint:*:* | atarist[e]:*TOS:*:*)
406
+ echo m68k-atari-mint${UNAME_RELEASE}
407
+ exit 0 ;;
408
+ *falcon*:*MiNT:*:* | *falcon*:*mint:*:* | *falcon*:*TOS:*:*)
409
+ echo m68k-atari-mint${UNAME_RELEASE}
410
+ exit 0 ;;
411
+ milan*:*MiNT:*:* | milan*:*mint:*:* | *milan*:*TOS:*:*)
412
+ echo m68k-milan-mint${UNAME_RELEASE}
413
+ exit 0 ;;
414
+ hades*:*MiNT:*:* | hades*:*mint:*:* | *hades*:*TOS:*:*)
415
+ echo m68k-hades-mint${UNAME_RELEASE}
416
+ exit 0 ;;
417
+ *:*MiNT:*:* | *:*mint:*:* | *:*TOS:*:*)
418
+ echo m68k-unknown-mint${UNAME_RELEASE}
419
+ exit 0 ;;
420
+ m68k:machten:*:*)
421
+ echo m68k-apple-machten${UNAME_RELEASE}
422
+ exit 0 ;;
423
+ powerpc:machten:*:*)
424
+ echo powerpc-apple-machten${UNAME_RELEASE}
425
+ exit 0 ;;
426
+ RISC*:Mach:*:*)
427
+ echo mips-dec-mach_bsd4.3
428
+ exit 0 ;;
429
+ RISC*:ULTRIX:*:*)
430
+ echo mips-dec-ultrix${UNAME_RELEASE}
431
+ exit 0 ;;
432
+ VAX*:ULTRIX*:*:*)
433
+ echo vax-dec-ultrix${UNAME_RELEASE}
434
+ exit 0 ;;
435
+ 2020:CLIX:*:* | 2430:CLIX:*:*)
436
+ echo clipper-intergraph-clix${UNAME_RELEASE}
437
+ exit 0 ;;
438
+ mips:*:*:UMIPS | mips:*:*:RISCos)
439
+ eval $set_cc_for_build
440
+ sed 's/^ //' << EOF >$dummy.c
441
+ #ifdef __cplusplus
442
+ #include <stdio.h> /* for printf() prototype */
443
+ int main (int argc, char *argv[]) {
444
+ #else
445
+ int main (argc, argv) int argc; char *argv[]; {
446
+ #endif
447
+ #if defined (host_mips) && defined (MIPSEB)
448
+ #if defined (SYSTYPE_SYSV)
449
+ printf ("mips-mips-riscos%ssysv\n", argv[1]); exit (0);
450
+ #endif
451
+ #if defined (SYSTYPE_SVR4)
452
+ printf ("mips-mips-riscos%ssvr4\n", argv[1]); exit (0);
453
+ #endif
454
+ #if defined (SYSTYPE_BSD43) || defined(SYSTYPE_BSD)
455
+ printf ("mips-mips-riscos%sbsd\n", argv[1]); exit (0);
456
+ #endif
457
+ #endif
458
+ exit (-1);
459
+ }
460
+ EOF
461
+ $CC_FOR_BUILD -o $dummy $dummy.c \
462
+ && $dummy `echo "${UNAME_RELEASE}" | sed -n 's/\([0-9]*\).*/\1/p'` \
463
+ && exit 0
464
+ echo mips-mips-riscos${UNAME_RELEASE}
465
+ exit 0 ;;
466
+ Motorola:PowerMAX_OS:*:*)
467
+ echo powerpc-motorola-powermax
468
+ exit 0 ;;
469
+ Motorola:*:4.3:PL8-*)
470
+ echo powerpc-harris-powermax
471
+ exit 0 ;;
472
+ Night_Hawk:*:*:PowerMAX_OS | Synergy:PowerMAX_OS:*:*)
473
+ echo powerpc-harris-powermax
474
+ exit 0 ;;
475
+ Night_Hawk:Power_UNIX:*:*)
476
+ echo powerpc-harris-powerunix
477
+ exit 0 ;;
478
+ m88k:CX/UX:7*:*)
479
+ echo m88k-harris-cxux7
480
+ exit 0 ;;
481
+ m88k:*:4*:R4*)
482
+ echo m88k-motorola-sysv4
483
+ exit 0 ;;
484
+ m88k:*:3*:R3*)
485
+ echo m88k-motorola-sysv3
486
+ exit 0 ;;
487
+ AViiON:dgux:*:*)
488
+ # DG/UX returns AViiON for all architectures
489
+ UNAME_PROCESSOR=`/usr/bin/uname -p`
490
+ if [ $UNAME_PROCESSOR = mc88100 ] || [ $UNAME_PROCESSOR = mc88110 ]
491
+ then
492
+ if [ ${TARGET_BINARY_INTERFACE}x = m88kdguxelfx ] || \
493
+ [ ${TARGET_BINARY_INTERFACE}x = x ]
494
+ then
495
+ echo m88k-dg-dgux${UNAME_RELEASE}
496
+ else
497
+ echo m88k-dg-dguxbcs${UNAME_RELEASE}
498
+ fi
499
+ else
500
+ echo i586-dg-dgux${UNAME_RELEASE}
501
+ fi
502
+ exit 0 ;;
503
+ M88*:DolphinOS:*:*) # DolphinOS (SVR3)
504
+ echo m88k-dolphin-sysv3
505
+ exit 0 ;;
506
+ M88*:*:R3*:*)
507
+ # Delta 88k system running SVR3
508
+ echo m88k-motorola-sysv3
509
+ exit 0 ;;
510
+ XD88*:*:*:*) # Tektronix XD88 system running UTekV (SVR3)
511
+ echo m88k-tektronix-sysv3
512
+ exit 0 ;;
513
+ Tek43[0-9][0-9]:UTek:*:*) # Tektronix 4300 system running UTek (BSD)
514
+ echo m68k-tektronix-bsd
515
+ exit 0 ;;
516
+ *:IRIX*:*:*)
517
+ echo mips-sgi-irix`echo ${UNAME_RELEASE}|sed -e 's/-/_/g'`
518
+ exit 0 ;;
519
+ ????????:AIX?:[12].1:2) # AIX 2.2.1 or AIX 2.1.1 is RT/PC AIX.
520
+ echo romp-ibm-aix # uname -m gives an 8 hex-code CPU id
521
+ exit 0 ;; # Note that: echo "'`uname -s`'" gives 'AIX '
522
+ i*86:AIX:*:*)
523
+ echo i386-ibm-aix
524
+ exit 0 ;;
525
+ ia64:AIX:*:*)
526
+ if [ -x /usr/bin/oslevel ] ; then
527
+ IBM_REV=`/usr/bin/oslevel`
528
+ else
529
+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
530
+ fi
531
+ echo ${UNAME_MACHINE}-ibm-aix${IBM_REV}
532
+ exit 0 ;;
533
+ *:AIX:2:3)
534
+ if grep bos325 /usr/include/stdio.h >/dev/null 2>&1; then
535
+ eval $set_cc_for_build
536
+ sed 's/^ //' << EOF >$dummy.c
537
+ #include <sys/systemcfg.h>
538
+
539
+ main()
540
+ {
541
+ if (!__power_pc())
542
+ exit(1);
543
+ puts("powerpc-ibm-aix3.2.5");
544
+ exit(0);
545
+ }
546
+ EOF
547
+ $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
548
+ echo rs6000-ibm-aix3.2.5
549
+ elif grep bos324 /usr/include/stdio.h >/dev/null 2>&1; then
550
+ echo rs6000-ibm-aix3.2.4
551
+ else
552
+ echo rs6000-ibm-aix3.2
553
+ fi
554
+ exit 0 ;;
555
+ *:AIX:*:[45])
556
+ IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
557
+ if /usr/sbin/lsattr -El ${IBM_CPU_ID} | grep ' POWER' >/dev/null 2>&1; then
558
+ IBM_ARCH=rs6000
559
+ else
560
+ IBM_ARCH=powerpc
561
+ fi
562
+ if [ -x /usr/bin/oslevel ] ; then
563
+ IBM_REV=`/usr/bin/oslevel`
564
+ else
565
+ IBM_REV=${UNAME_VERSION}.${UNAME_RELEASE}
566
+ fi
567
+ echo ${IBM_ARCH}-ibm-aix${IBM_REV}
568
+ exit 0 ;;
569
+ *:AIX:*:*)
570
+ echo rs6000-ibm-aix
571
+ exit 0 ;;
572
+ ibmrt:4.4BSD:*|romp-ibm:BSD:*)
573
+ echo romp-ibm-bsd4.4
574
+ exit 0 ;;
575
+ ibmrt:*BSD:*|romp-ibm:BSD:*) # covers RT/PC BSD and
576
+ echo romp-ibm-bsd${UNAME_RELEASE} # 4.3 with uname added to
577
+ exit 0 ;; # report: romp-ibm BSD 4.3
578
+ *:BOSX:*:*)
579
+ echo rs6000-bull-bosx
580
+ exit 0 ;;
581
+ DPX/2?00:B.O.S.:*:*)
582
+ echo m68k-bull-sysv3
583
+ exit 0 ;;
584
+ 9000/[34]??:4.3bsd:1.*:*)
585
+ echo m68k-hp-bsd
586
+ exit 0 ;;
587
+ hp300:4.4BSD:*:* | 9000/[34]??:4.3bsd:2.*:*)
588
+ echo m68k-hp-bsd4.4
589
+ exit 0 ;;
590
+ 9000/[34678]??:HP-UX:*:*)
591
+ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
592
+ case "${UNAME_MACHINE}" in
593
+ 9000/31? ) HP_ARCH=m68000 ;;
594
+ 9000/[34]?? ) HP_ARCH=m68k ;;
595
+ 9000/[678][0-9][0-9])
596
+ if [ -x /usr/bin/getconf ]; then
597
+ sc_cpu_version=`/usr/bin/getconf SC_CPU_VERSION 2>/dev/null`
598
+ sc_kernel_bits=`/usr/bin/getconf SC_KERNEL_BITS 2>/dev/null`
599
+ case "${sc_cpu_version}" in
600
+ 523) HP_ARCH="hppa1.0" ;; # CPU_PA_RISC1_0
601
+ 528) HP_ARCH="hppa1.1" ;; # CPU_PA_RISC1_1
602
+ 532) # CPU_PA_RISC2_0
603
+ case "${sc_kernel_bits}" in
604
+ 32) HP_ARCH="hppa2.0n" ;;
605
+ 64) HP_ARCH="hppa2.0w" ;;
606
+ '') HP_ARCH="hppa2.0" ;; # HP-UX 10.20
607
+ esac ;;
608
+ esac
609
+ fi
610
+ if [ "${HP_ARCH}" = "" ]; then
611
+ eval $set_cc_for_build
612
+ sed 's/^ //' << EOF >$dummy.c
613
+
614
+ #define _HPUX_SOURCE
615
+ #include <stdlib.h>
616
+ #include <unistd.h>
617
+
618
+ int main ()
619
+ {
620
+ #if defined(_SC_KERNEL_BITS)
621
+ long bits = sysconf(_SC_KERNEL_BITS);
622
+ #endif
623
+ long cpu = sysconf (_SC_CPU_VERSION);
624
+
625
+ switch (cpu)
626
+ {
627
+ case CPU_PA_RISC1_0: puts ("hppa1.0"); break;
628
+ case CPU_PA_RISC1_1: puts ("hppa1.1"); break;
629
+ case CPU_PA_RISC2_0:
630
+ #if defined(_SC_KERNEL_BITS)
631
+ switch (bits)
632
+ {
633
+ case 64: puts ("hppa2.0w"); break;
634
+ case 32: puts ("hppa2.0n"); break;
635
+ default: puts ("hppa2.0"); break;
636
+ } break;
637
+ #else /* !defined(_SC_KERNEL_BITS) */
638
+ puts ("hppa2.0"); break;
639
+ #endif
640
+ default: puts ("hppa1.0"); break;
641
+ }
642
+ exit (0);
643
+ }
644
+ EOF
645
+ (CCOPTS= $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null) && HP_ARCH=`$dummy`
646
+ test -z "$HP_ARCH" && HP_ARCH=hppa
647
+ fi ;;
648
+ esac
649
+ if [ ${HP_ARCH} = "hppa2.0w" ]
650
+ then
651
+ # avoid double evaluation of $set_cc_for_build
652
+ test -n "$CC_FOR_BUILD" || eval $set_cc_for_build
653
+ if echo __LP64__ | (CCOPTS= $CC_FOR_BUILD -E -) | grep __LP64__ >/dev/null
654
+ then
655
+ HP_ARCH="hppa2.0w"
656
+ else
657
+ HP_ARCH="hppa64"
658
+ fi
659
+ fi
660
+ echo ${HP_ARCH}-hp-hpux${HPUX_REV}
661
+ exit 0 ;;
662
+ ia64:HP-UX:*:*)
663
+ HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`
664
+ echo ia64-hp-hpux${HPUX_REV}
665
+ exit 0 ;;
666
+ 3050*:HI-UX:*:*)
667
+ eval $set_cc_for_build
668
+ sed 's/^ //' << EOF >$dummy.c
669
+ #include <unistd.h>
670
+ int
671
+ main ()
672
+ {
673
+ long cpu = sysconf (_SC_CPU_VERSION);
674
+ /* The order matters, because CPU_IS_HP_MC68K erroneously returns
675
+ true for CPU_PA_RISC1_0. CPU_IS_PA_RISC returns correct
676
+ results, however. */
677
+ if (CPU_IS_PA_RISC (cpu))
678
+ {
679
+ switch (cpu)
680
+ {
681
+ case CPU_PA_RISC1_0: puts ("hppa1.0-hitachi-hiuxwe2"); break;
682
+ case CPU_PA_RISC1_1: puts ("hppa1.1-hitachi-hiuxwe2"); break;
683
+ case CPU_PA_RISC2_0: puts ("hppa2.0-hitachi-hiuxwe2"); break;
684
+ default: puts ("hppa-hitachi-hiuxwe2"); break;
685
+ }
686
+ }
687
+ else if (CPU_IS_HP_MC68K (cpu))
688
+ puts ("m68k-hitachi-hiuxwe2");
689
+ else puts ("unknown-hitachi-hiuxwe2");
690
+ exit (0);
691
+ }
692
+ EOF
693
+ $CC_FOR_BUILD -o $dummy $dummy.c && $dummy && exit 0
694
+ echo unknown-hitachi-hiuxwe2
695
+ exit 0 ;;
696
+ 9000/7??:4.3bsd:*:* | 9000/8?[79]:4.3bsd:*:* )
697
+ echo hppa1.1-hp-bsd
698
+ exit 0 ;;
699
+ 9000/8??:4.3bsd:*:*)
700
+ echo hppa1.0-hp-bsd
701
+ exit 0 ;;
702
+ *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
703
+ echo hppa1.0-hp-mpeix
704
+ exit 0 ;;
705
+ hp7??:OSF1:*:* | hp8?[79]:OSF1:*:* )
706
+ echo hppa1.1-hp-osf
707
+ exit 0 ;;
708
+ hp8??:OSF1:*:*)
709
+ echo hppa1.0-hp-osf
710
+ exit 0 ;;
711
+ i*86:OSF1:*:*)
712
+ if [ -x /usr/sbin/sysversion ] ; then
713
+ echo ${UNAME_MACHINE}-unknown-osf1mk
714
+ else
715
+ echo ${UNAME_MACHINE}-unknown-osf1
716
+ fi
717
+ exit 0 ;;
718
+ parisc*:Lites*:*:*)
719
+ echo hppa1.1-hp-lites
720
+ exit 0 ;;
721
+ C1*:ConvexOS:*:* | convex:ConvexOS:C1*:*)
722
+ echo c1-convex-bsd
723
+ exit 0 ;;
724
+ C2*:ConvexOS:*:* | convex:ConvexOS:C2*:*)
725
+ if getsysinfo -f scalar_acc
726
+ then echo c32-convex-bsd
727
+ else echo c2-convex-bsd
728
+ fi
729
+ exit 0 ;;
730
+ C34*:ConvexOS:*:* | convex:ConvexOS:C34*:*)
731
+ echo c34-convex-bsd
732
+ exit 0 ;;
733
+ C38*:ConvexOS:*:* | convex:ConvexOS:C38*:*)
734
+ echo c38-convex-bsd
735
+ exit 0 ;;
736
+ C4*:ConvexOS:*:* | convex:ConvexOS:C4*:*)
737
+ echo c4-convex-bsd
738
+ exit 0 ;;
739
+ CRAY*Y-MP:*:*:*)
740
+ echo ymp-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
741
+ exit 0 ;;
742
+ CRAY*[A-Z]90:*:*:*)
743
+ echo ${UNAME_MACHINE}-cray-unicos${UNAME_RELEASE} \
744
+ | sed -e 's/CRAY.*\([A-Z]90\)/\1/' \
745
+ -e y/ABCDEFGHIJKLMNOPQRSTUVWXYZ/abcdefghijklmnopqrstuvwxyz/ \
746
+ -e 's/\.[^.]*$/.X/'
747
+ exit 0 ;;
748
+ CRAY*TS:*:*:*)
749
+ echo t90-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
750
+ exit 0 ;;
751
+ CRAY*T3E:*:*:*)
752
+ echo alphaev5-cray-unicosmk${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
753
+ exit 0 ;;
754
+ CRAY*SV1:*:*:*)
755
+ echo sv1-cray-unicos${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
756
+ exit 0 ;;
757
+ *:UNICOS/mp:*:*)
758
+ echo craynv-cray-unicosmp${UNAME_RELEASE} | sed -e 's/\.[^.]*$/.X/'
759
+ exit 0 ;;
760
+ F30[01]:UNIX_System_V:*:* | F700:UNIX_System_V:*:*)
761
+ FUJITSU_PROC=`uname -m | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz'`
762
+ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
763
+ FUJITSU_REL=`echo ${UNAME_RELEASE} | sed -e 's/ /_/'`
764
+ echo "${FUJITSU_PROC}-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
765
+ exit 0 ;;
766
+ 5000:UNIX_System_V:4.*:*)
767
+ FUJITSU_SYS=`uname -p | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/\///'`
768
+ FUJITSU_REL=`echo ${UNAME_RELEASE} | tr 'ABCDEFGHIJKLMNOPQRSTUVWXYZ' 'abcdefghijklmnopqrstuvwxyz' | sed -e 's/ /_/'`
769
+ echo "sparc-fujitsu-${FUJITSU_SYS}${FUJITSU_REL}"
770
+ exit 0 ;;
771
+ i*86:BSD/386:*:* | i*86:BSD/OS:*:* | *:Ascend\ Embedded/OS:*:*)
772
+ echo ${UNAME_MACHINE}-pc-bsdi${UNAME_RELEASE}
773
+ exit 0 ;;
774
+ sparc*:BSD/OS:*:*)
775
+ echo sparc-unknown-bsdi${UNAME_RELEASE}
776
+ exit 0 ;;
777
+ *:BSD/OS:*:*)
778
+ echo ${UNAME_MACHINE}-unknown-bsdi${UNAME_RELEASE}
779
+ exit 0 ;;
780
+ *:FreeBSD:*:*)
781
+ echo ${UNAME_MACHINE}-unknown-freebsd`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
782
+ exit 0 ;;
783
+ i*:CYGWIN*:*)
784
+ echo ${UNAME_MACHINE}-pc-cygwin
785
+ exit 0 ;;
786
+ i*:MINGW*:*)
787
+ echo ${UNAME_MACHINE}-pc-mingw32
788
+ exit 0 ;;
789
+ i*:PW*:*)
790
+ echo ${UNAME_MACHINE}-pc-pw32
791
+ exit 0 ;;
792
+ x86:Interix*:[34]*)
793
+ echo i586-pc-interix${UNAME_RELEASE}|sed -e 's/\..*//'
794
+ exit 0 ;;
795
+ [345]86:Windows_95:* | [345]86:Windows_98:* | [345]86:Windows_NT:*)
796
+ echo i${UNAME_MACHINE}-pc-mks
797
+ exit 0 ;;
798
+ i*:Windows_NT*:* | Pentium*:Windows_NT*:*)
799
+ # How do we know it's Interix rather than the generic POSIX subsystem?
800
+ # It also conflicts with pre-2.0 versions of AT&T UWIN. Should we
801
+ # UNAME_MACHINE based on the output of uname instead of i386?
802
+ echo i586-pc-interix
803
+ exit 0 ;;
804
+ i*:UWIN*:*)
805
+ echo ${UNAME_MACHINE}-pc-uwin
806
+ exit 0 ;;
807
+ amd64:CYGWIN*:*:*)
808
+ echo x86_64-unknown-cygwin
809
+ exit 0 ;;
810
+ p*:CYGWIN*:*)
811
+ echo powerpcle-unknown-cygwin
812
+ exit 0 ;;
813
+ prep*:SunOS:5.*:*)
814
+ echo powerpcle-unknown-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
815
+ exit 0 ;;
816
+ *:GNU:*:*)
817
+ # the GNU system
818
+ echo `echo ${UNAME_MACHINE}|sed -e 's,[-/].*$,,'`-unknown-gnu`echo ${UNAME_RELEASE}|sed -e 's,/.*$,,'`
819
+ exit 0 ;;
820
+ *:GNU/*:*:*)
821
+ # other systems with GNU libc and userland
822
+ echo ${UNAME_MACHINE}-unknown-`echo ${UNAME_SYSTEM} | sed 's,^[^/]*/,,' | tr '[A-Z]' '[a-z]'``echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`-gnu
823
+ exit 0 ;;
824
+ i*86:Minix:*:*)
825
+ echo ${UNAME_MACHINE}-pc-minix
826
+ exit 0 ;;
827
+ arm*:Linux:*:*)
828
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
829
+ exit 0 ;;
830
+ cris:Linux:*:*)
831
+ echo cris-axis-linux-gnu
832
+ exit 0 ;;
833
+ crisv32:Linux:*:*)
834
+ echo crisv32-axis-linux-gnu
835
+ exit 0 ;;
836
+ frv:Linux:*:*)
837
+ echo frv-unknown-linux-gnu
838
+ exit 0 ;;
839
+ ia64:Linux:*:*)
840
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
841
+ exit 0 ;;
842
+ m32r*:Linux:*:*)
843
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
844
+ exit 0 ;;
845
+ m68*:Linux:*:*)
846
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
847
+ exit 0 ;;
848
+ mips:Linux:*:*)
849
+ eval $set_cc_for_build
850
+ sed 's/^ //' << EOF >$dummy.c
851
+ #undef CPU
852
+ #undef mips
853
+ #undef mipsel
854
+ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
855
+ CPU=mipsel
856
+ #else
857
+ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
858
+ CPU=mips
859
+ #else
860
+ CPU=
861
+ #endif
862
+ #endif
863
+ EOF
864
+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
865
+ test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
866
+ ;;
867
+ mips64:Linux:*:*)
868
+ eval $set_cc_for_build
869
+ sed 's/^ //' << EOF >$dummy.c
870
+ #undef CPU
871
+ #undef mips64
872
+ #undef mips64el
873
+ #if defined(__MIPSEL__) || defined(__MIPSEL) || defined(_MIPSEL) || defined(MIPSEL)
874
+ CPU=mips64el
875
+ #else
876
+ #if defined(__MIPSEB__) || defined(__MIPSEB) || defined(_MIPSEB) || defined(MIPSEB)
877
+ CPU=mips64
878
+ #else
879
+ CPU=
880
+ #endif
881
+ #endif
882
+ EOF
883
+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^CPU=`
884
+ test x"${CPU}" != x && echo "${CPU}-unknown-linux-gnu" && exit 0
885
+ ;;
886
+ ppc:Linux:*:*)
887
+ echo powerpc-unknown-linux-gnu
888
+ exit 0 ;;
889
+ ppc64:Linux:*:*)
890
+ echo powerpc64-unknown-linux-gnu
891
+ exit 0 ;;
892
+ alpha:Linux:*:*)
893
+ case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
894
+ EV5) UNAME_MACHINE=alphaev5 ;;
895
+ EV56) UNAME_MACHINE=alphaev56 ;;
896
+ PCA56) UNAME_MACHINE=alphapca56 ;;
897
+ PCA57) UNAME_MACHINE=alphapca56 ;;
898
+ EV6) UNAME_MACHINE=alphaev6 ;;
899
+ EV67) UNAME_MACHINE=alphaev67 ;;
900
+ EV68*) UNAME_MACHINE=alphaev68 ;;
901
+ esac
902
+ objdump --private-headers /bin/sh | grep ld.so.1 >/dev/null
903
+ if test "$?" = 0 ; then LIBC="libc1" ; else LIBC="" ; fi
904
+ echo ${UNAME_MACHINE}-unknown-linux-gnu${LIBC}
905
+ exit 0 ;;
906
+ parisc:Linux:*:* | hppa:Linux:*:*)
907
+ # Look for CPU level
908
+ case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
909
+ PA7*) echo hppa1.1-unknown-linux-gnu ;;
910
+ PA8*) echo hppa2.0-unknown-linux-gnu ;;
911
+ *) echo hppa-unknown-linux-gnu ;;
912
+ esac
913
+ exit 0 ;;
914
+ parisc64:Linux:*:* | hppa64:Linux:*:*)
915
+ echo hppa64-unknown-linux-gnu
916
+ exit 0 ;;
917
+ s390:Linux:*:* | s390x:Linux:*:*)
918
+ echo ${UNAME_MACHINE}-ibm-linux
919
+ exit 0 ;;
920
+ sh64*:Linux:*:*)
921
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
922
+ exit 0 ;;
923
+ sh*:Linux:*:*)
924
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
925
+ exit 0 ;;
926
+ sparc:Linux:*:* | sparc64:Linux:*:*)
927
+ echo ${UNAME_MACHINE}-unknown-linux-gnu
928
+ exit 0 ;;
929
+ x86_64:Linux:*:*)
930
+ echo x86_64-unknown-linux-gnu
931
+ exit 0 ;;
932
+ i*86:Linux:*:*)
933
+ # The BFD linker knows what the default object file format is, so
934
+ # first see if it will tell us. cd to the root directory to prevent
935
+ # problems with other programs or directories called `ld' in the path.
936
+ # Set LC_ALL=C to ensure ld outputs messages in English.
937
+ ld_supported_targets=`cd /; LC_ALL=C ld --help 2>&1 \
938
+ | sed -ne '/supported targets:/!d
939
+ s/[ ][ ]*/ /g
940
+ s/.*supported targets: *//
941
+ s/ .*//
942
+ p'`
943
+ case "$ld_supported_targets" in
944
+ elf32-i386)
945
+ TENTATIVE="${UNAME_MACHINE}-pc-linux-gnu"
946
+ ;;
947
+ a.out-i386-linux)
948
+ echo "${UNAME_MACHINE}-pc-linux-gnuaout"
949
+ exit 0 ;;
950
+ coff-i386)
951
+ echo "${UNAME_MACHINE}-pc-linux-gnucoff"
952
+ exit 0 ;;
953
+ "")
954
+ # Either a pre-BFD a.out linker (linux-gnuoldld) or
955
+ # one that does not give us useful --help.
956
+ echo "${UNAME_MACHINE}-pc-linux-gnuoldld"
957
+ exit 0 ;;
958
+ esac
959
+ # Determine whether the default compiler is a.out or elf
960
+ eval $set_cc_for_build
961
+ sed 's/^ //' << EOF >$dummy.c
962
+ #include <features.h>
963
+ #ifdef __ELF__
964
+ # ifdef __GLIBC__
965
+ # if __GLIBC__ >= 2
966
+ LIBC=gnu
967
+ # else
968
+ LIBC=gnulibc1
969
+ # endif
970
+ # else
971
+ LIBC=gnulibc1
972
+ # endif
973
+ #else
974
+ #ifdef __INTEL_COMPILER
975
+ LIBC=gnu
976
+ #else
977
+ LIBC=gnuaout
978
+ #endif
979
+ #endif
980
+ #ifdef __dietlibc__
981
+ LIBC=dietlibc
982
+ #endif
983
+ EOF
984
+ eval `$CC_FOR_BUILD -E $dummy.c 2>/dev/null | grep ^LIBC=`
985
+ test x"${LIBC}" != x && echo "${UNAME_MACHINE}-pc-linux-${LIBC}" && exit 0
986
+ test x"${TENTATIVE}" != x && echo "${TENTATIVE}" && exit 0
987
+ ;;
988
+ i*86:DYNIX/ptx:4*:*)
989
+ # ptx 4.0 does uname -s correctly, with DYNIX/ptx in there.
990
+ # earlier versions are messed up and put the nodename in both
991
+ # sysname and nodename.
992
+ echo i386-sequent-sysv4
993
+ exit 0 ;;
994
+ i*86:UNIX_SV:4.2MP:2.*)
995
+ # Unixware is an offshoot of SVR4, but it has its own version
996
+ # number series starting with 2...
997
+ # I am not positive that other SVR4 systems won't match this,
998
+ # I just have to hope. -- rms.
999
+ # Use sysv4.2uw... so that sysv4* matches it.
1000
+ echo ${UNAME_MACHINE}-pc-sysv4.2uw${UNAME_VERSION}
1001
+ exit 0 ;;
1002
+ i*86:OS/2:*:*)
1003
+ # If we were able to find `uname', then EMX Unix compatibility
1004
+ # is probably installed.
1005
+ echo ${UNAME_MACHINE}-pc-os2-emx
1006
+ exit 0 ;;
1007
+ i*86:XTS-300:*:STOP)
1008
+ echo ${UNAME_MACHINE}-unknown-stop
1009
+ exit 0 ;;
1010
+ i*86:atheos:*:*)
1011
+ echo ${UNAME_MACHINE}-unknown-atheos
1012
+ exit 0 ;;
1013
+ i*86:syllable:*:*)
1014
+ echo ${UNAME_MACHINE}-pc-syllable
1015
+ exit 0 ;;
1016
+ i*86:LynxOS:2.*:* | i*86:LynxOS:3.[01]*:* | i*86:LynxOS:4.0*:*)
1017
+ echo i386-unknown-lynxos${UNAME_RELEASE}
1018
+ exit 0 ;;
1019
+ i*86:*DOS:*:*)
1020
+ echo ${UNAME_MACHINE}-pc-msdosdjgpp
1021
+ exit 0 ;;
1022
+ i*86:*:4.*:* | i*86:SYSTEM_V:4.*:*)
1023
+ UNAME_REL=`echo ${UNAME_RELEASE} | sed 's/\/MP$//'`
1024
+ if grep Novell /usr/include/link.h >/dev/null 2>/dev/null; then
1025
+ echo ${UNAME_MACHINE}-univel-sysv${UNAME_REL}
1026
+ else
1027
+ echo ${UNAME_MACHINE}-pc-sysv${UNAME_REL}
1028
+ fi
1029
+ exit 0 ;;
1030
+ i*86:*:5:[78]*)
1031
+ case `/bin/uname -X | grep "^Machine"` in
1032
+ *486*) UNAME_MACHINE=i486 ;;
1033
+ *Pentium) UNAME_MACHINE=i586 ;;
1034
+ *Pent*|*Celeron) UNAME_MACHINE=i686 ;;
1035
+ esac
1036
+ echo ${UNAME_MACHINE}-unknown-sysv${UNAME_RELEASE}${UNAME_SYSTEM}${UNAME_VERSION}
1037
+ exit 0 ;;
1038
+ i*86:*:3.2:*)
1039
+ if test -f /usr/options/cb.name; then
1040
+ UNAME_REL=`sed -n 's/.*Version //p' </usr/options/cb.name`
1041
+ echo ${UNAME_MACHINE}-pc-isc$UNAME_REL
1042
+ elif /bin/uname -X 2>/dev/null >/dev/null ; then
1043
+ UNAME_REL=`(/bin/uname -X|grep Release|sed -e 's/.*= //')`
1044
+ (/bin/uname -X|grep i80486 >/dev/null) && UNAME_MACHINE=i486
1045
+ (/bin/uname -X|grep '^Machine.*Pentium' >/dev/null) \
1046
+ && UNAME_MACHINE=i586
1047
+ (/bin/uname -X|grep '^Machine.*Pent *II' >/dev/null) \
1048
+ && UNAME_MACHINE=i686
1049
+ (/bin/uname -X|grep '^Machine.*Pentium Pro' >/dev/null) \
1050
+ && UNAME_MACHINE=i686
1051
+ echo ${UNAME_MACHINE}-pc-sco$UNAME_REL
1052
+ else
1053
+ echo ${UNAME_MACHINE}-pc-sysv32
1054
+ fi
1055
+ exit 0 ;;
1056
+ pc:*:*:*)
1057
+ # Left here for compatibility:
1058
+ # uname -m prints for DJGPP always 'pc', but it prints nothing about
1059
+ # the processor, so we play safe by assuming i386.
1060
+ echo i386-pc-msdosdjgpp
1061
+ exit 0 ;;
1062
+ Intel:Mach:3*:*)
1063
+ echo i386-pc-mach3
1064
+ exit 0 ;;
1065
+ paragon:*:*:*)
1066
+ echo i860-intel-osf1
1067
+ exit 0 ;;
1068
+ i860:*:4.*:*) # i860-SVR4
1069
+ if grep Stardent /usr/include/sys/uadmin.h >/dev/null 2>&1 ; then
1070
+ echo i860-stardent-sysv${UNAME_RELEASE} # Stardent Vistra i860-SVR4
1071
+ else # Add other i860-SVR4 vendors below as they are discovered.
1072
+ echo i860-unknown-sysv${UNAME_RELEASE} # Unknown i860-SVR4
1073
+ fi
1074
+ exit 0 ;;
1075
+ mini*:CTIX:SYS*5:*)
1076
+ # "miniframe"
1077
+ echo m68010-convergent-sysv
1078
+ exit 0 ;;
1079
+ mc68k:UNIX:SYSTEM5:3.51m)
1080
+ echo m68k-convergent-sysv
1081
+ exit 0 ;;
1082
+ M680?0:D-NIX:5.3:*)
1083
+ echo m68k-diab-dnix
1084
+ exit 0 ;;
1085
+ M68*:*:R3V[5678]*:*)
1086
+ test -r /sysV68 && echo 'm68k-motorola-sysv' && exit 0 ;;
1087
+ 3[345]??:*:4.0:3.0 | 3[34]??A:*:4.0:3.0 | 3[34]??,*:*:4.0:3.0 | 3[34]??/*:*:4.0:3.0 | 4400:*:4.0:3.0 | 4850:*:4.0:3.0 | SKA40:*:4.0:3.0 | SDS2:*:4.0:3.0 | SHG2:*:4.0:3.0 | S7501*:*:4.0:3.0)
1088
+ OS_REL=''
1089
+ test -r /etc/.relid \
1090
+ && OS_REL=.`sed -n 's/[^ ]* [^ ]* \([0-9][0-9]\).*/\1/p' < /etc/.relid`
1091
+ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1092
+ && echo i486-ncr-sysv4.3${OS_REL} && exit 0
1093
+ /bin/uname -p 2>/dev/null | /bin/grep entium >/dev/null \
1094
+ && echo i586-ncr-sysv4.3${OS_REL} && exit 0 ;;
1095
+ 3[34]??:*:4.0:* | 3[34]??,*:*:4.0:*)
1096
+ /bin/uname -p 2>/dev/null | grep 86 >/dev/null \
1097
+ && echo i486-ncr-sysv4 && exit 0 ;;
1098
+ m68*:LynxOS:2.*:* | m68*:LynxOS:3.0*:*)
1099
+ echo m68k-unknown-lynxos${UNAME_RELEASE}
1100
+ exit 0 ;;
1101
+ mc68030:UNIX_System_V:4.*:*)
1102
+ echo m68k-atari-sysv4
1103
+ exit 0 ;;
1104
+ TSUNAMI:LynxOS:2.*:*)
1105
+ echo sparc-unknown-lynxos${UNAME_RELEASE}
1106
+ exit 0 ;;
1107
+ rs6000:LynxOS:2.*:*)
1108
+ echo rs6000-unknown-lynxos${UNAME_RELEASE}
1109
+ exit 0 ;;
1110
+ PowerPC:LynxOS:2.*:* | PowerPC:LynxOS:3.[01]*:* | PowerPC:LynxOS:4.0*:*)
1111
+ echo powerpc-unknown-lynxos${UNAME_RELEASE}
1112
+ exit 0 ;;
1113
+ SM[BE]S:UNIX_SV:*:*)
1114
+ echo mips-dde-sysv${UNAME_RELEASE}
1115
+ exit 0 ;;
1116
+ RM*:ReliantUNIX-*:*:*)
1117
+ echo mips-sni-sysv4
1118
+ exit 0 ;;
1119
+ RM*:SINIX-*:*:*)
1120
+ echo mips-sni-sysv4
1121
+ exit 0 ;;
1122
+ *:SINIX-*:*:*)
1123
+ if uname -p 2>/dev/null >/dev/null ; then
1124
+ UNAME_MACHINE=`(uname -p) 2>/dev/null`
1125
+ echo ${UNAME_MACHINE}-sni-sysv4
1126
+ else
1127
+ echo ns32k-sni-sysv
1128
+ fi
1129
+ exit 0 ;;
1130
+ PENTIUM:*:4.0*:*) # Unisys `ClearPath HMP IX 4000' SVR4/MP effort
1131
+ # says <Richard.M.Bartel@ccMail.Census.GOV>
1132
+ echo i586-unisys-sysv4
1133
+ exit 0 ;;
1134
+ *:UNIX_System_V:4*:FTX*)
1135
+ # From Gerald Hewes <hewes@openmarket.com>.
1136
+ # How about differentiating between stratus architectures? -djm
1137
+ echo hppa1.1-stratus-sysv4
1138
+ exit 0 ;;
1139
+ *:*:*:FTX*)
1140
+ # From seanf@swdc.stratus.com.
1141
+ echo i860-stratus-sysv4
1142
+ exit 0 ;;
1143
+ i*86:VOS:*:*)
1144
+ # From Paul.Green@stratus.com.
1145
+ echo ${UNAME_MACHINE}-stratus-vos
1146
+ exit 0 ;;
1147
+ *:VOS:*:*)
1148
+ # From Paul.Green@stratus.com.
1149
+ echo hppa1.1-stratus-vos
1150
+ exit 0 ;;
1151
+ mc68*:A/UX:*:*)
1152
+ echo m68k-apple-aux${UNAME_RELEASE}
1153
+ exit 0 ;;
1154
+ news*:NEWS-OS:6*:*)
1155
+ echo mips-sony-newsos6
1156
+ exit 0 ;;
1157
+ R[34]000:*System_V*:*:* | R4000:UNIX_SYSV:*:* | R*000:UNIX_SV:*:*)
1158
+ if [ -d /usr/nec ]; then
1159
+ echo mips-nec-sysv${UNAME_RELEASE}
1160
+ else
1161
+ echo mips-unknown-sysv${UNAME_RELEASE}
1162
+ fi
1163
+ exit 0 ;;
1164
+ BeBox:BeOS:*:*) # BeOS running on hardware made by Be, PPC only.
1165
+ echo powerpc-be-beos
1166
+ exit 0 ;;
1167
+ BeMac:BeOS:*:*) # BeOS running on Mac or Mac clone, PPC only.
1168
+ echo powerpc-apple-beos
1169
+ exit 0 ;;
1170
+ BePC:BeOS:*:*) # BeOS running on Intel PC compatible.
1171
+ echo i586-pc-beos
1172
+ exit 0 ;;
1173
+ SX-4:SUPER-UX:*:*)
1174
+ echo sx4-nec-superux${UNAME_RELEASE}
1175
+ exit 0 ;;
1176
+ SX-5:SUPER-UX:*:*)
1177
+ echo sx5-nec-superux${UNAME_RELEASE}
1178
+ exit 0 ;;
1179
+ SX-6:SUPER-UX:*:*)
1180
+ echo sx6-nec-superux${UNAME_RELEASE}
1181
+ exit 0 ;;
1182
+ Power*:Rhapsody:*:*)
1183
+ echo powerpc-apple-rhapsody${UNAME_RELEASE}
1184
+ exit 0 ;;
1185
+ *:Rhapsody:*:*)
1186
+ echo ${UNAME_MACHINE}-apple-rhapsody${UNAME_RELEASE}
1187
+ exit 0 ;;
1188
+ *:Darwin:*:*)
1189
+ UNAME_PROCESSOR=`uname -p` || UNAME_PROCESSOR=unknown
1190
+ case $UNAME_PROCESSOR in
1191
+ *86) UNAME_PROCESSOR=i686 ;;
1192
+ unknown) UNAME_PROCESSOR=powerpc ;;
1193
+ esac
1194
+ echo ${UNAME_PROCESSOR}-apple-darwin${UNAME_RELEASE}
1195
+ exit 0 ;;
1196
+ *:procnto*:*:* | *:QNX:[0123456789]*:*)
1197
+ UNAME_PROCESSOR=`uname -p`
1198
+ if test "$UNAME_PROCESSOR" = "x86"; then
1199
+ UNAME_PROCESSOR=i386
1200
+ UNAME_MACHINE=pc
1201
+ fi
1202
+ echo ${UNAME_PROCESSOR}-${UNAME_MACHINE}-nto-qnx${UNAME_RELEASE}
1203
+ exit 0 ;;
1204
+ *:QNX:*:4*)
1205
+ echo i386-pc-qnx
1206
+ exit 0 ;;
1207
+ NSE-?:NONSTOP_KERNEL:*:*)
1208
+ echo nse-tandem-nsk${UNAME_RELEASE}
1209
+ exit 0 ;;
1210
+ NSR-?:NONSTOP_KERNEL:*:*)
1211
+ echo nsr-tandem-nsk${UNAME_RELEASE}
1212
+ exit 0 ;;
1213
+ *:NonStop-UX:*:*)
1214
+ echo mips-compaq-nonstopux
1215
+ exit 0 ;;
1216
+ BS2000:POSIX*:*:*)
1217
+ echo bs2000-siemens-sysv
1218
+ exit 0 ;;
1219
+ DS/*:UNIX_System_V:*:*)
1220
+ echo ${UNAME_MACHINE}-${UNAME_SYSTEM}-${UNAME_RELEASE}
1221
+ exit 0 ;;
1222
+ *:Plan9:*:*)
1223
+ # "uname -m" is not consistent, so use $cputype instead. 386
1224
+ # is converted to i386 for consistency with other x86
1225
+ # operating systems.
1226
+ if test "$cputype" = "386"; then
1227
+ UNAME_MACHINE=i386
1228
+ else
1229
+ UNAME_MACHINE="$cputype"
1230
+ fi
1231
+ echo ${UNAME_MACHINE}-unknown-plan9
1232
+ exit 0 ;;
1233
+ *:TOPS-10:*:*)
1234
+ echo pdp10-unknown-tops10
1235
+ exit 0 ;;
1236
+ *:TENEX:*:*)
1237
+ echo pdp10-unknown-tenex
1238
+ exit 0 ;;
1239
+ KS10:TOPS-20:*:* | KL10:TOPS-20:*:* | TYPE4:TOPS-20:*:*)
1240
+ echo pdp10-dec-tops20
1241
+ exit 0 ;;
1242
+ XKL-1:TOPS-20:*:* | TYPE5:TOPS-20:*:*)
1243
+ echo pdp10-xkl-tops20
1244
+ exit 0 ;;
1245
+ *:TOPS-20:*:*)
1246
+ echo pdp10-unknown-tops20
1247
+ exit 0 ;;
1248
+ *:ITS:*:*)
1249
+ echo pdp10-unknown-its
1250
+ exit 0 ;;
1251
+ SEI:*:*:SEIUX)
1252
+ echo mips-sei-seiux${UNAME_RELEASE}
1253
+ exit 0 ;;
1254
+ *:DragonFly:*:*)
1255
+ echo ${UNAME_MACHINE}-unknown-dragonfly`echo ${UNAME_RELEASE}|sed -e 's/[-(].*//'`
1256
+ exit 0 ;;
1257
+ *:*VMS:*:*)
1258
+ UNAME_MACHINE=`(uname -p) 2>/dev/null`
1259
+ case "${UNAME_MACHINE}" in
1260
+ A*) echo alpha-dec-vms && exit 0 ;;
1261
+ I*) echo ia64-dec-vms && exit 0 ;;
1262
+ V*) echo vax-dec-vms && exit 0 ;;
1263
+ esac ;;
1264
+ *:XENIX:*:SysV)
1265
+ echo i386-pc-xenix
1266
+ exit 0 ;;
1267
+ esac
1268
+
1269
+ #echo '(No uname command or uname output not recognized.)' 1>&2
1270
+ #echo "${UNAME_MACHINE}:${UNAME_SYSTEM}:${UNAME_RELEASE}:${UNAME_VERSION}" 1>&2
1271
+
1272
+ eval $set_cc_for_build
1273
+ cat >$dummy.c <<EOF
1274
+ #ifdef _SEQUENT_
1275
+ # include <sys/types.h>
1276
+ # include <sys/utsname.h>
1277
+ #endif
1278
+ main ()
1279
+ {
1280
+ #if defined (sony)
1281
+ #if defined (MIPSEB)
1282
+ /* BFD wants "bsd" instead of "newsos". Perhaps BFD should be changed,
1283
+ I don't know.... */
1284
+ printf ("mips-sony-bsd\n"); exit (0);
1285
+ #else
1286
+ #include <sys/param.h>
1287
+ printf ("m68k-sony-newsos%s\n",
1288
+ #ifdef NEWSOS4
1289
+ "4"
1290
+ #else
1291
+ ""
1292
+ #endif
1293
+ ); exit (0);
1294
+ #endif
1295
+ #endif
1296
+
1297
+ #if defined (__arm) && defined (__acorn) && defined (__unix)
1298
+ printf ("arm-acorn-riscix"); exit (0);
1299
+ #endif
1300
+
1301
+ #if defined (hp300) && !defined (hpux)
1302
+ printf ("m68k-hp-bsd\n"); exit (0);
1303
+ #endif
1304
+
1305
+ #if defined (NeXT)
1306
+ #if !defined (__ARCHITECTURE__)
1307
+ #define __ARCHITECTURE__ "m68k"
1308
+ #endif
1309
+ int version;
1310
+ version=`(hostinfo | sed -n 's/.*NeXT Mach \([0-9]*\).*/\1/p') 2>/dev/null`;
1311
+ if (version < 4)
1312
+ printf ("%s-next-nextstep%d\n", __ARCHITECTURE__, version);
1313
+ else
1314
+ printf ("%s-next-openstep%d\n", __ARCHITECTURE__, version);
1315
+ exit (0);
1316
+ #endif
1317
+
1318
+ #if defined (MULTIMAX) || defined (n16)
1319
+ #if defined (UMAXV)
1320
+ printf ("ns32k-encore-sysv\n"); exit (0);
1321
+ #else
1322
+ #if defined (CMU)
1323
+ printf ("ns32k-encore-mach\n"); exit (0);
1324
+ #else
1325
+ printf ("ns32k-encore-bsd\n"); exit (0);
1326
+ #endif
1327
+ #endif
1328
+ #endif
1329
+
1330
+ #if defined (__386BSD__)
1331
+ printf ("i386-pc-bsd\n"); exit (0);
1332
+ #endif
1333
+
1334
+ #if defined (sequent)
1335
+ #if defined (i386)
1336
+ printf ("i386-sequent-dynix\n"); exit (0);
1337
+ #endif
1338
+ #if defined (ns32000)
1339
+ printf ("ns32k-sequent-dynix\n"); exit (0);
1340
+ #endif
1341
+ #endif
1342
+
1343
+ #if defined (_SEQUENT_)
1344
+ struct utsname un;
1345
+
1346
+ uname(&un);
1347
+
1348
+ if (strncmp(un.version, "V2", 2) == 0) {
1349
+ printf ("i386-sequent-ptx2\n"); exit (0);
1350
+ }
1351
+ if (strncmp(un.version, "V1", 2) == 0) { /* XXX is V1 correct? */
1352
+ printf ("i386-sequent-ptx1\n"); exit (0);
1353
+ }
1354
+ printf ("i386-sequent-ptx\n"); exit (0);
1355
+
1356
+ #endif
1357
+
1358
+ #if defined (vax)
1359
+ # if !defined (ultrix)
1360
+ # include <sys/param.h>
1361
+ # if defined (BSD)
1362
+ # if BSD == 43
1363
+ printf ("vax-dec-bsd4.3\n"); exit (0);
1364
+ # else
1365
+ # if BSD == 199006
1366
+ printf ("vax-dec-bsd4.3reno\n"); exit (0);
1367
+ # else
1368
+ printf ("vax-dec-bsd\n"); exit (0);
1369
+ # endif
1370
+ # endif
1371
+ # else
1372
+ printf ("vax-dec-bsd\n"); exit (0);
1373
+ # endif
1374
+ # else
1375
+ printf ("vax-dec-ultrix\n"); exit (0);
1376
+ # endif
1377
+ #endif
1378
+
1379
+ #if defined (alliant) && defined (i860)
1380
+ printf ("i860-alliant-bsd\n"); exit (0);
1381
+ #endif
1382
+
1383
+ exit (1);
1384
+ }
1385
+ EOF
1386
+
1387
+ $CC_FOR_BUILD -o $dummy $dummy.c 2>/dev/null && $dummy && exit 0
1388
+
1389
+ # Apollos put the system type in the environment.
1390
+
1391
+ test -d /usr/apollo && { echo ${ISP}-apollo-${SYSTYPE}; exit 0; }
1392
+
1393
+ # Convex versions that predate uname can use getsysinfo(1)
1394
+
1395
+ if [ -x /usr/convex/getsysinfo ]
1396
+ then
1397
+ case `getsysinfo -f cpu_type` in
1398
+ c1*)
1399
+ echo c1-convex-bsd
1400
+ exit 0 ;;
1401
+ c2*)
1402
+ if getsysinfo -f scalar_acc
1403
+ then echo c32-convex-bsd
1404
+ else echo c2-convex-bsd
1405
+ fi
1406
+ exit 0 ;;
1407
+ c34*)
1408
+ echo c34-convex-bsd
1409
+ exit 0 ;;
1410
+ c38*)
1411
+ echo c38-convex-bsd
1412
+ exit 0 ;;
1413
+ c4*)
1414
+ echo c4-convex-bsd
1415
+ exit 0 ;;
1416
+ esac
1417
+ fi
1418
+
1419
+ cat >&2 <<EOF
1420
+ $0: unable to guess system type
1421
+
1422
+ This script, last modified $timestamp, has failed to recognize
1423
+ the operating system you are using. It is advised that you
1424
+ download the most up to date version of the config scripts from
1425
+
1426
+ http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.guess
1427
+ and
1428
+ http://savannah.gnu.org/cgi-bin/viewcvs/*checkout*/config/config/config.sub
1429
+
1430
+ If the version you run ($0) is already up to date, please
1431
+ send the following data and any information you think might be
1432
+ pertinent to <config-patches@gnu.org> in order to provide the needed
1433
+ information to handle your system.
1434
+
1435
+ config.guess timestamp = $timestamp
1436
+
1437
+ uname -m = `(uname -m) 2>/dev/null || echo unknown`
1438
+ uname -r = `(uname -r) 2>/dev/null || echo unknown`
1439
+ uname -s = `(uname -s) 2>/dev/null || echo unknown`
1440
+ uname -v = `(uname -v) 2>/dev/null || echo unknown`
1441
+
1442
+ /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null`
1443
+ /bin/uname -X = `(/bin/uname -X) 2>/dev/null`
1444
+
1445
+ hostinfo = `(hostinfo) 2>/dev/null`
1446
+ /bin/universe = `(/bin/universe) 2>/dev/null`
1447
+ /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null`
1448
+ /bin/arch = `(/bin/arch) 2>/dev/null`
1449
+ /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null`
1450
+ /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null`
1451
+
1452
+ UNAME_MACHINE = ${UNAME_MACHINE}
1453
+ UNAME_RELEASE = ${UNAME_RELEASE}
1454
+ UNAME_SYSTEM = ${UNAME_SYSTEM}
1455
+ UNAME_VERSION = ${UNAME_VERSION}
1456
+ EOF
1457
+
1458
+ exit 1
1459
+
1460
+ # Local variables:
1461
+ # eval: (add-hook 'write-file-hooks 'time-stamp)
1462
+ # time-stamp-start: "timestamp='"
1463
+ # time-stamp-format: "%:y-%02m-%02d"
1464
+ # time-stamp-end: "'"
1465
+ # End:
src/ja/mecab-ipadic-2.7.0-20070610/config.sub ADDED
@@ -0,0 +1,1569 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #! /bin/sh
2
+ # Configuration validation subroutine script.
3
+ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999,
4
+ # 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
5
+
6
+ timestamp='2005-04-22'
7
+
8
+ # This file is (in principle) common to ALL GNU software.
9
+ # The presence of a machine in this file suggests that SOME GNU software
10
+ # can handle that machine. It does not imply ALL GNU software can.
11
+ #
12
+ # This file is free software; you can redistribute it and/or modify
13
+ # it under the terms of the GNU General Public License as published by
14
+ # the Free Software Foundation; either version 2 of the License, or
15
+ # (at your option) any later version.
16
+ #
17
+ # This program is distributed in the hope that it will be useful,
18
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
19
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
+ # GNU General Public License for more details.
21
+ #
22
+ # You should have received a copy of the GNU General Public License
23
+ # along with this program; if not, write to the Free Software
24
+ # Foundation, Inc., 59 Temple Place - Suite 330,
25
+ # Boston, MA 02111-1307, USA.
26
+
27
+ # As a special exception to the GNU General Public License, if you
28
+ # distribute this file as part of a program that contains a
29
+ # configuration script generated by Autoconf, you may include it under
30
+ # the same distribution terms that you use for the rest of that program.
31
+
32
+ # Please send patches to <config-patches@gnu.org>. Submit a context
33
+ # diff and a properly formatted ChangeLog entry.
34
+ #
35
+ # Configuration subroutine to validate and canonicalize a configuration type.
36
+ # Supply the specified configuration type as an argument.
37
+ # If it is invalid, we print an error message on stderr and exit with code 1.
38
+ # Otherwise, we print the canonical config type on stdout and succeed.
39
+
40
+ # This file is supposed to be the same for all GNU packages
41
+ # and recognize all the CPU types, system types and aliases
42
+ # that are meaningful with *any* GNU software.
43
+ # Each package is responsible for reporting which valid configurations
44
+ # it does not support. The user should be able to distinguish
45
+ # a failure to support a valid configuration from a meaningless
46
+ # configuration.
47
+
48
+ # The goal of this file is to map all the various variations of a given
49
+ # machine specification into a single specification in the form:
50
+ # CPU_TYPE-MANUFACTURER-OPERATING_SYSTEM
51
+ # or in some cases, the newer four-part form:
52
+ # CPU_TYPE-MANUFACTURER-KERNEL-OPERATING_SYSTEM
53
+ # It is wrong to echo any other type of specification.
54
+
55
+ me=`echo "$0" | sed -e 's,.*/,,'`
56
+
57
+ usage="\
58
+ Usage: $0 [OPTION] CPU-MFR-OPSYS
59
+ $0 [OPTION] ALIAS
60
+
61
+ Canonicalize a configuration name.
62
+
63
+ Operation modes:
64
+ -h, --help print this help, then exit
65
+ -t, --time-stamp print date of last modification, then exit
66
+ -v, --version print version number, then exit
67
+
68
+ Report bugs and patches to <config-patches@gnu.org>."
69
+
70
+ version="\
71
+ GNU config.sub ($timestamp)
72
+
73
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005
74
+ Free Software Foundation, Inc.
75
+
76
+ This is free software; see the source for copying conditions. There is NO
77
+ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE."
78
+
79
+ help="
80
+ Try \`$me --help' for more information."
81
+
82
+ # Parse command line
83
+ while test $# -gt 0 ; do
84
+ case $1 in
85
+ --time-stamp | --time* | -t )
86
+ echo "$timestamp" ; exit 0 ;;
87
+ --version | -v )
88
+ echo "$version" ; exit 0 ;;
89
+ --help | --h* | -h )
90
+ echo "$usage"; exit 0 ;;
91
+ -- ) # Stop option processing
92
+ shift; break ;;
93
+ - ) # Use stdin as input.
94
+ break ;;
95
+ -* )
96
+ echo "$me: invalid option $1$help"
97
+ exit 1 ;;
98
+
99
+ *local*)
100
+ # First pass through any local machine types.
101
+ echo $1
102
+ exit 0;;
103
+
104
+ * )
105
+ break ;;
106
+ esac
107
+ done
108
+
109
+ case $# in
110
+ 0) echo "$me: missing argument$help" >&2
111
+ exit 1;;
112
+ 1) ;;
113
+ *) echo "$me: too many arguments$help" >&2
114
+ exit 1;;
115
+ esac
116
+
117
+ # Separate what the user gave into CPU-COMPANY and OS or KERNEL-OS (if any).
118
+ # Here we must recognize all the valid KERNEL-OS combinations.
119
+ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
120
+ case $maybe_os in
121
+ nto-qnx* | linux-gnu* | linux-dietlibc | linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | \
122
+ kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | storm-chaos* | os2-emx* | rtmk-nova*)
123
+ os=-$maybe_os
124
+ basic_machine=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\1/'`
125
+ ;;
126
+ *)
127
+ basic_machine=`echo $1 | sed 's/-[^-]*$//'`
128
+ if [ $basic_machine != $1 ]
129
+ then os=`echo $1 | sed 's/.*-/-/'`
130
+ else os=; fi
131
+ ;;
132
+ esac
133
+
134
+ ### Let's recognize common machines as not being operating systems so
135
+ ### that things like config.sub decstation-3100 work. We also
136
+ ### recognize some manufacturers as not being operating systems, so we
137
+ ### can provide default operating systems below.
138
+ case $os in
139
+ -sun*os*)
140
+ # Prevent following clause from handling this invalid input.
141
+ ;;
142
+ -dec* | -mips* | -sequent* | -encore* | -pc532* | -sgi* | -sony* | \
143
+ -att* | -7300* | -3300* | -delta* | -motorola* | -sun[234]* | \
144
+ -unicom* | -ibm* | -next | -hp | -isi* | -apollo | -altos* | \
145
+ -convergent* | -ncr* | -news | -32* | -3600* | -3100* | -hitachi* |\
146
+ -c[123]* | -convex* | -sun | -crds | -omron* | -dg | -ultra | -tti* | \
147
+ -harris | -dolphin | -highlevel | -gould | -cbm | -ns | -masscomp | \
148
+ -apple | -axis | -knuth | -cray)
149
+ os=
150
+ basic_machine=$1
151
+ ;;
152
+ -sim | -cisco | -oki | -wec | -winbond)
153
+ os=
154
+ basic_machine=$1
155
+ ;;
156
+ -scout)
157
+ ;;
158
+ -wrs)
159
+ os=-vxworks
160
+ basic_machine=$1
161
+ ;;
162
+ -chorusos*)
163
+ os=-chorusos
164
+ basic_machine=$1
165
+ ;;
166
+ -chorusrdb)
167
+ os=-chorusrdb
168
+ basic_machine=$1
169
+ ;;
170
+ -hiux*)
171
+ os=-hiuxwe2
172
+ ;;
173
+ -sco5)
174
+ os=-sco3.2v5
175
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
176
+ ;;
177
+ -sco4)
178
+ os=-sco3.2v4
179
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
180
+ ;;
181
+ -sco3.2.[4-9]*)
182
+ os=`echo $os | sed -e 's/sco3.2./sco3.2v/'`
183
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
184
+ ;;
185
+ -sco3.2v[4-9]*)
186
+ # Don't forget version if it is 3.2v4 or newer.
187
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
188
+ ;;
189
+ -sco*)
190
+ os=-sco3.2v2
191
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
192
+ ;;
193
+ -udk*)
194
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
195
+ ;;
196
+ -isc)
197
+ os=-isc2.2
198
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
199
+ ;;
200
+ -clix*)
201
+ basic_machine=clipper-intergraph
202
+ ;;
203
+ -isc*)
204
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-pc/'`
205
+ ;;
206
+ -lynx*)
207
+ os=-lynxos
208
+ ;;
209
+ -ptx*)
210
+ basic_machine=`echo $1 | sed -e 's/86-.*/86-sequent/'`
211
+ ;;
212
+ -windowsnt*)
213
+ os=`echo $os | sed -e 's/windowsnt/winnt/'`
214
+ ;;
215
+ -psos*)
216
+ os=-psos
217
+ ;;
218
+ -mint | -mint[0-9]*)
219
+ basic_machine=m68k-atari
220
+ os=-mint
221
+ ;;
222
+ esac
223
+
224
+ # Decode aliases for certain CPU-COMPANY combinations.
225
+ case $basic_machine in
226
+ # Recognize the basic CPU types without company name.
227
+ # Some are omitted here because they have special meanings below.
228
+ 1750a | 580 \
229
+ | a29k \
230
+ | alpha | alphaev[4-8] | alphaev56 | alphaev6[78] | alphapca5[67] \
231
+ | alpha64 | alpha64ev[4-8] | alpha64ev56 | alpha64ev6[78] | alpha64pca5[67] \
232
+ | am33_2.0 \
233
+ | arc | arm | arm[bl]e | arme[lb] | armv[2345] | armv[345][lb] | avr \
234
+ | bfin \
235
+ | c4x | clipper \
236
+ | d10v | d30v | dlx | dsp16xx \
237
+ | fr30 | frv \
238
+ | h8300 | h8500 | hppa | hppa1.[01] | hppa2.0 | hppa2.0[nw] | hppa64 \
239
+ | i370 | i860 | i960 | ia64 \
240
+ | ip2k | iq2000 \
241
+ | m32r | m32rle | m68000 | m68k | m88k | maxq | mcore \
242
+ | mips | mipsbe | mipseb | mipsel | mipsle \
243
+ | mips16 \
244
+ | mips64 | mips64el \
245
+ | mips64vr | mips64vrel \
246
+ | mips64orion | mips64orionel \
247
+ | mips64vr4100 | mips64vr4100el \
248
+ | mips64vr4300 | mips64vr4300el \
249
+ | mips64vr5000 | mips64vr5000el \
250
+ | mipsisa32 | mipsisa32el \
251
+ | mipsisa32r2 | mipsisa32r2el \
252
+ | mipsisa64 | mipsisa64el \
253
+ | mipsisa64r2 | mipsisa64r2el \
254
+ | mipsisa64sb1 | mipsisa64sb1el \
255
+ | mipsisa64sr71k | mipsisa64sr71kel \
256
+ | mipstx39 | mipstx39el \
257
+ | mn10200 | mn10300 \
258
+ | msp430 \
259
+ | ns16k | ns32k \
260
+ | openrisc | or32 \
261
+ | pdp10 | pdp11 | pj | pjl \
262
+ | powerpc | powerpc64 | powerpc64le | powerpcle | ppcbe \
263
+ | pyramid \
264
+ | sh | sh[1234] | sh[23]e | sh[34]eb | shbe | shle | sh[1234]le | sh3ele \
265
+ | sh64 | sh64le \
266
+ | sparc | sparc64 | sparc64b | sparc86x | sparclet | sparclite \
267
+ | sparcv8 | sparcv9 | sparcv9b \
268
+ | strongarm \
269
+ | tahoe | thumb | tic4x | tic80 | tron \
270
+ | v850 | v850e \
271
+ | we32k \
272
+ | x86 | xscale | xscalee[bl] | xstormy16 | xtensa \
273
+ | z8k)
274
+ basic_machine=$basic_machine-unknown
275
+ ;;
276
+ m6811 | m68hc11 | m6812 | m68hc12)
277
+ # Motorola 68HC11/12.
278
+ basic_machine=$basic_machine-unknown
279
+ os=-none
280
+ ;;
281
+ m88110 | m680[12346]0 | m683?2 | m68360 | m5200 | v70 | w65 | z8k)
282
+ ;;
283
+
284
+ # We use `pc' rather than `unknown'
285
+ # because (1) that's what they normally are, and
286
+ # (2) the word "unknown" tends to confuse beginning users.
287
+ i*86 | x86_64)
288
+ basic_machine=$basic_machine-pc
289
+ ;;
290
+ # Object if more than one company name word.
291
+ *-*-*)
292
+ echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
293
+ exit 1
294
+ ;;
295
+ # Recognize the basic CPU types with company name.
296
+ 580-* \
297
+ | a29k-* \
298
+ | alpha-* | alphaev[4-8]-* | alphaev56-* | alphaev6[78]-* \
299
+ | alpha64-* | alpha64ev[4-8]-* | alpha64ev56-* | alpha64ev6[78]-* \
300
+ | alphapca5[67]-* | alpha64pca5[67]-* | arc-* \
301
+ | arm-* | armbe-* | armle-* | armeb-* | armv*-* \
302
+ | avr-* \
303
+ | bfin-* | bs2000-* \
304
+ | c[123]* | c30-* | [cjt]90-* | c4x-* | c54x-* | c55x-* | c6x-* \
305
+ | clipper-* | craynv-* | cydra-* \
306
+ | d10v-* | d30v-* | dlx-* \
307
+ | elxsi-* \
308
+ | f30[01]-* | f700-* | fr30-* | frv-* | fx80-* \
309
+ | h8300-* | h8500-* \
310
+ | hppa-* | hppa1.[01]-* | hppa2.0-* | hppa2.0[nw]-* | hppa64-* \
311
+ | i*86-* | i860-* | i960-* | ia64-* \
312
+ | ip2k-* | iq2000-* \
313
+ | m32r-* | m32rle-* \
314
+ | m68000-* | m680[012346]0-* | m68360-* | m683?2-* | m68k-* \
315
+ | m88110-* | m88k-* | maxq-* | mcore-* \
316
+ | mips-* | mipsbe-* | mipseb-* | mipsel-* | mipsle-* \
317
+ | mips16-* \
318
+ | mips64-* | mips64el-* \
319
+ | mips64vr-* | mips64vrel-* \
320
+ | mips64orion-* | mips64orionel-* \
321
+ | mips64vr4100-* | mips64vr4100el-* \
322
+ | mips64vr4300-* | mips64vr4300el-* \
323
+ | mips64vr5000-* | mips64vr5000el-* \
324
+ | mipsisa32-* | mipsisa32el-* \
325
+ | mipsisa32r2-* | mipsisa32r2el-* \
326
+ | mipsisa64-* | mipsisa64el-* \
327
+ | mipsisa64r2-* | mipsisa64r2el-* \
328
+ | mipsisa64sb1-* | mipsisa64sb1el-* \
329
+ | mipsisa64sr71k-* | mipsisa64sr71kel-* \
330
+ | mipstx39-* | mipstx39el-* \
331
+ | mmix-* \
332
+ | msp430-* \
333
+ | none-* | np1-* | ns16k-* | ns32k-* \
334
+ | orion-* \
335
+ | pdp10-* | pdp11-* | pj-* | pjl-* | pn-* | power-* \
336
+ | powerpc-* | powerpc64-* | powerpc64le-* | powerpcle-* | ppcbe-* \
337
+ | pyramid-* \
338
+ | romp-* | rs6000-* \
339
+ | sh-* | sh[1234]-* | sh[23]e-* | sh[34]eb-* | shbe-* \
340
+ | shle-* | sh[1234]le-* | sh3ele-* | sh64-* | sh64le-* \
341
+ | sparc-* | sparc64-* | sparc64b-* | sparc86x-* | sparclet-* \
342
+ | sparclite-* \
343
+ | sparcv8-* | sparcv9-* | sparcv9b-* | strongarm-* | sv1-* | sx?-* \
344
+ | tahoe-* | thumb-* \
345
+ | tic30-* | tic4x-* | tic54x-* | tic55x-* | tic6x-* | tic80-* \
346
+ | tron-* \
347
+ | v850-* | v850e-* | vax-* \
348
+ | we32k-* \
349
+ | x86-* | x86_64-* | xps100-* | xscale-* | xscalee[bl]-* \
350
+ | xstormy16-* | xtensa-* \
351
+ | ymp-* \
352
+ | z8k-*)
353
+ ;;
354
+ # Recognize the various machine names and aliases which stand
355
+ # for a CPU type and a company and sometimes even an OS.
356
+ 386bsd)
357
+ basic_machine=i386-unknown
358
+ os=-bsd
359
+ ;;
360
+ 3b1 | 7300 | 7300-att | att-7300 | pc7300 | safari | unixpc)
361
+ basic_machine=m68000-att
362
+ ;;
363
+ 3b*)
364
+ basic_machine=we32k-att
365
+ ;;
366
+ a29khif)
367
+ basic_machine=a29k-amd
368
+ os=-udi
369
+ ;;
370
+ abacus)
371
+ basic_machine=abacus-unknown
372
+ ;;
373
+ adobe68k)
374
+ basic_machine=m68010-adobe
375
+ os=-scout
376
+ ;;
377
+ alliant | fx80)
378
+ basic_machine=fx80-alliant
379
+ ;;
380
+ altos | altos3068)
381
+ basic_machine=m68k-altos
382
+ ;;
383
+ am29k)
384
+ basic_machine=a29k-none
385
+ os=-bsd
386
+ ;;
387
+ amd64)
388
+ basic_machine=x86_64-pc
389
+ ;;
390
+ amd64-*)
391
+ basic_machine=x86_64-`echo $basic_machine | sed 's/^[^-]*-//'`
392
+ ;;
393
+ amdahl)
394
+ basic_machine=580-amdahl
395
+ os=-sysv
396
+ ;;
397
+ amiga | amiga-*)
398
+ basic_machine=m68k-unknown
399
+ ;;
400
+ amigaos | amigados)
401
+ basic_machine=m68k-unknown
402
+ os=-amigaos
403
+ ;;
404
+ amigaunix | amix)
405
+ basic_machine=m68k-unknown
406
+ os=-sysv4
407
+ ;;
408
+ apollo68)
409
+ basic_machine=m68k-apollo
410
+ os=-sysv
411
+ ;;
412
+ apollo68bsd)
413
+ basic_machine=m68k-apollo
414
+ os=-bsd
415
+ ;;
416
+ aux)
417
+ basic_machine=m68k-apple
418
+ os=-aux
419
+ ;;
420
+ balance)
421
+ basic_machine=ns32k-sequent
422
+ os=-dynix
423
+ ;;
424
+ c90)
425
+ basic_machine=c90-cray
426
+ os=-unicos
427
+ ;;
428
+ convex-c1)
429
+ basic_machine=c1-convex
430
+ os=-bsd
431
+ ;;
432
+ convex-c2)
433
+ basic_machine=c2-convex
434
+ os=-bsd
435
+ ;;
436
+ convex-c32)
437
+ basic_machine=c32-convex
438
+ os=-bsd
439
+ ;;
440
+ convex-c34)
441
+ basic_machine=c34-convex
442
+ os=-bsd
443
+ ;;
444
+ convex-c38)
445
+ basic_machine=c38-convex
446
+ os=-bsd
447
+ ;;
448
+ cray | j90)
449
+ basic_machine=j90-cray
450
+ os=-unicos
451
+ ;;
452
+ craynv)
453
+ basic_machine=craynv-cray
454
+ os=-unicosmp
455
+ ;;
456
+ cr16c)
457
+ basic_machine=cr16c-unknown
458
+ os=-elf
459
+ ;;
460
+ crds | unos)
461
+ basic_machine=m68k-crds
462
+ ;;
463
+ crisv32 | crisv32-* | etraxfs*)
464
+ basic_machine=crisv32-axis
465
+ ;;
466
+ cris | cris-* | etrax*)
467
+ basic_machine=cris-axis
468
+ ;;
469
+ crx)
470
+ basic_machine=crx-unknown
471
+ os=-elf
472
+ ;;
473
+ da30 | da30-*)
474
+ basic_machine=m68k-da30
475
+ ;;
476
+ decstation | decstation-3100 | pmax | pmax-* | pmin | dec3100 | decstatn)
477
+ basic_machine=mips-dec
478
+ ;;
479
+ decsystem10* | dec10*)
480
+ basic_machine=pdp10-dec
481
+ os=-tops10
482
+ ;;
483
+ decsystem20* | dec20*)
484
+ basic_machine=pdp10-dec
485
+ os=-tops20
486
+ ;;
487
+ delta | 3300 | motorola-3300 | motorola-delta \
488
+ | 3300-motorola | delta-motorola)
489
+ basic_machine=m68k-motorola
490
+ ;;
491
+ delta88)
492
+ basic_machine=m88k-motorola
493
+ os=-sysv3
494
+ ;;
495
+ djgpp)
496
+ basic_machine=i586-pc
497
+ os=-msdosdjgpp
498
+ ;;
499
+ dpx20 | dpx20-*)
500
+ basic_machine=rs6000-bull
501
+ os=-bosx
502
+ ;;
503
+ dpx2* | dpx2*-bull)
504
+ basic_machine=m68k-bull
505
+ os=-sysv3
506
+ ;;
507
+ ebmon29k)
508
+ basic_machine=a29k-amd
509
+ os=-ebmon
510
+ ;;
511
+ elxsi)
512
+ basic_machine=elxsi-elxsi
513
+ os=-bsd
514
+ ;;
515
+ encore | umax | mmax)
516
+ basic_machine=ns32k-encore
517
+ ;;
518
+ es1800 | OSE68k | ose68k | ose | OSE)
519
+ basic_machine=m68k-ericsson
520
+ os=-ose
521
+ ;;
522
+ fx2800)
523
+ basic_machine=i860-alliant
524
+ ;;
525
+ genix)
526
+ basic_machine=ns32k-ns
527
+ ;;
528
+ gmicro)
529
+ basic_machine=tron-gmicro
530
+ os=-sysv
531
+ ;;
532
+ go32)
533
+ basic_machine=i386-pc
534
+ os=-go32
535
+ ;;
536
+ h3050r* | hiux*)
537
+ basic_machine=hppa1.1-hitachi
538
+ os=-hiuxwe2
539
+ ;;
540
+ h8300hms)
541
+ basic_machine=h8300-hitachi
542
+ os=-hms
543
+ ;;
544
+ h8300xray)
545
+ basic_machine=h8300-hitachi
546
+ os=-xray
547
+ ;;
548
+ h8500hms)
549
+ basic_machine=h8500-hitachi
550
+ os=-hms
551
+ ;;
552
+ harris)
553
+ basic_machine=m88k-harris
554
+ os=-sysv3
555
+ ;;
556
+ hp300-*)
557
+ basic_machine=m68k-hp
558
+ ;;
559
+ hp300bsd)
560
+ basic_machine=m68k-hp
561
+ os=-bsd
562
+ ;;
563
+ hp300hpux)
564
+ basic_machine=m68k-hp
565
+ os=-hpux
566
+ ;;
567
+ hp3k9[0-9][0-9] | hp9[0-9][0-9])
568
+ basic_machine=hppa1.0-hp
569
+ ;;
570
+ hp9k2[0-9][0-9] | hp9k31[0-9])
571
+ basic_machine=m68000-hp
572
+ ;;
573
+ hp9k3[2-9][0-9])
574
+ basic_machine=m68k-hp
575
+ ;;
576
+ hp9k6[0-9][0-9] | hp6[0-9][0-9])
577
+ basic_machine=hppa1.0-hp
578
+ ;;
579
+ hp9k7[0-79][0-9] | hp7[0-79][0-9])
580
+ basic_machine=hppa1.1-hp
581
+ ;;
582
+ hp9k78[0-9] | hp78[0-9])
583
+ # FIXME: really hppa2.0-hp
584
+ basic_machine=hppa1.1-hp
585
+ ;;
586
+ hp9k8[67]1 | hp8[67]1 | hp9k80[24] | hp80[24] | hp9k8[78]9 | hp8[78]9 | hp9k893 | hp893)
587
+ # FIXME: really hppa2.0-hp
588
+ basic_machine=hppa1.1-hp
589
+ ;;
590
+ hp9k8[0-9][13679] | hp8[0-9][13679])
591
+ basic_machine=hppa1.1-hp
592
+ ;;
593
+ hp9k8[0-9][0-9] | hp8[0-9][0-9])
594
+ basic_machine=hppa1.0-hp
595
+ ;;
596
+ hppa-next)
597
+ os=-nextstep3
598
+ ;;
599
+ hppaosf)
600
+ basic_machine=hppa1.1-hp
601
+ os=-osf
602
+ ;;
603
+ hppro)
604
+ basic_machine=hppa1.1-hp
605
+ os=-proelf
606
+ ;;
607
+ i370-ibm* | ibm*)
608
+ basic_machine=i370-ibm
609
+ ;;
610
+ # I'm not sure what "Sysv32" means. Should this be sysv3.2?
611
+ i*86v32)
612
+ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
613
+ os=-sysv32
614
+ ;;
615
+ i*86v4*)
616
+ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
617
+ os=-sysv4
618
+ ;;
619
+ i*86v)
620
+ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
621
+ os=-sysv
622
+ ;;
623
+ i*86sol2)
624
+ basic_machine=`echo $1 | sed -e 's/86.*/86-pc/'`
625
+ os=-solaris2
626
+ ;;
627
+ i386mach)
628
+ basic_machine=i386-mach
629
+ os=-mach
630
+ ;;
631
+ i386-vsta | vsta)
632
+ basic_machine=i386-unknown
633
+ os=-vsta
634
+ ;;
635
+ iris | iris4d)
636
+ basic_machine=mips-sgi
637
+ case $os in
638
+ -irix*)
639
+ ;;
640
+ *)
641
+ os=-irix4
642
+ ;;
643
+ esac
644
+ ;;
645
+ isi68 | isi)
646
+ basic_machine=m68k-isi
647
+ os=-sysv
648
+ ;;
649
+ m88k-omron*)
650
+ basic_machine=m88k-omron
651
+ ;;
652
+ magnum | m3230)
653
+ basic_machine=mips-mips
654
+ os=-sysv
655
+ ;;
656
+ merlin)
657
+ basic_machine=ns32k-utek
658
+ os=-sysv
659
+ ;;
660
+ mingw32)
661
+ basic_machine=i386-pc
662
+ os=-mingw32
663
+ ;;
664
+ miniframe)
665
+ basic_machine=m68000-convergent
666
+ ;;
667
+ *mint | -mint[0-9]* | *MiNT | *MiNT[0-9]*)
668
+ basic_machine=m68k-atari
669
+ os=-mint
670
+ ;;
671
+ mips3*-*)
672
+ basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`
673
+ ;;
674
+ mips3*)
675
+ basic_machine=`echo $basic_machine | sed -e 's/mips3/mips64/'`-unknown
676
+ ;;
677
+ monitor)
678
+ basic_machine=m68k-rom68k
679
+ os=-coff
680
+ ;;
681
+ morphos)
682
+ basic_machine=powerpc-unknown
683
+ os=-morphos
684
+ ;;
685
+ msdos)
686
+ basic_machine=i386-pc
687
+ os=-msdos
688
+ ;;
689
+ mvs)
690
+ basic_machine=i370-ibm
691
+ os=-mvs
692
+ ;;
693
+ ncr3000)
694
+ basic_machine=i486-ncr
695
+ os=-sysv4
696
+ ;;
697
+ netbsd386)
698
+ basic_machine=i386-unknown
699
+ os=-netbsd
700
+ ;;
701
+ netwinder)
702
+ basic_machine=armv4l-rebel
703
+ os=-linux
704
+ ;;
705
+ news | news700 | news800 | news900)
706
+ basic_machine=m68k-sony
707
+ os=-newsos
708
+ ;;
709
+ news1000)
710
+ basic_machine=m68030-sony
711
+ os=-newsos
712
+ ;;
713
+ news-3600 | risc-news)
714
+ basic_machine=mips-sony
715
+ os=-newsos
716
+ ;;
717
+ necv70)
718
+ basic_machine=v70-nec
719
+ os=-sysv
720
+ ;;
721
+ next | m*-next )
722
+ basic_machine=m68k-next
723
+ case $os in
724
+ -nextstep* )
725
+ ;;
726
+ -ns2*)
727
+ os=-nextstep2
728
+ ;;
729
+ *)
730
+ os=-nextstep3
731
+ ;;
732
+ esac
733
+ ;;
734
+ nh3000)
735
+ basic_machine=m68k-harris
736
+ os=-cxux
737
+ ;;
738
+ nh[45]000)
739
+ basic_machine=m88k-harris
740
+ os=-cxux
741
+ ;;
742
+ nindy960)
743
+ basic_machine=i960-intel
744
+ os=-nindy
745
+ ;;
746
+ mon960)
747
+ basic_machine=i960-intel
748
+ os=-mon960
749
+ ;;
750
+ nonstopux)
751
+ basic_machine=mips-compaq
752
+ os=-nonstopux
753
+ ;;
754
+ np1)
755
+ basic_machine=np1-gould
756
+ ;;
757
+ nsr-tandem)
758
+ basic_machine=nsr-tandem
759
+ ;;
760
+ op50n-* | op60c-*)
761
+ basic_machine=hppa1.1-oki
762
+ os=-proelf
763
+ ;;
764
+ or32 | or32-*)
765
+ basic_machine=or32-unknown
766
+ os=-coff
767
+ ;;
768
+ os400)
769
+ basic_machine=powerpc-ibm
770
+ os=-os400
771
+ ;;
772
+ OSE68000 | ose68000)
773
+ basic_machine=m68000-ericsson
774
+ os=-ose
775
+ ;;
776
+ os68k)
777
+ basic_machine=m68k-none
778
+ os=-os68k
779
+ ;;
780
+ pa-hitachi)
781
+ basic_machine=hppa1.1-hitachi
782
+ os=-hiuxwe2
783
+ ;;
784
+ paragon)
785
+ basic_machine=i860-intel
786
+ os=-osf
787
+ ;;
788
+ pbd)
789
+ basic_machine=sparc-tti
790
+ ;;
791
+ pbb)
792
+ basic_machine=m68k-tti
793
+ ;;
794
+ pc532 | pc532-*)
795
+ basic_machine=ns32k-pc532
796
+ ;;
797
+ pentium | p5 | k5 | k6 | nexgen | viac3)
798
+ basic_machine=i586-pc
799
+ ;;
800
+ pentiumpro | p6 | 6x86 | athlon | athlon_*)
801
+ basic_machine=i686-pc
802
+ ;;
803
+ pentiumii | pentium2 | pentiumiii | pentium3)
804
+ basic_machine=i686-pc
805
+ ;;
806
+ pentium4)
807
+ basic_machine=i786-pc
808
+ ;;
809
+ pentium-* | p5-* | k5-* | k6-* | nexgen-* | viac3-*)
810
+ basic_machine=i586-`echo $basic_machine | sed 's/^[^-]*-//'`
811
+ ;;
812
+ pentiumpro-* | p6-* | 6x86-* | athlon-*)
813
+ basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
814
+ ;;
815
+ pentiumii-* | pentium2-* | pentiumiii-* | pentium3-*)
816
+ basic_machine=i686-`echo $basic_machine | sed 's/^[^-]*-//'`
817
+ ;;
818
+ pentium4-*)
819
+ basic_machine=i786-`echo $basic_machine | sed 's/^[^-]*-//'`
820
+ ;;
821
+ pn)
822
+ basic_machine=pn-gould
823
+ ;;
824
+ power) basic_machine=power-ibm
825
+ ;;
826
+ ppc) basic_machine=powerpc-unknown
827
+ ;;
828
+ ppc-*) basic_machine=powerpc-`echo $basic_machine | sed 's/^[^-]*-//'`
829
+ ;;
830
+ ppcle | powerpclittle | ppc-le | powerpc-little)
831
+ basic_machine=powerpcle-unknown
832
+ ;;
833
+ ppcle-* | powerpclittle-*)
834
+ basic_machine=powerpcle-`echo $basic_machine | sed 's/^[^-]*-//'`
835
+ ;;
836
+ ppc64) basic_machine=powerpc64-unknown
837
+ ;;
838
+ ppc64-*) basic_machine=powerpc64-`echo $basic_machine | sed 's/^[^-]*-//'`
839
+ ;;
840
+ ppc64le | powerpc64little | ppc64-le | powerpc64-little)
841
+ basic_machine=powerpc64le-unknown
842
+ ;;
843
+ ppc64le-* | powerpc64little-*)
844
+ basic_machine=powerpc64le-`echo $basic_machine | sed 's/^[^-]*-//'`
845
+ ;;
846
+ ps2)
847
+ basic_machine=i386-ibm
848
+ ;;
849
+ pw32)
850
+ basic_machine=i586-unknown
851
+ os=-pw32
852
+ ;;
853
+ rom68k)
854
+ basic_machine=m68k-rom68k
855
+ os=-coff
856
+ ;;
857
+ rm[46]00)
858
+ basic_machine=mips-siemens
859
+ ;;
860
+ rtpc | rtpc-*)
861
+ basic_machine=romp-ibm
862
+ ;;
863
+ s390 | s390-*)
864
+ basic_machine=s390-ibm
865
+ ;;
866
+ s390x | s390x-*)
867
+ basic_machine=s390x-ibm
868
+ ;;
869
+ sa29200)
870
+ basic_machine=a29k-amd
871
+ os=-udi
872
+ ;;
873
+ sb1)
874
+ basic_machine=mipsisa64sb1-unknown
875
+ ;;
876
+ sb1el)
877
+ basic_machine=mipsisa64sb1el-unknown
878
+ ;;
879
+ sei)
880
+ basic_machine=mips-sei
881
+ os=-seiux
882
+ ;;
883
+ sequent)
884
+ basic_machine=i386-sequent
885
+ ;;
886
+ sh)
887
+ basic_machine=sh-hitachi
888
+ os=-hms
889
+ ;;
890
+ sh64)
891
+ basic_machine=sh64-unknown
892
+ ;;
893
+ sparclite-wrs | simso-wrs)
894
+ basic_machine=sparclite-wrs
895
+ os=-vxworks
896
+ ;;
897
+ sps7)
898
+ basic_machine=m68k-bull
899
+ os=-sysv2
900
+ ;;
901
+ spur)
902
+ basic_machine=spur-unknown
903
+ ;;
904
+ st2000)
905
+ basic_machine=m68k-tandem
906
+ ;;
907
+ stratus)
908
+ basic_machine=i860-stratus
909
+ os=-sysv4
910
+ ;;
911
+ sun2)
912
+ basic_machine=m68000-sun
913
+ ;;
914
+ sun2os3)
915
+ basic_machine=m68000-sun
916
+ os=-sunos3
917
+ ;;
918
+ sun2os4)
919
+ basic_machine=m68000-sun
920
+ os=-sunos4
921
+ ;;
922
+ sun3os3)
923
+ basic_machine=m68k-sun
924
+ os=-sunos3
925
+ ;;
926
+ sun3os4)
927
+ basic_machine=m68k-sun
928
+ os=-sunos4
929
+ ;;
930
+ sun4os3)
931
+ basic_machine=sparc-sun
932
+ os=-sunos3
933
+ ;;
934
+ sun4os4)
935
+ basic_machine=sparc-sun
936
+ os=-sunos4
937
+ ;;
938
+ sun4sol2)
939
+ basic_machine=sparc-sun
940
+ os=-solaris2
941
+ ;;
942
+ sun3 | sun3-*)
943
+ basic_machine=m68k-sun
944
+ ;;
945
+ sun4)
946
+ basic_machine=sparc-sun
947
+ ;;
948
+ sun386 | sun386i | roadrunner)
949
+ basic_machine=i386-sun
950
+ ;;
951
+ sv1)
952
+ basic_machine=sv1-cray
953
+ os=-unicos
954
+ ;;
955
+ symmetry)
956
+ basic_machine=i386-sequent
957
+ os=-dynix
958
+ ;;
959
+ t3e)
960
+ basic_machine=alphaev5-cray
961
+ os=-unicos
962
+ ;;
963
+ t90)
964
+ basic_machine=t90-cray
965
+ os=-unicos
966
+ ;;
967
+ tic54x | c54x*)
968
+ basic_machine=tic54x-unknown
969
+ os=-coff
970
+ ;;
971
+ tic55x | c55x*)
972
+ basic_machine=tic55x-unknown
973
+ os=-coff
974
+ ;;
975
+ tic6x | c6x*)
976
+ basic_machine=tic6x-unknown
977
+ os=-coff
978
+ ;;
979
+ tx39)
980
+ basic_machine=mipstx39-unknown
981
+ ;;
982
+ tx39el)
983
+ basic_machine=mipstx39el-unknown
984
+ ;;
985
+ toad1)
986
+ basic_machine=pdp10-xkl
987
+ os=-tops20
988
+ ;;
989
+ tower | tower-32)
990
+ basic_machine=m68k-ncr
991
+ ;;
992
+ tpf)
993
+ basic_machine=s390x-ibm
994
+ os=-tpf
995
+ ;;
996
+ udi29k)
997
+ basic_machine=a29k-amd
998
+ os=-udi
999
+ ;;
1000
+ ultra3)
1001
+ basic_machine=a29k-nyu
1002
+ os=-sym1
1003
+ ;;
1004
+ v810 | necv810)
1005
+ basic_machine=v810-nec
1006
+ os=-none
1007
+ ;;
1008
+ vaxv)
1009
+ basic_machine=vax-dec
1010
+ os=-sysv
1011
+ ;;
1012
+ vms)
1013
+ basic_machine=vax-dec
1014
+ os=-vms
1015
+ ;;
1016
+ vpp*|vx|vx-*)
1017
+ basic_machine=f301-fujitsu
1018
+ ;;
1019
+ vxworks960)
1020
+ basic_machine=i960-wrs
1021
+ os=-vxworks
1022
+ ;;
1023
+ vxworks68)
1024
+ basic_machine=m68k-wrs
1025
+ os=-vxworks
1026
+ ;;
1027
+ vxworks29k)
1028
+ basic_machine=a29k-wrs
1029
+ os=-vxworks
1030
+ ;;
1031
+ w65*)
1032
+ basic_machine=w65-wdc
1033
+ os=-none
1034
+ ;;
1035
+ w89k-*)
1036
+ basic_machine=hppa1.1-winbond
1037
+ os=-proelf
1038
+ ;;
1039
+ xbox)
1040
+ basic_machine=i686-pc
1041
+ os=-mingw32
1042
+ ;;
1043
+ xps | xps100)
1044
+ basic_machine=xps100-honeywell
1045
+ ;;
1046
+ ymp)
1047
+ basic_machine=ymp-cray
1048
+ os=-unicos
1049
+ ;;
1050
+ z8k-*-coff)
1051
+ basic_machine=z8k-unknown
1052
+ os=-sim
1053
+ ;;
1054
+ none)
1055
+ basic_machine=none-none
1056
+ os=-none
1057
+ ;;
1058
+
1059
+ # Here we handle the default manufacturer of certain CPU types. It is in
1060
+ # some cases the only manufacturer, in others, it is the most popular.
1061
+ w89k)
1062
+ basic_machine=hppa1.1-winbond
1063
+ ;;
1064
+ op50n)
1065
+ basic_machine=hppa1.1-oki
1066
+ ;;
1067
+ op60c)
1068
+ basic_machine=hppa1.1-oki
1069
+ ;;
1070
+ romp)
1071
+ basic_machine=romp-ibm
1072
+ ;;
1073
+ mmix)
1074
+ basic_machine=mmix-knuth
1075
+ ;;
1076
+ rs6000)
1077
+ basic_machine=rs6000-ibm
1078
+ ;;
1079
+ vax)
1080
+ basic_machine=vax-dec
1081
+ ;;
1082
+ pdp10)
1083
+ # there are many clones, so DEC is not a safe bet
1084
+ basic_machine=pdp10-unknown
1085
+ ;;
1086
+ pdp11)
1087
+ basic_machine=pdp11-dec
1088
+ ;;
1089
+ we32k)
1090
+ basic_machine=we32k-att
1091
+ ;;
1092
+ sh3 | sh4 | sh[34]eb | sh[1234]le | sh[23]ele)
1093
+ basic_machine=sh-unknown
1094
+ ;;
1095
+ sh64)
1096
+ basic_machine=sh64-unknown
1097
+ ;;
1098
+ sparc | sparcv8 | sparcv9 | sparcv9b)
1099
+ basic_machine=sparc-sun
1100
+ ;;
1101
+ cydra)
1102
+ basic_machine=cydra-cydrome
1103
+ ;;
1104
+ orion)
1105
+ basic_machine=orion-highlevel
1106
+ ;;
1107
+ orion105)
1108
+ basic_machine=clipper-highlevel
1109
+ ;;
1110
+ mac | mpw | mac-mpw)
1111
+ basic_machine=m68k-apple
1112
+ ;;
1113
+ pmac | pmac-mpw)
1114
+ basic_machine=powerpc-apple
1115
+ ;;
1116
+ *-unknown)
1117
+ # Make sure to match an already-canonicalized machine name.
1118
+ ;;
1119
+ *)
1120
+ echo Invalid configuration \`$1\': machine \`$basic_machine\' not recognized 1>&2
1121
+ exit 1
1122
+ ;;
1123
+ esac
1124
+
1125
+ # Here we canonicalize certain aliases for manufacturers.
1126
+ case $basic_machine in
1127
+ *-digital*)
1128
+ basic_machine=`echo $basic_machine | sed 's/digital.*/dec/'`
1129
+ ;;
1130
+ *-commodore*)
1131
+ basic_machine=`echo $basic_machine | sed 's/commodore.*/cbm/'`
1132
+ ;;
1133
+ *)
1134
+ ;;
1135
+ esac
1136
+
1137
+ # Decode manufacturer-specific aliases for certain operating systems.
1138
+
1139
+ if [ x"$os" != x"" ]
1140
+ then
1141
+ case $os in
1142
+ # First match some system type aliases
1143
+ # that might get confused with valid system types.
1144
+ # -solaris* is a basic system type, with this one exception.
1145
+ -solaris1 | -solaris1.*)
1146
+ os=`echo $os | sed -e 's|solaris1|sunos4|'`
1147
+ ;;
1148
+ -solaris)
1149
+ os=-solaris2
1150
+ ;;
1151
+ -svr4*)
1152
+ os=-sysv4
1153
+ ;;
1154
+ -unixware*)
1155
+ os=-sysv4.2uw
1156
+ ;;
1157
+ -gnu/linux*)
1158
+ os=`echo $os | sed -e 's|gnu/linux|linux-gnu|'`
1159
+ ;;
1160
+ # First accept the basic system types.
1161
+ # The portable systems comes first.
1162
+ # Each alternative MUST END IN A *, to match a version number.
1163
+ # -sysv* is not here because it comes later, after sysvr4.
1164
+ -gnu* | -bsd* | -mach* | -minix* | -genix* | -ultrix* | -irix* \
1165
+ | -*vms* | -sco* | -esix* | -isc* | -aix* | -sunos | -sunos[34]*\
1166
+ | -hpux* | -unos* | -osf* | -luna* | -dgux* | -solaris* | -sym* \
1167
+ | -amigaos* | -amigados* | -msdos* | -newsos* | -unicos* | -aof* \
1168
+ | -aos* \
1169
+ | -nindy* | -vxsim* | -vxworks* | -ebmon* | -hms* | -mvs* \
1170
+ | -clix* | -riscos* | -uniplus* | -iris* | -rtu* | -xenix* \
1171
+ | -hiux* | -386bsd* | -knetbsd* | -mirbsd* | -netbsd* | -openbsd* \
1172
+ | -ekkobsd* | -kfreebsd* | -freebsd* | -riscix* | -lynxos* \
1173
+ | -bosx* | -nextstep* | -cxux* | -aout* | -elf* | -oabi* \
1174
+ | -ptx* | -coff* | -ecoff* | -winnt* | -domain* | -vsta* \
1175
+ | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
1176
+ | -chorusos* | -chorusrdb* \
1177
+ | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
1178
+ | -mingw32* | -linux-gnu* | -linux-uclibc* | -uxpv* | -beos* | -mpeix* | -udk* \
1179
+ | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
1180
+ | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
1181
+ | -storm-chaos* | -tops10* | -tenex* | -tops20* | -its* \
1182
+ | -os2* | -vos* | -palmos* | -uclinux* | -nucleus* \
1183
+ | -morphos* | -superux* | -rtmk* | -rtmk-nova* | -windiss* \
1184
+ | -powermax* | -dnix* | -nx6 | -nx7 | -sei* | -dragonfly*)
1185
+ # Remember, each alternative MUST END IN *, to match a version number.
1186
+ ;;
1187
+ -qnx*)
1188
+ case $basic_machine in
1189
+ x86-* | i*86-*)
1190
+ ;;
1191
+ *)
1192
+ os=-nto$os
1193
+ ;;
1194
+ esac
1195
+ ;;
1196
+ -nto-qnx*)
1197
+ ;;
1198
+ -nto*)
1199
+ os=`echo $os | sed -e 's|nto|nto-qnx|'`
1200
+ ;;
1201
+ -sim | -es1800* | -hms* | -xray | -os68k* | -none* | -v88r* \
1202
+ | -windows* | -osx | -abug | -netware* | -os9* | -beos* \
1203
+ | -macos* | -mpw* | -magic* | -mmixware* | -mon960* | -lnews*)
1204
+ ;;
1205
+ -mac*)
1206
+ os=`echo $os | sed -e 's|mac|macos|'`
1207
+ ;;
1208
+ -linux-dietlibc)
1209
+ os=-linux-dietlibc
1210
+ ;;
1211
+ -linux*)
1212
+ os=`echo $os | sed -e 's|linux|linux-gnu|'`
1213
+ ;;
1214
+ -sunos5*)
1215
+ os=`echo $os | sed -e 's|sunos5|solaris2|'`
1216
+ ;;
1217
+ -sunos6*)
1218
+ os=`echo $os | sed -e 's|sunos6|solaris3|'`
1219
+ ;;
1220
+ -opened*)
1221
+ os=-openedition
1222
+ ;;
1223
+ -os400*)
1224
+ os=-os400
1225
+ ;;
1226
+ -wince*)
1227
+ os=-wince
1228
+ ;;
1229
+ -osfrose*)
1230
+ os=-osfrose
1231
+ ;;
1232
+ -osf*)
1233
+ os=-osf
1234
+ ;;
1235
+ -utek*)
1236
+ os=-bsd
1237
+ ;;
1238
+ -dynix*)
1239
+ os=-bsd
1240
+ ;;
1241
+ -acis*)
1242
+ os=-aos
1243
+ ;;
1244
+ -atheos*)
1245
+ os=-atheos
1246
+ ;;
1247
+ -syllable*)
1248
+ os=-syllable
1249
+ ;;
1250
+ -386bsd)
1251
+ os=-bsd
1252
+ ;;
1253
+ -ctix* | -uts*)
1254
+ os=-sysv
1255
+ ;;
1256
+ -nova*)
1257
+ os=-rtmk-nova
1258
+ ;;
1259
+ -ns2 )
1260
+ os=-nextstep2
1261
+ ;;
1262
+ -nsk*)
1263
+ os=-nsk
1264
+ ;;
1265
+ # Preserve the version number of sinix5.
1266
+ -sinix5.*)
1267
+ os=`echo $os | sed -e 's|sinix|sysv|'`
1268
+ ;;
1269
+ -sinix*)
1270
+ os=-sysv4
1271
+ ;;
1272
+ -tpf*)
1273
+ os=-tpf
1274
+ ;;
1275
+ -triton*)
1276
+ os=-sysv3
1277
+ ;;
1278
+ -oss*)
1279
+ os=-sysv3
1280
+ ;;
1281
+ -svr4)
1282
+ os=-sysv4
1283
+ ;;
1284
+ -svr3)
1285
+ os=-sysv3
1286
+ ;;
1287
+ -sysvr4)
1288
+ os=-sysv4
1289
+ ;;
1290
+ # This must come after -sysvr4.
1291
+ -sysv*)
1292
+ ;;
1293
+ -ose*)
1294
+ os=-ose
1295
+ ;;
1296
+ -es1800*)
1297
+ os=-ose
1298
+ ;;
1299
+ -xenix)
1300
+ os=-xenix
1301
+ ;;
1302
+ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1303
+ os=-mint
1304
+ ;;
1305
+ -aros*)
1306
+ os=-aros
1307
+ ;;
1308
+ -kaos*)
1309
+ os=-kaos
1310
+ ;;
1311
+ -zvmoe)
1312
+ os=-zvmoe
1313
+ ;;
1314
+ -none)
1315
+ ;;
1316
+ *)
1317
+ # Get rid of the `-' at the beginning of $os.
1318
+ os=`echo $os | sed 's/[^-]*-//'`
1319
+ echo Invalid configuration \`$1\': system \`$os\' not recognized 1>&2
1320
+ exit 1
1321
+ ;;
1322
+ esac
1323
+ else
1324
+
1325
+ # Here we handle the default operating systems that come with various machines.
1326
+ # The value should be what the vendor currently ships out the door with their
1327
+ # machine or put another way, the most popular os provided with the machine.
1328
+
1329
+ # Note that if you're going to try to match "-MANUFACTURER" here (say,
1330
+ # "-sun"), then you have to tell the case statement up towards the top
1331
+ # that MANUFACTURER isn't an operating system. Otherwise, code above
1332
+ # will signal an error saying that MANUFACTURER isn't an operating
1333
+ # system, and we'll never get to this point.
1334
+
1335
+ case $basic_machine in
1336
+ *-acorn)
1337
+ os=-riscix1.2
1338
+ ;;
1339
+ arm*-rebel)
1340
+ os=-linux
1341
+ ;;
1342
+ arm*-semi)
1343
+ os=-aout
1344
+ ;;
1345
+ c4x-* | tic4x-*)
1346
+ os=-coff
1347
+ ;;
1348
+ # This must come before the *-dec entry.
1349
+ pdp10-*)
1350
+ os=-tops20
1351
+ ;;
1352
+ pdp11-*)
1353
+ os=-none
1354
+ ;;
1355
+ *-dec | vax-*)
1356
+ os=-ultrix4.2
1357
+ ;;
1358
+ m68*-apollo)
1359
+ os=-domain
1360
+ ;;
1361
+ i386-sun)
1362
+ os=-sunos4.0.2
1363
+ ;;
1364
+ m68000-sun)
1365
+ os=-sunos3
1366
+ # This also exists in the configure program, but was not the
1367
+ # default.
1368
+ # os=-sunos4
1369
+ ;;
1370
+ m68*-cisco)
1371
+ os=-aout
1372
+ ;;
1373
+ mips*-cisco)
1374
+ os=-elf
1375
+ ;;
1376
+ mips*-*)
1377
+ os=-elf
1378
+ ;;
1379
+ or32-*)
1380
+ os=-coff
1381
+ ;;
1382
+ *-tti) # must be before sparc entry or we get the wrong os.
1383
+ os=-sysv3
1384
+ ;;
1385
+ sparc-* | *-sun)
1386
+ os=-sunos4.1.1
1387
+ ;;
1388
+ *-be)
1389
+ os=-beos
1390
+ ;;
1391
+ *-ibm)
1392
+ os=-aix
1393
+ ;;
1394
+ *-knuth)
1395
+ os=-mmixware
1396
+ ;;
1397
+ *-wec)
1398
+ os=-proelf
1399
+ ;;
1400
+ *-winbond)
1401
+ os=-proelf
1402
+ ;;
1403
+ *-oki)
1404
+ os=-proelf
1405
+ ;;
1406
+ *-hp)
1407
+ os=-hpux
1408
+ ;;
1409
+ *-hitachi)
1410
+ os=-hiux
1411
+ ;;
1412
+ i860-* | *-att | *-ncr | *-altos | *-motorola | *-convergent)
1413
+ os=-sysv
1414
+ ;;
1415
+ *-cbm)
1416
+ os=-amigaos
1417
+ ;;
1418
+ *-dg)
1419
+ os=-dgux
1420
+ ;;
1421
+ *-dolphin)
1422
+ os=-sysv3
1423
+ ;;
1424
+ m68k-ccur)
1425
+ os=-rtu
1426
+ ;;
1427
+ m88k-omron*)
1428
+ os=-luna
1429
+ ;;
1430
+ *-next )
1431
+ os=-nextstep
1432
+ ;;
1433
+ *-sequent)
1434
+ os=-ptx
1435
+ ;;
1436
+ *-crds)
1437
+ os=-unos
1438
+ ;;
1439
+ *-ns)
1440
+ os=-genix
1441
+ ;;
1442
+ i370-*)
1443
+ os=-mvs
1444
+ ;;
1445
+ *-next)
1446
+ os=-nextstep3
1447
+ ;;
1448
+ *-gould)
1449
+ os=-sysv
1450
+ ;;
1451
+ *-highlevel)
1452
+ os=-bsd
1453
+ ;;
1454
+ *-encore)
1455
+ os=-bsd
1456
+ ;;
1457
+ *-sgi)
1458
+ os=-irix
1459
+ ;;
1460
+ *-siemens)
1461
+ os=-sysv4
1462
+ ;;
1463
+ *-masscomp)
1464
+ os=-rtu
1465
+ ;;
1466
+ f30[01]-fujitsu | f700-fujitsu)
1467
+ os=-uxpv
1468
+ ;;
1469
+ *-rom68k)
1470
+ os=-coff
1471
+ ;;
1472
+ *-*bug)
1473
+ os=-coff
1474
+ ;;
1475
+ *-apple)
1476
+ os=-macos
1477
+ ;;
1478
+ *-atari*)
1479
+ os=-mint
1480
+ ;;
1481
+ *)
1482
+ os=-none
1483
+ ;;
1484
+ esac
1485
+ fi
1486
+
1487
+ # Here we handle the case where we know the os, and the CPU type, but not the
1488
+ # manufacturer. We pick the logical manufacturer.
1489
+ vendor=unknown
1490
+ case $basic_machine in
1491
+ *-unknown)
1492
+ case $os in
1493
+ -riscix*)
1494
+ vendor=acorn
1495
+ ;;
1496
+ -sunos*)
1497
+ vendor=sun
1498
+ ;;
1499
+ -aix*)
1500
+ vendor=ibm
1501
+ ;;
1502
+ -beos*)
1503
+ vendor=be
1504
+ ;;
1505
+ -hpux*)
1506
+ vendor=hp
1507
+ ;;
1508
+ -mpeix*)
1509
+ vendor=hp
1510
+ ;;
1511
+ -hiux*)
1512
+ vendor=hitachi
1513
+ ;;
1514
+ -unos*)
1515
+ vendor=crds
1516
+ ;;
1517
+ -dgux*)
1518
+ vendor=dg
1519
+ ;;
1520
+ -luna*)
1521
+ vendor=omron
1522
+ ;;
1523
+ -genix*)
1524
+ vendor=ns
1525
+ ;;
1526
+ -mvs* | -opened*)
1527
+ vendor=ibm
1528
+ ;;
1529
+ -os400*)
1530
+ vendor=ibm
1531
+ ;;
1532
+ -ptx*)
1533
+ vendor=sequent
1534
+ ;;
1535
+ -tpf*)
1536
+ vendor=ibm
1537
+ ;;
1538
+ -vxsim* | -vxworks* | -windiss*)
1539
+ vendor=wrs
1540
+ ;;
1541
+ -aux*)
1542
+ vendor=apple
1543
+ ;;
1544
+ -hms*)
1545
+ vendor=hitachi
1546
+ ;;
1547
+ -mpw* | -macos*)
1548
+ vendor=apple
1549
+ ;;
1550
+ -*mint | -mint[0-9]* | -*MiNT | -MiNT[0-9]*)
1551
+ vendor=atari
1552
+ ;;
1553
+ -vos*)
1554
+ vendor=stratus
1555
+ ;;
1556
+ esac
1557
+ basic_machine=`echo $basic_machine | sed "s/unknown/$vendor/"`
1558
+ ;;
1559
+ esac
1560
+
1561
+ echo $basic_machine$os
1562
+ exit 0
1563
+
1564
+ # Local variables:
1565
+ # eval: (add-hook 'write-file-hooks 'time-stamp)
1566
+ # time-stamp-start: "timestamp='"
1567
+ # time-stamp-format: "%:y-%02m-%02d"
1568
+ # time-stamp-end: "'"
1569
+ # End:
src/ja/mecab-ipadic-2.7.0-20070610/configure ADDED
@@ -0,0 +1,3123 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #! /bin/sh
2
+ # Guess values for system-dependent variables and create Makefiles.
3
+ # Generated by GNU Autoconf 2.60.
4
+ #
5
+ # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
6
+ # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
7
+ # This configure script is free software; the Free Software Foundation
8
+ # gives unlimited permission to copy, distribute and modify it.
9
+ ## --------------------- ##
10
+ ## M4sh Initialization. ##
11
+ ## --------------------- ##
12
+
13
+ # Be Bourne compatible
14
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
15
+ emulate sh
16
+ NULLCMD=:
17
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
18
+ # is contrary to our usage. Disable this feature.
19
+ alias -g '${1+"$@"}'='"$@"'
20
+ setopt NO_GLOB_SUBST
21
+ else
22
+ case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
23
+ fi
24
+ BIN_SH=xpg4; export BIN_SH # for Tru64
25
+ DUALCASE=1; export DUALCASE # for MKS sh
26
+
27
+
28
+ # PATH needs CR
29
+ # Avoid depending upon Character Ranges.
30
+ as_cr_letters='abcdefghijklmnopqrstuvwxyz'
31
+ as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
32
+ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
33
+ as_cr_digits='0123456789'
34
+ as_cr_alnum=$as_cr_Letters$as_cr_digits
35
+
36
+ # The user is always right.
37
+ if test "${PATH_SEPARATOR+set}" != set; then
38
+ echo "#! /bin/sh" >conf$$.sh
39
+ echo "exit 0" >>conf$$.sh
40
+ chmod +x conf$$.sh
41
+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
42
+ PATH_SEPARATOR=';'
43
+ else
44
+ PATH_SEPARATOR=:
45
+ fi
46
+ rm -f conf$$.sh
47
+ fi
48
+
49
+ # Support unset when possible.
50
+ if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
51
+ as_unset=unset
52
+ else
53
+ as_unset=false
54
+ fi
55
+
56
+
57
+ # IFS
58
+ # We need space, tab and new line, in precisely that order. Quoting is
59
+ # there to prevent editors from complaining about space-tab.
60
+ # (If _AS_PATH_WALK were called with IFS unset, it would disable word
61
+ # splitting by setting IFS to empty value.)
62
+ as_nl='
63
+ '
64
+ IFS=" "" $as_nl"
65
+
66
+ # Find who we are. Look in the path if we contain no directory separator.
67
+ case $0 in
68
+ *[\\/]* ) as_myself=$0 ;;
69
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
70
+ for as_dir in $PATH
71
+ do
72
+ IFS=$as_save_IFS
73
+ test -z "$as_dir" && as_dir=.
74
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
75
+ done
76
+ IFS=$as_save_IFS
77
+
78
+ ;;
79
+ esac
80
+ # We did not find ourselves, most probably we were run as `sh COMMAND'
81
+ # in which case we are not to be found in the path.
82
+ if test "x$as_myself" = x; then
83
+ as_myself=$0
84
+ fi
85
+ if test ! -f "$as_myself"; then
86
+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
87
+ { (exit 1); exit 1; }
88
+ fi
89
+
90
+ # Work around bugs in pre-3.0 UWIN ksh.
91
+ for as_var in ENV MAIL MAILPATH
92
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
93
+ done
94
+ PS1='$ '
95
+ PS2='> '
96
+ PS4='+ '
97
+
98
+ # NLS nuisances.
99
+ for as_var in \
100
+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
101
+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
102
+ LC_TELEPHONE LC_TIME
103
+ do
104
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
105
+ eval $as_var=C; export $as_var
106
+ else
107
+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
108
+ fi
109
+ done
110
+
111
+ # Required to use basename.
112
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
113
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
114
+ as_expr=expr
115
+ else
116
+ as_expr=false
117
+ fi
118
+
119
+ if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
120
+ as_basename=basename
121
+ else
122
+ as_basename=false
123
+ fi
124
+
125
+
126
+ # Name of the executable.
127
+ as_me=`$as_basename -- "$0" ||
128
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
129
+ X"$0" : 'X\(//\)$' \| \
130
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
131
+ echo X/"$0" |
132
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
133
+ s//\1/
134
+ q
135
+ }
136
+ /^X\/\(\/\/\)$/{
137
+ s//\1/
138
+ q
139
+ }
140
+ /^X\/\(\/\).*/{
141
+ s//\1/
142
+ q
143
+ }
144
+ s/.*/./; q'`
145
+
146
+ # CDPATH.
147
+ $as_unset CDPATH
148
+
149
+
150
+ if test "x$CONFIG_SHELL" = x; then
151
+ if (eval ":") 2>/dev/null; then
152
+ as_have_required=yes
153
+ else
154
+ as_have_required=no
155
+ fi
156
+
157
+ if test $as_have_required = yes && (eval ":
158
+ (as_func_return () {
159
+ (exit \$1)
160
+ }
161
+ as_func_success () {
162
+ as_func_return 0
163
+ }
164
+ as_func_failure () {
165
+ as_func_return 1
166
+ }
167
+ as_func_ret_success () {
168
+ return 0
169
+ }
170
+ as_func_ret_failure () {
171
+ return 1
172
+ }
173
+
174
+ exitcode=0
175
+ if as_func_success; then
176
+ :
177
+ else
178
+ exitcode=1
179
+ echo as_func_success failed.
180
+ fi
181
+
182
+ if as_func_failure; then
183
+ exitcode=1
184
+ echo as_func_failure succeeded.
185
+ fi
186
+
187
+ if as_func_ret_success; then
188
+ :
189
+ else
190
+ exitcode=1
191
+ echo as_func_ret_success failed.
192
+ fi
193
+
194
+ if as_func_ret_failure; then
195
+ exitcode=1
196
+ echo as_func_ret_failure succeeded.
197
+ fi
198
+
199
+ if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
200
+ :
201
+ else
202
+ exitcode=1
203
+ echo positional parameters were not saved.
204
+ fi
205
+
206
+ test \$exitcode = 0) || { (exit 1); exit 1; }
207
+
208
+ (
209
+ as_lineno_1=\$LINENO
210
+ as_lineno_2=\$LINENO
211
+ test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
212
+ test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
213
+ ") 2> /dev/null; then
214
+ :
215
+ else
216
+ as_candidate_shells=
217
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
218
+ for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
219
+ do
220
+ IFS=$as_save_IFS
221
+ test -z "$as_dir" && as_dir=.
222
+ case $as_dir in
223
+ /*)
224
+ for as_base in sh bash ksh sh5; do
225
+ as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
226
+ done;;
227
+ esac
228
+ done
229
+ IFS=$as_save_IFS
230
+
231
+
232
+ for as_shell in $as_candidate_shells $SHELL; do
233
+ # Try only shells that exist, to save several forks.
234
+ if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
235
+ { ("$as_shell") 2> /dev/null <<\_ASEOF
236
+ # Be Bourne compatible
237
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
238
+ emulate sh
239
+ NULLCMD=:
240
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
241
+ # is contrary to our usage. Disable this feature.
242
+ alias -g '${1+"$@"}'='"$@"'
243
+ setopt NO_GLOB_SUBST
244
+ else
245
+ case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
246
+ fi
247
+ BIN_SH=xpg4; export BIN_SH # for Tru64
248
+ DUALCASE=1; export DUALCASE # for MKS sh
249
+
250
+ :
251
+ _ASEOF
252
+ }; then
253
+ CONFIG_SHELL=$as_shell
254
+ as_have_required=yes
255
+ if { "$as_shell" 2> /dev/null <<\_ASEOF
256
+ # Be Bourne compatible
257
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
258
+ emulate sh
259
+ NULLCMD=:
260
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
261
+ # is contrary to our usage. Disable this feature.
262
+ alias -g '${1+"$@"}'='"$@"'
263
+ setopt NO_GLOB_SUBST
264
+ else
265
+ case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
266
+ fi
267
+ BIN_SH=xpg4; export BIN_SH # for Tru64
268
+ DUALCASE=1; export DUALCASE # for MKS sh
269
+
270
+ :
271
+ (as_func_return () {
272
+ (exit $1)
273
+ }
274
+ as_func_success () {
275
+ as_func_return 0
276
+ }
277
+ as_func_failure () {
278
+ as_func_return 1
279
+ }
280
+ as_func_ret_success () {
281
+ return 0
282
+ }
283
+ as_func_ret_failure () {
284
+ return 1
285
+ }
286
+
287
+ exitcode=0
288
+ if as_func_success; then
289
+ :
290
+ else
291
+ exitcode=1
292
+ echo as_func_success failed.
293
+ fi
294
+
295
+ if as_func_failure; then
296
+ exitcode=1
297
+ echo as_func_failure succeeded.
298
+ fi
299
+
300
+ if as_func_ret_success; then
301
+ :
302
+ else
303
+ exitcode=1
304
+ echo as_func_ret_success failed.
305
+ fi
306
+
307
+ if as_func_ret_failure; then
308
+ exitcode=1
309
+ echo as_func_ret_failure succeeded.
310
+ fi
311
+
312
+ if ( set x; as_func_ret_success y && test x = "$1" ); then
313
+ :
314
+ else
315
+ exitcode=1
316
+ echo positional parameters were not saved.
317
+ fi
318
+
319
+ test $exitcode = 0) || { (exit 1); exit 1; }
320
+
321
+ (
322
+ as_lineno_1=$LINENO
323
+ as_lineno_2=$LINENO
324
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
325
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
326
+
327
+ _ASEOF
328
+ }; then
329
+ break
330
+ fi
331
+
332
+ fi
333
+
334
+ done
335
+
336
+ if test "x$CONFIG_SHELL" != x; then
337
+ for as_var in BASH_ENV ENV
338
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
339
+ done
340
+ export CONFIG_SHELL
341
+ exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
342
+ fi
343
+
344
+
345
+ if test $as_have_required = no; then
346
+ echo This script requires a shell more modern than all the
347
+ echo shells that I found on your system. Please install a
348
+ echo modern shell, or manually run the script under such a
349
+ echo shell if you do have one.
350
+ { (exit 1); exit 1; }
351
+ fi
352
+
353
+
354
+ fi
355
+
356
+ fi
357
+
358
+
359
+
360
+ (eval "as_func_return () {
361
+ (exit \$1)
362
+ }
363
+ as_func_success () {
364
+ as_func_return 0
365
+ }
366
+ as_func_failure () {
367
+ as_func_return 1
368
+ }
369
+ as_func_ret_success () {
370
+ return 0
371
+ }
372
+ as_func_ret_failure () {
373
+ return 1
374
+ }
375
+
376
+ exitcode=0
377
+ if as_func_success; then
378
+ :
379
+ else
380
+ exitcode=1
381
+ echo as_func_success failed.
382
+ fi
383
+
384
+ if as_func_failure; then
385
+ exitcode=1
386
+ echo as_func_failure succeeded.
387
+ fi
388
+
389
+ if as_func_ret_success; then
390
+ :
391
+ else
392
+ exitcode=1
393
+ echo as_func_ret_success failed.
394
+ fi
395
+
396
+ if as_func_ret_failure; then
397
+ exitcode=1
398
+ echo as_func_ret_failure succeeded.
399
+ fi
400
+
401
+ if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
402
+ :
403
+ else
404
+ exitcode=1
405
+ echo positional parameters were not saved.
406
+ fi
407
+
408
+ test \$exitcode = 0") || {
409
+ echo No shell found that supports shell functions.
410
+ echo Please tell autoconf@gnu.org about your system,
411
+ echo including any error possibly output before this
412
+ echo message
413
+ }
414
+
415
+
416
+
417
+ as_lineno_1=$LINENO
418
+ as_lineno_2=$LINENO
419
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
420
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
421
+
422
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
423
+ # uniformly replaced by the line number. The first 'sed' inserts a
424
+ # line-number line after each line using $LINENO; the second 'sed'
425
+ # does the real work. The second script uses 'N' to pair each
426
+ # line-number line with the line containing $LINENO, and appends
427
+ # trailing '-' during substitution so that $LINENO is not a special
428
+ # case at line end.
429
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
430
+ # scripts with optimization help from Paolo Bonzini. Blame Lee
431
+ # E. McMahon (1931-1989) for sed's syntax. :-)
432
+ sed -n '
433
+ p
434
+ /[$]LINENO/=
435
+ ' <$as_myself |
436
+ sed '
437
+ s/[$]LINENO.*/&-/
438
+ t lineno
439
+ b
440
+ :lineno
441
+ N
442
+ :loop
443
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
444
+ t loop
445
+ s/-\n.*//
446
+ ' >$as_me.lineno &&
447
+ chmod +x "$as_me.lineno" ||
448
+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
449
+ { (exit 1); exit 1; }; }
450
+
451
+ # Don't try to exec as it changes $[0], causing all sort of problems
452
+ # (the dirname of $[0] is not the place where we might find the
453
+ # original and so on. Autoconf is especially sensitive to this).
454
+ . "./$as_me.lineno"
455
+ # Exit status is that of the last command.
456
+ exit
457
+ }
458
+
459
+
460
+ if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
461
+ as_dirname=dirname
462
+ else
463
+ as_dirname=false
464
+ fi
465
+
466
+ ECHO_C= ECHO_N= ECHO_T=
467
+ case `echo -n x` in
468
+ -n*)
469
+ case `echo 'x\c'` in
470
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
471
+ *) ECHO_C='\c';;
472
+ esac;;
473
+ *)
474
+ ECHO_N='-n';;
475
+ esac
476
+
477
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
478
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
479
+ as_expr=expr
480
+ else
481
+ as_expr=false
482
+ fi
483
+
484
+ rm -f conf$$ conf$$.exe conf$$.file
485
+ if test -d conf$$.dir; then
486
+ rm -f conf$$.dir/conf$$.file
487
+ else
488
+ rm -f conf$$.dir
489
+ mkdir conf$$.dir
490
+ fi
491
+ echo >conf$$.file
492
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
493
+ as_ln_s='ln -s'
494
+ # ... but there are two gotchas:
495
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
496
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
497
+ # In both cases, we have to default to `cp -p'.
498
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
499
+ as_ln_s='cp -p'
500
+ elif ln conf$$.file conf$$ 2>/dev/null; then
501
+ as_ln_s=ln
502
+ else
503
+ as_ln_s='cp -p'
504
+ fi
505
+ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
506
+ rmdir conf$$.dir 2>/dev/null
507
+
508
+ if mkdir -p . 2>/dev/null; then
509
+ as_mkdir_p=:
510
+ else
511
+ test -d ./-p && rmdir ./-p
512
+ as_mkdir_p=false
513
+ fi
514
+
515
+ # Find out whether ``test -x'' works. Don't use a zero-byte file, as
516
+ # systems may use methods other than mode bits to determine executability.
517
+ cat >conf$$.file <<_ASEOF
518
+ #! /bin/sh
519
+ exit 0
520
+ _ASEOF
521
+ chmod +x conf$$.file
522
+ if test -x conf$$.file >/dev/null 2>&1; then
523
+ as_executable_p="test -x"
524
+ else
525
+ as_executable_p=:
526
+ fi
527
+ rm -f conf$$.file
528
+
529
+ # Sed expression to map a string onto a valid CPP name.
530
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
531
+
532
+ # Sed expression to map a string onto a valid variable name.
533
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
534
+
535
+
536
+
537
+ exec 7<&0 </dev/null 6>&1
538
+
539
+ # Name of the host.
540
+ # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
541
+ # so uname gets run too.
542
+ ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
543
+
544
+ #
545
+ # Initializations.
546
+ #
547
+ ac_default_prefix=/usr/local
548
+ ac_clean_files=
549
+ ac_config_libobj_dir=.
550
+ LIBOBJS=
551
+ cross_compiling=no
552
+ subdirs=
553
+ MFLAGS=
554
+ MAKEFLAGS=
555
+ SHELL=${CONFIG_SHELL-/bin/sh}
556
+
557
+ # Identity of this package.
558
+ PACKAGE_NAME=
559
+ PACKAGE_TARNAME=
560
+ PACKAGE_VERSION=
561
+ PACKAGE_STRING=
562
+ PACKAGE_BUGREPORT=
563
+
564
+ ac_unique_file="matrix.def"
565
+ ac_subst_vars='SHELL
566
+ PATH_SEPARATOR
567
+ PACKAGE_NAME
568
+ PACKAGE_TARNAME
569
+ PACKAGE_VERSION
570
+ PACKAGE_STRING
571
+ PACKAGE_BUGREPORT
572
+ exec_prefix
573
+ prefix
574
+ program_transform_name
575
+ bindir
576
+ sbindir
577
+ libexecdir
578
+ datarootdir
579
+ datadir
580
+ sysconfdir
581
+ sharedstatedir
582
+ localstatedir
583
+ includedir
584
+ oldincludedir
585
+ docdir
586
+ infodir
587
+ htmldir
588
+ dvidir
589
+ pdfdir
590
+ psdir
591
+ libdir
592
+ localedir
593
+ mandir
594
+ DEFS
595
+ ECHO_C
596
+ ECHO_N
597
+ ECHO_T
598
+ LIBS
599
+ build_alias
600
+ host_alias
601
+ target_alias
602
+ INSTALL_PROGRAM
603
+ INSTALL_SCRIPT
604
+ INSTALL_DATA
605
+ PACKAGE
606
+ VERSION
607
+ ACLOCAL
608
+ AUTOCONF
609
+ AUTOMAKE
610
+ AUTOHEADER
611
+ MAKEINFO
612
+ SET_MAKE
613
+ MECAB_CONFIG
614
+ MECAB_DICDIR
615
+ MECAB_DICT_INDEX
616
+ MECAB_MECABRC
617
+ CHARSET
618
+ MECAB_LEXICAL_DIC
619
+ MECAB_GENDATA
620
+ MECAB_PREDATA
621
+ LIBOBJS
622
+ LTLIBOBJS'
623
+ ac_subst_files=''
624
+ ac_precious_vars='build_alias
625
+ host_alias
626
+ target_alias'
627
+
628
+
629
+ # Initialize some variables set by options.
630
+ ac_init_help=
631
+ ac_init_version=false
632
+ # The variables have the same names as the options, with
633
+ # dashes changed to underlines.
634
+ cache_file=/dev/null
635
+ exec_prefix=NONE
636
+ no_create=
637
+ no_recursion=
638
+ prefix=NONE
639
+ program_prefix=NONE
640
+ program_suffix=NONE
641
+ program_transform_name=s,x,x,
642
+ silent=
643
+ site=
644
+ srcdir=
645
+ verbose=
646
+ x_includes=NONE
647
+ x_libraries=NONE
648
+
649
+ # Installation directory options.
650
+ # These are left unexpanded so users can "make install exec_prefix=/foo"
651
+ # and all the variables that are supposed to be based on exec_prefix
652
+ # by default will actually change.
653
+ # Use braces instead of parens because sh, perl, etc. also accept them.
654
+ # (The list follows the same order as the GNU Coding Standards.)
655
+ bindir='${exec_prefix}/bin'
656
+ sbindir='${exec_prefix}/sbin'
657
+ libexecdir='${exec_prefix}/libexec'
658
+ datarootdir='${prefix}/share'
659
+ datadir='${datarootdir}'
660
+ sysconfdir='${prefix}/etc'
661
+ sharedstatedir='${prefix}/com'
662
+ localstatedir='${prefix}/var'
663
+ includedir='${prefix}/include'
664
+ oldincludedir='/usr/include'
665
+ docdir='${datarootdir}/doc/${PACKAGE}'
666
+ infodir='${datarootdir}/info'
667
+ htmldir='${docdir}'
668
+ dvidir='${docdir}'
669
+ pdfdir='${docdir}'
670
+ psdir='${docdir}'
671
+ libdir='${exec_prefix}/lib'
672
+ localedir='${datarootdir}/locale'
673
+ mandir='${datarootdir}/man'
674
+
675
+ ac_prev=
676
+ ac_dashdash=
677
+ for ac_option
678
+ do
679
+ # If the previous option needs an argument, assign it.
680
+ if test -n "$ac_prev"; then
681
+ eval $ac_prev=\$ac_option
682
+ ac_prev=
683
+ continue
684
+ fi
685
+
686
+ case $ac_option in
687
+ *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
688
+ *) ac_optarg=yes ;;
689
+ esac
690
+
691
+ # Accept the important Cygnus configure options, so we can diagnose typos.
692
+
693
+ case $ac_dashdash$ac_option in
694
+ --)
695
+ ac_dashdash=yes ;;
696
+
697
+ -bindir | --bindir | --bindi | --bind | --bin | --bi)
698
+ ac_prev=bindir ;;
699
+ -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
700
+ bindir=$ac_optarg ;;
701
+
702
+ -build | --build | --buil | --bui | --bu)
703
+ ac_prev=build_alias ;;
704
+ -build=* | --build=* | --buil=* | --bui=* | --bu=*)
705
+ build_alias=$ac_optarg ;;
706
+
707
+ -cache-file | --cache-file | --cache-fil | --cache-fi \
708
+ | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
709
+ ac_prev=cache_file ;;
710
+ -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
711
+ | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
712
+ cache_file=$ac_optarg ;;
713
+
714
+ --config-cache | -C)
715
+ cache_file=config.cache ;;
716
+
717
+ -datadir | --datadir | --datadi | --datad)
718
+ ac_prev=datadir ;;
719
+ -datadir=* | --datadir=* | --datadi=* | --datad=*)
720
+ datadir=$ac_optarg ;;
721
+
722
+ -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
723
+ | --dataroo | --dataro | --datar)
724
+ ac_prev=datarootdir ;;
725
+ -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
726
+ | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
727
+ datarootdir=$ac_optarg ;;
728
+
729
+ -disable-* | --disable-*)
730
+ ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
731
+ # Reject names that are not valid shell variable names.
732
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
733
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
734
+ { (exit 1); exit 1; }; }
735
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
736
+ eval enable_$ac_feature=no ;;
737
+
738
+ -docdir | --docdir | --docdi | --doc | --do)
739
+ ac_prev=docdir ;;
740
+ -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
741
+ docdir=$ac_optarg ;;
742
+
743
+ -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
744
+ ac_prev=dvidir ;;
745
+ -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
746
+ dvidir=$ac_optarg ;;
747
+
748
+ -enable-* | --enable-*)
749
+ ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
750
+ # Reject names that are not valid shell variable names.
751
+ expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
752
+ { echo "$as_me: error: invalid feature name: $ac_feature" >&2
753
+ { (exit 1); exit 1; }; }
754
+ ac_feature=`echo $ac_feature | sed 's/-/_/g'`
755
+ eval enable_$ac_feature=\$ac_optarg ;;
756
+
757
+ -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
758
+ | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
759
+ | --exec | --exe | --ex)
760
+ ac_prev=exec_prefix ;;
761
+ -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
762
+ | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
763
+ | --exec=* | --exe=* | --ex=*)
764
+ exec_prefix=$ac_optarg ;;
765
+
766
+ -gas | --gas | --ga | --g)
767
+ # Obsolete; use --with-gas.
768
+ with_gas=yes ;;
769
+
770
+ -help | --help | --hel | --he | -h)
771
+ ac_init_help=long ;;
772
+ -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
773
+ ac_init_help=recursive ;;
774
+ -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
775
+ ac_init_help=short ;;
776
+
777
+ -host | --host | --hos | --ho)
778
+ ac_prev=host_alias ;;
779
+ -host=* | --host=* | --hos=* | --ho=*)
780
+ host_alias=$ac_optarg ;;
781
+
782
+ -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
783
+ ac_prev=htmldir ;;
784
+ -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
785
+ | --ht=*)
786
+ htmldir=$ac_optarg ;;
787
+
788
+ -includedir | --includedir | --includedi | --included | --include \
789
+ | --includ | --inclu | --incl | --inc)
790
+ ac_prev=includedir ;;
791
+ -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
792
+ | --includ=* | --inclu=* | --incl=* | --inc=*)
793
+ includedir=$ac_optarg ;;
794
+
795
+ -infodir | --infodir | --infodi | --infod | --info | --inf)
796
+ ac_prev=infodir ;;
797
+ -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
798
+ infodir=$ac_optarg ;;
799
+
800
+ -libdir | --libdir | --libdi | --libd)
801
+ ac_prev=libdir ;;
802
+ -libdir=* | --libdir=* | --libdi=* | --libd=*)
803
+ libdir=$ac_optarg ;;
804
+
805
+ -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
806
+ | --libexe | --libex | --libe)
807
+ ac_prev=libexecdir ;;
808
+ -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
809
+ | --libexe=* | --libex=* | --libe=*)
810
+ libexecdir=$ac_optarg ;;
811
+
812
+ -localedir | --localedir | --localedi | --localed | --locale)
813
+ ac_prev=localedir ;;
814
+ -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
815
+ localedir=$ac_optarg ;;
816
+
817
+ -localstatedir | --localstatedir | --localstatedi | --localstated \
818
+ | --localstate | --localstat | --localsta | --localst | --locals)
819
+ ac_prev=localstatedir ;;
820
+ -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
821
+ | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
822
+ localstatedir=$ac_optarg ;;
823
+
824
+ -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
825
+ ac_prev=mandir ;;
826
+ -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
827
+ mandir=$ac_optarg ;;
828
+
829
+ -nfp | --nfp | --nf)
830
+ # Obsolete; use --without-fp.
831
+ with_fp=no ;;
832
+
833
+ -no-create | --no-create | --no-creat | --no-crea | --no-cre \
834
+ | --no-cr | --no-c | -n)
835
+ no_create=yes ;;
836
+
837
+ -no-recursion | --no-recursion | --no-recursio | --no-recursi \
838
+ | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
839
+ no_recursion=yes ;;
840
+
841
+ -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
842
+ | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
843
+ | --oldin | --oldi | --old | --ol | --o)
844
+ ac_prev=oldincludedir ;;
845
+ -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
846
+ | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
847
+ | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
848
+ oldincludedir=$ac_optarg ;;
849
+
850
+ -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
851
+ ac_prev=prefix ;;
852
+ -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
853
+ prefix=$ac_optarg ;;
854
+
855
+ -program-prefix | --program-prefix | --program-prefi | --program-pref \
856
+ | --program-pre | --program-pr | --program-p)
857
+ ac_prev=program_prefix ;;
858
+ -program-prefix=* | --program-prefix=* | --program-prefi=* \
859
+ | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
860
+ program_prefix=$ac_optarg ;;
861
+
862
+ -program-suffix | --program-suffix | --program-suffi | --program-suff \
863
+ | --program-suf | --program-su | --program-s)
864
+ ac_prev=program_suffix ;;
865
+ -program-suffix=* | --program-suffix=* | --program-suffi=* \
866
+ | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
867
+ program_suffix=$ac_optarg ;;
868
+
869
+ -program-transform-name | --program-transform-name \
870
+ | --program-transform-nam | --program-transform-na \
871
+ | --program-transform-n | --program-transform- \
872
+ | --program-transform | --program-transfor \
873
+ | --program-transfo | --program-transf \
874
+ | --program-trans | --program-tran \
875
+ | --progr-tra | --program-tr | --program-t)
876
+ ac_prev=program_transform_name ;;
877
+ -program-transform-name=* | --program-transform-name=* \
878
+ | --program-transform-nam=* | --program-transform-na=* \
879
+ | --program-transform-n=* | --program-transform-=* \
880
+ | --program-transform=* | --program-transfor=* \
881
+ | --program-transfo=* | --program-transf=* \
882
+ | --program-trans=* | --program-tran=* \
883
+ | --progr-tra=* | --program-tr=* | --program-t=*)
884
+ program_transform_name=$ac_optarg ;;
885
+
886
+ -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
887
+ ac_prev=pdfdir ;;
888
+ -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
889
+ pdfdir=$ac_optarg ;;
890
+
891
+ -psdir | --psdir | --psdi | --psd | --ps)
892
+ ac_prev=psdir ;;
893
+ -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
894
+ psdir=$ac_optarg ;;
895
+
896
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
897
+ | -silent | --silent | --silen | --sile | --sil)
898
+ silent=yes ;;
899
+
900
+ -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
901
+ ac_prev=sbindir ;;
902
+ -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
903
+ | --sbi=* | --sb=*)
904
+ sbindir=$ac_optarg ;;
905
+
906
+ -sharedstatedir | --sharedstatedir | --sharedstatedi \
907
+ | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
908
+ | --sharedst | --shareds | --shared | --share | --shar \
909
+ | --sha | --sh)
910
+ ac_prev=sharedstatedir ;;
911
+ -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
912
+ | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
913
+ | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
914
+ | --sha=* | --sh=*)
915
+ sharedstatedir=$ac_optarg ;;
916
+
917
+ -site | --site | --sit)
918
+ ac_prev=site ;;
919
+ -site=* | --site=* | --sit=*)
920
+ site=$ac_optarg ;;
921
+
922
+ -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
923
+ ac_prev=srcdir ;;
924
+ -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
925
+ srcdir=$ac_optarg ;;
926
+
927
+ -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
928
+ | --syscon | --sysco | --sysc | --sys | --sy)
929
+ ac_prev=sysconfdir ;;
930
+ -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
931
+ | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
932
+ sysconfdir=$ac_optarg ;;
933
+
934
+ -target | --target | --targe | --targ | --tar | --ta | --t)
935
+ ac_prev=target_alias ;;
936
+ -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
937
+ target_alias=$ac_optarg ;;
938
+
939
+ -v | -verbose | --verbose | --verbos | --verbo | --verb)
940
+ verbose=yes ;;
941
+
942
+ -version | --version | --versio | --versi | --vers | -V)
943
+ ac_init_version=: ;;
944
+
945
+ -with-* | --with-*)
946
+ ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
947
+ # Reject names that are not valid shell variable names.
948
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
949
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
950
+ { (exit 1); exit 1; }; }
951
+ ac_package=`echo $ac_package| sed 's/-/_/g'`
952
+ eval with_$ac_package=\$ac_optarg ;;
953
+
954
+ -without-* | --without-*)
955
+ ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
956
+ # Reject names that are not valid shell variable names.
957
+ expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
958
+ { echo "$as_me: error: invalid package name: $ac_package" >&2
959
+ { (exit 1); exit 1; }; }
960
+ ac_package=`echo $ac_package | sed 's/-/_/g'`
961
+ eval with_$ac_package=no ;;
962
+
963
+ --x)
964
+ # Obsolete; use --with-x.
965
+ with_x=yes ;;
966
+
967
+ -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
968
+ | --x-incl | --x-inc | --x-in | --x-i)
969
+ ac_prev=x_includes ;;
970
+ -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
971
+ | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
972
+ x_includes=$ac_optarg ;;
973
+
974
+ -x-libraries | --x-libraries | --x-librarie | --x-librari \
975
+ | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
976
+ ac_prev=x_libraries ;;
977
+ -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
978
+ | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
979
+ x_libraries=$ac_optarg ;;
980
+
981
+ -*) { echo "$as_me: error: unrecognized option: $ac_option
982
+ Try \`$0 --help' for more information." >&2
983
+ { (exit 1); exit 1; }; }
984
+ ;;
985
+
986
+ *=*)
987
+ ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
988
+ # Reject names that are not valid shell variable names.
989
+ expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
990
+ { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
991
+ { (exit 1); exit 1; }; }
992
+ eval $ac_envvar=\$ac_optarg
993
+ export $ac_envvar ;;
994
+
995
+ *)
996
+ # FIXME: should be removed in autoconf 3.0.
997
+ echo "$as_me: WARNING: you should use --build, --host, --target" >&2
998
+ expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
999
+ echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1000
+ : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1001
+ ;;
1002
+
1003
+ esac
1004
+ done
1005
+
1006
+ if test -n "$ac_prev"; then
1007
+ ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1008
+ { echo "$as_me: error: missing argument to $ac_option" >&2
1009
+ { (exit 1); exit 1; }; }
1010
+ fi
1011
+
1012
+ # Be sure to have absolute directory names.
1013
+ for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1014
+ datadir sysconfdir sharedstatedir localstatedir includedir \
1015
+ oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1016
+ libdir localedir mandir
1017
+ do
1018
+ eval ac_val=\$$ac_var
1019
+ case $ac_val in
1020
+ [\\/$]* | ?:[\\/]* ) continue;;
1021
+ NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1022
+ esac
1023
+ { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1024
+ { (exit 1); exit 1; }; }
1025
+ done
1026
+
1027
+ # There might be people who depend on the old broken behavior: `$host'
1028
+ # used to hold the argument of --host etc.
1029
+ # FIXME: To remove some day.
1030
+ build=$build_alias
1031
+ host=$host_alias
1032
+ target=$target_alias
1033
+
1034
+ # FIXME: To remove some day.
1035
+ if test "x$host_alias" != x; then
1036
+ if test "x$build_alias" = x; then
1037
+ cross_compiling=maybe
1038
+ echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1039
+ If a cross compiler is detected then cross compile mode will be used." >&2
1040
+ elif test "x$build_alias" != "x$host_alias"; then
1041
+ cross_compiling=yes
1042
+ fi
1043
+ fi
1044
+
1045
+ ac_tool_prefix=
1046
+ test -n "$host_alias" && ac_tool_prefix=$host_alias-
1047
+
1048
+ test "$silent" = yes && exec 6>/dev/null
1049
+
1050
+
1051
+ ac_pwd=`pwd` && test -n "$ac_pwd" &&
1052
+ ac_ls_di=`ls -di .` &&
1053
+ ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1054
+ { echo "$as_me: error: Working directory cannot be determined" >&2
1055
+ { (exit 1); exit 1; }; }
1056
+ test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1057
+ { echo "$as_me: error: pwd does not report name of working directory" >&2
1058
+ { (exit 1); exit 1; }; }
1059
+
1060
+
1061
+ # Find the source files, if location was not specified.
1062
+ if test -z "$srcdir"; then
1063
+ ac_srcdir_defaulted=yes
1064
+ # Try the directory containing this script, then the parent directory.
1065
+ ac_confdir=`$as_dirname -- "$0" ||
1066
+ $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1067
+ X"$0" : 'X\(//\)[^/]' \| \
1068
+ X"$0" : 'X\(//\)$' \| \
1069
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1070
+ echo X"$0" |
1071
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1072
+ s//\1/
1073
+ q
1074
+ }
1075
+ /^X\(\/\/\)[^/].*/{
1076
+ s//\1/
1077
+ q
1078
+ }
1079
+ /^X\(\/\/\)$/{
1080
+ s//\1/
1081
+ q
1082
+ }
1083
+ /^X\(\/\).*/{
1084
+ s//\1/
1085
+ q
1086
+ }
1087
+ s/.*/./; q'`
1088
+ srcdir=$ac_confdir
1089
+ if test ! -r "$srcdir/$ac_unique_file"; then
1090
+ srcdir=..
1091
+ fi
1092
+ else
1093
+ ac_srcdir_defaulted=no
1094
+ fi
1095
+ if test ! -r "$srcdir/$ac_unique_file"; then
1096
+ test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1097
+ { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1098
+ { (exit 1); exit 1; }; }
1099
+ fi
1100
+ ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1101
+ ac_abs_confdir=`(
1102
+ cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1103
+ { (exit 1); exit 1; }; }
1104
+ pwd)`
1105
+ # When building in place, set srcdir=.
1106
+ if test "$ac_abs_confdir" = "$ac_pwd"; then
1107
+ srcdir=.
1108
+ fi
1109
+ # Remove unnecessary trailing slashes from srcdir.
1110
+ # Double slashes in file names in object file debugging info
1111
+ # mess up M-x gdb in Emacs.
1112
+ case $srcdir in
1113
+ */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1114
+ esac
1115
+ for ac_var in $ac_precious_vars; do
1116
+ eval ac_env_${ac_var}_set=\${${ac_var}+set}
1117
+ eval ac_env_${ac_var}_value=\$${ac_var}
1118
+ eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1119
+ eval ac_cv_env_${ac_var}_value=\$${ac_var}
1120
+ done
1121
+
1122
+ #
1123
+ # Report the --help message.
1124
+ #
1125
+ if test "$ac_init_help" = "long"; then
1126
+ # Omit some internal or obsolete options to make the list less imposing.
1127
+ # This message is too long to be a string in the A/UX 3.1 sh.
1128
+ cat <<_ACEOF
1129
+ \`configure' configures this package to adapt to many kinds of systems.
1130
+
1131
+ Usage: $0 [OPTION]... [VAR=VALUE]...
1132
+
1133
+ To assign environment variables (e.g., CC, CFLAGS...), specify them as
1134
+ VAR=VALUE. See below for descriptions of some of the useful variables.
1135
+
1136
+ Defaults for the options are specified in brackets.
1137
+
1138
+ Configuration:
1139
+ -h, --help display this help and exit
1140
+ --help=short display options specific to this package
1141
+ --help=recursive display the short help of all the included packages
1142
+ -V, --version display version information and exit
1143
+ -q, --quiet, --silent do not print \`checking...' messages
1144
+ --cache-file=FILE cache test results in FILE [disabled]
1145
+ -C, --config-cache alias for \`--cache-file=config.cache'
1146
+ -n, --no-create do not create output files
1147
+ --srcdir=DIR find the sources in DIR [configure dir or \`..']
1148
+
1149
+ Installation directories:
1150
+ --prefix=PREFIX install architecture-independent files in PREFIX
1151
+ [$ac_default_prefix]
1152
+ --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1153
+ [PREFIX]
1154
+
1155
+ By default, \`make install' will install all the files in
1156
+ \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1157
+ an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1158
+ for instance \`--prefix=\$HOME'.
1159
+
1160
+ For better control, use the options below.
1161
+
1162
+ Fine tuning of the installation directories:
1163
+ --bindir=DIR user executables [EPREFIX/bin]
1164
+ --sbindir=DIR system admin executables [EPREFIX/sbin]
1165
+ --libexecdir=DIR program executables [EPREFIX/libexec]
1166
+ --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1167
+ --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1168
+ --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1169
+ --libdir=DIR object code libraries [EPREFIX/lib]
1170
+ --includedir=DIR C header files [PREFIX/include]
1171
+ --oldincludedir=DIR C header files for non-gcc [/usr/include]
1172
+ --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1173
+ --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1174
+ --infodir=DIR info documentation [DATAROOTDIR/info]
1175
+ --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1176
+ --mandir=DIR man documentation [DATAROOTDIR/man]
1177
+ --docdir=DIR documentation root [DATAROOTDIR/doc/PACKAGE]
1178
+ --htmldir=DIR html documentation [DOCDIR]
1179
+ --dvidir=DIR dvi documentation [DOCDIR]
1180
+ --pdfdir=DIR pdf documentation [DOCDIR]
1181
+ --psdir=DIR ps documentation [DOCDIR]
1182
+ _ACEOF
1183
+
1184
+ cat <<\_ACEOF
1185
+
1186
+ Program names:
1187
+ --program-prefix=PREFIX prepend PREFIX to installed program names
1188
+ --program-suffix=SUFFIX append SUFFIX to installed program names
1189
+ --program-transform-name=PROGRAM run sed PROGRAM on installed program names
1190
+ _ACEOF
1191
+ fi
1192
+
1193
+ if test -n "$ac_init_help"; then
1194
+
1195
+ cat <<\_ACEOF
1196
+
1197
+ Optional Packages:
1198
+ --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1199
+ --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1200
+ --with-dicdir=DIR set dicdir location
1201
+ --with-mecab-config=PATH set mecab-config location search path
1202
+ --with-charset=charset set default charset (euc-jp/sjis/utf-8))
1203
+
1204
+ _ACEOF
1205
+ ac_status=$?
1206
+ fi
1207
+
1208
+ if test "$ac_init_help" = "recursive"; then
1209
+ # If there are subdirs, report their specific --help.
1210
+ for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1211
+ test -d "$ac_dir" || continue
1212
+ ac_builddir=.
1213
+
1214
+ case "$ac_dir" in
1215
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1216
+ *)
1217
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1218
+ # A ".." for each directory in $ac_dir_suffix.
1219
+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1220
+ case $ac_top_builddir_sub in
1221
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1222
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1223
+ esac ;;
1224
+ esac
1225
+ ac_abs_top_builddir=$ac_pwd
1226
+ ac_abs_builddir=$ac_pwd$ac_dir_suffix
1227
+ # for backward compatibility:
1228
+ ac_top_builddir=$ac_top_build_prefix
1229
+
1230
+ case $srcdir in
1231
+ .) # We are building in place.
1232
+ ac_srcdir=.
1233
+ ac_top_srcdir=$ac_top_builddir_sub
1234
+ ac_abs_top_srcdir=$ac_pwd ;;
1235
+ [\\/]* | ?:[\\/]* ) # Absolute name.
1236
+ ac_srcdir=$srcdir$ac_dir_suffix;
1237
+ ac_top_srcdir=$srcdir
1238
+ ac_abs_top_srcdir=$srcdir ;;
1239
+ *) # Relative name.
1240
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1241
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
1242
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1243
+ esac
1244
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1245
+
1246
+ cd "$ac_dir" || { ac_status=$?; continue; }
1247
+ # Check for guested configure.
1248
+ if test -f "$ac_srcdir/configure.gnu"; then
1249
+ echo &&
1250
+ $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1251
+ elif test -f "$ac_srcdir/configure"; then
1252
+ echo &&
1253
+ $SHELL "$ac_srcdir/configure" --help=recursive
1254
+ else
1255
+ echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1256
+ fi || ac_status=$?
1257
+ cd "$ac_pwd" || { ac_status=$?; break; }
1258
+ done
1259
+ fi
1260
+
1261
+ test -n "$ac_init_help" && exit $ac_status
1262
+ if $ac_init_version; then
1263
+ cat <<\_ACEOF
1264
+ configure
1265
+ generated by GNU Autoconf 2.60
1266
+
1267
+ Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1268
+ 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1269
+ This configure script is free software; the Free Software Foundation
1270
+ gives unlimited permission to copy, distribute and modify it.
1271
+ _ACEOF
1272
+ exit
1273
+ fi
1274
+ cat >config.log <<_ACEOF
1275
+ This file contains any messages produced by compilers while
1276
+ running configure, to aid debugging if configure makes a mistake.
1277
+
1278
+ It was created by $as_me, which was
1279
+ generated by GNU Autoconf 2.60. Invocation command line was
1280
+
1281
+ $ $0 $@
1282
+
1283
+ _ACEOF
1284
+ exec 5>>config.log
1285
+ {
1286
+ cat <<_ASUNAME
1287
+ ## --------- ##
1288
+ ## Platform. ##
1289
+ ## --------- ##
1290
+
1291
+ hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1292
+ uname -m = `(uname -m) 2>/dev/null || echo unknown`
1293
+ uname -r = `(uname -r) 2>/dev/null || echo unknown`
1294
+ uname -s = `(uname -s) 2>/dev/null || echo unknown`
1295
+ uname -v = `(uname -v) 2>/dev/null || echo unknown`
1296
+
1297
+ /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1298
+ /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1299
+
1300
+ /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1301
+ /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1302
+ /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1303
+ /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1304
+ /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1305
+ /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1306
+ /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1307
+
1308
+ _ASUNAME
1309
+
1310
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1311
+ for as_dir in $PATH
1312
+ do
1313
+ IFS=$as_save_IFS
1314
+ test -z "$as_dir" && as_dir=.
1315
+ echo "PATH: $as_dir"
1316
+ done
1317
+ IFS=$as_save_IFS
1318
+
1319
+ } >&5
1320
+
1321
+ cat >&5 <<_ACEOF
1322
+
1323
+
1324
+ ## ----------- ##
1325
+ ## Core tests. ##
1326
+ ## ----------- ##
1327
+
1328
+ _ACEOF
1329
+
1330
+
1331
+ # Keep a trace of the command line.
1332
+ # Strip out --no-create and --no-recursion so they do not pile up.
1333
+ # Strip out --silent because we don't want to record it for future runs.
1334
+ # Also quote any args containing shell meta-characters.
1335
+ # Make two passes to allow for proper duplicate-argument suppression.
1336
+ ac_configure_args=
1337
+ ac_configure_args0=
1338
+ ac_configure_args1=
1339
+ ac_must_keep_next=false
1340
+ for ac_pass in 1 2
1341
+ do
1342
+ for ac_arg
1343
+ do
1344
+ case $ac_arg in
1345
+ -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1346
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1347
+ | -silent | --silent | --silen | --sile | --sil)
1348
+ continue ;;
1349
+ *\'*)
1350
+ ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1351
+ esac
1352
+ case $ac_pass in
1353
+ 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1354
+ 2)
1355
+ ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1356
+ if test $ac_must_keep_next = true; then
1357
+ ac_must_keep_next=false # Got value, back to normal.
1358
+ else
1359
+ case $ac_arg in
1360
+ *=* | --config-cache | -C | -disable-* | --disable-* \
1361
+ | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1362
+ | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1363
+ | -with-* | --with-* | -without-* | --without-* | --x)
1364
+ case "$ac_configure_args0 " in
1365
+ "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1366
+ esac
1367
+ ;;
1368
+ -* ) ac_must_keep_next=true ;;
1369
+ esac
1370
+ fi
1371
+ ac_configure_args="$ac_configure_args '$ac_arg'"
1372
+ ;;
1373
+ esac
1374
+ done
1375
+ done
1376
+ $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1377
+ $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1378
+
1379
+ # When interrupted or exit'd, cleanup temporary files, and complete
1380
+ # config.log. We remove comments because anyway the quotes in there
1381
+ # would cause problems or look ugly.
1382
+ # WARNING: Use '\'' to represent an apostrophe within the trap.
1383
+ # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1384
+ trap 'exit_status=$?
1385
+ # Save into config.log some information that might help in debugging.
1386
+ {
1387
+ echo
1388
+
1389
+ cat <<\_ASBOX
1390
+ ## ---------------- ##
1391
+ ## Cache variables. ##
1392
+ ## ---------------- ##
1393
+ _ASBOX
1394
+ echo
1395
+ # The following way of writing the cache mishandles newlines in values,
1396
+ (
1397
+ for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1398
+ eval ac_val=\$$ac_var
1399
+ case $ac_val in #(
1400
+ *${as_nl}*)
1401
+ case $ac_var in #(
1402
+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1403
+ echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1404
+ esac
1405
+ case $ac_var in #(
1406
+ _ | IFS | as_nl) ;; #(
1407
+ *) $as_unset $ac_var ;;
1408
+ esac ;;
1409
+ esac
1410
+ done
1411
+ (set) 2>&1 |
1412
+ case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1413
+ *${as_nl}ac_space=\ *)
1414
+ sed -n \
1415
+ "s/'\''/'\''\\\\'\'''\''/g;
1416
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1417
+ ;; #(
1418
+ *)
1419
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1420
+ ;;
1421
+ esac |
1422
+ sort
1423
+ )
1424
+ echo
1425
+
1426
+ cat <<\_ASBOX
1427
+ ## ----------------- ##
1428
+ ## Output variables. ##
1429
+ ## ----------------- ##
1430
+ _ASBOX
1431
+ echo
1432
+ for ac_var in $ac_subst_vars
1433
+ do
1434
+ eval ac_val=\$$ac_var
1435
+ case $ac_val in
1436
+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1437
+ esac
1438
+ echo "$ac_var='\''$ac_val'\''"
1439
+ done | sort
1440
+ echo
1441
+
1442
+ if test -n "$ac_subst_files"; then
1443
+ cat <<\_ASBOX
1444
+ ## ------------------- ##
1445
+ ## File substitutions. ##
1446
+ ## ------------------- ##
1447
+ _ASBOX
1448
+ echo
1449
+ for ac_var in $ac_subst_files
1450
+ do
1451
+ eval ac_val=\$$ac_var
1452
+ case $ac_val in
1453
+ *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1454
+ esac
1455
+ echo "$ac_var='\''$ac_val'\''"
1456
+ done | sort
1457
+ echo
1458
+ fi
1459
+
1460
+ if test -s confdefs.h; then
1461
+ cat <<\_ASBOX
1462
+ ## ----------- ##
1463
+ ## confdefs.h. ##
1464
+ ## ----------- ##
1465
+ _ASBOX
1466
+ echo
1467
+ cat confdefs.h
1468
+ echo
1469
+ fi
1470
+ test "$ac_signal" != 0 &&
1471
+ echo "$as_me: caught signal $ac_signal"
1472
+ echo "$as_me: exit $exit_status"
1473
+ } >&5
1474
+ rm -f core *.core core.conftest.* &&
1475
+ rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1476
+ exit $exit_status
1477
+ ' 0
1478
+ for ac_signal in 1 2 13 15; do
1479
+ trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1480
+ done
1481
+ ac_signal=0
1482
+
1483
+ # confdefs.h avoids OS command line length limits that DEFS can exceed.
1484
+ rm -f -r conftest* confdefs.h
1485
+
1486
+ # Predefined preprocessor variables.
1487
+
1488
+ cat >>confdefs.h <<_ACEOF
1489
+ #define PACKAGE_NAME "$PACKAGE_NAME"
1490
+ _ACEOF
1491
+
1492
+
1493
+ cat >>confdefs.h <<_ACEOF
1494
+ #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1495
+ _ACEOF
1496
+
1497
+
1498
+ cat >>confdefs.h <<_ACEOF
1499
+ #define PACKAGE_VERSION "$PACKAGE_VERSION"
1500
+ _ACEOF
1501
+
1502
+
1503
+ cat >>confdefs.h <<_ACEOF
1504
+ #define PACKAGE_STRING "$PACKAGE_STRING"
1505
+ _ACEOF
1506
+
1507
+
1508
+ cat >>confdefs.h <<_ACEOF
1509
+ #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1510
+ _ACEOF
1511
+
1512
+
1513
+ # Let the site file select an alternate cache file if it wants to.
1514
+ # Prefer explicitly selected file to automatically selected ones.
1515
+ if test -n "$CONFIG_SITE"; then
1516
+ set x "$CONFIG_SITE"
1517
+ elif test "x$prefix" != xNONE; then
1518
+ set x "$prefix/share/config.site" "$prefix/etc/config.site"
1519
+ else
1520
+ set x "$ac_default_prefix/share/config.site" \
1521
+ "$ac_default_prefix/etc/config.site"
1522
+ fi
1523
+ shift
1524
+ for ac_site_file
1525
+ do
1526
+ if test -r "$ac_site_file"; then
1527
+ { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1528
+ echo "$as_me: loading site script $ac_site_file" >&6;}
1529
+ sed 's/^/| /' "$ac_site_file" >&5
1530
+ . "$ac_site_file"
1531
+ fi
1532
+ done
1533
+
1534
+ if test -r "$cache_file"; then
1535
+ # Some versions of bash will fail to source /dev/null (special
1536
+ # files actually), so we avoid doing that.
1537
+ if test -f "$cache_file"; then
1538
+ { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1539
+ echo "$as_me: loading cache $cache_file" >&6;}
1540
+ case $cache_file in
1541
+ [\\/]* | ?:[\\/]* ) . "$cache_file";;
1542
+ *) . "./$cache_file";;
1543
+ esac
1544
+ fi
1545
+ else
1546
+ { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1547
+ echo "$as_me: creating cache $cache_file" >&6;}
1548
+ >$cache_file
1549
+ fi
1550
+
1551
+ # Check that the precious variables saved in the cache have kept the same
1552
+ # value.
1553
+ ac_cache_corrupted=false
1554
+ for ac_var in $ac_precious_vars; do
1555
+ eval ac_old_set=\$ac_cv_env_${ac_var}_set
1556
+ eval ac_new_set=\$ac_env_${ac_var}_set
1557
+ eval ac_old_val=\$ac_cv_env_${ac_var}_value
1558
+ eval ac_new_val=\$ac_env_${ac_var}_value
1559
+ case $ac_old_set,$ac_new_set in
1560
+ set,)
1561
+ { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1562
+ echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1563
+ ac_cache_corrupted=: ;;
1564
+ ,set)
1565
+ { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1566
+ echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1567
+ ac_cache_corrupted=: ;;
1568
+ ,);;
1569
+ *)
1570
+ if test "x$ac_old_val" != "x$ac_new_val"; then
1571
+ { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1572
+ echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1573
+ { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1574
+ echo "$as_me: former value: $ac_old_val" >&2;}
1575
+ { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1576
+ echo "$as_me: current value: $ac_new_val" >&2;}
1577
+ ac_cache_corrupted=:
1578
+ fi;;
1579
+ esac
1580
+ # Pass precious variables to config.status.
1581
+ if test "$ac_new_set" = set; then
1582
+ case $ac_new_val in
1583
+ *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1584
+ *) ac_arg=$ac_var=$ac_new_val ;;
1585
+ esac
1586
+ case " $ac_configure_args " in
1587
+ *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1588
+ *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1589
+ esac
1590
+ fi
1591
+ done
1592
+ if $ac_cache_corrupted; then
1593
+ { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1594
+ echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1595
+ { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1596
+ echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1597
+ { (exit 1); exit 1; }; }
1598
+ fi
1599
+
1600
+
1601
+
1602
+
1603
+
1604
+
1605
+
1606
+
1607
+
1608
+
1609
+
1610
+
1611
+
1612
+
1613
+
1614
+
1615
+
1616
+ ac_ext=c
1617
+ ac_cpp='$CPP $CPPFLAGS'
1618
+ ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1619
+ ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1620
+ ac_compiler_gnu=$ac_cv_c_compiler_gnu
1621
+
1622
+
1623
+ am__api_version="1.4"
1624
+ ac_aux_dir=
1625
+ for ac_dir in "$srcdir" "$srcdir/.." "$srcdir/../.."; do
1626
+ if test -f "$ac_dir/install-sh"; then
1627
+ ac_aux_dir=$ac_dir
1628
+ ac_install_sh="$ac_aux_dir/install-sh -c"
1629
+ break
1630
+ elif test -f "$ac_dir/install.sh"; then
1631
+ ac_aux_dir=$ac_dir
1632
+ ac_install_sh="$ac_aux_dir/install.sh -c"
1633
+ break
1634
+ elif test -f "$ac_dir/shtool"; then
1635
+ ac_aux_dir=$ac_dir
1636
+ ac_install_sh="$ac_aux_dir/shtool install -c"
1637
+ break
1638
+ fi
1639
+ done
1640
+ if test -z "$ac_aux_dir"; then
1641
+ { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&5
1642
+ echo "$as_me: error: cannot find install-sh or install.sh in \"$srcdir\" \"$srcdir/..\" \"$srcdir/../..\"" >&2;}
1643
+ { (exit 1); exit 1; }; }
1644
+ fi
1645
+
1646
+ # These three variables are undocumented and unsupported,
1647
+ # and are intended to be withdrawn in a future Autoconf release.
1648
+ # They can cause serious problems if a builder's source tree is in a directory
1649
+ # whose full name contains unusual characters.
1650
+ ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1651
+ ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1652
+ ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1653
+
1654
+
1655
+ # Find a good install program. We prefer a C program (faster),
1656
+ # so one script is as good as another. But avoid the broken or
1657
+ # incompatible versions:
1658
+ # SysV /etc/install, /usr/sbin/install
1659
+ # SunOS /usr/etc/install
1660
+ # IRIX /sbin/install
1661
+ # AIX /bin/install
1662
+ # AmigaOS /C/install, which installs bootblocks on floppy discs
1663
+ # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1664
+ # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1665
+ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1666
+ # OS/2's system install, which has a completely different semantic
1667
+ # ./install, which can be erroneously created by make from ./install.sh.
1668
+ { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1669
+ echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1670
+ if test -z "$INSTALL"; then
1671
+ if test "${ac_cv_path_install+set}" = set; then
1672
+ echo $ECHO_N "(cached) $ECHO_C" >&6
1673
+ else
1674
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1675
+ for as_dir in $PATH
1676
+ do
1677
+ IFS=$as_save_IFS
1678
+ test -z "$as_dir" && as_dir=.
1679
+ # Account for people who put trailing slashes in PATH elements.
1680
+ case $as_dir/ in
1681
+ ./ | .// | /cC/* | \
1682
+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1683
+ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1684
+ /usr/ucb/* ) ;;
1685
+ *)
1686
+ # OSF1 and SCO ODT 3.0 have their own names for install.
1687
+ # Don't use installbsd from OSF since it installs stuff as root
1688
+ # by default.
1689
+ for ac_prog in ginstall scoinst install; do
1690
+ for ac_exec_ext in '' $ac_executable_extensions; do
1691
+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1692
+ if test $ac_prog = install &&
1693
+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1694
+ # AIX install. It has an incompatible calling convention.
1695
+ :
1696
+ elif test $ac_prog = install &&
1697
+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1698
+ # program-specific install script used by HP pwplus--don't use.
1699
+ :
1700
+ else
1701
+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1702
+ break 3
1703
+ fi
1704
+ fi
1705
+ done
1706
+ done
1707
+ ;;
1708
+ esac
1709
+ done
1710
+ IFS=$as_save_IFS
1711
+
1712
+
1713
+ fi
1714
+ if test "${ac_cv_path_install+set}" = set; then
1715
+ INSTALL=$ac_cv_path_install
1716
+ else
1717
+ # As a last resort, use the slow shell script. Don't cache a
1718
+ # value for INSTALL within a source directory, because that will
1719
+ # break other packages using the cache if that directory is
1720
+ # removed, or if the value is a relative name.
1721
+ INSTALL=$ac_install_sh
1722
+ fi
1723
+ fi
1724
+ { echo "$as_me:$LINENO: result: $INSTALL" >&5
1725
+ echo "${ECHO_T}$INSTALL" >&6; }
1726
+
1727
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1728
+ # It thinks the first close brace ends the variable substitution.
1729
+ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1730
+
1731
+ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1732
+
1733
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
1734
+
1735
+ { echo "$as_me:$LINENO: checking whether build environment is sane" >&5
1736
+ echo $ECHO_N "checking whether build environment is sane... $ECHO_C" >&6; }
1737
+ # Just in case
1738
+ sleep 1
1739
+ echo timestamp > conftestfile
1740
+ # Do `set' in a subshell so we don't clobber the current shell's
1741
+ # arguments. Must try -L first in case configure is actually a
1742
+ # symlink; some systems play weird games with the mod time of symlinks
1743
+ # (eg FreeBSD returns the mod time of the symlink's containing
1744
+ # directory).
1745
+ if (
1746
+ set X `ls -Lt $srcdir/configure conftestfile 2> /dev/null`
1747
+ if test "$*" = "X"; then
1748
+ # -L didn't work.
1749
+ set X `ls -t $srcdir/configure conftestfile`
1750
+ fi
1751
+ if test "$*" != "X $srcdir/configure conftestfile" \
1752
+ && test "$*" != "X conftestfile $srcdir/configure"; then
1753
+
1754
+ # If neither matched, then we have a broken ls. This can happen
1755
+ # if, for instance, CONFIG_SHELL is bash and it inherits a
1756
+ # broken ls alias from the environment. This has actually
1757
+ # happened. Such a system could not be considered "sane".
1758
+ { { echo "$as_me:$LINENO: error: ls -t appears to fail. Make sure there is not a broken
1759
+ alias in your environment" >&5
1760
+ echo "$as_me: error: ls -t appears to fail. Make sure there is not a broken
1761
+ alias in your environment" >&2;}
1762
+ { (exit 1); exit 1; }; }
1763
+ fi
1764
+
1765
+ test "$2" = conftestfile
1766
+ )
1767
+ then
1768
+ # Ok.
1769
+ :
1770
+ else
1771
+ { { echo "$as_me:$LINENO: error: newly created file is older than distributed files!
1772
+ Check your system clock" >&5
1773
+ echo "$as_me: error: newly created file is older than distributed files!
1774
+ Check your system clock" >&2;}
1775
+ { (exit 1); exit 1; }; }
1776
+ fi
1777
+ rm -f conftest*
1778
+ { echo "$as_me:$LINENO: result: yes" >&5
1779
+ echo "${ECHO_T}yes" >&6; }
1780
+ test "$program_prefix" != NONE &&
1781
+ program_transform_name="s&^&$program_prefix&;$program_transform_name"
1782
+ # Use a double $ so make ignores it.
1783
+ test "$program_suffix" != NONE &&
1784
+ program_transform_name="s&\$&$program_suffix&;$program_transform_name"
1785
+ # Double any \ or $. echo might interpret backslashes.
1786
+ # By default was `s,x,x', remove it if useless.
1787
+ cat <<\_ACEOF >conftest.sed
1788
+ s/[\\$]/&&/g;s/;s,x,x,$//
1789
+ _ACEOF
1790
+ program_transform_name=`echo $program_transform_name | sed -f conftest.sed`
1791
+ rm -f conftest.sed
1792
+
1793
+ { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1794
+ echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1795
+ set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
1796
+ if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1797
+ echo $ECHO_N "(cached) $ECHO_C" >&6
1798
+ else
1799
+ cat >conftest.make <<\_ACEOF
1800
+ SHELL = /bin/sh
1801
+ all:
1802
+ @echo '@@@%%%=$(MAKE)=@@@%%%'
1803
+ _ACEOF
1804
+ # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1805
+ case `${MAKE-make} -f conftest.make 2>/dev/null` in
1806
+ *@@@%%%=?*=@@@%%%*)
1807
+ eval ac_cv_prog_make_${ac_make}_set=yes;;
1808
+ *)
1809
+ eval ac_cv_prog_make_${ac_make}_set=no;;
1810
+ esac
1811
+ rm -f conftest.make
1812
+ fi
1813
+ if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
1814
+ { echo "$as_me:$LINENO: result: yes" >&5
1815
+ echo "${ECHO_T}yes" >&6; }
1816
+ SET_MAKE=
1817
+ else
1818
+ { echo "$as_me:$LINENO: result: no" >&5
1819
+ echo "${ECHO_T}no" >&6; }
1820
+ SET_MAKE="MAKE=${MAKE-make}"
1821
+ fi
1822
+
1823
+
1824
+ PACKAGE=mecab-ipadic
1825
+
1826
+ VERSION=2.7.0-20070610
1827
+
1828
+ if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
1829
+ { { echo "$as_me:$LINENO: error: source directory already configured; run \"make distclean\" there first" >&5
1830
+ echo "$as_me: error: source directory already configured; run \"make distclean\" there first" >&2;}
1831
+ { (exit 1); exit 1; }; }
1832
+ fi
1833
+
1834
+ cat >>confdefs.h <<_ACEOF
1835
+ #define PACKAGE "$PACKAGE"
1836
+ _ACEOF
1837
+
1838
+
1839
+ cat >>confdefs.h <<_ACEOF
1840
+ #define VERSION "$VERSION"
1841
+ _ACEOF
1842
+
1843
+
1844
+
1845
+ missing_dir=`cd $ac_aux_dir && pwd`
1846
+ { echo "$as_me:$LINENO: checking for working aclocal-${am__api_version}" >&5
1847
+ echo $ECHO_N "checking for working aclocal-${am__api_version}... $ECHO_C" >&6; }
1848
+ # Run test in a subshell; some versions of sh will print an error if
1849
+ # an executable is not found, even if stderr is redirected.
1850
+ # Redirect stdin to placate older versions of autoconf. Sigh.
1851
+ if (aclocal-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1852
+ ACLOCAL=aclocal-${am__api_version}
1853
+ { echo "$as_me:$LINENO: result: found" >&5
1854
+ echo "${ECHO_T}found" >&6; }
1855
+ else
1856
+ ACLOCAL="$missing_dir/missing aclocal-${am__api_version}"
1857
+ { echo "$as_me:$LINENO: result: missing" >&5
1858
+ echo "${ECHO_T}missing" >&6; }
1859
+ fi
1860
+
1861
+ { echo "$as_me:$LINENO: checking for working autoconf" >&5
1862
+ echo $ECHO_N "checking for working autoconf... $ECHO_C" >&6; }
1863
+ # Run test in a subshell; some versions of sh will print an error if
1864
+ # an executable is not found, even if stderr is redirected.
1865
+ # Redirect stdin to placate older versions of autoconf. Sigh.
1866
+ if (autoconf --version) < /dev/null > /dev/null 2>&1; then
1867
+ AUTOCONF=autoconf
1868
+ { echo "$as_me:$LINENO: result: found" >&5
1869
+ echo "${ECHO_T}found" >&6; }
1870
+ else
1871
+ AUTOCONF="$missing_dir/missing autoconf"
1872
+ { echo "$as_me:$LINENO: result: missing" >&5
1873
+ echo "${ECHO_T}missing" >&6; }
1874
+ fi
1875
+
1876
+ { echo "$as_me:$LINENO: checking for working automake-${am__api_version}" >&5
1877
+ echo $ECHO_N "checking for working automake-${am__api_version}... $ECHO_C" >&6; }
1878
+ # Run test in a subshell; some versions of sh will print an error if
1879
+ # an executable is not found, even if stderr is redirected.
1880
+ # Redirect stdin to placate older versions of autoconf. Sigh.
1881
+ if (automake-${am__api_version} --version) < /dev/null > /dev/null 2>&1; then
1882
+ AUTOMAKE=automake-${am__api_version}
1883
+ { echo "$as_me:$LINENO: result: found" >&5
1884
+ echo "${ECHO_T}found" >&6; }
1885
+ else
1886
+ AUTOMAKE="$missing_dir/missing automake-${am__api_version}"
1887
+ { echo "$as_me:$LINENO: result: missing" >&5
1888
+ echo "${ECHO_T}missing" >&6; }
1889
+ fi
1890
+
1891
+ { echo "$as_me:$LINENO: checking for working autoheader" >&5
1892
+ echo $ECHO_N "checking for working autoheader... $ECHO_C" >&6; }
1893
+ # Run test in a subshell; some versions of sh will print an error if
1894
+ # an executable is not found, even if stderr is redirected.
1895
+ # Redirect stdin to placate older versions of autoconf. Sigh.
1896
+ if (autoheader --version) < /dev/null > /dev/null 2>&1; then
1897
+ AUTOHEADER=autoheader
1898
+ { echo "$as_me:$LINENO: result: found" >&5
1899
+ echo "${ECHO_T}found" >&6; }
1900
+ else
1901
+ AUTOHEADER="$missing_dir/missing autoheader"
1902
+ { echo "$as_me:$LINENO: result: missing" >&5
1903
+ echo "${ECHO_T}missing" >&6; }
1904
+ fi
1905
+
1906
+ { echo "$as_me:$LINENO: checking for working makeinfo" >&5
1907
+ echo $ECHO_N "checking for working makeinfo... $ECHO_C" >&6; }
1908
+ # Run test in a subshell; some versions of sh will print an error if
1909
+ # an executable is not found, even if stderr is redirected.
1910
+ # Redirect stdin to placate older versions of autoconf. Sigh.
1911
+ if (makeinfo --version) < /dev/null > /dev/null 2>&1; then
1912
+ MAKEINFO=makeinfo
1913
+ { echo "$as_me:$LINENO: result: found" >&5
1914
+ echo "${ECHO_T}found" >&6; }
1915
+ else
1916
+ MAKEINFO="$missing_dir/missing makeinfo"
1917
+ { echo "$as_me:$LINENO: result: missing" >&5
1918
+ echo "${ECHO_T}missing" >&6; }
1919
+ fi
1920
+
1921
+
1922
+ # Find a good install program. We prefer a C program (faster),
1923
+ # so one script is as good as another. But avoid the broken or
1924
+ # incompatible versions:
1925
+ # SysV /etc/install, /usr/sbin/install
1926
+ # SunOS /usr/etc/install
1927
+ # IRIX /sbin/install
1928
+ # AIX /bin/install
1929
+ # AmigaOS /C/install, which installs bootblocks on floppy discs
1930
+ # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
1931
+ # AFS /usr/afsws/bin/install, which mishandles nonexistent args
1932
+ # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
1933
+ # OS/2's system install, which has a completely different semantic
1934
+ # ./install, which can be erroneously created by make from ./install.sh.
1935
+ { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
1936
+ echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
1937
+ if test -z "$INSTALL"; then
1938
+ if test "${ac_cv_path_install+set}" = set; then
1939
+ echo $ECHO_N "(cached) $ECHO_C" >&6
1940
+ else
1941
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1942
+ for as_dir in $PATH
1943
+ do
1944
+ IFS=$as_save_IFS
1945
+ test -z "$as_dir" && as_dir=.
1946
+ # Account for people who put trailing slashes in PATH elements.
1947
+ case $as_dir/ in
1948
+ ./ | .// | /cC/* | \
1949
+ /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
1950
+ ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
1951
+ /usr/ucb/* ) ;;
1952
+ *)
1953
+ # OSF1 and SCO ODT 3.0 have their own names for install.
1954
+ # Don't use installbsd from OSF since it installs stuff as root
1955
+ # by default.
1956
+ for ac_prog in ginstall scoinst install; do
1957
+ for ac_exec_ext in '' $ac_executable_extensions; do
1958
+ if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
1959
+ if test $ac_prog = install &&
1960
+ grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1961
+ # AIX install. It has an incompatible calling convention.
1962
+ :
1963
+ elif test $ac_prog = install &&
1964
+ grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
1965
+ # program-specific install script used by HP pwplus--don't use.
1966
+ :
1967
+ else
1968
+ ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
1969
+ break 3
1970
+ fi
1971
+ fi
1972
+ done
1973
+ done
1974
+ ;;
1975
+ esac
1976
+ done
1977
+ IFS=$as_save_IFS
1978
+
1979
+
1980
+ fi
1981
+ if test "${ac_cv_path_install+set}" = set; then
1982
+ INSTALL=$ac_cv_path_install
1983
+ else
1984
+ # As a last resort, use the slow shell script. Don't cache a
1985
+ # value for INSTALL within a source directory, because that will
1986
+ # break other packages using the cache if that directory is
1987
+ # removed, or if the value is a relative name.
1988
+ INSTALL=$ac_install_sh
1989
+ fi
1990
+ fi
1991
+ { echo "$as_me:$LINENO: result: $INSTALL" >&5
1992
+ echo "${ECHO_T}$INSTALL" >&6; }
1993
+
1994
+ # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
1995
+ # It thinks the first close brace ends the variable substitution.
1996
+ test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
1997
+
1998
+ test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
1999
+
2000
+ test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
2001
+
2002
+
2003
+
2004
+
2005
+ # Check whether --with-dicdir was given.
2006
+ if test "${with_dicdir+set}" = set; then
2007
+ withval=$with_dicdir; { echo "$as_me:$LINENO: result: using $with_dicdir for dicdir" >&5
2008
+ echo "${ECHO_T}using $with_dicdir for dicdir" >&6; }
2009
+ MECAB_DICDIR=$with_dicdir
2010
+ else
2011
+ MECAB_DICDIR="no"
2012
+
2013
+ fi
2014
+
2015
+
2016
+
2017
+ # Check whether --with-mecab-config was given.
2018
+ if test "${with_mecab_config+set}" = set; then
2019
+ withval=$with_mecab_config; { echo "$as_me:$LINENO: result: using $with_mecab_config for mecab-config" >&5
2020
+ echo "${ECHO_T}using $with_mecab_config for mecab-config" >&6; }
2021
+ MECAB_CONFIG=$with_mecab_config
2022
+ else
2023
+ for ac_prog in mecab-config
2024
+ do
2025
+ # Extract the first word of "$ac_prog", so it can be a program name with args.
2026
+ set dummy $ac_prog; ac_word=$2
2027
+ { echo "$as_me:$LINENO: checking for $ac_word" >&5
2028
+ echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2029
+ if test "${ac_cv_path_MECAB_CONFIG+set}" = set; then
2030
+ echo $ECHO_N "(cached) $ECHO_C" >&6
2031
+ else
2032
+ case $MECAB_CONFIG in
2033
+ [\\/]* | ?:[\\/]*)
2034
+ ac_cv_path_MECAB_CONFIG="$MECAB_CONFIG" # Let the user override the test with a path.
2035
+ ;;
2036
+ *)
2037
+ as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2038
+ for as_dir in $PATH
2039
+ do
2040
+ IFS=$as_save_IFS
2041
+ test -z "$as_dir" && as_dir=.
2042
+ for ac_exec_ext in '' $ac_executable_extensions; do
2043
+ if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2044
+ ac_cv_path_MECAB_CONFIG="$as_dir/$ac_word$ac_exec_ext"
2045
+ echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2046
+ break 2
2047
+ fi
2048
+ done
2049
+ done
2050
+ IFS=$as_save_IFS
2051
+
2052
+ ;;
2053
+ esac
2054
+ fi
2055
+ MECAB_CONFIG=$ac_cv_path_MECAB_CONFIG
2056
+ if test -n "$MECAB_CONFIG"; then
2057
+ { echo "$as_me:$LINENO: result: $MECAB_CONFIG" >&5
2058
+ echo "${ECHO_T}$MECAB_CONFIG" >&6; }
2059
+ else
2060
+ { echo "$as_me:$LINENO: result: no" >&5
2061
+ echo "${ECHO_T}no" >&6; }
2062
+ fi
2063
+
2064
+
2065
+ test -n "$MECAB_CONFIG" && break
2066
+ done
2067
+ test -n "$MECAB_CONFIG" || MECAB_CONFIG="no"
2068
+
2069
+
2070
+ fi
2071
+
2072
+
2073
+ if test $MECAB_CONFIG = "no";
2074
+ then
2075
+ { { echo "$as_me:$LINENO: error: mecab-config is not found in your system" >&5
2076
+ echo "$as_me: error: mecab-config is not found in your system" >&2;}
2077
+ { (exit 1); exit 1; }; }
2078
+ fi
2079
+
2080
+
2081
+ if test $MECAB_DICDIR = "no";
2082
+ then
2083
+ MECAB_DICDIR="`$MECAB_CONFIG --dicdir`/ipadic"
2084
+ fi
2085
+
2086
+ MECAB_DICT_INDEX="`$MECAB_CONFIG --libexecdir`/mecab-dict-index"
2087
+ MECAB_MECABRC="`$MECAB_CONFIG --sysconfdir`/mecabrc"
2088
+
2089
+
2090
+
2091
+
2092
+
2093
+
2094
+ # Check whether --with-charset was given.
2095
+ if test "${with_charset+set}" = set; then
2096
+ withval=$with_charset; CHARSET=${withval}
2097
+ else
2098
+ CHARSET='euc-jp'
2099
+
2100
+ fi
2101
+
2102
+ CHARSET=$CHARSET
2103
+
2104
+
2105
+ MECAB_LEXICAL_DIC=`echo *.csv`
2106
+
2107
+
2108
+ MECAB_GENDATA="matrix.bin char.bin sys.dic unk.dic"
2109
+
2110
+
2111
+ MECAB_PREDATA="`echo *.def` dicrc"
2112
+
2113
+
2114
+ ac_config_files="$ac_config_files Makefile"
2115
+
2116
+ cat >confcache <<\_ACEOF
2117
+ # This file is a shell script that caches the results of configure
2118
+ # tests run on this system so they can be shared between configure
2119
+ # scripts and configure runs, see configure's option --config-cache.
2120
+ # It is not useful on other systems. If it contains results you don't
2121
+ # want to keep, you may remove or edit it.
2122
+ #
2123
+ # config.status only pays attention to the cache file if you give it
2124
+ # the --recheck option to rerun configure.
2125
+ #
2126
+ # `ac_cv_env_foo' variables (set or unset) will be overridden when
2127
+ # loading this file, other *unset* `ac_cv_foo' will be assigned the
2128
+ # following values.
2129
+
2130
+ _ACEOF
2131
+
2132
+ # The following way of writing the cache mishandles newlines in values,
2133
+ # but we know of no workaround that is simple, portable, and efficient.
2134
+ # So, we kill variables containing newlines.
2135
+ # Ultrix sh set writes to stderr and can't be redirected directly,
2136
+ # and sets the high bit in the cache file unless we assign to the vars.
2137
+ (
2138
+ for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
2139
+ eval ac_val=\$$ac_var
2140
+ case $ac_val in #(
2141
+ *${as_nl}*)
2142
+ case $ac_var in #(
2143
+ *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
2144
+ echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
2145
+ esac
2146
+ case $ac_var in #(
2147
+ _ | IFS | as_nl) ;; #(
2148
+ *) $as_unset $ac_var ;;
2149
+ esac ;;
2150
+ esac
2151
+ done
2152
+
2153
+ (set) 2>&1 |
2154
+ case $as_nl`(ac_space=' '; set) 2>&1` in #(
2155
+ *${as_nl}ac_space=\ *)
2156
+ # `set' does not quote correctly, so add quotes (double-quote
2157
+ # substitution turns \\\\ into \\, and sed turns \\ into \).
2158
+ sed -n \
2159
+ "s/'/'\\\\''/g;
2160
+ s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
2161
+ ;; #(
2162
+ *)
2163
+ # `set' quotes correctly as required by POSIX, so do not add quotes.
2164
+ sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
2165
+ ;;
2166
+ esac |
2167
+ sort
2168
+ ) |
2169
+ sed '
2170
+ /^ac_cv_env_/b end
2171
+ t clear
2172
+ :clear
2173
+ s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
2174
+ t end
2175
+ s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
2176
+ :end' >>confcache
2177
+ if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
2178
+ if test -w "$cache_file"; then
2179
+ test "x$cache_file" != "x/dev/null" &&
2180
+ { echo "$as_me:$LINENO: updating cache $cache_file" >&5
2181
+ echo "$as_me: updating cache $cache_file" >&6;}
2182
+ cat confcache >$cache_file
2183
+ else
2184
+ { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
2185
+ echo "$as_me: not updating unwritable cache $cache_file" >&6;}
2186
+ fi
2187
+ fi
2188
+ rm -f confcache
2189
+
2190
+ test "x$prefix" = xNONE && prefix=$ac_default_prefix
2191
+ # Let make expand exec_prefix.
2192
+ test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
2193
+
2194
+ # Transform confdefs.h into DEFS.
2195
+ # Protect against shell expansion while executing Makefile rules.
2196
+ # Protect against Makefile macro expansion.
2197
+ #
2198
+ # If the first sed substitution is executed (which looks for macros that
2199
+ # take arguments), then branch to the quote section. Otherwise,
2200
+ # look for a macro that doesn't take arguments.
2201
+ ac_script='
2202
+ t clear
2203
+ :clear
2204
+ s/^[ ]*#[ ]*define[ ][ ]*\([^ (][^ (]*([^)]*)\)[ ]*\(.*\)/-D\1=\2/g
2205
+ t quote
2206
+ s/^[ ]*#[ ]*define[ ][ ]*\([^ ][^ ]*\)[ ]*\(.*\)/-D\1=\2/g
2207
+ t quote
2208
+ b any
2209
+ :quote
2210
+ s/[ `~#$^&*(){}\\|;'\''"<>?]/\\&/g
2211
+ s/\[/\\&/g
2212
+ s/\]/\\&/g
2213
+ s/\$/$$/g
2214
+ H
2215
+ :any
2216
+ ${
2217
+ g
2218
+ s/^\n//
2219
+ s/\n/ /g
2220
+ p
2221
+ }
2222
+ '
2223
+ DEFS=`sed -n "$ac_script" confdefs.h`
2224
+
2225
+
2226
+ ac_libobjs=
2227
+ ac_ltlibobjs=
2228
+ for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
2229
+ # 1. Remove the extension, and $U if already installed.
2230
+ ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
2231
+ ac_i=`echo "$ac_i" | sed "$ac_script"`
2232
+ # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
2233
+ # will be set to the directory where LIBOBJS objects are built.
2234
+ ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
2235
+ ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
2236
+ done
2237
+ LIBOBJS=$ac_libobjs
2238
+
2239
+ LTLIBOBJS=$ac_ltlibobjs
2240
+
2241
+
2242
+
2243
+ : ${CONFIG_STATUS=./config.status}
2244
+ ac_clean_files_save=$ac_clean_files
2245
+ ac_clean_files="$ac_clean_files $CONFIG_STATUS"
2246
+ { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
2247
+ echo "$as_me: creating $CONFIG_STATUS" >&6;}
2248
+ cat >$CONFIG_STATUS <<_ACEOF
2249
+ #! $SHELL
2250
+ # Generated by $as_me.
2251
+ # Run this file to recreate the current configuration.
2252
+ # Compiler output produced by configure, useful for debugging
2253
+ # configure, is in config.log if it exists.
2254
+
2255
+ debug=false
2256
+ ac_cs_recheck=false
2257
+ ac_cs_silent=false
2258
+ SHELL=\${CONFIG_SHELL-$SHELL}
2259
+ _ACEOF
2260
+
2261
+ cat >>$CONFIG_STATUS <<\_ACEOF
2262
+ ## --------------------- ##
2263
+ ## M4sh Initialization. ##
2264
+ ## --------------------- ##
2265
+
2266
+ # Be Bourne compatible
2267
+ if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
2268
+ emulate sh
2269
+ NULLCMD=:
2270
+ # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
2271
+ # is contrary to our usage. Disable this feature.
2272
+ alias -g '${1+"$@"}'='"$@"'
2273
+ setopt NO_GLOB_SUBST
2274
+ else
2275
+ case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
2276
+ fi
2277
+ BIN_SH=xpg4; export BIN_SH # for Tru64
2278
+ DUALCASE=1; export DUALCASE # for MKS sh
2279
+
2280
+
2281
+ # PATH needs CR
2282
+ # Avoid depending upon Character Ranges.
2283
+ as_cr_letters='abcdefghijklmnopqrstuvwxyz'
2284
+ as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
2285
+ as_cr_Letters=$as_cr_letters$as_cr_LETTERS
2286
+ as_cr_digits='0123456789'
2287
+ as_cr_alnum=$as_cr_Letters$as_cr_digits
2288
+
2289
+ # The user is always right.
2290
+ if test "${PATH_SEPARATOR+set}" != set; then
2291
+ echo "#! /bin/sh" >conf$$.sh
2292
+ echo "exit 0" >>conf$$.sh
2293
+ chmod +x conf$$.sh
2294
+ if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
2295
+ PATH_SEPARATOR=';'
2296
+ else
2297
+ PATH_SEPARATOR=:
2298
+ fi
2299
+ rm -f conf$$.sh
2300
+ fi
2301
+
2302
+ # Support unset when possible.
2303
+ if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
2304
+ as_unset=unset
2305
+ else
2306
+ as_unset=false
2307
+ fi
2308
+
2309
+
2310
+ # IFS
2311
+ # We need space, tab and new line, in precisely that order. Quoting is
2312
+ # there to prevent editors from complaining about space-tab.
2313
+ # (If _AS_PATH_WALK were called with IFS unset, it would disable word
2314
+ # splitting by setting IFS to empty value.)
2315
+ as_nl='
2316
+ '
2317
+ IFS=" "" $as_nl"
2318
+
2319
+ # Find who we are. Look in the path if we contain no directory separator.
2320
+ case $0 in
2321
+ *[\\/]* ) as_myself=$0 ;;
2322
+ *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2323
+ for as_dir in $PATH
2324
+ do
2325
+ IFS=$as_save_IFS
2326
+ test -z "$as_dir" && as_dir=.
2327
+ test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
2328
+ done
2329
+ IFS=$as_save_IFS
2330
+
2331
+ ;;
2332
+ esac
2333
+ # We did not find ourselves, most probably we were run as `sh COMMAND'
2334
+ # in which case we are not to be found in the path.
2335
+ if test "x$as_myself" = x; then
2336
+ as_myself=$0
2337
+ fi
2338
+ if test ! -f "$as_myself"; then
2339
+ echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
2340
+ { (exit 1); exit 1; }
2341
+ fi
2342
+
2343
+ # Work around bugs in pre-3.0 UWIN ksh.
2344
+ for as_var in ENV MAIL MAILPATH
2345
+ do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2346
+ done
2347
+ PS1='$ '
2348
+ PS2='> '
2349
+ PS4='+ '
2350
+
2351
+ # NLS nuisances.
2352
+ for as_var in \
2353
+ LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
2354
+ LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
2355
+ LC_TELEPHONE LC_TIME
2356
+ do
2357
+ if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
2358
+ eval $as_var=C; export $as_var
2359
+ else
2360
+ ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
2361
+ fi
2362
+ done
2363
+
2364
+ # Required to use basename.
2365
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
2366
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
2367
+ as_expr=expr
2368
+ else
2369
+ as_expr=false
2370
+ fi
2371
+
2372
+ if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
2373
+ as_basename=basename
2374
+ else
2375
+ as_basename=false
2376
+ fi
2377
+
2378
+
2379
+ # Name of the executable.
2380
+ as_me=`$as_basename -- "$0" ||
2381
+ $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
2382
+ X"$0" : 'X\(//\)$' \| \
2383
+ X"$0" : 'X\(/\)' \| . 2>/dev/null ||
2384
+ echo X/"$0" |
2385
+ sed '/^.*\/\([^/][^/]*\)\/*$/{
2386
+ s//\1/
2387
+ q
2388
+ }
2389
+ /^X\/\(\/\/\)$/{
2390
+ s//\1/
2391
+ q
2392
+ }
2393
+ /^X\/\(\/\).*/{
2394
+ s//\1/
2395
+ q
2396
+ }
2397
+ s/.*/./; q'`
2398
+
2399
+ # CDPATH.
2400
+ $as_unset CDPATH
2401
+
2402
+
2403
+
2404
+ as_lineno_1=$LINENO
2405
+ as_lineno_2=$LINENO
2406
+ test "x$as_lineno_1" != "x$as_lineno_2" &&
2407
+ test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
2408
+
2409
+ # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
2410
+ # uniformly replaced by the line number. The first 'sed' inserts a
2411
+ # line-number line after each line using $LINENO; the second 'sed'
2412
+ # does the real work. The second script uses 'N' to pair each
2413
+ # line-number line with the line containing $LINENO, and appends
2414
+ # trailing '-' during substitution so that $LINENO is not a special
2415
+ # case at line end.
2416
+ # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
2417
+ # scripts with optimization help from Paolo Bonzini. Blame Lee
2418
+ # E. McMahon (1931-1989) for sed's syntax. :-)
2419
+ sed -n '
2420
+ p
2421
+ /[$]LINENO/=
2422
+ ' <$as_myself |
2423
+ sed '
2424
+ s/[$]LINENO.*/&-/
2425
+ t lineno
2426
+ b
2427
+ :lineno
2428
+ N
2429
+ :loop
2430
+ s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
2431
+ t loop
2432
+ s/-\n.*//
2433
+ ' >$as_me.lineno &&
2434
+ chmod +x "$as_me.lineno" ||
2435
+ { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
2436
+ { (exit 1); exit 1; }; }
2437
+
2438
+ # Don't try to exec as it changes $[0], causing all sort of problems
2439
+ # (the dirname of $[0] is not the place where we might find the
2440
+ # original and so on. Autoconf is especially sensitive to this).
2441
+ . "./$as_me.lineno"
2442
+ # Exit status is that of the last command.
2443
+ exit
2444
+ }
2445
+
2446
+
2447
+ if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
2448
+ as_dirname=dirname
2449
+ else
2450
+ as_dirname=false
2451
+ fi
2452
+
2453
+ ECHO_C= ECHO_N= ECHO_T=
2454
+ case `echo -n x` in
2455
+ -n*)
2456
+ case `echo 'x\c'` in
2457
+ *c*) ECHO_T=' ';; # ECHO_T is single tab character.
2458
+ *) ECHO_C='\c';;
2459
+ esac;;
2460
+ *)
2461
+ ECHO_N='-n';;
2462
+ esac
2463
+
2464
+ if expr a : '\(a\)' >/dev/null 2>&1 &&
2465
+ test "X`expr 00001 : '.*\(...\)'`" = X001; then
2466
+ as_expr=expr
2467
+ else
2468
+ as_expr=false
2469
+ fi
2470
+
2471
+ rm -f conf$$ conf$$.exe conf$$.file
2472
+ if test -d conf$$.dir; then
2473
+ rm -f conf$$.dir/conf$$.file
2474
+ else
2475
+ rm -f conf$$.dir
2476
+ mkdir conf$$.dir
2477
+ fi
2478
+ echo >conf$$.file
2479
+ if ln -s conf$$.file conf$$ 2>/dev/null; then
2480
+ as_ln_s='ln -s'
2481
+ # ... but there are two gotchas:
2482
+ # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
2483
+ # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
2484
+ # In both cases, we have to default to `cp -p'.
2485
+ ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
2486
+ as_ln_s='cp -p'
2487
+ elif ln conf$$.file conf$$ 2>/dev/null; then
2488
+ as_ln_s=ln
2489
+ else
2490
+ as_ln_s='cp -p'
2491
+ fi
2492
+ rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
2493
+ rmdir conf$$.dir 2>/dev/null
2494
+
2495
+ if mkdir -p . 2>/dev/null; then
2496
+ as_mkdir_p=:
2497
+ else
2498
+ test -d ./-p && rmdir ./-p
2499
+ as_mkdir_p=false
2500
+ fi
2501
+
2502
+ # Find out whether ``test -x'' works. Don't use a zero-byte file, as
2503
+ # systems may use methods other than mode bits to determine executability.
2504
+ cat >conf$$.file <<_ASEOF
2505
+ #! /bin/sh
2506
+ exit 0
2507
+ _ASEOF
2508
+ chmod +x conf$$.file
2509
+ if test -x conf$$.file >/dev/null 2>&1; then
2510
+ as_executable_p="test -x"
2511
+ else
2512
+ as_executable_p=:
2513
+ fi
2514
+ rm -f conf$$.file
2515
+
2516
+ # Sed expression to map a string onto a valid CPP name.
2517
+ as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
2518
+
2519
+ # Sed expression to map a string onto a valid variable name.
2520
+ as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
2521
+
2522
+
2523
+ exec 6>&1
2524
+
2525
+ # Save the log message, to keep $[0] and so on meaningful, and to
2526
+ # report actual input values of CONFIG_FILES etc. instead of their
2527
+ # values after options handling.
2528
+ ac_log="
2529
+ This file was extended by $as_me, which was
2530
+ generated by GNU Autoconf 2.60. Invocation command line was
2531
+
2532
+ CONFIG_FILES = $CONFIG_FILES
2533
+ CONFIG_HEADERS = $CONFIG_HEADERS
2534
+ CONFIG_LINKS = $CONFIG_LINKS
2535
+ CONFIG_COMMANDS = $CONFIG_COMMANDS
2536
+ $ $0 $@
2537
+
2538
+ on `(hostname || uname -n) 2>/dev/null | sed 1q`
2539
+ "
2540
+
2541
+ _ACEOF
2542
+
2543
+ cat >>$CONFIG_STATUS <<_ACEOF
2544
+ # Files that config.status was made for.
2545
+ config_files="$ac_config_files"
2546
+
2547
+ _ACEOF
2548
+
2549
+ cat >>$CONFIG_STATUS <<\_ACEOF
2550
+ ac_cs_usage="\
2551
+ \`$as_me' instantiates files from templates according to the
2552
+ current configuration.
2553
+
2554
+ Usage: $0 [OPTIONS] [FILE]...
2555
+
2556
+ -h, --help print this help, then exit
2557
+ -V, --version print version number, then exit
2558
+ -q, --quiet do not print progress messages
2559
+ -d, --debug don't remove temporary files
2560
+ --recheck update $as_me by reconfiguring in the same conditions
2561
+ --file=FILE[:TEMPLATE]
2562
+ instantiate the configuration file FILE
2563
+
2564
+ Configuration files:
2565
+ $config_files
2566
+
2567
+ Report bugs to <bug-autoconf@gnu.org>."
2568
+
2569
+ _ACEOF
2570
+ cat >>$CONFIG_STATUS <<_ACEOF
2571
+ ac_cs_version="\\
2572
+ config.status
2573
+ configured by $0, generated by GNU Autoconf 2.60,
2574
+ with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
2575
+
2576
+ Copyright (C) 2006 Free Software Foundation, Inc.
2577
+ This config.status script is free software; the Free Software Foundation
2578
+ gives unlimited permission to copy, distribute and modify it."
2579
+
2580
+ ac_pwd='$ac_pwd'
2581
+ srcdir='$srcdir'
2582
+ INSTALL='$INSTALL'
2583
+ _ACEOF
2584
+
2585
+ cat >>$CONFIG_STATUS <<\_ACEOF
2586
+ # If no file are specified by the user, then we need to provide default
2587
+ # value. By we need to know if files were specified by the user.
2588
+ ac_need_defaults=:
2589
+ while test $# != 0
2590
+ do
2591
+ case $1 in
2592
+ --*=*)
2593
+ ac_option=`expr "X$1" : 'X\([^=]*\)='`
2594
+ ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
2595
+ ac_shift=:
2596
+ ;;
2597
+ *)
2598
+ ac_option=$1
2599
+ ac_optarg=$2
2600
+ ac_shift=shift
2601
+ ;;
2602
+ esac
2603
+
2604
+ case $ac_option in
2605
+ # Handling of the options.
2606
+ -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
2607
+ ac_cs_recheck=: ;;
2608
+ --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
2609
+ echo "$ac_cs_version"; exit ;;
2610
+ --debug | --debu | --deb | --de | --d | -d )
2611
+ debug=: ;;
2612
+ --file | --fil | --fi | --f )
2613
+ $ac_shift
2614
+ CONFIG_FILES="$CONFIG_FILES $ac_optarg"
2615
+ ac_need_defaults=false;;
2616
+ --he | --h | --help | --hel | -h )
2617
+ echo "$ac_cs_usage"; exit ;;
2618
+ -q | -quiet | --quiet | --quie | --qui | --qu | --q \
2619
+ | -silent | --silent | --silen | --sile | --sil | --si | --s)
2620
+ ac_cs_silent=: ;;
2621
+
2622
+ # This is an error.
2623
+ -*) { echo "$as_me: error: unrecognized option: $1
2624
+ Try \`$0 --help' for more information." >&2
2625
+ { (exit 1); exit 1; }; } ;;
2626
+
2627
+ *) ac_config_targets="$ac_config_targets $1"
2628
+ ac_need_defaults=false ;;
2629
+
2630
+ esac
2631
+ shift
2632
+ done
2633
+
2634
+ ac_configure_extra_args=
2635
+
2636
+ if $ac_cs_silent; then
2637
+ exec 6>/dev/null
2638
+ ac_configure_extra_args="$ac_configure_extra_args --silent"
2639
+ fi
2640
+
2641
+ _ACEOF
2642
+ cat >>$CONFIG_STATUS <<_ACEOF
2643
+ if \$ac_cs_recheck; then
2644
+ echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
2645
+ CONFIG_SHELL=$SHELL
2646
+ export CONFIG_SHELL
2647
+ exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
2648
+ fi
2649
+
2650
+ _ACEOF
2651
+ cat >>$CONFIG_STATUS <<\_ACEOF
2652
+ exec 5>>config.log
2653
+ {
2654
+ echo
2655
+ sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
2656
+ ## Running $as_me. ##
2657
+ _ASBOX
2658
+ echo "$ac_log"
2659
+ } >&5
2660
+
2661
+ _ACEOF
2662
+ cat >>$CONFIG_STATUS <<_ACEOF
2663
+ _ACEOF
2664
+
2665
+ cat >>$CONFIG_STATUS <<\_ACEOF
2666
+
2667
+ # Handling of arguments.
2668
+ for ac_config_target in $ac_config_targets
2669
+ do
2670
+ case $ac_config_target in
2671
+ "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
2672
+
2673
+ *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
2674
+ echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
2675
+ { (exit 1); exit 1; }; };;
2676
+ esac
2677
+ done
2678
+
2679
+
2680
+ # If the user did not use the arguments to specify the items to instantiate,
2681
+ # then the envvar interface is used. Set only those that are not.
2682
+ # We use the long form for the default assignment because of an extremely
2683
+ # bizarre bug on SunOS 4.1.3.
2684
+ if $ac_need_defaults; then
2685
+ test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
2686
+ fi
2687
+
2688
+ # Have a temporary directory for convenience. Make it in the build tree
2689
+ # simply because there is no reason against having it here, and in addition,
2690
+ # creating and moving files from /tmp can sometimes cause problems.
2691
+ # Hook for its removal unless debugging.
2692
+ # Note that there is a small window in which the directory will not be cleaned:
2693
+ # after its creation but before its name has been assigned to `$tmp'.
2694
+ $debug ||
2695
+ {
2696
+ tmp=
2697
+ trap 'exit_status=$?
2698
+ { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
2699
+ ' 0
2700
+ trap '{ (exit 1); exit 1; }' 1 2 13 15
2701
+ }
2702
+ # Create a (secure) tmp directory for tmp files.
2703
+
2704
+ {
2705
+ tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
2706
+ test -n "$tmp" && test -d "$tmp"
2707
+ } ||
2708
+ {
2709
+ tmp=./conf$$-$RANDOM
2710
+ (umask 077 && mkdir "$tmp")
2711
+ } ||
2712
+ {
2713
+ echo "$me: cannot create a temporary directory in ." >&2
2714
+ { (exit 1); exit 1; }
2715
+ }
2716
+
2717
+ #
2718
+ # Set up the sed scripts for CONFIG_FILES section.
2719
+ #
2720
+
2721
+ # No need to generate the scripts if there are no CONFIG_FILES.
2722
+ # This happens for instance when ./config.status config.h
2723
+ if test -n "$CONFIG_FILES"; then
2724
+
2725
+ _ACEOF
2726
+
2727
+
2728
+
2729
+ ac_delim='%!_!# '
2730
+ for ac_last_try in false false false false false :; do
2731
+ cat >conf$$subs.sed <<_ACEOF
2732
+ SHELL!$SHELL$ac_delim
2733
+ PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
2734
+ PACKAGE_NAME!$PACKAGE_NAME$ac_delim
2735
+ PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
2736
+ PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
2737
+ PACKAGE_STRING!$PACKAGE_STRING$ac_delim
2738
+ PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
2739
+ exec_prefix!$exec_prefix$ac_delim
2740
+ prefix!$prefix$ac_delim
2741
+ program_transform_name!$program_transform_name$ac_delim
2742
+ bindir!$bindir$ac_delim
2743
+ sbindir!$sbindir$ac_delim
2744
+ libexecdir!$libexecdir$ac_delim
2745
+ datarootdir!$datarootdir$ac_delim
2746
+ datadir!$datadir$ac_delim
2747
+ sysconfdir!$sysconfdir$ac_delim
2748
+ sharedstatedir!$sharedstatedir$ac_delim
2749
+ localstatedir!$localstatedir$ac_delim
2750
+ includedir!$includedir$ac_delim
2751
+ oldincludedir!$oldincludedir$ac_delim
2752
+ docdir!$docdir$ac_delim
2753
+ infodir!$infodir$ac_delim
2754
+ htmldir!$htmldir$ac_delim
2755
+ dvidir!$dvidir$ac_delim
2756
+ pdfdir!$pdfdir$ac_delim
2757
+ psdir!$psdir$ac_delim
2758
+ libdir!$libdir$ac_delim
2759
+ localedir!$localedir$ac_delim
2760
+ mandir!$mandir$ac_delim
2761
+ DEFS!$DEFS$ac_delim
2762
+ ECHO_C!$ECHO_C$ac_delim
2763
+ ECHO_N!$ECHO_N$ac_delim
2764
+ ECHO_T!$ECHO_T$ac_delim
2765
+ LIBS!$LIBS$ac_delim
2766
+ build_alias!$build_alias$ac_delim
2767
+ host_alias!$host_alias$ac_delim
2768
+ target_alias!$target_alias$ac_delim
2769
+ INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
2770
+ INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
2771
+ INSTALL_DATA!$INSTALL_DATA$ac_delim
2772
+ PACKAGE!$PACKAGE$ac_delim
2773
+ VERSION!$VERSION$ac_delim
2774
+ ACLOCAL!$ACLOCAL$ac_delim
2775
+ AUTOCONF!$AUTOCONF$ac_delim
2776
+ AUTOMAKE!$AUTOMAKE$ac_delim
2777
+ AUTOHEADER!$AUTOHEADER$ac_delim
2778
+ MAKEINFO!$MAKEINFO$ac_delim
2779
+ SET_MAKE!$SET_MAKE$ac_delim
2780
+ MECAB_CONFIG!$MECAB_CONFIG$ac_delim
2781
+ MECAB_DICDIR!$MECAB_DICDIR$ac_delim
2782
+ MECAB_DICT_INDEX!$MECAB_DICT_INDEX$ac_delim
2783
+ MECAB_MECABRC!$MECAB_MECABRC$ac_delim
2784
+ CHARSET!$CHARSET$ac_delim
2785
+ MECAB_LEXICAL_DIC!$MECAB_LEXICAL_DIC$ac_delim
2786
+ MECAB_GENDATA!$MECAB_GENDATA$ac_delim
2787
+ MECAB_PREDATA!$MECAB_PREDATA$ac_delim
2788
+ LIBOBJS!$LIBOBJS$ac_delim
2789
+ LTLIBOBJS!$LTLIBOBJS$ac_delim
2790
+ _ACEOF
2791
+
2792
+ if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 58; then
2793
+ break
2794
+ elif $ac_last_try; then
2795
+ { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
2796
+ echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
2797
+ { (exit 1); exit 1; }; }
2798
+ else
2799
+ ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
2800
+ fi
2801
+ done
2802
+
2803
+ ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
2804
+ if test -n "$ac_eof"; then
2805
+ ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
2806
+ ac_eof=`expr $ac_eof + 1`
2807
+ fi
2808
+
2809
+ cat >>$CONFIG_STATUS <<_ACEOF
2810
+ cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
2811
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
2812
+ _ACEOF
2813
+ sed '
2814
+ s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
2815
+ s/^/s,@/; s/!/@,|#_!!_#|/
2816
+ :n
2817
+ t n
2818
+ s/'"$ac_delim"'$/,g/; t
2819
+ s/$/\\/; p
2820
+ N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
2821
+ ' >>$CONFIG_STATUS <conf$$subs.sed
2822
+ rm -f conf$$subs.sed
2823
+ cat >>$CONFIG_STATUS <<_ACEOF
2824
+ :end
2825
+ s/|#_!!_#|//g
2826
+ CEOF$ac_eof
2827
+ _ACEOF
2828
+
2829
+
2830
+ # VPATH may cause trouble with some makes, so we remove $(srcdir),
2831
+ # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
2832
+ # trailing colons and then remove the whole line if VPATH becomes empty
2833
+ # (actually we leave an empty line to preserve line numbers).
2834
+ if test "x$srcdir" = x.; then
2835
+ ac_vpsub='/^[ ]*VPATH[ ]*=/{
2836
+ s/:*\$(srcdir):*/:/
2837
+ s/:*\${srcdir}:*/:/
2838
+ s/:*@srcdir@:*/:/
2839
+ s/^\([^=]*=[ ]*\):*/\1/
2840
+ s/:*$//
2841
+ s/^[^=]*=[ ]*$//
2842
+ }'
2843
+ fi
2844
+
2845
+ cat >>$CONFIG_STATUS <<\_ACEOF
2846
+ fi # test -n "$CONFIG_FILES"
2847
+
2848
+
2849
+ for ac_tag in :F $CONFIG_FILES
2850
+ do
2851
+ case $ac_tag in
2852
+ :[FHLC]) ac_mode=$ac_tag; continue;;
2853
+ esac
2854
+ case $ac_mode$ac_tag in
2855
+ :[FHL]*:*);;
2856
+ :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
2857
+ echo "$as_me: error: Invalid tag $ac_tag." >&2;}
2858
+ { (exit 1); exit 1; }; };;
2859
+ :[FH]-) ac_tag=-:-;;
2860
+ :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
2861
+ esac
2862
+ ac_save_IFS=$IFS
2863
+ IFS=:
2864
+ set x $ac_tag
2865
+ IFS=$ac_save_IFS
2866
+ shift
2867
+ ac_file=$1
2868
+ shift
2869
+
2870
+ case $ac_mode in
2871
+ :L) ac_source=$1;;
2872
+ :[FH])
2873
+ ac_file_inputs=
2874
+ for ac_f
2875
+ do
2876
+ case $ac_f in
2877
+ -) ac_f="$tmp/stdin";;
2878
+ *) # Look for the file first in the build tree, then in the source tree
2879
+ # (if the path is not absolute). The absolute path cannot be DOS-style,
2880
+ # because $ac_f cannot contain `:'.
2881
+ test -f "$ac_f" ||
2882
+ case $ac_f in
2883
+ [\\/$]*) false;;
2884
+ *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
2885
+ esac ||
2886
+ { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
2887
+ echo "$as_me: error: cannot find input file: $ac_f" >&2;}
2888
+ { (exit 1); exit 1; }; };;
2889
+ esac
2890
+ ac_file_inputs="$ac_file_inputs $ac_f"
2891
+ done
2892
+
2893
+ # Let's still pretend it is `configure' which instantiates (i.e., don't
2894
+ # use $as_me), people would be surprised to read:
2895
+ # /* config.h. Generated by config.status. */
2896
+ configure_input="Generated from "`IFS=:
2897
+ echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
2898
+ if test x"$ac_file" != x-; then
2899
+ configure_input="$ac_file. $configure_input"
2900
+ { echo "$as_me:$LINENO: creating $ac_file" >&5
2901
+ echo "$as_me: creating $ac_file" >&6;}
2902
+ fi
2903
+
2904
+ case $ac_tag in
2905
+ *:-:* | *:-) cat >"$tmp/stdin";;
2906
+ esac
2907
+ ;;
2908
+ esac
2909
+
2910
+ ac_dir=`$as_dirname -- "$ac_file" ||
2911
+ $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2912
+ X"$ac_file" : 'X\(//\)[^/]' \| \
2913
+ X"$ac_file" : 'X\(//\)$' \| \
2914
+ X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
2915
+ echo X"$ac_file" |
2916
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2917
+ s//\1/
2918
+ q
2919
+ }
2920
+ /^X\(\/\/\)[^/].*/{
2921
+ s//\1/
2922
+ q
2923
+ }
2924
+ /^X\(\/\/\)$/{
2925
+ s//\1/
2926
+ q
2927
+ }
2928
+ /^X\(\/\).*/{
2929
+ s//\1/
2930
+ q
2931
+ }
2932
+ s/.*/./; q'`
2933
+ { as_dir="$ac_dir"
2934
+ case $as_dir in #(
2935
+ -*) as_dir=./$as_dir;;
2936
+ esac
2937
+ test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
2938
+ as_dirs=
2939
+ while :; do
2940
+ case $as_dir in #(
2941
+ *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
2942
+ *) as_qdir=$as_dir;;
2943
+ esac
2944
+ as_dirs="'$as_qdir' $as_dirs"
2945
+ as_dir=`$as_dirname -- "$as_dir" ||
2946
+ $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
2947
+ X"$as_dir" : 'X\(//\)[^/]' \| \
2948
+ X"$as_dir" : 'X\(//\)$' \| \
2949
+ X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
2950
+ echo X"$as_dir" |
2951
+ sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
2952
+ s//\1/
2953
+ q
2954
+ }
2955
+ /^X\(\/\/\)[^/].*/{
2956
+ s//\1/
2957
+ q
2958
+ }
2959
+ /^X\(\/\/\)$/{
2960
+ s//\1/
2961
+ q
2962
+ }
2963
+ /^X\(\/\).*/{
2964
+ s//\1/
2965
+ q
2966
+ }
2967
+ s/.*/./; q'`
2968
+ test -d "$as_dir" && break
2969
+ done
2970
+ test -z "$as_dirs" || eval "mkdir $as_dirs"
2971
+ } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
2972
+ echo "$as_me: error: cannot create directory $as_dir" >&2;}
2973
+ { (exit 1); exit 1; }; }; }
2974
+ ac_builddir=.
2975
+
2976
+ case "$ac_dir" in
2977
+ .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
2978
+ *)
2979
+ ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
2980
+ # A ".." for each directory in $ac_dir_suffix.
2981
+ ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
2982
+ case $ac_top_builddir_sub in
2983
+ "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
2984
+ *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
2985
+ esac ;;
2986
+ esac
2987
+ ac_abs_top_builddir=$ac_pwd
2988
+ ac_abs_builddir=$ac_pwd$ac_dir_suffix
2989
+ # for backward compatibility:
2990
+ ac_top_builddir=$ac_top_build_prefix
2991
+
2992
+ case $srcdir in
2993
+ .) # We are building in place.
2994
+ ac_srcdir=.
2995
+ ac_top_srcdir=$ac_top_builddir_sub
2996
+ ac_abs_top_srcdir=$ac_pwd ;;
2997
+ [\\/]* | ?:[\\/]* ) # Absolute name.
2998
+ ac_srcdir=$srcdir$ac_dir_suffix;
2999
+ ac_top_srcdir=$srcdir
3000
+ ac_abs_top_srcdir=$srcdir ;;
3001
+ *) # Relative name.
3002
+ ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
3003
+ ac_top_srcdir=$ac_top_build_prefix$srcdir
3004
+ ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
3005
+ esac
3006
+ ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
3007
+
3008
+
3009
+ case $ac_mode in
3010
+ :F)
3011
+ #
3012
+ # CONFIG_FILE
3013
+ #
3014
+
3015
+ case $INSTALL in
3016
+ [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
3017
+ *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
3018
+ esac
3019
+ _ACEOF
3020
+
3021
+ cat >>$CONFIG_STATUS <<\_ACEOF
3022
+ # If the template does not know about datarootdir, expand it.
3023
+ # FIXME: This hack should be removed a few years after 2.60.
3024
+ ac_datarootdir_hack=; ac_datarootdir_seen=
3025
+
3026
+ case `sed -n '/datarootdir/ {
3027
+ p
3028
+ q
3029
+ }
3030
+ /@datadir@/p
3031
+ /@docdir@/p
3032
+ /@infodir@/p
3033
+ /@localedir@/p
3034
+ /@mandir@/p
3035
+ ' $ac_file_inputs` in
3036
+ *datarootdir*) ac_datarootdir_seen=yes;;
3037
+ *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
3038
+ { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
3039
+ echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
3040
+ _ACEOF
3041
+ cat >>$CONFIG_STATUS <<_ACEOF
3042
+ ac_datarootdir_hack='
3043
+ s&@datadir@&$datadir&g
3044
+ s&@docdir@&$docdir&g
3045
+ s&@infodir@&$infodir&g
3046
+ s&@localedir@&$localedir&g
3047
+ s&@mandir@&$mandir&g
3048
+ s&\\\${datarootdir}&$datarootdir&g' ;;
3049
+ esac
3050
+ _ACEOF
3051
+
3052
+ # Neutralize VPATH when `$srcdir' = `.'.
3053
+ # Shell code in configure.ac might set extrasub.
3054
+ # FIXME: do we really want to maintain this feature?
3055
+ cat >>$CONFIG_STATUS <<_ACEOF
3056
+ sed "$ac_vpsub
3057
+ $extrasub
3058
+ _ACEOF
3059
+ cat >>$CONFIG_STATUS <<\_ACEOF
3060
+ :t
3061
+ /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
3062
+ s&@configure_input@&$configure_input&;t t
3063
+ s&@top_builddir@&$ac_top_builddir_sub&;t t
3064
+ s&@srcdir@&$ac_srcdir&;t t
3065
+ s&@abs_srcdir@&$ac_abs_srcdir&;t t
3066
+ s&@top_srcdir@&$ac_top_srcdir&;t t
3067
+ s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
3068
+ s&@builddir@&$ac_builddir&;t t
3069
+ s&@abs_builddir@&$ac_abs_builddir&;t t
3070
+ s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
3071
+ s&@INSTALL@&$ac_INSTALL&;t t
3072
+ $ac_datarootdir_hack
3073
+ " $ac_file_inputs | sed -f "$tmp/subs-1.sed" >$tmp/out
3074
+
3075
+ test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
3076
+ { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
3077
+ { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
3078
+ { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3079
+ which seems to be undefined. Please make sure it is defined." >&5
3080
+ echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
3081
+ which seems to be undefined. Please make sure it is defined." >&2;}
3082
+
3083
+ rm -f "$tmp/stdin"
3084
+ case $ac_file in
3085
+ -) cat "$tmp/out"; rm -f "$tmp/out";;
3086
+ *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
3087
+ esac
3088
+ ;;
3089
+
3090
+
3091
+
3092
+ esac
3093
+
3094
+ done # for ac_tag
3095
+
3096
+
3097
+ { (exit 0); exit 0; }
3098
+ _ACEOF
3099
+ chmod +x $CONFIG_STATUS
3100
+ ac_clean_files=$ac_clean_files_save
3101
+
3102
+
3103
+ # configure is writing to config.log, and then calls config.status.
3104
+ # config.status does its own redirection, appending to config.log.
3105
+ # Unfortunately, on DOS this fails, as config.log is still kept open
3106
+ # by configure, so config.status won't be able to write to it; its
3107
+ # output is simply discarded. So we exec the FD to /dev/null,
3108
+ # effectively closing config.log, so it can be properly (re)opened and
3109
+ # appended to by config.status. When coming back to configure, we
3110
+ # need to make the FD available again.
3111
+ if test "$no_create" != yes; then
3112
+ ac_cs_success=:
3113
+ ac_config_status_args=
3114
+ test "$silent" = yes &&
3115
+ ac_config_status_args="$ac_config_status_args --quiet"
3116
+ exec 5>/dev/null
3117
+ $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
3118
+ exec 5>>config.log
3119
+ # Use ||, not &&, to avoid exiting from the if with $? = 1, which
3120
+ # would make configure fail if this is the last instruction.
3121
+ $ac_cs_success || { (exit 1); exit 1; }
3122
+ fi
3123
+
src/ja/mecab-ipadic-2.7.0-20070610/configure.in ADDED
@@ -0,0 +1,56 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ AC_INIT(matrix.def)
2
+ AM_INIT_AUTOMAKE(mecab-ipadic, 2.7.0-20070610)
3
+ AC_PROG_INSTALL
4
+ AC_SUBST(datarootdir)
5
+
6
+ AC_ARG_WITH(
7
+ dicdir,
8
+ [ --with-dicdir=DIR set dicdir location ],
9
+ AC_MSG_RESULT(using $with_dicdir for dicdir)
10
+ MECAB_DICDIR=$with_dicdir, MECAB_DICDIR="no"
11
+ )
12
+
13
+ AC_ARG_WITH(
14
+ mecab-config,
15
+ [ --with-mecab-config=PATH set mecab-config location [search path]],
16
+ AC_MSG_RESULT(using $with_mecab_config for mecab-config)
17
+ MECAB_CONFIG=$with_mecab_config,
18
+ [AC_PATH_PROGS(MECAB_CONFIG, mecab-config, no)]
19
+ )
20
+
21
+ if test $MECAB_CONFIG = "no";
22
+ then
23
+ AC_MSG_ERROR(mecab-config is not found in your system)
24
+ fi
25
+ AC_SUBST(MECAB_CONFIG)
26
+
27
+ if test $MECAB_DICDIR = "no";
28
+ then
29
+ MECAB_DICDIR="`$MECAB_CONFIG --dicdir`/ipadic"
30
+ fi
31
+
32
+ MECAB_DICT_INDEX="`$MECAB_CONFIG --libexecdir`/mecab-dict-index"
33
+ MECAB_MECABRC="`$MECAB_CONFIG --sysconfdir`/mecabrc"
34
+
35
+ AC_SUBST(MECAB_DICDIR)
36
+ AC_SUBST(MECAB_DICT_INDEX)
37
+ AC_SUBST(MECAB_MECABRC)
38
+
39
+ AC_ARG_WITH(
40
+ charset,
41
+ [ --with-charset=charset set default charset (euc-jp/sjis/utf-8))],
42
+ [CHARSET=${withval}], [CHARSET='euc-jp']
43
+ )
44
+ CHARSET=$CHARSET
45
+ AC_SUBST(CHARSET)
46
+
47
+ MECAB_LEXICAL_DIC=`echo *.csv`
48
+ AC_SUBST(MECAB_LEXICAL_DIC)
49
+
50
+ MECAB_GENDATA="matrix.bin char.bin sys.dic unk.dic"
51
+ AC_SUBST(MECAB_GENDATA)
52
+
53
+ MECAB_PREDATA="`echo *.def` dicrc"
54
+ AC_SUBST(MECAB_PREDATA)
55
+
56
+ AC_OUTPUT([Makefile])
src/ja/mecab-ipadic-2.7.0-20070610/dicrc ADDED
@@ -0,0 +1,29 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ;
2
+ ; Configuration file of IPADIC
3
+ ;
4
+ ; $Id: dicrc,v 1.4 2006/04/08 06:41:36 taku-ku Exp $;
5
+ ;
6
+ cost-factor = 800
7
+ bos-feature = BOS/EOS,*,*,*,*,*,*,*,*
8
+ eval-size = 6
9
+ unk-eval-size = 4
10
+ config-charset = EUC-JP
11
+
12
+ ; yomi
13
+ node-format-yomi = %pS%f[7]
14
+ unk-format-yomi = %M
15
+ eos-format-yomi = \n
16
+
17
+ ; simple
18
+ node-format-simple = %m\t%F-[0,1,2,3]\n
19
+ eos-format-simple = EOS\n
20
+
21
+ ; ChaSen
22
+ node-format-chasen = %m\t%f[7]\t%f[6]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
23
+ unk-format-chasen = %m\t%m\t%m\t%F-[0,1,2,3]\t\t\n
24
+ eos-format-chasen = EOS\n
25
+
26
+ ; ChaSen (include spaces)
27
+ node-format-chasen2 = %M\t%f[7]\t%f[6]\t%F-[0,1,2,3]\t%f[4]\t%f[5]\n
28
+ unk-format-chasen2 = %M\t%m\t%m\t%F-[0,1,2,3]\t\t\n
29
+ eos-format-chasen2 = EOS\n
src/ja/mecab-ipadic-2.7.0-20070610/feature.def ADDED
@@ -0,0 +1,115 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # �������� bigram ���
3
+ #
4
+ # %F[0..N] Unigramʸ̮
5
+ # %F?: ̤����ξ���,���Υƥ�ץ졼�Ȥ�Ŭ�Ѥ��ʤ�
6
+
7
+ # POS Unigram
8
+ UNIGRAM U1:%F[0]
9
+ UNIGRAM U2:%F[0],%F?[1]
10
+ UNIGRAM U3:%F[0],%F[1],%F?[2]
11
+ UNIGRAM U4:%F[0],%F[1],%F[2],%F?[3]
12
+
13
+ # Word-POS
14
+ UNIGRAM W0:%F[6]
15
+ UNIGRAM W1:%F[0]/%F[6]
16
+ UNIGRAM W2:%F[0],%F?[1]/%F[6]
17
+ UNIGRAM W3:%F[0],%F[1],%F?[2]/%F[6]
18
+ UNIGRAM W4:%F[0],%F[1],%F[2],%F?[3]/%F[6]
19
+
20
+ # Word-Read-POS
21
+ UNIGRAM R0:%F[7]
22
+ UNIGRAM R1:%F[6],%F[7]
23
+ UNIGRAM R2:%F[0],%F[6],%F[7]
24
+ UNIGRAM R3:%F[0],%F?[1],%F[6],%F[7]
25
+ UNIGRAM R4:%F[0],%F[1],%F?[2],%F[6],%F[7]
26
+ UNIGRAM R5:%F[0],%F[1],%F[2],%F?[3],%F[6],%F[7]
27
+
28
+ # char type
29
+ UNIGRAM T0:%t
30
+ UNIGRAM T1:%F[0]/%t
31
+ UNIGRAM T2:%F[0],%F?[1]/%t
32
+ UNIGRAM T3:%F[0],%F[1],%F?[2]/%t
33
+ UNIGRAM T4:%F[0],%F[1],%F[2],%F?[3]/%t
34
+
35
+ #
36
+ # �������� bigram ���
37
+ #
38
+ # %L[0..N] ��ʸ̮
39
+ # %R[0..N] ��ʸ̮
40
+ #
41
+ # %R?: ̤����ξ���,���Υƥ�ץ졼�Ȥ�Ŭ�Ѥ��ʤ�
42
+
43
+ # �ʻ�
44
+ BIGRAM B00:%L[0]/%R[0]
45
+ BIGRAM B01:%L[0],%L?[1]/%R[0]
46
+ BIGRAM B02:%L[0]/%R[0],%R?[1]
47
+ BIGRAM B03:%L[0]/%R[0],%R[1],%R?[2]
48
+ BIGRAM B04:%L[0],%L?[1]/%R[0],%R[1],%R?[2]
49
+ BIGRAM B05:%L[0]/%R[0],%R[1],%R[2],%R?[3]
50
+ BIGRAM B06:%L[0],%L?[1]/%R[0],%R[1],%R[2],%R?[3]
51
+ BIGRAM B07:%L[0],%L[1],%L?[2]/%R[0]
52
+ BIGRAM B08:%L[0],%L[1],%L?[2]/%R[0],%R?[1]
53
+ BIGRAM B09:%L[0],%L[1],%L[2],%L?[3]/%R[0]
54
+ BIGRAM B10:%L[0],%L[1],%L[2],%L?[3]/%R[0],%R?[1]
55
+ BIGRAM B11:%L[0],%L[1],%L?[2]/%R[0],%R[1],%R?[2]
56
+ BIGRAM B12:%L[0],%L[1],%L?[2]/%R[0],%R[1],%R[2],%R?[3]
57
+ BIGRAM B13:%L[0],%L[1],%L[2],%L?[3]/%R[0],%R[1],%R?[2]
58
+ BIGRAM B14:%L[0],%L[1],%L[2],%L?[3]/%R[0],%R[1],%R[2],%R?[3]
59
+
60
+ # ����
61
+ BIGRAM B20:%L[0],%L?[4]/%R[0]
62
+ BIGRAM B21:%L[0],%L?[5]/%R[0]
63
+ BIGRAM B22:%L[0],%L?[4],%L?[5]/%R[0]
64
+
65
+ BIGRAM B23:%L[0]/%R[0],%R?[4]
66
+ BIGRAM B24:%L[0]/%R[0],%R?[5]
67
+ BIGRAM B25:%L[0]/%R[0],%R?[4],%R?[5]
68
+
69
+ BIGRAM B26:%L[0],%L?[4]/%R[0],%R?[4]
70
+ BIGRAM B27:%L[0],%L?[4]/%R[0],%R?[5]
71
+ BIGRAM B28:%L[0],%L?[5]/%R[0],%R?[4]
72
+ BIGRAM B29:%L[0],%L?[5]/%R[0],%R?[5]
73
+
74
+ BIGRAM B30:%L[0],%L?[4],%L?[5]/%R[0],%R?[4]
75
+ BIGRAM B31:%L[0],%L?[4],%L?[5]/%R[0],%R?[5]
76
+
77
+ BIGRAM B32:%L[0],%L?[4]/%R[0],%R?[4],%R?[5]
78
+ BIGRAM B33:%L[0],%L?[5]/%R[0],%R?[4],%R?[5]
79
+
80
+ BIGRAM B34:%L[0],%L?[4],%L?[5]/%R[0],%R?[4],%R?[5]
81
+
82
+ # POS leaf category
83
+ BIGRAM B40:%L[0],%L[1],%L[2],%L?[4]/%R[0],%R[1],%R[2]
84
+ BIGRAM B41:%L[0],%L[1],%L[2],%L?[5]/%R[0],%R[1],%R[2]
85
+ BIGRAM B42:%L[0],%L[1],%L[2],%L?[4],%L?[5]/%R[0],%R[1],%R[2]
86
+
87
+ BIGRAM B43:%L[0],%L[1],%L[2]/%R[0],%R[1],%R[2],%R?[4]
88
+ BIGRAM B44:%L[0],%L[1],%L[2]/%R[0],%R[1],%R[2],%R?[5]
89
+ BIGRAM B45:%L[0],%L[1],%L[2]/%R[0],%R[1],%R[2],%R?[4],%R?[5]
90
+
91
+ BIGRAM B46:%L[0],%L[1],%L[2],%L?[4]/%R[0],%R[1],%R[2],%R?[4]
92
+ BIGRAM B47:%L[0],%L[1],%L[2],%L?[4]/%R[0],%R[1],%R[2],%R?[5]
93
+ BIGRAM B48:%L[0],%L[1],%L[2],%L?[5]/%R[0],%R[1],%R[2],%R?[4]
94
+ BIGRAM B49:%L[0],%L[1],%L[2],%L?[5]/%R[0],%R[1],%R[2],%R?[5]
95
+
96
+ BIGRAM B50:%L[0],%L[1],%L[2],%L?[4],%L?[5]/%R[0],%R[1],%R[2],%R?[4]
97
+ BIGRAM B51:%L[0],%L[1],%L[2],%L?[4],%L?[5]/%R[0],%R[1],%R[2],%R?[5]
98
+
99
+ BIGRAM B52:%L[0],%L[1],%L[2],%L?[4]/%R[0],%R[1],%R[2],%R?[4],%R?[5]
100
+ BIGRAM B53:%L[0],%L[1],%L[2],%L?[5]/%R[0],%R[1],%R[2],%R?[4],%R?[5]
101
+
102
+ BIGRAM B54:%L[0],%L[1],%L[2],%L?[4],%L?[5]/%R[0],%R[1],%R[2],%R?[4],%R?[5]
103
+
104
+ # ���ò�
105
+ BIGRAM B61:%L[0],%L[1],%L[2],%L[3],%L[4],%L[5],%L?[6]/%R[0],%R[1],%R[2],%R[3]
106
+ BIGRAM B61:%L[0],%L[1],%L[2],%L[3],%L[4],%L[5],%L?[6]/%R[0],%R[1],%R[2],%R[3],%R[4]
107
+ BIGRAM B62:%L[0],%L[1],%L[2],%L[3],%L[4],%L[5],%L?[6]/%R[0],%R[1],%R[2],%R[3],%R[5]
108
+ BIGRAM B63:%L[0],%L[1],%L[2],%L[3],%L[4],%L[5],%L?[6]/%R[0],%R[1],%R[2],%R[3],%R[4],%R[5]
109
+ BIGRAM B64:%L[0],%L[1],%L[2],%L[3]/%R[0],%R[1],%R[2],%R[3],%R[4],%R[5],%R?[6]
110
+ BIGRAM B65:%L[0],%L[1],%L[2],%L[3],%L[4]/%R[0],%R[1],%R[2],%R[3],%R[4],%R[5],%R?[6]
111
+ BIGRAM B66:%L[0],%L[1],%L[2],%L[3],%L[5]/%R[0],%R[1],%R[2],%R[3],%R[4],%R[5],%R?[6]
112
+ BIGRAM B67:%L[0],%L[1],%L[2],%L[3],%L[4],%L[5]/%R[0],%R[1],%R[2],%R[3],%R[4],%R[5],%R?[6]
113
+ BIGRAM B68:%L[0],%L[1],%L[2],%L[3],%L[4],%L[5],%L?[6]/%R[0],%R[1],%R[2],%R[3],%R[4],%R[5],%R?[6]
114
+
115
+ BIGRAM B70:%L?[6]/%R?[6]
src/ja/mecab-ipadic-2.7.0-20070610/install-sh ADDED
@@ -0,0 +1,322 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #!/bin/sh
2
+ # install - install a program, script, or datafile
3
+
4
+ scriptversion=2004-09-10.20
5
+
6
+ # This originates from X11R5 (mit/util/scripts/install.sh), which was
7
+ # later released in X11R6 (xc/config/util/install.sh) with the
8
+ # following copyright and license.
9
+ #
10
+ # Copyright (C) 1994 X Consortium
11
+ #
12
+ # Permission is hereby granted, free of charge, to any person obtaining a copy
13
+ # of this software and associated documentation files (the "Software"), to
14
+ # deal in the Software without restriction, including without limitation the
15
+ # rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
16
+ # sell copies of the Software, and to permit persons to whom the Software is
17
+ # furnished to do so, subject to the following conditions:
18
+ #
19
+ # The above copyright notice and this permission notice shall be included in
20
+ # all copies or substantial portions of the Software.
21
+ #
22
+ # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
23
+ # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
24
+ # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
25
+ # X CONSORTIUM BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
26
+ # AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNEC-
27
+ # TION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
28
+ #
29
+ # Except as contained in this notice, the name of the X Consortium shall not
30
+ # be used in advertising or otherwise to promote the sale, use or other deal-
31
+ # ings in this Software without prior written authorization from the X Consor-
32
+ # tium.
33
+ #
34
+ #
35
+ # FSF changes to this file are in the public domain.
36
+ #
37
+ # Calling this script install-sh is preferred over install.sh, to prevent
38
+ # `make' implicit rules from creating a file called install from it
39
+ # when there is no Makefile.
40
+ #
41
+ # This script is compatible with the BSD install script, but was written
42
+ # from scratch. It can only install one file at a time, a restriction
43
+ # shared with many OS's install programs.
44
+
45
+ # set DOITPROG to echo to test this script
46
+
47
+ # Don't use :- since 4.3BSD and earlier shells don't like it.
48
+ doit="${DOITPROG-}"
49
+
50
+ # put in absolute paths if you don't have them in your path; or use env. vars.
51
+
52
+ mvprog="${MVPROG-mv}"
53
+ cpprog="${CPPROG-cp}"
54
+ chmodprog="${CHMODPROG-chmod}"
55
+ chownprog="${CHOWNPROG-chown}"
56
+ chgrpprog="${CHGRPPROG-chgrp}"
57
+ stripprog="${STRIPPROG-strip}"
58
+ rmprog="${RMPROG-rm}"
59
+ mkdirprog="${MKDIRPROG-mkdir}"
60
+
61
+ chmodcmd="$chmodprog 0755"
62
+ chowncmd=
63
+ chgrpcmd=
64
+ stripcmd=
65
+ rmcmd="$rmprog -f"
66
+ mvcmd="$mvprog"
67
+ src=
68
+ dst=
69
+ dir_arg=
70
+ dstarg=
71
+ no_target_directory=
72
+
73
+ usage="Usage: $0 [OPTION]... [-T] SRCFILE DSTFILE
74
+ or: $0 [OPTION]... SRCFILES... DIRECTORY
75
+ or: $0 [OPTION]... -t DIRECTORY SRCFILES...
76
+ or: $0 [OPTION]... -d DIRECTORIES...
77
+
78
+ In the 1st form, copy SRCFILE to DSTFILE.
79
+ In the 2nd and 3rd, copy all SRCFILES to DIRECTORY.
80
+ In the 4th, create DIRECTORIES.
81
+
82
+ Options:
83
+ -c (ignored)
84
+ -d create directories instead of installing files.
85
+ -g GROUP $chgrpprog installed files to GROUP.
86
+ -m MODE $chmodprog installed files to MODE.
87
+ -o USER $chownprog installed files to USER.
88
+ -s $stripprog installed files.
89
+ -t DIRECTORY install into DIRECTORY.
90
+ -T report an error if DSTFILE is a directory.
91
+ --help display this help and exit.
92
+ --version display version info and exit.
93
+
94
+ Environment variables override the default commands:
95
+ CHGRPPROG CHMODPROG CHOWNPROG CPPROG MKDIRPROG MVPROG RMPROG STRIPPROG
96
+ "
97
+
98
+ while test -n "$1"; do
99
+ case $1 in
100
+ -c) shift
101
+ continue;;
102
+
103
+ -d) dir_arg=true
104
+ shift
105
+ continue;;
106
+
107
+ -g) chgrpcmd="$chgrpprog $2"
108
+ shift
109
+ shift
110
+ continue;;
111
+
112
+ --help) echo "$usage"; exit 0;;
113
+
114
+ -m) chmodcmd="$chmodprog $2"
115
+ shift
116
+ shift
117
+ continue;;
118
+
119
+ -o) chowncmd="$chownprog $2"
120
+ shift
121
+ shift
122
+ continue;;
123
+
124
+ -s) stripcmd=$stripprog
125
+ shift
126
+ continue;;
127
+
128
+ -t) dstarg=$2
129
+ shift
130
+ shift
131
+ continue;;
132
+
133
+ -T) no_target_directory=true
134
+ shift
135
+ continue;;
136
+
137
+ --version) echo "$0 $scriptversion"; exit 0;;
138
+
139
+ *) # When -d is used, all remaining arguments are directories to create.
140
+ # When -t is used, the destination is already specified.
141
+ test -n "$dir_arg$dstarg" && break
142
+ # Otherwise, the last argument is the destination. Remove it from $@.
143
+ for arg
144
+ do
145
+ if test -n "$dstarg"; then
146
+ # $@ is not empty: it contains at least $arg.
147
+ set fnord "$@" "$dstarg"
148
+ shift # fnord
149
+ fi
150
+ shift # arg
151
+ dstarg=$arg
152
+ done
153
+ break;;
154
+ esac
155
+ done
156
+
157
+ if test -z "$1"; then
158
+ if test -z "$dir_arg"; then
159
+ echo "$0: no input file specified." >&2
160
+ exit 1
161
+ fi
162
+ # It's OK to call `install-sh -d' without argument.
163
+ # This can happen when creating conditional directories.
164
+ exit 0
165
+ fi
166
+
167
+ for src
168
+ do
169
+ # Protect names starting with `-'.
170
+ case $src in
171
+ -*) src=./$src ;;
172
+ esac
173
+
174
+ if test -n "$dir_arg"; then
175
+ dst=$src
176
+ src=
177
+
178
+ if test -d "$dst"; then
179
+ mkdircmd=:
180
+ chmodcmd=
181
+ else
182
+ mkdircmd=$mkdirprog
183
+ fi
184
+ else
185
+ # Waiting for this to be detected by the "$cpprog $src $dsttmp" command
186
+ # might cause directories to be created, which would be especially bad
187
+ # if $src (and thus $dsttmp) contains '*'.
188
+ if test ! -f "$src" && test ! -d "$src"; then
189
+ echo "$0: $src does not exist." >&2
190
+ exit 1
191
+ fi
192
+
193
+ if test -z "$dstarg"; then
194
+ echo "$0: no destination specified." >&2
195
+ exit 1
196
+ fi
197
+
198
+ dst=$dstarg
199
+ # Protect names starting with `-'.
200
+ case $dst in
201
+ -*) dst=./$dst ;;
202
+ esac
203
+
204
+ # If destination is a directory, append the input filename; won't work
205
+ # if double slashes aren't ignored.
206
+ if test -d "$dst"; then
207
+ if test -n "$no_target_directory"; then
208
+ echo "$0: $dstarg: Is a directory" >&2
209
+ exit 1
210
+ fi
211
+ dst=$dst/`basename "$src"`
212
+ fi
213
+ fi
214
+
215
+ # This sed command emulates the dirname command.
216
+ dstdir=`echo "$dst" | sed -e 's,[^/]*$,,;s,/$,,;s,^$,.,'`
217
+
218
+ # Make sure that the destination directory exists.
219
+
220
+ # Skip lots of stat calls in the usual case.
221
+ if test ! -d "$dstdir"; then
222
+ defaultIFS='
223
+ '
224
+ IFS="${IFS-$defaultIFS}"
225
+
226
+ oIFS=$IFS
227
+ # Some sh's can't handle IFS=/ for some reason.
228
+ IFS='%'
229
+ set - `echo "$dstdir" | sed -e 's@/@%@g' -e 's@^%@/@'`
230
+ IFS=$oIFS
231
+
232
+ pathcomp=
233
+
234
+ while test $# -ne 0 ; do
235
+ pathcomp=$pathcomp$1
236
+ shift
237
+ if test ! -d "$pathcomp"; then
238
+ $mkdirprog "$pathcomp"
239
+ # mkdir can fail with a `File exist' error in case several
240
+ # install-sh are creating the directory concurrently. This
241
+ # is OK.
242
+ test -d "$pathcomp" || exit
243
+ fi
244
+ pathcomp=$pathcomp/
245
+ done
246
+ fi
247
+
248
+ if test -n "$dir_arg"; then
249
+ $doit $mkdircmd "$dst" \
250
+ && { test -z "$chowncmd" || $doit $chowncmd "$dst"; } \
251
+ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dst"; } \
252
+ && { test -z "$stripcmd" || $doit $stripcmd "$dst"; } \
253
+ && { test -z "$chmodcmd" || $doit $chmodcmd "$dst"; }
254
+
255
+ else
256
+ dstfile=`basename "$dst"`
257
+
258
+ # Make a couple of temp file names in the proper directory.
259
+ dsttmp=$dstdir/_inst.$$_
260
+ rmtmp=$dstdir/_rm.$$_
261
+
262
+ # Trap to clean up those temp files at exit.
263
+ trap 'ret=$?; rm -f "$dsttmp" "$rmtmp" && exit $ret' 0
264
+ trap '(exit $?); exit' 1 2 13 15
265
+
266
+ # Copy the file name to the temp name.
267
+ $doit $cpprog "$src" "$dsttmp" &&
268
+
269
+ # and set any options; do chmod last to preserve setuid bits.
270
+ #
271
+ # If any of these fail, we abort the whole thing. If we want to
272
+ # ignore errors from any of these, just make sure not to ignore
273
+ # errors from the above "$doit $cpprog $src $dsttmp" command.
274
+ #
275
+ { test -z "$chowncmd" || $doit $chowncmd "$dsttmp"; } \
276
+ && { test -z "$chgrpcmd" || $doit $chgrpcmd "$dsttmp"; } \
277
+ && { test -z "$stripcmd" || $doit $stripcmd "$dsttmp"; } \
278
+ && { test -z "$chmodcmd" || $doit $chmodcmd "$dsttmp"; } &&
279
+
280
+ # Now rename the file to the real destination.
281
+ { $doit $mvcmd -f "$dsttmp" "$dstdir/$dstfile" 2>/dev/null \
282
+ || {
283
+ # The rename failed, perhaps because mv can't rename something else
284
+ # to itself, or perhaps because mv is so ancient that it does not
285
+ # support -f.
286
+
287
+ # Now remove or move aside any old file at destination location.
288
+ # We try this two ways since rm can't unlink itself on some
289
+ # systems and the destination file might be busy for other
290
+ # reasons. In this case, the final cleanup might fail but the new
291
+ # file should still install successfully.
292
+ {
293
+ if test -f "$dstdir/$dstfile"; then
294
+ $doit $rmcmd -f "$dstdir/$dstfile" 2>/dev/null \
295
+ || $doit $mvcmd -f "$dstdir/$dstfile" "$rmtmp" 2>/dev/null \
296
+ || {
297
+ echo "$0: cannot unlink or rename $dstdir/$dstfile" >&2
298
+ (exit 1); exit
299
+ }
300
+ else
301
+ :
302
+ fi
303
+ } &&
304
+
305
+ # Now rename the file to the real destination.
306
+ $doit $mvcmd "$dsttmp" "$dstdir/$dstfile"
307
+ }
308
+ }
309
+ fi || { (exit 1); exit; }
310
+ done
311
+
312
+ # The final little trick to "correctly" pass the exit status to the exit trap.
313
+ {
314
+ (exit 0); exit
315
+ }
316
+
317
+ # Local variables:
318
+ # eval: (add-hook 'write-file-hooks 'time-stamp)
319
+ # time-stamp-start: "scriptversion="
320
+ # time-stamp-format: "%:y-%02m-%02d.%02H"
321
+ # time-stamp-end: "$"
322
+ # End:
src/ja/mecab-ipadic-2.7.0-20070610/left-id.def ADDED
@@ -0,0 +1,1316 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ 0 BOS/EOS,*,*,*,*,*,BOS/EOS
2
+ 1 ����¾,����,*,*,*,*,*
3
+ 2 �ե��顼,*,*,*,*,*,*
4
+ 3 ��ư��,*,*,*,*,*,*
5
+ 4 ����,����ե��٥å�,*,*,*,*,*
6
+ 5 ����,����,*,*,*,*,*
7
+ 6 ����,��̳�,*,*,*,*,BOS/EOS
8
+ 7 ����,�����,*,*,*,*,BOS/EOS
9
+ 8 ����,����,*,*,*,*,BOS/EOS
10
+ 9 ����,����,*,*,*,*,*
11
+ 10 ����,����,*,*,*,*,*
12
+ 11 ���ƻ�,��Ω,*,*,���ƻ졦��������,������³,*
13
+ 12 ���ƻ�,��Ω,*,*,���ƻ졦��������,������³,̵��
14
+ 13 ���ƻ�,��Ω,*,*,���ƻ졦��������,�����,*
15
+ 14 ���ƻ�,��Ω,*,*,���ƻ졦��������,�����,̵��
16
+ 15 ���ƻ�,��Ω,*,*,���ƻ졦��������,�������,*
17
+ 16 ���ƻ�,��Ω,*,*,���ƻ졦��������,�������,̵��
18
+ 17 ���ƻ�,��Ω,*,*,���ƻ졦��������,�������,*
19
+ 18 ���ƻ�,��Ω,*,*,���ƻ졦��������,�������,̵��
20
+ 19 ���ƻ�,��Ω,*,*,���ƻ졦��������,���ܷ�,*
21
+ 20 ���ƻ�,��Ω,*,*,���ƻ졦��������,���ܷ�,̵��
22
+ 21 ���ƻ�,��Ω,*,*,���ƻ졦��������,�θ���³,*
23
+ 22 ���ƻ�,��Ω,*,*,���ƻ졦��������,�θ���³,̵��
24
+ 23 ���ƻ�,��Ω,*,*,���ƻ졦��������,ʸ����ܷ�,*
25
+ 24 ���ƻ�,��Ω,*,*,���ƻ졦��������,ʸ����ܷ�,̵��
26
+ 25 ���ƻ�,��Ω,*,*,���ƻ졦��������,̤������³,*
27
+ 26 ���ƻ�,��Ω,*,*,���ƻ졦��������,̤������³,̵��
28
+ 27 ���ƻ�,��Ω,*,*,���ƻ졦��������,̤������³,*
29
+ 28 ���ƻ�,��Ω,*,*,���ƻ졦��������,̤������³,̵��
30
+ 29 ���ƻ�,��Ω,*,*,���ƻ졦��������,̿���,*
31
+ 30 ���ƻ�,��Ω,*,*,���ƻ졦��������,̿���,̵��
32
+ 31 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ�������³,*
33
+ 32 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ�������³,̵��
34
+ 33 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ���³,*
35
+ 34 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ���³,̵��
36
+ 35 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ���³,*
37
+ 36 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ���³,̵��
38
+ 37 ���ƻ�,��Ω,*,*,���ƻ졦����,���ܷ�,̵��
39
+ 38 ���ƻ�,��Ω,*,*,���ƻ졦����,���ܷ�-¥����,̵��
40
+ 39 ���ƻ�,��Ω,*,*,���ƻ졦����,������³,*
41
+ 40 ���ƻ�,��Ω,*,*,���ƻ졦����,�����,*
42
+ 41 ���ƻ�,��Ω,*,*,���ƻ졦����,�������,*
43
+ 42 ���ƻ�,��Ω,*,*,���ƻ졦����,�������,*
44
+ 43 ���ƻ�,��Ω,*,*,���ƻ졦����,���ܷ�,*
45
+ 44 ���ƻ�,��Ω,*,*,���ƻ졦����,�θ���³,*
46
+ 45 ���ƻ�,��Ω,*,*,���ƻ졦����,ʸ����ܷ�,*
47
+ 46 ���ƻ�,��Ω,*,*,���ƻ졦����,̤������³,*
48
+ 47 ���ƻ�,��Ω,*,*,���ƻ졦����,̤������³,*
49
+ 48 ���ƻ�,��Ω,*,*,���ƻ졦����,̿���,*
50
+ 49 ���ƻ�,��Ω,*,*,���ƻ졦����,Ϣ�ѥ�������³,*
51
+ 50 ���ƻ�,��Ω,*,*,���ƻ졦����,Ϣ�ѥ���³,*
52
+ 51 ���ƻ�,��Ω,*,*,���ƻ졦����,Ϣ�ѥ���³,*
53
+ 52 ���ƻ�,��Ω,*,*,���Ѳ���,���ܷ�,*
54
+ 53 ���ƻ�,����,*,*,���ƻ졦��������,������³,*
55
+ 54 ���ƻ�,����,*,*,���ƻ졦��������,������³,���餷��
56
+ 55 ���ƻ�,����,*,*,���ƻ졦��������,������³,����
57
+ 56 ���ƻ�,����,*,*,���ƻ졦��������,�����,*
58
+ 57 ���ƻ�,����,*,*,���ƻ졦��������,�����,���餷��
59
+ 58 ���ƻ�,����,*,*,���ƻ졦��������,�����,����
60
+ 59 ���ƻ�,����,*,*,���ƻ졦��������,�������,*
61
+ 60 ���ƻ�,����,*,*,���ƻ졦��������,�������,���餷��
62
+ 61 ���ƻ�,����,*,*,���ƻ졦��������,�������,����
63
+ 62 ���ƻ�,����,*,*,���ƻ졦��������,�������,*
64
+ 63 ���ƻ�,����,*,*,���ƻ졦��������,�������,���餷��
65
+ 64 ���ƻ�,����,*,*,���ƻ졦��������,�������,����
66
+ 65 ���ƻ�,����,*,*,���ƻ졦��������,���ܷ�,*
67
+ 66 ���ƻ�,����,*,*,���ƻ졦��������,���ܷ�,���餷��
68
+ 67 ���ƻ�,����,*,*,���ƻ졦��������,���ܷ�,����
69
+ 68 ���ƻ�,����,*,*,���ƻ졦��������,�θ���³,*
70
+ 69 ���ƻ�,����,*,*,���ƻ졦��������,�θ���³,���餷��
71
+ 70 ���ƻ�,����,*,*,���ƻ졦��������,�θ���³,����
72
+ 71 ���ƻ�,����,*,*,���ƻ졦��������,ʸ����ܷ�,*
73
+ 72 ���ƻ�,����,*,*,���ƻ졦��������,ʸ����ܷ�,���餷��
74
+ 73 ���ƻ�,����,*,*,���ƻ졦��������,ʸ����ܷ�,����
75
+ 74 ���ƻ�,����,*,*,���ƻ졦��������,̤������³,*
76
+ 75 ���ƻ�,����,*,*,���ƻ졦��������,̤������³,���餷��
77
+ 76 ���ƻ�,����,*,*,���ƻ졦��������,̤������³,����
78
+ 77 ���ƻ�,����,*,*,���ƻ졦��������,̤������³,*
79
+ 78 ���ƻ�,����,*,*,���ƻ졦��������,̤������³,���餷��
80
+ 79 ���ƻ�,����,*,*,���ƻ졦��������,̤������³,����
81
+ 80 ���ƻ�,����,*,*,���ƻ졦��������,̿���,*
82
+ 81 ���ƻ�,����,*,*,���ƻ졦��������,̿���,���餷��
83
+ 82 ���ƻ�,����,*,*,���ƻ졦��������,̿���,����
84
+ 83 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ�������³,*
85
+ 84 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ�������³,���餷��
86
+ 85 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ�������³,����
87
+ 86 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ���³,*
88
+ 87 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ���³,���餷��
89
+ 88 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ���³,����
90
+ 89 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ���³,*
91
+ 90 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ���³,���餷��
92
+ 91 ���ƻ�,����,*,*,���ƻ졦��������,Ϣ�ѥ���³,����
93
+ 92 ���ƻ�,����,*,*,���ƻ졦����,������³,���餷��
94
+ 93 ���ƻ�,����,*,*,���ƻ졦����,�����,���餷��
95
+ 94 ���ƻ�,����,*,*,���ƻ졦����,�������,���餷��
96
+ 95 ���ƻ�,����,*,*,���ƻ졦����,�������,���餷��
97
+ 96 ���ƻ�,����,*,*,���ƻ졦����,���ܷ�,���餷��
98
+ 97 ���ƻ�,����,*,*,���ƻ졦����,�θ���³,���餷��
99
+ 98 ���ƻ�,����,*,*,���ƻ졦����,ʸ����ܷ�,���餷��
100
+ 99 ���ƻ�,����,*,*,���ƻ졦����,̤������³,���餷��
101
+ 100 ���ƻ�,����,*,*,���ƻ졦����,̤������³,���餷��
102
+ 101 ���ƻ�,����,*,*,���ƻ졦����,̿���,���餷��
103
+ 102 ���ƻ�,����,*,*,���ƻ졦����,Ϣ�ѥ�������³,���餷��
104
+ 103 ���ƻ�,����,*,*,���ƻ졦����,Ϣ�ѥ���³,���餷��
105
+ 104 ���ƻ�,����,*,*,���ƻ졦����,Ϣ�ѥ���³,���餷��
106
+ 105 ���ƻ�,��Ω,*,*,���ƻ졦��������,������³,��
107
+ 106 ���ƻ�,��Ω,*,*,���ƻ졦��������,������³,�ɤ�
108
+ 107 ���ƻ�,��Ω,*,*,���ƻ졦��������,�����,��
109
+ 108 ���ƻ�,��Ω,*,*,���ƻ졦��������,�����,�ɤ�
110
+ 109 ���ƻ�,��Ω,*,*,���ƻ졦��������,�������,��
111
+ 110 ���ƻ�,��Ω,*,*,���ƻ졦��������,�������,�ɤ�
112
+ 111 ���ƻ�,��Ω,*,*,���ƻ졦��������,�������,��
113
+ 112 ���ƻ�,��Ω,*,*,���ƻ졦��������,�������,�ɤ�
114
+ 113 ���ƻ�,��Ω,*,*,���ƻ졦��������,���ܷ�,��
115
+ 114 ���ƻ�,��Ω,*,*,���ƻ졦��������,���ܷ�,�ɤ�
116
+ 115 ���ƻ�,��Ω,*,*,���ƻ졦��������,�θ���³,��
117
+ 116 ���ƻ�,��Ω,*,*,���ƻ졦��������,�θ���³,�ɤ�
118
+ 117 ���ƻ�,��Ω,*,*,���ƻ졦��������,ʸ����ܷ�,��
119
+ 118 ���ƻ�,��Ω,*,*,���ƻ졦��������,ʸ����ܷ�,�ɤ�
120
+ 119 ���ƻ�,��Ω,*,*,���ƻ졦��������,̤������³,��
121
+ 120 ���ƻ�,��Ω,*,*,���ƻ졦��������,̤������³,�ɤ�
122
+ 121 ���ƻ�,��Ω,*,*,���ƻ졦��������,̤������³,��
123
+ 122 ���ƻ�,��Ω,*,*,���ƻ졦��������,̤������³,�ɤ�
124
+ 123 ���ƻ�,��Ω,*,*,���ƻ졦��������,̿���,��
125
+ 124 ���ƻ�,��Ω,*,*,���ƻ졦��������,̿���,�ɤ�
126
+ 125 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ�������³,��
127
+ 126 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ�������³,�ɤ�
128
+ 127 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ���³,��
129
+ 128 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ���³,�ɤ�
130
+ 129 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ���³,��
131
+ 130 ���ƻ�,��Ω,*,*,���ƻ졦��������,Ϣ�ѥ���³,�ɤ�
132
+ 131 ���ƻ�,��Ω,*,*,���ƻ졦����,���ܷ�,̵��
133
+ 132 ���ƻ�,��Ω,*,*,���ƻ졦����,���ܷ�-¥����,̵��
134
+ 133 ���ƻ�,��Ω,*,*,���ƻ졦����,������³,�ߤ���
135
+ 134 ���ƻ�,��Ω,*,*,���ƻ졦����,�����,�ߤ���
136
+ 135 ���ƻ�,��Ω,*,*,���ƻ졦����,�������,�ߤ���
137
+ 136 ���ƻ�,��Ω,*,*,���ƻ졦����,�������,�ߤ���
138
+ 137 ���ƻ�,��Ω,*,*,���ƻ졦����,���ܷ�,�ߤ���
139
+ 138 ���ƻ�,��Ω,*,*,���ƻ졦����,�θ���³,�ߤ���
140
+ 139 ���ƻ�,��Ω,*,*,���ƻ졦����,ʸ����ܷ�,�ߤ���
141
+ 140 ���ƻ�,��Ω,*,*,���ƻ졦����,̤������³,�ߤ���
142
+ 141 ���ƻ�,��Ω,*,*,���ƻ졦����,̤������³,�ߤ���
143
+ 142 ���ƻ�,��Ω,*,*,���ƻ졦����,̿���,�ߤ���
144
+ 143 ���ƻ�,��Ω,*,*,���ƻ졦����,Ϣ�ѥ�������³,�ߤ���
145
+ 144 ���ƻ�,��Ω,*,*,���ƻ졦����,Ϣ�ѥ���³,�ߤ���
146
+ 145 ���ƻ�,��Ω,*,*,���ƻ졦����,Ϣ�ѥ���³,�ߤ���
147
+ 146 ���ƻ�,��Ω,*,*,���Ѳ���,���ܷ�,*
148
+ 147 ����,�ʽ���,����,*,*,*,����
149
+ 148 ����,�ʽ���,����,*,*,*,��
150
+ 149 ����,�ʽ���,����,*,*,*,��
151
+ 150 ����,�ʽ���,����,*,*,*,��
152
+ 151 ����,�ʽ���,����,*,*,*,��
153
+ 152 ����,�ʽ���,����,*,*,*,�ˤ�
154
+ 153 ����,�ʽ���,����,*,*,*,��
155
+ 154 ����,�ʽ���,����,*,*,*,��
156
+ 155 ����,�ʽ���,����,*,*,*,���
157
+ 156 ����,�ʽ���,����,*,*,*,��
158
+ 157 ����,�ʽ���,����,*,*,*,��
159
+ 158 ����,�ʽ���,����,*,*,*,��
160
+ 159 ����,�ʽ���,����,*,*,*,��
161
+ 160 ����,�ʽ���,����,*,*,*,��
162
+ 161 ����,�ʽ���,����,*,*,*,��
163
+ 162 ����,�ʽ���,����,*,*,*,Ƿ
164
+ 163 ����,�ʽ���,����,*,*,*,�ä�
165
+ 164 ����,�ʽ���,����,*,*,*,��
166
+ 165 ����,�ʽ���,Ϣ��,*,*,*,����
167
+ 166 ����,�ʽ���,Ϣ��,*,*,*,�ä��夦
168
+ 167 ����,�ʽ���,Ϣ��,*,*,*,�ä�
169
+ 168 ����,�ʽ���,Ϣ��,*,*,*,�äƤ���
170
+ 169 ����,�ʽ���,Ϣ��,*,*,*,�äƤ�
171
+ 170 ����,�ʽ���,Ϣ��,*,*,*,��
172
+ 171 ����,�ʽ���,Ϣ��,*,*,*,�Ƥ���
173
+ 172 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ����ޤ�
174
+ 173 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ���
175
+ 174 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ��ä�
176
+ 175 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ���
177
+ 176 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ������ޤ�
178
+ 177 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ�����
179
+ 178 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ�����
180
+ 179 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ���
181
+ 180 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ��ޤ�����
182
+ 181 ����,�ʽ���,Ϣ��,*,*,*,�Ȥ��ޤ���
183
+ 182 ����,�ʽ���,Ϣ��,*,*,*,�ȤȤ��
184
+ 183 ����,�ʽ���,Ϣ��,*,*,*,�ȶ���
185
+ 184 ����,�ʽ���,Ϣ��,*,*,*,�ˤ����ä�
186
+ 185 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�����
187
+ 186 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�����ޤ���
188
+ 187 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�����ޤ�
189
+ 188 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�����
190
+ 189 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�����
191
+ 190 ����,�ʽ���,Ϣ��,*,*,*,�ˤ����ޤ���
192
+ 191 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�����
193
+ 192 ����,�ʽ���,Ϣ��,*,*,*,�ˤ���
194
+ 193 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�����
195
+ 194 ����,�ʽ���,Ϣ��,*,*,*,�ˤ����ޤ���
196
+ 195 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�������
197
+ 196 ����,�ʽ���,Ϣ��,*,*,*,�ˤ������ޤ���
198
+ 197 ����,�ʽ���,Ϣ��,*,*,*,�ˤ������ޤ�
199
+ 198 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�������
200
+ 199 ����,�ʽ���,Ϣ��,*,*,*,�ˤĤ���
201
+ 200 ����,�ʽ���,Ϣ��,*,*,*,�ˤĤ�
202
+ 201 ����,�ʽ���,Ϣ��,*,*,*,�ˤĤ��ޤ���
203
+ 202 ����,�ʽ���,Ϣ��,*,*,*,�ˤĤ�
204
+ 203 ����,�ʽ���,Ϣ��,*,*,*,�ˤĤ�
205
+ 204 ����,�ʽ���,Ϣ��,*,*,*,�ˤĤ��
206
+ 205 ����,�ʽ���,Ϣ��,*,*,*,�ˤȤä�
207
+ 206 ����,�ʽ���,Ϣ��,*,*,*,�ˤȤ�
208
+ 207 ����,�ʽ���,Ϣ��,*,*,*,�ˤȤ�ޤ���
209
+ 208 ����,�ʽ���,Ϣ��,*,*,*,�ˤޤĤ��ޤ�
210
+ 209 ����,�ʽ���,Ϣ��,*,*,*,�ˤޤĤ��
211
+ 210 ����,�ʽ���,Ϣ��,*,*,*,�ˤ�ä�
212
+ 211 ����,�ʽ���,Ϣ��,*,*,*,�ˤ��
213
+ 212 ����,�ʽ���,Ϣ��,*,*,*,�ˤ��ޤ���
214
+ 213 ����,�ʽ���,Ϣ��,*,*,*,�ˤ��ޤ�
215
+ 214 ����,�ʽ���,Ϣ��,*,*,*,�ˤ��
216
+ 215 ����,�ʽ���,Ϣ��,*,*,*,�ˤ錄�ä�
217
+ 216 ����,�ʽ���,Ϣ��,*,*,*,�ˤ錄��
218
+ 217 ����,�ʽ���,Ϣ��,*,*,*,�ˤ錄��ޤ���
219
+ 218 ����,�ʽ���,Ϣ��,*,*,*,�ˤ錄��ޤ�
220
+ 219 ����,�ʽ���,Ϣ��,*,*,*,�ˤ錄��
221
+ 220 ����,�ʽ���,Ϣ��,*,*,*,�˴ؤ�
222
+ 221 ����,�ʽ���,Ϣ��,*,*,*,�˴ؤ���
223
+ 222 ����,�ʽ���,Ϣ��,*,*,*,�˴ؤ��ޤ���
224
+ 223 ����,�ʽ���,Ϣ��,*,*,*,�˴ؤ��ޤ�
225
+ 224 ����,�ʽ���,Ϣ��,*,*,*,�˴ؤ���
226
+ 225 ����,�ʽ���,Ϣ��,*,*,*,�˺ݤ�
227
+ 226 ����,�ʽ���,Ϣ��,*,*,*,�˺ݤ���
228
+ 227 ����,�ʽ���,Ϣ��,*,*,*,�˺ݤ��ޤ���
229
+ 228 ����,�ʽ���,Ϣ��,*,*,*,�˽���
230
+ 229 ����,�ʽ���,Ϣ��,*,*,*,�˽����ޤ���
231
+ 230 ����,�ʽ���,Ϣ��,*,*,*,�˽����ޤ�
232
+ 231 ����,�ʽ���,Ϣ��,*,*,*,�˽���
233
+ 232 ����,�ʽ���,Ϣ��,*,*,*,�˽��ä�
234
+ 233 ����,�ʽ���,Ϣ��,*,*,*,���Ф�
235
+ 234 ����,�ʽ���,Ϣ��,*,*,*,���Ф���
236
+ 235 ����,�ʽ���,Ϣ��,*,*,*,���Ф��ޤ���
237
+ 236 ����,�ʽ���,Ϣ��,*,*,*,���Ф��ޤ�
238
+ 237 ����,�ʽ���,Ϣ��,*,*,*,���Ф���
239
+ 238 ����,�ʽ���,Ϣ��,*,*,*,�������ä�
240
+ 239 ����,�ʽ���,Ϣ��,*,*,*,��������
241
+ 240 ����,�ʽ���,Ϣ��,*,*,*,��������ޤ���
242
+ 241 ����,�ʽ���,Ϣ��,*,*,*,��������ޤ�
243
+ 242 ����,�ʽ���,Ϣ��,*,*,*,��������
244
+ 243 ����,�ʽ���,Ϣ��,*,*,*,��ᤰ�ä�
245
+ 244 ����,�ʽ���,Ϣ��,*,*,*,��ᤰ��ޤ���
246
+ 245 ����,�ʽ���,Ϣ��,*,*,*,��ᤰ��ޤ�
247
+ 246 ����,�ʽ���,Ϣ��,*,*,*,��ᤰ��
248
+ 247 ����,�ʽ���,Ϣ��,*,*,*,�����ޤ���
249
+ 248 ����,�ʽ���,Ϣ��,*,*,*,���ä�
250
+ 249 ����,�ʽ���,Ϣ��,*,*,*,��ʤ�
251
+ 250 ����,�ʽ���,Ϣ��,*,*,*,���̤���
252
+ 251 ����,�ʽ���,Ϣ��,*,*,*,���̤��ޤ���
253
+ 252 ����,�ʽ���,Ϣ��,*,*,*,���̤�
254
+ 253 ����,�ʽ���,Ϣ��,*,*,*,���̤���
255
+ 254 ����,�ʽ���,Ϣ��,*,*,*,���̤��ޤ���
256
+ 255 ����,������,*,*,*,*,����
257
+ 256 ����,������,*,*,*,*,����
258
+ 257 ����,������,*,*,*,*,����
259
+ 258 ����,������,*,*,*,*,����
260
+ 259 ����,������,*,*,*,*,��
261
+ 260 ����,������,*,*,*,*,���
262
+ 261 ����,������,*,*,*,*,��
263
+ 262 ����,������,*,*,*,*,��
264
+ 263 ����,������,*,*,*,*,��
265
+ 264 ����,������,*,*,*,*,����
266
+ 265 ����,������,*,*,*,*,����
267
+ 266 ����,������,*,*,*,*,������
268
+ 267 ����,������,*,*,*,*,��
269
+ 268 ����,������,*,*,*,*,��
270
+ 269 ����,������,*,*,*,*,��
271
+ 270 ����,������,*,*,*,*,��
272
+ 271 ����,������,*,*,*,*,���ä�
273
+ 272 ����,������,*,*,*,*,�ä�
274
+ 273 ����,������,*,*,*,*,�Ƥ�
275
+ 274 ����,������,*,*,*,*,��
276
+ 275 ����,������,*,*,*,*,��
277
+ 276 ����,������,*,*,*,*,�ʡ�
278
+ 277 ����,������,*,*,*,*,�ʤ���
279
+ 278 ����,������,*,*,*,*,�ʥ�
280
+ 279 ����,������,*,*,*,*,��
281
+ 280 ����,������,*,*,*,*,�͡�
282
+ 281 ����,������,*,*,*,*,�ͤ�
283
+ 282 ����,������,*,*,*,*,��
284
+ 283 ����,������,*,*,*,*,��
285
+ 284 ����,������,*,*,*,*,��
286
+ 285 ����,������,*,*,*,*,���
287
+ 286 ����,������,*,*,*,*,��
288
+ 287 ����,������,*,*,*,*,���
289
+ 288 ����,������,*,*,*,*,��
290
+ 289 ����,������,*,*,*,*,�衼
291
+ 290 ����,������,*,*,*,*,�褦
292
+ 291 ����,������,*,*,*,*,��
293
+ 292 ����,������,*,*,*,*,�襤
294
+ 293 ����,������,*,*,*,*,��
295
+ 294 ����,������,*,*,*,*,�衼
296
+ 295 ����,������,*,*,*,*,��
297
+ 296 ����,��³����,*,*,*,*,�����
298
+ 297 ����,��³����,*,*,*,*,����
299
+ 298 ����,��³����,*,*,*,*,����ˤ�
300
+ 299 ����,��³����,*,*,*,*,��
301
+ 300 ����,��³����,*,*,*,*,���ɤ�
302
+ 301 ����,��³����,*,*,*,*,�����
303
+ 302 ����,��³����,*,*,*,*,����ɤ�
304
+ 303 ����,��³����,*,*,*,*,������
305
+ 304 ����,��³����,*,*,*,*,��
306
+ 305 ����,��³����,*,*,*,*,���ä�
307
+ 306 ����,��³����,*,*,*,*,�Ĥ�
308
+ 307 ����,��³����,*,*,*,*,��
309
+ 308 ����,��³����,*,*,*,*,��
310
+ 309 ����,��³����,*,*,*,*,��
311
+ 310 ����,��³����,*,*,*,*,�Ȥ�
312
+ 311 ����,��³����,*,*,*,*,��
313
+ 312 ����,��³����,*,*,*,*,�ɤ�����
314
+ 313 ����,��³����,*,*,*,*,�ɤ�
315
+ 314 ����,��³����,*,*,*,*,�ʤ���
316
+ 315 ����,��³����,*,*,*,*,�ʤ�
317
+ 316 ����,��³����,*,*,*,*,�Τ�
318
+ 317 ����,��³����,*,*,*,*,�Τ�
319
+ 318 ����,��³����,*,*,*,*,��
320
+ 319 ����,��³����,*,*,*,*,��Τ�
321
+ 320 ����,��³����,*,*,*,*,��
322
+ 321 ����,��³����,*,*,*,*,�䤤�ʤ�
323
+ 322 ����,��³����,*,*,*,*,���
324
+ 323 ����,�ü�,*,*,*,*,����
325
+ 324 ����,�ü�,*,*,*,*,����
326
+ 325 ����,�ü�,*,*,*,*,��
327
+ 326 ����,�ü�,*,*,*,*,�ˤ�
328
+ 327 ����,�ü�,*,*,*,*,��
329
+ 328 ����,���첽,*,*,*,*,��
330
+ 329 ����,���첽,*,*,*,*,��
331
+ 330 ����,������,*,*,*,*,����
332
+ 331 ����,������,*,*,*,*,���餤
333
+ 332 ����,������,*,*,*,*,���餤
334
+ 333 ����,������,*,*,*,*,����
335
+ 334 ����,������,*,*,*,*,����
336
+ 335 ����,������,*,*,*,*,���㤢
337
+ 336 ����,������,*,*,*,*,���㥡
338
+ 337 ����,������,*,*,*,*,����
339
+ 338 ����,������,*,*,*,*,����
340
+ 339 ����,������,*,*,*,*,���ä�
341
+ 340 ����,������,*,*,*,*,����
342
+ 341 ����,������,*,*,*,*,�Ǥ�
343
+ 342 ����,������,*,*,*,*,�Ȥ�
344
+ 343 ����,������,*,*,*,*,�ʤ�
345
+ 344 ����,������,*,*,*,*,�ʤ�
346
+ 345 ����,������,*,*,*,*,�ʤ�
347
+ 346 ����,������,*,*,*,*,�ʤ�
348
+ 347 ����,������,*,*,*,*,�ʤ�
349
+ 348 ����,������,*,*,*,*,�ʤ��
350
+ 349 ����,������,*,*,*,*,��
351
+ 350 ����,������,*,*,*,*,����
352
+ 351 ����,������,*,*,*,*,����
353
+ 352 ����,������,*,*,*,*,�Фä�
354
+ 353 ����,������,*,*,*,*,�Фä���
355
+ 354 ����,������,*,*,*,*,�ۤ�
356
+ 355 ����,������,*,*,*,*,�ޤ�
357
+ 356 ����,������,*,*,*,*,���
358
+ 357 ����,������,*,*,*,*,��
359
+ 358 ����,������,*,*,*,*,��
360
+ 359 ����,�����졿��Ω���졿������,*,*,*,*,��
361
+ 360 ����,������,*,*,*,*,����
362
+ 361 ����,������,*,*,*,*,����
363
+ 362 ����,������,*,*,*,*,����
364
+ 363 ����,������,*,*,*,*,��
365
+ 364 ����,��Ω����,*,*,*,*,�Ȥ�
366
+ 365 ����,��Ω����,*,*,*,*,�ʤ�
367
+ 366 ����,������,*,*,*,*,��
368
+ 367 ����,������,*,*,*,*,���
369
+ 368 ����,Ϣ�β�,*,*,*,*,��
370
+ 369 ��ư��,*,*,*,���󡦥���,�����,��
371
+ 370 ��ư��,*,*,*,���󡦥���,���ܷ�,��
372
+ 371 ��ư��,*,*,*,���󡦥���,�θ���³,��
373
+ 372 ��ư��,*,*,*,���󡦥���,̤����,��
374
+ 373 ��ư��,*,*,*,���󡦥���,̿�����,��
375
+ 374 ��ư��,*,*,*,���󡦥���,Ϣ�ѷ�,��
376
+ 375 ��ư��,*,*,*,���ƻ졦����,������³,�餷��
377
+ 376 ��ư��,*,*,*,���ƻ졦����,������³,̵��
378
+ 377 ��ư��,*,*,*,���ƻ졦����,�����,�餷��
379
+ 378 ��ư��,*,*,*,���ƻ졦����,�����,̵��
380
+ 379 ��ư��,*,*,*,���ƻ졦����,�������,�餷��
381
+ 380 ��ư��,*,*,*,���ƻ졦����,�������,̵��
382
+ 381 ��ư��,*,*,*,���ƻ졦����,��������,�餷��
383
+ 382 ��ư��,*,*,*,���ƻ졦����,�������,̵��
384
+ 383 ��ư��,*,*,*,���ƻ졦����,���ܷ�,�餷��
385
+ 384 ��ư��,*,*,*,���ƻ졦����,���ܷ�,̵��
386
+ 385 ��ư��,*,*,*,���ƻ졦����,�θ���³,�餷��
387
+ 386 ��ư��,*,*,*,���ƻ졦����,�θ���³,̵��
388
+ 387 ��ư��,*,*,*,���ƻ졦����,ʸ����ܷ�,�餷��
389
+ 388 ��ư��,*,*,*,���ƻ졦����,ʸ����ܷ�,̵��
390
+ 389 ��ư��,*,*,*,���ƻ졦����,̤������³,�餷��
391
+ 390 ��ư��,*,*,*,���ƻ졦����,̤������³,̵��
392
+ 391 ��ư��,*,*,*,���ƻ졦����,̤������³,�餷��
393
+ 392 ��ư��,*,*,*,���ƻ졦����,̤������³,̵��
394
+ 393 ��ư��,*,*,*,���ƻ졦����,̿���,�餷��
395
+ 394 ��ư��,*,*,*,���ƻ졦����,̿���,̵��
396
+ 395 ��ư��,*,*,*,���ƻ졦����,Ϣ�ѥ�������³,�餷��
397
+ 396 ��ư��,*,*,*,���ƻ졦����,Ϣ�ѥ�������³,̵��
398
+ 397 ��ư��,*,*,*,���ƻ졦����,Ϣ�ѥ���³,�餷��
399
+ 398 ��ư��,*,*,*,���ƻ졦����,Ϣ�ѥ���³,̵��
400
+ 399 ��ư��,*,*,*,���ƻ졦����,Ϣ�ѥ���³,�餷��
401
+ 400 ��ư��,*,*,*,���ƻ졦����,Ϣ�ѥ���³,̵��
402
+ 401 ��ư��,*,*,*,���ʡ���ԥ���,�����,����
403
+ 402 ��ư��,*,*,*,���ʡ���ԥ���,�������,����
404
+ 403 ��ư��,*,*,*,���ʡ���ԥ���,���ܷ�,����
405
+ 404 ��ư��,*,*,*,���ʡ���ԥ���,�θ���³�ü�,����
406
+ 405 ��ư��,*,*,*,���ʡ���ԥ���,̤������³,����
407
+ 406 ��ư��,*,*,*,���ʡ���ԥ���,̤����,����
408
+ 407 ��ư��,*,*,*,���ʡ���ԥ���,̿���,����
409
+ 408 ��ư��,*,*,*,���ʡ���ԥ���,Ϣ�ѥ���³,����
410
+ 409 ��ư��,*,*,*,���ʡ���ԥ���,Ϣ�ѷ�,����
411
+ 410 ��ư��,*,*,*,���ʡ�����ü�,�����,������
412
+ 411 ��ư��,*,*,*,���ʡ�����ü�,�����,��¤�
413
+ 412 ��ư��,*,*,*,���ʡ�����ü�,�������,������
414
+ 413 ��ư��,*,*,*,���ʡ�����ü�,�������,��¤�
415
+ 414 ��ư��,*,*,*,���ʡ�����ü�,���ܷ�,������
416
+ 415 ��ư��,*,*,*,���ʡ�����ü�,���ܷ�,��¤�
417
+ 416 ��ư��,*,*,*,���ʡ�����ü�,̤������³,������
418
+ 417 ��ư��,*,*,*,���ʡ�����ü�,̤������³,��¤�
419
+ 418 ��ư��,*,*,*,���ʡ�����ü�,̤����,������
420
+ 419 ��ư��,*,*,*,���ʡ�����ü�,̤����,��¤�
421
+ 420 ��ư��,*,*,*,���ʡ�����ü�,̤���ü�,������
422
+ 421 ��ư��,*,*,*,���ʡ�����ü�,̤���ü�,��¤�
423
+ 422 ��ư��,*,*,*,���ʡ�����ü�,̿���,������
424
+ 423 ��ư��,*,*,*,���ʡ�����ü�,̿���,��¤�
425
+ 424 ��ư��,*,*,*,���ʡ�����ü�,̿���,������
426
+ 425 ��ư��,*,*,*,���ʡ�����ü�,̿���,��¤�
427
+ 426 ��ư��,*,*,*,���ʡ�����ü�,Ϣ�ѥ���³,������
428
+ 427 ��ư��,*,*,*,���ʡ�����ü�,Ϣ�ѥ���³,��¤�
429
+ 428 ��ư��,*,*,*,���ʡ�����ü�,Ϣ�ѷ�,������
430
+ 429 ��ư��,*,*,*,���ʡ�����ü�,Ϣ�ѷ�,��¤�
431
+ 430 ��ư��,*,*,*,�ü졦����,���ܷ�,����
432
+ 431 ��ư��,*,*,*,�ü졦����,̤����,����
433
+ 432 ��ư��,*,*,*,�ü졦����,Ϣ�ѷ�,����
434
+ 433 ��ư��,*,*,*,�ü졦��,�����,��
435
+ 434 ��ư��,*,*,*,�ü졦��,�����,��
436
+ 435 ��ư��,*,*,*,�ü졦��,���ܷ�,��
437
+ 436 ��ư��,*,*,*,�ü졦��,���ܷ�,��
438
+ 437 ��ư��,*,*,*,�ü졦��,̤����,��
439
+ 438 ��ư��,*,*,*,�ü졦��,̤����,��
440
+ 439 ��ư��,*,*,*,�ü졦����,������³,����
441
+ 440 ��ư��,*,*,*,�ü졦����,���ش��ܷ�,����
442
+ 441 ��ư��,*,*,*,�ü졦����,�����,����
443
+ 442 ��ư��,*,*,*,�ü졦����,�������,����
444
+ 443 ��ư��,*,*,*,�ü졦����,�������,����
445
+ 444 ��ư��,*,*,*,�ü졦����,���ܷ�,����
446
+ 445 ��ư��,*,*,*,�ü졦����,�θ���³,����
447
+ 446 ��ư��,*,*,*,�ü졦����,ʸ����ܷ�,����
448
+ 447 ��ư��,*,*,*,�ü졦����,̤������³,����
449
+ 448 ��ư��,*,*,*,�ü졦����,̤������³,����
450
+ 449 ��ư��,*,*,*,�ü졦����,Ϣ�ѥ�������³,����
451
+ 450 ��ư��,*,*,*,�ü졦����,Ϣ�ѥ���³,����
452
+ 451 ��ư��,*,*,*,�ü졦����,Ϣ�ѥ���³,����
453
+ 452 ��ư��,*,*,*,�ü졦��,�����,��
454
+ 453 ��ư��,*,*,*,�ü졦��,���ܷ�,��
455
+ 454 ��ư��,*,*,*,�ü졦��,�θ���³,��
456
+ 455 ��ư��,*,*,*,�ü졦��,̤����,��
457
+ 456 ��ư��,*,*,*,�ü졦��,̿���,��
458
+ 457 ��ư��,*,*,*,�ü졦��,Ϣ�ѥ���³,��
459
+ 458 ��ư��,*,*,*,�ü졦��,Ϣ�ѷ�,��
460
+ 459 ��ư��,*,*,*,�ü졦�ǥ�,���ܷ�,�ä�
461
+ 460 ��ư��,*,*,*,�ü졦�ǥ�,���ܷ�,�Ǥ�
462
+ 461 ��ư��,*,*,*,�ü졦�ǥ�,���ܷ�,�ɤ�
463
+ 462 ��ư��,*,*,*,�ü졦�ǥ�,̤����,�ä�
464
+ 463 ��ư��,*,*,*,�ü졦�ǥ�,̤����,�Ǥ�
465
+ 464 ��ư��,*,*,*,�ü졦�ǥ�,̤����,�ɤ�
466
+ 465 ��ư��,*,*,*,�ü졦�ǥ�,Ϣ�ѷ�,�ä�
467
+ 466 ��ư��,*,*,*,�ü졦�ǥ�,Ϣ�ѷ�,�Ǥ�
468
+ 467 ��ư��,*,*,*,�ü졦�ǥ�,Ϣ�ѷ�,�ɤ�
469
+ 468 ��ư��,*,*,*,�ü졦�ʥ�,������³,̵��
470
+ 469 ��ư��,*,*,*,�ü졦�ʥ�,���ش��ܷ�,̵��
471
+ 470 ��ư��,*,*,*,�ü졦�ʥ�,�����,̵��
472
+ 471 ��ư��,*,*,*,�ü졦�ʥ�,�������,̵��
473
+ 472 ��ư��,*,*,*,�ü졦�ʥ�,�������,̵��
474
+ 473 ��ư��,*,*,*,�ü졦�ʥ�,���ܷ�,̵��
475
+ 474 ��ư��,*,*,*,�ü졦�ʥ�,�θ���³,̵��
476
+ 475 ��ư��,*,*,*,�ü졦�ʥ�,ʸ����ܷ�,̵��
477
+ 476 ��ư��,*,*,*,�ü졦�ʥ�,̤������³,̵��
478
+ 477 ��ư��,*,*,*,�ü졦�ʥ�,̤������³,̵��
479
+ 478 ��ư��,*,*,*,�ü졦�ʥ�,̿���,̵��
480
+ 479 ��ư��,*,*,*,�ü졦�ʥ�,Ϣ�ѥ�������³,̵��
481
+ 480 ��ư��,*,*,*,�ü졦�ʥ�,Ϣ�ѥ���³,̵��
482
+ 481 ��ư��,*,*,*,�ü졦�ʥ�,Ϣ�ѥ���³,̵��
483
+ 482 ��ư��,*,*,*,�ü졦�ʥ�,Ϣ�ѥ���³,̵��
484
+ 483 ��ư��,*,*,*,�ü졦��,�����,��
485
+ 484 ��ư��,*,*,*,�ü졦��,���ܷ�,��
486
+ 485 ��ư��,*,*,*,�ü졦��,�θ���³,��
487
+ 486 ��ư��,*,*,*,�ü졦��,ʸ����ܷ�,��
488
+ 487 ��ư��,*,*,*,�ü졦��,Ϣ�ѥ���³,��
489
+ 488 ��ư��,*,*,*,�ü졦��,Ϣ�ѷ�,��
490
+ 489 ��ư��,*,*,*,�ü졦�ޥ�,�����,�ޤ�
491
+ 490 ��ư��,*,*,*,�ü졦�ޥ�,�����,�䤹
492
+ 491 ��ư��,*,*,*,�ü졦�ޥ�,���ܷ�,�ޤ�
493
+ 492 ��ư��,*,*,*,�ü졦�ޥ�,���ܷ�,�䤹
494
+ 493 ��ư��,*,*,*,�ü졦�ޥ�,̤������³,�ޤ�
495
+ 494 ��ư��,*,*,*,�ü졦�ޥ�,̤������³,�䤹
496
+ 495 ��ư��,*,*,*,�ü졦�ޥ�,̤����,�ޤ�
497
+ 496 ��ư��,*,*,*,�ü졦�ޥ�,̤����,�䤹
498
+ 497 ��ư��,*,*,*,�ü졦�ޥ�,̿���,�ޤ�
499
+ 498 ��ư��,*,*,*,�ü졦�ޥ�,̿���,�䤹
500
+ 499 ��ư��,*,*,*,�ü졦�ޥ�,̿���,�ޤ�
501
+ 500 ��ư��,*,*,*,�ü졦�ޥ�,̿���,�䤹
502
+ 501 ��ư��,*,*,*,�ü졦�ޥ�,Ϣ�ѷ�,�ޤ�
503
+ 502 ��ư��,*,*,*,�ü졦�ޥ�,Ϣ�ѷ�,�䤹
504
+ 503 ��ư��,*,*,*,�ü졦��,���ܷ�,��
505
+ 504 ��ư��,*,*,*,�ü졦��,̤����,��
506
+ 505 ��ư��,*,*,*,�ü졦��,Ϣ�ѷ�,��
507
+ 506 ��ư��,*,*,*,���Ѳ���,���ܷ�,��
508
+ 507 ��ư��,*,*,*,���Ѳ���,���ܷ�,��
509
+ 508 ��ư��,*,*,*,���Ѳ���,���ܷ�,�����
510
+ 509 ��ư��,*,*,*,���Ѳ���,���ܷ�,�����
511
+ 510 ��ư��,*,*,*,���Ѳ���,���ܷ�,��
512
+ 511 ��ư��,*,*,*,���Ѳ���,���ܷ�,�Ҥ�
513
+ 512 ��ư��,*,*,*,���Ѳ���,���ܷ�,�ؤ�
514
+ 513 ��ư��,*,*,*,���Ѳ���,���ܷ�,�ޤ�
515
+ 514 ��ư��,*,*,*,���Ѳ���,���ܷ�,���
516
+ 515 ��ư��,*,*,*,���Ѳ���,���ܷ�,��
517
+ 516 ��ư��,*,*,*,ʸ�졦��,���ܷ�,��
518
+ 517 ��ư��,*,*,*,ʸ�졦��,�θ���³,��
519
+ 518 ��ư��,*,*,*,ʸ�졦��,̿���,��
520
+ 519 ��ư��,*,*,*,ʸ�졦����,���ܷ�,����
521
+ 520 ��ư��,*,*,*,ʸ�졦����,�θ���³,����
522
+ 521 ��ư��,*,*,*,ʸ�졦���ȥ�,���ܷ�,���Ȥ�
523
+ 522 ��ư��,*,*,*,ʸ�졦���ȥ�,���ܷ�,ǡ��
524
+ 523 ��ư��,*,*,*,ʸ�졦���ȥ�,�θ���³,���Ȥ�
525
+ 524 ��ư��,*,*,*,ʸ�졦���ȥ�,�θ���³,ǡ��
526
+ 525 ��ư��,*,*,*,ʸ�졦���ȥ�,Ϣ�ѷ�,���Ȥ�
527
+ 526 ��ư��,*,*,*,ʸ�졦���ȥ�,Ϣ�ѷ�,ǡ��
528
+ 527 ��ư��,*,*,*,ʸ�졦�ʥ�,�����,����
529
+ 528 ��ư��,*,*,*,ʸ�졦�ʥ�,�����,�ʤ�
530
+ 529 ��ư��,*,*,*,ʸ�졦�ʥ�,���ܷ�,����
531
+ 530 ��ư��,*,*,*,ʸ�졦�ʥ�,���ܷ�,�ʤ�
532
+ 531 ��ư��,*,*,*,ʸ�졦�ʥ�,�θ���³,����
533
+ 532 ��ư��,*,*,*,ʸ�졦�ʥ�,�θ���³,�ʤ�
534
+ 533 ��ư��,*,*,*,ʸ�졦�ʥ�,̤����,����
535
+ 534 ��ư��,*,*,*,ʸ�졦�ʥ�,̤����,�ʤ�
536
+ 535 ��ư��,*,*,*,ʸ�졦�ʥ�,̿���,����
537
+ 536 ��ư��,*,*,*,ʸ�졦�ʥ�,̿���,�ʤ�
538
+ 537 ��ư��,*,*,*,ʸ�졦�٥�,�����,�٤�
539
+ 538 ��ư��,*,*,*,ʸ�졦�٥�,���ܷ�,�٤�
540
+ 539 ��ư��,*,*,*,ʸ�졦�٥�,�θ���³,�٤�
541
+ 540 ��ư��,*,*,*,ʸ�졦�٥�,̤����,�٤�
542
+ 541 ��ư��,*,*,*,ʸ�졦�٥�,Ϣ�ѷ�,�٤�
543
+ 542 ��ư��,*,*,*,ʸ�졦�ޥ�,�����,�ޤ�
544
+ 543 ��ư��,*,*,*,ʸ�졦�ޥ�,���ܷ�,�ޤ�
545
+ 544 ��ư��,*,*,*,ʸ�졦�ޥ�,�θ���³,�ޤ�
546
+ 545 ��ư��,*,*,*,ʸ�졦�ޥ�,Ϣ�ѷ�,�ޤ�
547
+ 546 ��ư��,*,*,*,ʸ�졦��,���ܷ�,��
548
+ 547 ��ư��,*,*,*,ʸ�졦��,�θ���³,��
549
+ 548 ��ư��,*,*,*,ʸ�졦��,�����,��
550
+ 549 ��ư��,*,*,*,ʸ�졦��,���ܷ�,��
551
+ 550 ��ư��,*,*,*,ʸ�졦��,�θ���³,��
552
+ 551 ��ư��,*,*,*,ʸ�졦��,̤����,��
553
+ 552 ��ư��,*,*,*,ʸ�졦��,̿���,��
554
+ 553 ��ư��,*,*,*,ʸ�졦��,̿�����,��
555
+ 554 ��ư��,*,*,*,ʸ�졦��,Ϣ�ѷ�,��
556
+ 555 ��³��,*,*,*,*,*,*
557
+ 556 ��³��,*,*,*,*,*,�����
558
+ 557 ��Ƭ��,���ƻ���³,*,*,*,*,*
559
+ 558 ��Ƭ��,����³,*,*,*,*,*
560
+ 559 ��Ƭ��,ư����³,*,*,*,*,*
561
+ 560 ��Ƭ��,̾����³,*,*,*,*,*
562
+ 561 ư��,��Ω,*,*,���ѡ�����,�����,*
563
+ 562 ư��,��Ω,*,*,���ѡ�����,�������,*
564
+ 563 ư��,��Ω,*,*,���ѡ�����,���ܷ�,*
565
+ 564 ư��,��Ω,*,*,���ѡ�����,�θ���³�ü�,*
566
+ 565 ư��,��Ω,*,*,���ѡ�����,�θ���³�ü죲,*
567
+ 566 ư��,��Ω,*,*,���ѡ�����,̤������³,*
568
+ 567 ư��,��Ω,*,*,���ѡ�����,̤����,*
569
+ 568 ư��,��Ω,*,*,���ѡ�����,̿���,*
570
+ 569 ư��,��Ω,*,*,���ѡ�����,̿�����,*
571
+ 570 ư��,��Ω,*,*,���ѡ�����,Ϣ�ѷ�,*
572
+ 571 ư��,��Ω,*,*,���ѡ����,�����,*
573
+ 572 ư��,��Ω,*,*,���ѡ����,�������,*
574
+ 573 ư��,��Ω,*,*,���ѡ����,���ܷ�,*
575
+ 574 ư��,��Ω,*,*,���ѡ����,�θ���³�ü�,*
576
+ 575 ư��,��Ω,*,*,���ѡ����,�θ���³�ü죲,*
577
+ 576 ư��,��Ω,*,*,���ѡ����,̤������³,*
578
+ 577 ư��,��Ω,*,*,���ѡ����,̤����,*
579
+ 578 ư��,��Ω,*,*,���ѡ����,̿���,*
580
+ 579 ư��,��Ω,*,*,���ѡ����,̿�����,*
581
+ 580 ư��,��Ω,*,*,���ѡ����,Ϣ�ѷ�,*
582
+ 581 ư��,��Ω,*,*,���ѡ��ݥ���,�����,*
583
+ 582 ư��,��Ω,*,*,���ѡ��ݥ���,�������,*
584
+ 583 ư��,��Ω,*,*,���ѡ��ݥ���,���ܷ�,*
585
+ 584 ư��,��Ω,*,*,���ѡ��ݥ���,ʸ����ܷ�,*
586
+ 585 ư��,��Ω,*,*,���ѡ��ݥ���,̤������³,*
587
+ 586 ư��,��Ω,*,*,���ѡ��ݥ���,̤�������³,*
588
+ 587 ư��,��Ω,*,*,���ѡ��ݥ���,̤����,*
589
+ 588 ư��,��Ω,*,*,���ѡ��ݥ���,̿����,*
590
+ 589 ư��,��Ω,*,*,���ѡ��ݥ���,̿�����,*
591
+ 590 ư��,��Ω,*,*,���ѡ��ݥ���,�����,*
592
+ 591 ư��,��Ω,*,*,���ѡ��ݥ���,�������,*
593
+ 592 ư��,��Ω,*,*,���ѡ��ݥ���,���ܷ�,*
594
+ 593 ư��,��Ω,*,*,���ѡ��ݥ���,ʸ����ܷ�,*
595
+ 594 ư��,��Ω,*,*,���ѡ��ݥ���,̤������³,*
596
+ 595 ư��,��Ω,*,*,���ѡ��ݥ���,̤����,*
597
+ 596 ư��,��Ω,*,*,���ѡ��ݥ���,̿�����,*
598
+ 597 ư��,��Ω,*,*,���ѡ�����,�����,����
599
+ 598 ư��,��Ω,*,*,���ѡ�����,�������,����
600
+ 599 ư��,��Ω,*,*,���ѡ�����,���ܷ�,����
601
+ 600 ư��,��Ω,*,*,���ѡ�����,�θ���³�ü�,����
602
+ 601 ư��,��Ω,*,*,���ѡ�����,�θ���³�ü죲,����
603
+ 602 ư��,��Ω,*,*,���ѡ�����,ʸ����ܷ�,����
604
+ 603 ư��,��Ω,*,*,���ѡ�����,̤������³,����
605
+ 604 ư��,��Ω,*,*,���ѡ�����,̤������³,����
606
+ 605 ư��,��Ω,*,*,���ѡ�����,̤�������³,����
607
+ 606 ư��,��Ω,*,*,���ѡ�����,̤����,����
608
+ 607 ư��,��Ω,*,*,���ѡ�����,̿���,����
609
+ 608 ư��,��Ω,*,*,���ѡ�����,̿����,����
610
+ 609 ư��,��Ω,*,*,���ѡ�����,̿�����,����
611
+ 610 ư��,��Ω,*,*,���ѡ�����,Ϣ�ѷ�,����
612
+ 611 ư��,��Ω,*,*,����,�����,*
613
+ 612 ư��,��Ω,*,*,����,���ܷ�,*
614
+ 613 ư��,��Ω,*,*,����,�θ���³,*
615
+ 614 ư��,��Ω,*,*,����,̤����,*
616
+ 615 ư��,��Ω,*,*,����,̿���,*
617
+ 616 ư��,��Ω,*,*,����,Ϣ�ѷ�,*
618
+ 617 ư��,��Ω,*,*,����,�����,*
619
+ 618 ư��,��Ω,*,*,����,�������,*
620
+ 619 ư��,��Ω,*,*,����,���ܷ�,*
621
+ 620 ư��,��Ω,*,*,����,�θ���³�ü�,*
622
+ 621 ư��,��Ω,*,*,����,̤������³,*
623
+ 622 ư��,��Ω,*,*,����,̤����,*
624
+ 623 ư��,��Ω,*,*,����,̿����,*
625
+ 624 ư��,��Ω,*,*,����,̿�����,*
626
+ 625 ư��,��Ω,*,*,����,Ϣ�ѷ�,*
627
+ 626 ư��,��Ω,*,*,���ʡ������,�����,*
628
+ 627 ư��,��Ω,*,*,���ʡ������,�������,*
629
+ 628 ư��,��Ω,*,*,���ʡ������,���ܷ�,*
630
+ 629 ư��,��Ω,*,*,���ʡ������,̤������³,*
631
+ 630 ư��,��Ω,*,*,���ʡ������,̤����,*
632
+ 631 ư��,��Ω,*,*,���ʡ������,̤���ü�,*
633
+ 632 ư��,��Ω,*,*,���ʡ������,̿���,*
634
+ 633 ư��,��Ω,*,*,���ʡ������,̿����,*
635
+ 634 ư��,��Ω,*,*,���ʡ������,̿�����,*
636
+ 635 ư��,��Ω,*,*,���ʡ������,Ϣ�ѷ�,*
637
+ 636 ư��,��Ω,*,*,���ʡ�����,�����,*
638
+ 637 ư��,��Ω,*,*,���ʡ�����,���ܷ�,*
639
+ 638 ư��,��Ω,*,*,���󡦥���,�����,*
640
+ 639 ư��,��Ω,*,*,���󡦥���,���ܷ�,*
641
+ 640 ư��,��Ω,*,*,���󡦥���,�θ���³,*
642
+ 641 ư��,��Ω,*,*,���󡦥���,̤����,*
643
+ 642 ư��,��Ω,*,*,���󡦥���,̿�����,*
644
+ 643 ư��,��Ω,*,*,���󡦥���,Ϣ�ѷ�,*
645
+ 644 ư��,��Ω,*,*,���󡦥���,�����,*
646
+ 645 ư��,��Ω,*,*,���󡦥���,���ܷ�,*
647
+ 646 ư��,��Ω,*,*,���󡦥���,�θ���³,*
648
+ 647 ư��,��Ω,*,*,���󡦥���,̤����,*
649
+ 648 ư��,��Ω,*,*,���󡦥���,̿�����,*
650
+ 649 ư��,��Ω,*,*,���󡦥���,Ϣ�ѷ�,*
651
+ 650 ư��,��Ω,*,*,���󡦥���,�����,*
652
+ 651 ư��,��Ω,*,*,���󡦥���,���ܷ�,*
653
+ 652 ư��,��Ω,*,*,���󡦥���,�θ���³,*
654
+ 653 ư��,��Ω,*,*,���󡦥���,̤����,*
655
+ 654 ư��,��Ω,*,*,���󡦥���,̿�����,*
656
+ 655 ư��,��Ω,*,*,���󡦥���,Ϣ�ѷ�,*
657
+ 656 ư��,��Ω,*,*,���󡦥Ϲ�,�����,*
658
+ 657 ư��,��Ω,*,*,���󡦥Ϲ�,���ܷ�,*
659
+ 658 ư��,��Ω,*,*,���󡦥Ϲ�,�θ���³,*
660
+ 659 ư��,��Ω,*,*,���󡦥Ϲ�,̤����,*
661
+ 660 ư��,��Ω,*,*,���󡦥Ϲ�,̿�����,*
662
+ 661 ư��,��Ω,*,*,���󡦥Ϲ�,Ϣ�ѷ�,*
663
+ 662 ư��,��Ω,*,*,���󡦥޹�,�����,*
664
+ 663 ư��,��Ω,*,*,���󡦥޹�,���ܷ�,*
665
+ 664 ư��,��Ω,*,*,���󡦥޹�,�θ���³,*
666
+ 665 ư��,��Ω,*,*,���󡦥޹�,̤����,*
667
+ 666 ư��,��Ω,*,*,���󡦥޹�,̿�����,*
668
+ 667 ư��,��Ω,*,*,���󡦥޹�,Ϣ�ѷ�,*
669
+ 668 ư��,��Ω,*,*,������,�����,*
670
+ 669 ư��,��Ω,*,*,������,���ܷ�,*
671
+ 670 ư��,��Ω,*,*,������,�θ���³,*
672
+ 671 ư��,��Ω,*,*,������,̤������³,*
673
+ 672 ư��,��Ω,*,*,������,̤����,*
674
+ 673 ư��,��Ω,*,*,������,̿�����,*
675
+ 674 ư��,��Ω,*,*,������,Ϣ�ѷ�,*
676
+ 675 ư��,��Ω,*,*,���ʡ����ԥ�����,�����,*
677
+ 676 ư��,��Ω,*,*,���ʡ����ԥ�����,�����,�Ԥ�
678
+ 677 ư��,��Ω,*,*,���ʡ����ԥ�����,�������,*
679
+ 678 ư��,��Ω,*,*,���ʡ����ԥ�����,�������,�Ԥ�
680
+ 679 ư��,��Ω,*,*,���ʡ����ԥ�����,���ܷ�,*
681
+ 680 ư��,��Ω,*,*,���ʡ����ԥ�����,���ܷ�,�Ԥ�
682
+ 681 ư��,��Ω,*,*,���ʡ����ԥ�����,̤������³,*
683
+ 682 ư��,��Ω,*,*,���ʡ����ԥ�����,̤������³,�Ԥ�
684
+ 683 ư��,��Ω,*,*,���ʡ����ԥ�����,̤����,*
685
+ 684 ư��,��Ω,*,*,���ʡ����ԥ�����,̤����,�Ԥ�
686
+ 685 ư��,��Ω,*,*,���ʡ����ԥ�����,̿���,*
687
+ 686 ư��,��Ω,*,*,���ʡ����ԥ�����,̿���,�Ԥ�
688
+ 687 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѥ���³,*
689
+ 688 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѥ���³,�Ԥ�
690
+ 689 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѷ�,*
691
+ 690 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѷ�,�Ԥ�
692
+ 691 ư��,��Ω,*,*,���ʡ�����¥����,�����,*
693
+ 692 ư��,��Ω,*,*,���ʡ�����¥����,�����,�Ԥ�
694
+ 693 ư��,��Ω,*,*,���ʡ�����¥����,�������,*
695
+ 694 ư��,��Ω,*,*,���ʡ�����¥����,�������,�Ԥ�
696
+ 695 ư��,��Ω,*,*,���ʡ�����¥����,���ܷ�,*
697
+ 696 ư��,��Ω,*,*,���ʡ�����¥����,���ܷ�,�Ԥ�
698
+ 697 ư��,��Ω,*,*,���ʡ�����¥����,̤������³,*
699
+ 698 ư��,��Ω,*,*,���ʡ�����¥����,̤������³,�Ԥ�
700
+ 699 ư��,��Ω,*,*,���ʡ�����¥����,̤����,*
701
+ 700 ư��,��Ω,*,*,���ʡ�����¥����,̤����,�Ԥ�
702
+ 701 ư��,��Ω,*,*,���ʡ�����¥����,̿���,*
703
+ 702 ư��,��Ω,*,*,���ʡ�����¥����,̿���,�Ԥ�
704
+ 703 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѥ���³,*
705
+ 704 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѥ���³,�Ԥ�
706
+ 705 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѷ�,*
707
+ 706 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѷ�,�Ԥ�
708
+ 707 ư��,��Ω,*,*,���ʡ�����¥���إ楯,�����,*
709
+ 708 ư��,��Ω,*,*,���ʡ�����¥���إ楯,�����,�Ԥ�
710
+ 709 ư��,��Ω,*,*,���ʡ�����¥���إ楯,�������,*
711
+ 710 ư��,��Ω,*,*,���ʡ�����¥���إ楯,�������,�Ԥ�
712
+ 711 ư��,��Ω,*,*,���ʡ�����¥���إ楯,���ܷ�,*
713
+ 712 ư��,��Ω,*,*,���ʡ�����¥���إ楯,���ܷ�,�Ԥ�
714
+ 713 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̤������³,*
715
+ 714 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̤������³,�Ԥ�
716
+ 715 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̤����,*
717
+ 716 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̤����,�Ԥ�
718
+ 717 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̿���,*
719
+ 718 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̿���,�Ԥ�
720
+ 719 ư��,��Ω,*,*,���ʡ�����¥���إ楯,Ϣ�ѷ�,*
721
+ 720 ư��,��Ω,*,*,���ʡ�����¥���إ楯,Ϣ�ѷ�,�Ԥ�
722
+ 721 ư��,��Ω,*,*,���ʡ�����,�����,*
723
+ 722 ư��,��Ω,*,*,���ʡ�����,�������,*
724
+ 723 ư��,��Ω,*,*,���ʡ�����,���ܷ�,*
725
+ 724 ư��,��Ω,*,*,���ʡ�����,̤������³,*
726
+ 725 ư��,��Ω,*,*,���ʡ�����,̤����,*
727
+ 726 ư��,��Ω,*,*,���ʡ�����,̿���,*
728
+ 727 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѥ���³,*
729
+ 728 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,*
730
+ 729 ư��,��Ω,*,*,���ʡ�����,�����,*
731
+ 730 ư��,��Ω,*,*,���ʡ�����,�������,*
732
+ 731 ư��,��Ω,*,*,���ʡ�����,���ܷ�,*
733
+ 732 ư��,��Ω,*,*,���ʡ�����,̤������³,*
734
+ 733 ư��,��Ω,*,*,���ʡ�����,̤����,*
735
+ 734 ư��,��Ω,*,*,���ʡ�����,̿���,*
736
+ 735 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,*
737
+ 736 ư��,��Ω,*,*,���ʡ�����,�����,*
738
+ 737 ư��,��Ω,*,*,���ʡ�����,�������,*
739
+ 738 ư��,��Ω,*,*,���ʡ�����,���ܷ�,*
740
+ 739 ư��,��Ω,*,*,���ʡ�����,̤������³,*
741
+ 740 ư��,��Ω,*,*,���ʡ�����,̤����,*
742
+ 741 ư��,��Ω,*,*,���ʡ�����,̿���,*
743
+ 742 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѥ���³,*
744
+ 743 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,*
745
+ 744 ư��,��Ω,*,*,���ʡ��ʹ�,�����,*
746
+ 745 ư��,��Ω,*,*,���ʡ��ʹ�,�������,*
747
+ 746 ư��,��Ω,*,*,���ʡ��ʹ�,���ܷ�,*
748
+ 747 ư��,��Ω,*,*,���ʡ��ʹ�,̤������³,*
749
+ 748 ư��,��Ω,*,*,���ʡ��ʹ�,̤����,*
750
+ 749 ư��,��Ω,*,*,���ʡ��ʹ�,̿���,*
751
+ 750 ư��,��Ω,*,*,���ʡ��ʹ�,Ϣ�ѥ���³,*
752
+ 751 ư��,��Ω,*,*,���ʡ��ʹ�,Ϣ�ѷ�,*
753
+ 752 ư��,��Ω,*,*,���ʡ��й�,�����,*
754
+ 753 ư��,��Ω,*,*,���ʡ��й�,�������,*
755
+ 754 ư��,��Ω,*,*,���ʡ��й�,���ܷ�,*
756
+ 755 ư��,��Ω,*,*,���ʡ��й�,̤������³,*
757
+ 756 ư��,��Ω,*,*,���ʡ��й�,̤����,*
758
+ 757 ư��,��Ω,*,*,���ʡ��й�,̿���,*
759
+ 758 ư��,��Ω,*,*,���ʡ��й�,Ϣ�ѥ���³,*
760
+ 759 ư��,��Ω,*,*,���ʡ��й�,Ϣ�ѷ�,*
761
+ 760 ư��,��Ω,*,*,���ʡ��޹�,�����,*
762
+ 761 ư��,��Ω,*,*,���ʡ��޹�,�������,*
763
+ 762 ư��,��Ω,*,*,���ʡ��޹�,���ܷ�,*
764
+ 763 ư��,��Ω,*,*,���ʡ��޹�,̤������³,*
765
+ 764 ư��,��Ω,*,*,���ʡ��޹�,̤����,*
766
+ 765 ư��,��Ω,*,*,���ʡ��޹�,̿���,*
767
+ 766 ư��,��Ω,*,*,���ʡ��޹�,Ϣ�ѥ���³,*
768
+ 767 ư��,��Ω,*,*,���ʡ��޹�,Ϣ�ѷ�,*
769
+ 768 ư��,��Ω,*,*,���ʡ����,�����,*
770
+ 769 ư��,��Ω,*,*,���ʡ����,�����,����
771
+ 770 ư��,��Ω,*,*,���ʡ����,�������,*
772
+ 771 ư��,��Ω,*,*,���ʡ����,�������,����
773
+ 772 ư��,��Ω,*,*,���ʡ����,���ܷ�,*
774
+ 773 ư��,��Ω,*,*,���ʡ����,���ܷ�,����
775
+ 774 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,*
776
+ 775 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,����
777
+ 776 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,*
778
+ 777 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,����
779
+ 778 ư��,��Ω,*,*,���ʡ����,̤������³,*
780
+ 779 ư��,��Ω,*,*,���ʡ����,̤������³,����
781
+ 780 ư��,��Ω,*,*,���ʡ����,̤����,*
782
+ 781 ư��,��Ω,*,*,���ʡ����,̤����,����
783
+ 782 ư��,��Ω,*,*,���ʡ����,̤���ü�,*
784
+ 783 ư��,��Ω,*,*,���ʡ����,̤���ü�,����
785
+ 784 ư��,��Ω,*,*,���ʡ����,̿���,*
786
+ 785 ư��,��Ω,*,*,���ʡ����,̿���,����
787
+ 786 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,*
788
+ 787 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,����
789
+ 788 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,*
790
+ 789 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,����
791
+ 790 ư��,��Ω,*,*,���ʡ�����ü�,�����,*
792
+ 791 ư��,��Ω,*,*,���ʡ�����ü�,�������,*
793
+ 792 ư��,��Ω,*,*,���ʡ�����ü�,���ܷ�,*
794
+ 793 ư��,��Ω,*,*,���ʡ�����ü�,̤������³,*
795
+ 794 ư��,��Ω,*,*,���ʡ�����ü�,̤����,*
796
+ 795 ư��,��Ω,*,*,���ʡ�����ü�,̤���ü�,*
797
+ 796 ư��,��Ω,*,*,���ʡ�����ü�,̿���,*
798
+ 797 ư��,��Ω,*,*,���ʡ�����ü�,̿���,*
799
+ 798 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѥ���³,*
800
+ 799 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѷ�,*
801
+ 800 ư��,��Ω,*,*,���ʡ���ԥ�����,�����,*
802
+ 801 ư��,��Ω,*,*,���ʡ���ԥ�����,�����,����
803
+ 802 ư��,��Ω,*,*,���ʡ���ԥ�����,���ܷ�,*
804
+ 803 ư��,��Ω,*,*,���ʡ���ԥ�����,���ܷ�,����
805
+ 804 ư��,��Ω,*,*,���ʡ���ԥ�����,̤������³,*
806
+ 805 ư��,��Ω,*,*,���ʡ���ԥ�����,̤������³,����
807
+ 806 ư��,��Ω,*,*,���ʡ���ԥ�����,̤����,*
808
+ 807 ư��,��Ω,*,*,���ʡ���ԥ�����,̤����,����
809
+ 808 ư��,��Ω,*,*,���ʡ���ԥ�����,̿���,*
810
+ 809 ư��,��Ω,*,*,���ʡ���ԥ�����,̿���,����
811
+ 810 ư��,��Ω,*,*,���ʡ���ԥ�����,Ϣ�ѥ���³,*
812
+ 811 ư��,��Ω,*,*,���ʡ���ԥ�����,Ϣ�ѥ���³,����
813
+ 812 ư��,��Ω,*,*,���ʡ���ԥ�����,Ϣ�ѷ�,*
814
+ 813 ư��,��Ω,*,*,���ʡ���ԥ�����,Ϣ�ѷ�,����
815
+ 814 ư��,��Ω,*,*,���ʡ����¥����,�����,*
816
+ 815 ư��,��Ω,*,*,���ʡ����¥����,�����,����
817
+ 816 ư��,��Ω,*,*,���ʡ����¥����,�����,�Ԥ�
818
+ 817 ư��,��Ω,*,*,���ʡ����¥����,���ܷ�,*
819
+ 818 ư��,��Ω,*,*,���ʡ����¥����,���ܷ�,����
820
+ 819 ư��,��Ω,*,*,���ʡ����¥����,���ܷ�,�Ԥ�
821
+ 820 ư��,��Ω,*,*,���ʡ����¥����,̤������³,*
822
+ 821 ư��,��Ω,*,*,���ʡ����¥����,̤������³,����
823
+ 822 ư��,��Ω,*,*,���ʡ����¥����,̤������³,�Ԥ�
824
+ 823 ư��,��Ω,*,*,���ʡ����¥����,̤����,*
825
+ 824 ư��,��Ω,*,*,���ʡ����¥����,̤����,����
826
+ 825 ư��,��Ω,*,*,���ʡ����¥����,̤����,�Ԥ�
827
+ 826 ư��,��Ω,*,*,���ʡ����¥����,̿���,*
828
+ 827 ư��,��Ω,*,*,���ʡ����¥����,̿���,����
829
+ 828 ư��,��Ω,*,*,���ʡ����¥����,̿���,�Ԥ�
830
+ 829 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѥ���³,*
831
+ 830 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѥ���³,����
832
+ 831 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѥ���³,�Ԥ�
833
+ 832 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѷ�,*
834
+ 833 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѷ�,����
835
+ 834 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѷ�,�Ԥ�
836
+ 835 ư��,��Ω,*,*,���ʡ�����,�����,*
837
+ 836 ư��,��Ω,*,*,���ʡ�����,���ܷ�,*
838
+ 837 ư��,��Ω,*,*,���ʡ�����,̤����,*
839
+ 838 ư��,��Ω,*,*,���ʡ�����,̿���,*
840
+ 839 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,*
841
+ 840 ư��,��Ω,*,*,���ʡ�����,�����,*
842
+ 841 ư��,��Ω,*,*,���ʡ�����,���ܷ�,*
843
+ 842 ư��,��Ω,*,*,���ʡ�����,̤����,*
844
+ 843 ư��,��Ω,*,*,���ʡ�����,̿���,*
845
+ 844 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,*
846
+ 845 ư��,��Ω,*,*,���ʡ��Ϲ�,�����,*
847
+ 846 ư��,��Ω,*,*,���ʡ��Ϲ�,���ܷ�,*
848
+ 847 ư��,��Ω,*,*,���ʡ��Ϲ�,̤����,*
849
+ 848 ư��,��Ω,*,*,���ʡ��Ϲ�,̿���,*
850
+ 849 ư��,��Ω,*,*,���ʡ��Ϲ�,Ϣ�ѷ�,*
851
+ 850 ư��,��Ω,*,*,���ʡ��й�,�����,*
852
+ 851 ư��,��Ω,*,*,���ʡ��й�,���ܷ�,*
853
+ 852 ư��,��Ω,*,*,���ʡ��й�,̤����,*
854
+ 853 ư��,��Ω,*,*,���ʡ��й�,̿���,*
855
+ 854 ư��,��Ω,*,*,���ʡ��й�,Ϣ�ѷ�,*
856
+ 855 ư��,��Ω,*,*,���󡦥���,�����,*
857
+ 856 ư��,��Ω,*,*,���󡦥���,���ܷ�,*
858
+ 857 ư��,��Ω,*,*,���󡦥���,������ܷ�,*
859
+ 858 ư��,��Ω,*,*,���󡦥���,�θ���³,*
860
+ 859 ư��,��Ω,*,*,���󡦥���,̤����,*
861
+ 860 ư��,��Ω,*,*,���󡦥���,̿�����,*
862
+ 861 ư��,��Ω,*,*,���󡦥���,Ϣ�ѷ�,*
863
+ 862 ư��,��Ω,*,*,���󡦥Ϲ�,�����,*
864
+ 863 ư��,��Ω,*,*,���󡦥Ϲ�,���ܷ�,*
865
+ 864 ư��,��Ω,*,*,���󡦥Ϲ�,�θ���³,*
866
+ 865 ư��,��Ω,*,*,���󡦥Ϲ�,̤����,*
867
+ 866 ư��,��Ω,*,*,���󡦥Ϲ�,̿�����,*
868
+ 867 ư��,��Ω,*,*,���󡦥Ϲ�,Ϣ�ѷ�,*
869
+ 868 ư��,����,*,*,����,�����,*
870
+ 869 ư��,����,*,*,����,�������,*
871
+ 870 ư��,����,*,*,����,���ܷ�,*
872
+ 871 ư��,����,*,*,����,�θ���³�ü�,*
873
+ 872 ư��,����,*,*,����,̤������³,*
874
+ 873 ư��,����,*,*,����,̤����,*
875
+ 874 ư��,����,*,*,����,̿����,*
876
+ 875 ư��,����,*,*,����,̿�����,*
877
+ 876 ư��,����,*,*,����,Ϣ�ѷ�,*
878
+ 877 ư��,����,*,*,���ʡ�����,�����,*
879
+ 878 ư��,����,*,*,���ʡ�����,�������,*
880
+ 879 ư��,����,*,*,���ʡ�����,���ܷ�,*
881
+ 880 ư��,����,*,*,���ʡ�����,̤������³,*
882
+ 881 ư��,����,*,*,���ʡ�����,̤����,*
883
+ 882 ư��,����,*,*,���ʡ�����,̿���,*
884
+ 883 ư��,����,*,*,���ʡ�����,Ϣ�ѷ�,*
885
+ 884 ư��,����,*,*,���ʡ����,�����,*
886
+ 885 ư��,����,*,*,���ʡ����,�������,*
887
+ 886 ư��,����,*,*,���ʡ����,���ܷ�,*
888
+ 887 ư��,����,*,*,���ʡ����,�θ���³�ü�,*
889
+ 888 ư��,����,*,*,���ʡ����,�θ���³�ü죲,*
890
+ 889 ư��,����,*,*,���ʡ����,̤������³,*
891
+ 890 ư��,����,*,*,���ʡ����,̤����,*
892
+ 891 ư��,����,*,*,���ʡ����,̤���ü�,*
893
+ 892 ư��,����,*,*,���ʡ����,̿���,*
894
+ 893 ư��,����,*,*,���ʡ����,Ϣ�ѥ���³,*
895
+ 894 ư��,����,*,*,���ʡ����,Ϣ�ѷ�,*
896
+ 895 ư��,��Ω,*,*,���ѡ�����,�����,���
897
+ 896 ư��,��Ω,*,*,���ѡ�����,�������,���
898
+ 897 ư��,��Ω,*,*,���ѡ�����,���ܷ�,���
899
+ 898 ư��,��Ω,*,*,���ѡ�����,�θ���³�ü�,���
900
+ 899 ư��,��Ω,*,*,���ѡ�����,�θ���³�ü죲,���
901
+ 900 ư��,��Ω,*,*,���ѡ�����,̤������³,���
902
+ 901 ư��,��Ω,*,*,���ѡ�����,̤����,���
903
+ 902 ư��,��Ω,*,*,���ѡ�����,̿���,���
904
+ 903 ư��,��Ω,*,*,���ѡ�����,̿�����,���
905
+ 904 ư��,��Ω,*,*,���ѡ�����,Ϣ�ѷ�,���
906
+ 905 ư��,��Ω,*,*,���ѡ����,�����,���
907
+ 906 ư��,��Ω,*,*,���ѡ����,�������,���
908
+ 907 ư��,��Ω,*,*,���ѡ����,���ܷ�,���
909
+ 908 ư��,��Ω,*,*,���ѡ����,�θ���³�ü�,���
910
+ 909 ư��,��Ω,*,*,���ѡ����,�θ���³�ü죲,���
911
+ 910 ư��,��Ω,*,*,���ѡ����,̤������³,���
912
+ 911 ư��,��Ω,*,*,���ѡ����,̤����,���
913
+ 912 ư��,��Ω,*,*,���ѡ����,̿���,���
914
+ 913 ư��,��Ω,*,*,���ѡ����,̿�����,���
915
+ 914 ư��,��Ω,*,*,���ѡ����,Ϣ�ѷ�,���
916
+ 915 ư��,��Ω,*,*,����,�����,*
917
+ 916 ư��,��Ω,*,*,����,�����,��
918
+ 917 ư��,��Ω,*,*,����,�������,*
919
+ 918 ư��,��Ω,*,*,����,�������,��
920
+ 919 ư��,��Ω,*,*,����,���ܷ�,*
921
+ 920 ư��,��Ω,*,*,����,���ܷ�,��
922
+ 921 ư��,��Ω,*,*,����,�θ���³�ü�,*
923
+ 922 ư��,��Ω,*,*,����,�θ���³�ü�,��
924
+ 923 ư��,��Ω,*,*,����,̤������³,*
925
+ 924 ư��,��Ω,*,*,����,̤������³,��
926
+ 925 ư��,��Ω,*,*,����,̤����,*
927
+ 926 ư��,��Ω,*,*,����,̿����,*
928
+ 927 ư��,��Ω,*,*,����,̿����,��
929
+ 928 ư��,��Ω,*,*,����,̿�����,*
930
+ 929 ư��,��Ω,*,*,����,̿�����,��
931
+ 930 ư��,��Ω,*,*,����,Ϣ�ѷ�,*
932
+ 931 ư��,��Ω,*,*,���ʡ������,�����,�����
933
+ 932 ư��,��Ω,*,*,���ʡ������,�������,�����
934
+ 933 ư��,��Ω,*,*,���ʡ������,���ܷ�,�����
935
+ 934 ư��,��Ω,*,*,���ʡ������,̤������³,�����
936
+ 935 ư��,��Ω,*,*,���ʡ������,̤����,�����
937
+ 936 ư��,��Ω,*,*,���ʡ������,̤���ü�,�����
938
+ 937 ư��,��Ω,*,*,���ʡ������,̿���,�����
939
+ 938 ư��,��Ω,*,*,���ʡ������,̿����,�����
940
+ 939 ư��,��Ω,*,*,���ʡ������,̿�����,�����
941
+ 940 ư��,��Ω,*,*,���ʡ������,Ϣ�ѷ�,�����
942
+ 941 ư��,��Ω,*,*,���ʡ�����,�����,*
943
+ 942 ư��,��Ω,*,*,���ʡ�����,���ܷ�,*
944
+ 943 ư��,��Ω,*,*,���ʡ����ԥ�����,�����,*
945
+ 944 ư��,��Ω,*,*,���ʡ����ԥ�����,�����,����
946
+ 945 ư��,��Ω,*,*,���ʡ����ԥ�����,�����,³��
947
+ 946 ư��,��Ω,*,*,���ʡ����ԥ�����,�����,ĺ��
948
+ 947 ư��,��Ω,*,*,���ʡ����ԥ�����,�����,ȴ��
949
+ 948 ư��,��Ω,*,*,���ʡ����ԥ�����,�������,*
950
+ 949 ư��,��Ω,*,*,���ʡ����ԥ�����,�������,����
951
+ 950 ư��,��Ω,*,*,���ʡ����ԥ�����,�������,³��
952
+ 951 ư��,��Ω,*,*,���ʡ����ԥ�����,�������,ĺ��
953
+ 952 ư��,��Ω,*,*,���ʡ����ԥ�����,�������,ȴ��
954
+ 953 ư��,��Ω,*,*,���ʡ����ԥ�����,���ܷ�,*
955
+ 954 ư��,��Ω,*,*,���ʡ����ԥ�����,���ܷ�,����
956
+ 955 ư��,��Ω,*,*,���ʡ����ԥ�����,���ܷ�,³��
957
+ 956 ư��,��Ω,*,*,���ʡ����ԥ�����,���ܷ�,ĺ��
958
+ 957 ư��,��Ω,*,*,���ʡ����ԥ�����,���ܷ�,ȴ��
959
+ 958 ư��,��Ω,*,*,���ʡ����ԥ�����,̤������³,*
960
+ 959 ư��,��Ω,*,*,���ʡ����ԥ�����,̤������³,����
961
+ 960 ư��,��Ω,*,*,���ʡ����ԥ�����,̤������³,³��
962
+ 961 ư��,��Ω,*,*,���ʡ����ԥ�����,̤������³,ĺ��
963
+ 962 ư��,��Ω,*,*,���ʡ����ԥ�����,̤������³,ȴ��
964
+ 963 ư��,��Ω,*,*,���ʡ����ԥ�����,̤����,*
965
+ 964 ư��,��Ω,*,*,���ʡ����ԥ�����,̤����,����
966
+ 965 ư��,��Ω,*,*,���ʡ����ԥ�����,̤����,³��
967
+ 966 ư��,��Ω,*,*,���ʡ����ԥ�����,̤����,ĺ��
968
+ 967 ư��,��Ω,*,*,���ʡ����ԥ�����,̤����,ȴ��
969
+ 968 ư��,��Ω,*,*,���ʡ����ԥ�����,̿���,*
970
+ 969 ư��,��Ω,*,*,���ʡ����ԥ�����,̿���,����
971
+ 970 ư��,��Ω,*,*,���ʡ����ԥ�����,̿���,³��
972
+ 971 ư��,��Ω,*,*,���ʡ����ԥ�����,̿���,ĺ��
973
+ 972 ư��,��Ω,*,*,���ʡ����ԥ�����,̿���,ȴ��
974
+ 973 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѥ���³,*
975
+ 974 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѥ���³,����
976
+ 975 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѥ���³,³��
977
+ 976 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѥ���³,ĺ��
978
+ 977 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѥ���³,ȴ��
979
+ 978 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѷ�,*
980
+ 979 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѷ�,����
981
+ 980 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѷ�,³��
982
+ 981 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѷ�,ĺ��
983
+ 982 ư��,��Ω,*,*,���ʡ����ԥ�����,Ϣ�ѷ�,ȴ��
984
+ 983 ư��,��Ω,*,*,���ʡ�����¥����,�����,*
985
+ 984 ư��,��Ω,*,*,���ʡ�����¥����,�����,����
986
+ 985 ư��,��Ω,*,*,���ʡ�����¥����,�����,��
987
+ 986 ư��,��Ω,*,*,���ʡ�����¥����,�����,�Ԥ�
988
+ 987 ư��,��Ω,*,*,���ʡ�����¥����,�������,*
989
+ 988 ư��,��Ω,*,*,���ʡ�����¥����,�������,����
990
+ 989 ư��,��Ω,*,*,���ʡ�����¥����,�������,��
991
+ 990 ư��,��Ω,*,*,���ʡ�����¥����,�������,�Ԥ�
992
+ 991 ư��,��Ω,*,*,���ʡ�����¥����,���ܷ�,*
993
+ 992 ư��,��Ω,*,*,���ʡ�����¥����,���ܷ�,����
994
+ 993 ư��,��Ω,*,*,���ʡ�����¥����,���ܷ�,��
995
+ 994 ư��,��Ω,*,*,���ʡ�����¥����,���ܷ�,�Ԥ�
996
+ 995 ư��,��Ω,*,*,���ʡ�����¥����,̤������³,*
997
+ 996 ư��,��Ω,*,*,���ʡ�����¥����,̤������³,����
998
+ 997 ư��,��Ω,*,*,���ʡ�����¥����,̤������³,��
999
+ 998 ư��,��Ω,*,*,���ʡ�����¥����,̤������³,�Ԥ�
1000
+ 999 ư��,��Ω,*,*,���ʡ�����¥����,̤����,*
1001
+ 1000 ư��,��Ω,*,*,���ʡ�����¥����,̤����,����
1002
+ 1001 ư��,��Ω,*,*,���ʡ�����¥����,̤����,��
1003
+ 1002 ư��,��Ω,*,*,���ʡ�����¥����,̤����,�Ԥ�
1004
+ 1003 ư��,��Ω,*,*,���ʡ�����¥����,̿���,*
1005
+ 1004 ư��,��Ω,*,*,���ʡ�����¥����,̿���,����
1006
+ 1005 ư��,��Ω,*,*,���ʡ�����¥����,̿���,��
1007
+ 1006 ư��,��Ω,*,*,���ʡ�����¥����,̿���,�Ԥ�
1008
+ 1007 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѥ���³,*
1009
+ 1008 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѥ���³,����
1010
+ 1009 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѥ���³,��
1011
+ 1010 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѥ���³,�Ԥ�
1012
+ 1011 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѷ�,*
1013
+ 1012 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѷ�,����
1014
+ 1013 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѷ�,��
1015
+ 1014 ư��,��Ω,*,*,���ʡ�����¥����,Ϣ�ѷ�,�Ԥ�
1016
+ 1015 ư��,��Ω,*,*,���ʡ�����¥���إ楯,�����,�椯
1017
+ 1016 ư��,��Ω,*,*,���ʡ�����¥���إ楯,�����,�Ԥ�
1018
+ 1017 ư��,��Ω,*,*,���ʡ�����¥���إ楯,�������,�椯
1019
+ 1018 ư��,��Ω,*,*,���ʡ�����¥���إ楯,�������,�Ԥ�
1020
+ 1019 ư��,��Ω,*,*,���ʡ�����¥���إ楯,���ܷ�,�椯
1021
+ 1020 ư��,��Ω,*,*,���ʡ�����¥���إ楯,���ܷ�,�Ԥ�
1022
+ 1021 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̤������³,�椯
1023
+ 1022 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̤������³,�Ԥ�
1024
+ 1023 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̤����,�椯
1025
+ 1024 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̤����,�Ԥ�
1026
+ 1025 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̿���,�椯
1027
+ 1026 ư��,��Ω,*,*,���ʡ�����¥���إ楯,̿���,�Ԥ�
1028
+ 1027 ư��,��Ω,*,*,���ʡ�����¥���إ楯,Ϣ�ѷ�,�椯
1029
+ 1028 ư��,��Ω,*,*,���ʡ�����¥���إ楯,Ϣ�ѷ�,�Ԥ�
1030
+ 1029 ư��,��Ω,*,*,���ʡ�����,�����,�Ф�
1031
+ 1030 ư��,��Ω,*,*,���ʡ�����,�����,�Ԥ���
1032
+ 1031 ư��,��Ω,*,*,���ʡ�����,�����,�פ�
1033
+ 1032 ư��,��Ω,*,*,���ʡ�����,�����,ľ��
1034
+ 1033 ư��,��Ω,*,*,���ʡ�����,�������,�Ф�
1035
+ 1034 ư��,��Ω,*,*,���ʡ�����,�������,�Ԥ���
1036
+ 1035 ư��,��Ω,*,*,���ʡ�����,�������,�פ�
1037
+ 1036 ư��,��Ω,*,*,���ʡ�����,�������,ľ��
1038
+ 1037 ư��,��Ω,*,*,���ʡ�����,���ܷ�,�Ф�
1039
+ 1038 ư��,��Ω,*,*,���ʡ�����,���ܷ�,�Ԥ���
1040
+ 1039 ư��,��Ω,*,*,���ʡ�����,���ܷ�,�פ�
1041
+ 1040 ư��,��Ω,*,*,���ʡ�����,���ܷ�,ľ��
1042
+ 1041 ư��,��Ω,*,*,���ʡ�����,̤������³,�Ф�
1043
+ 1042 ư��,��Ω,*,*,���ʡ�����,̤������³,�Ԥ���
1044
+ 1043 ư��,��Ω,*,*,���ʡ�����,̤������³,�פ�
1045
+ 1044 ư��,��Ω,*,*,���ʡ�����,̤������³,ľ��
1046
+ 1045 ư��,��Ω,*,*,���ʡ�����,̤����,�Ф�
1047
+ 1046 ư��,��Ω,*,*,���ʡ�����,̤����,�Ԥ���
1048
+ 1047 ư��,��Ω,*,*,���ʡ�����,̤����,�פ�
1049
+ 1048 ư��,��Ω,*,*,���ʡ�����,̤����,ľ��
1050
+ 1049 ư��,��Ω,*,*,���ʡ�����,̿���,�Ф�
1051
+ 1050 ư��,��Ω,*,*,���ʡ�����,̿���,�Ԥ���
1052
+ 1051 ư��,��Ω,*,*,���ʡ�����,̿���,�פ�
1053
+ 1052 ư��,��Ω,*,*,���ʡ�����,̿���,ľ��
1054
+ 1053 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,�Ф�
1055
+ 1054 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,�Ԥ���
1056
+ 1055 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,�פ�
1057
+ 1056 ư��,��Ω,*,*,���ʡ�����,Ϣ�ѷ�,ľ��
1058
+ 1057 ư��,��Ω,*,*,���ʡ��޹�,�����,����
1059
+ 1058 ư��,��Ω,*,*,���ʡ��޹�,�������,����
1060
+ 1059 ư��,��Ω,*,*,���ʡ��޹�,���ܷ�,����
1061
+ 1060 ư��,��Ω,*,*,���ʡ��޹�,̤������³,����
1062
+ 1061 ư��,��Ω,*,*,���ʡ��޹�,̤����,����
1063
+ 1062 ư��,��Ω,*,*,���ʡ��޹�,̿���,����
1064
+ 1063 ư��,��Ω,*,*,���ʡ��޹�,Ϣ�ѥ���³,����
1065
+ 1064 ư��,��Ω,*,*,���ʡ��޹�,Ϣ�ѷ�,����
1066
+ 1065 ư��,��Ω,*,*,���ʡ����,�����,*
1067
+ 1066 ư��,��Ω,*,*,���ʡ����,�����,����
1068
+ 1067 ư��,��Ω,*,*,���ʡ����,�����,����
1069
+ 1068 ư��,��Ω,*,*,���ʡ����,�����,������
1070
+ 1069 ư��,��Ω,*,*,���ʡ����,�����,����
1071
+ 1070 ư��,��Ω,*,*,���ʡ����,�����,�ʤ�
1072
+ 1071 ư��,��Ω,*,*,���ʡ����,�����,�ޤ���
1073
+ 1072 ư��,��Ω,*,*,���ʡ����,�����,�ޤ��
1074
+ 1073 ư��,��Ω,*,*,���ʡ����,�����,���
1075
+ 1074 ư��,��Ω,*,*,���ʡ����,�����,���
1076
+ 1075 ư��,��Ω,*,*,���ʡ����,�����,����
1077
+ 1076 ư��,��Ω,*,*,���ʡ����,�����,�����
1078
+ 1077 ư��,��Ω,*,*,���ʡ����,�����,�ڤ�
1079
+ 1078 ư��,��Ω,*,*,���ʡ����,�������,*
1080
+ 1079 ư��,��Ω,*,*,���ʡ����,�������,����
1081
+ 1080 ư��,��Ω,*,*,���ʡ����,�������,����
1082
+ 1081 ư��,��Ω,*,*,���ʡ����,�������,������
1083
+ 1082 ư��,��Ω,*,*,���ʡ����,�������,����
1084
+ 1083 ư��,��Ω,*,*,���ʡ����,�������,�ʤ�
1085
+ 1084 ư��,��Ω,*,*,���ʡ����,�������,�ޤ���
1086
+ 1085 ư��,��Ω,*,*,���ʡ����,�������,�ޤ��
1087
+ 1086 ư��,��Ω,*,*,���ʡ����,�������,���
1088
+ 1087 ư��,��Ω,*,*,���ʡ����,�������,���
1089
+ 1088 ư��,��Ω,*,*,���ʡ����,�������,����
1090
+ 1089 ư��,��Ω,*,*,���ʡ����,�������,�����
1091
+ 1090 ư��,��Ω,*,*,���ʡ����,�������,�ڤ�
1092
+ 1091 ư��,��Ω,*,*,���ʡ����,���ܷ�,*
1093
+ 1092 ư��,��Ω,*,*,���ʡ����,���ܷ�,����
1094
+ 1093 ư��,��Ω,*,*,���ʡ����,���ܷ�,����
1095
+ 1094 ư��,��Ω,*,*,���ʡ����,���ܷ�,������
1096
+ 1095 ư��,��Ω,*,*,���ʡ����,���ܷ�,����
1097
+ 1096 ư��,��Ω,*,*,���ʡ����,���ܷ�,�ʤ�
1098
+ 1097 ư��,��Ω,*,*,���ʡ����,���ܷ�,�ޤ���
1099
+ 1098 ư��,��Ω,*,*,���ʡ����,���ܷ�,�ޤ��
1100
+ 1099 ư��,��Ω,*,*,���ʡ����,���ܷ�,���
1101
+ 1100 ư��,��Ω,*,*,���ʡ����,���ܷ�,���
1102
+ 1101 ư��,��Ω,*,*,���ʡ����,���ܷ�,����
1103
+ 1102 ư��,��Ω,*,*,���ʡ����,���ܷ�,�����
1104
+ 1103 ư��,��Ω,*,*,���ʡ����,���ܷ�,�ڤ�
1105
+ 1104 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,*
1106
+ 1105 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,����
1107
+ 1106 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,����
1108
+ 1107 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,������
1109
+ 1108 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,����
1110
+ 1109 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,�ʤ�
1111
+ 1110 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,�ޤ���
1112
+ 1111 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,�ޤ��
1113
+ 1112 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,���
1114
+ 1113 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,���
1115
+ 1114 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,����
1116
+ 1115 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,�����
1117
+ 1116 ư��,��Ω,*,*,���ʡ����,�θ���³�ü�,�ڤ�
1118
+ 1117 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,*
1119
+ 1118 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,����
1120
+ 1119 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,����
1121
+ 1120 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,������
1122
+ 1121 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,����
1123
+ 1122 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,�ʤ�
1124
+ 1123 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,�ޤ���
1125
+ 1124 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,�ޤ��
1126
+ 1125 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,���
1127
+ 1126 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,���
1128
+ 1127 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,����
1129
+ 1128 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,�����
1130
+ 1129 ư��,��Ω,*,*,���ʡ����,�θ���³�ü죲,�ڤ�
1131
+ 1130 ư��,��Ω,*,*,���ʡ����,̤������³,*
1132
+ 1131 ư��,��Ω,*,*,���ʡ����,̤������³,����
1133
+ 1132 ư��,��Ω,*,*,���ʡ����,̤������³,����
1134
+ 1133 ư��,��Ω,*,*,���ʡ����,̤������³,������
1135
+ 1134 ư��,��Ω,*,*,���ʡ����,̤������³,����
1136
+ 1135 ư��,��Ω,*,*,���ʡ����,̤������³,�ʤ�
1137
+ 1136 ư��,��Ω,*,*,���ʡ����,̤������³,�ޤ���
1138
+ 1137 ư��,��Ω,*,*,���ʡ����,̤������³,�ޤ��
1139
+ 1138 ư��,��Ω,*,*,���ʡ����,̤������³,���
1140
+ 1139 ư��,��Ω,*,*,���ʡ����,̤������³,���
1141
+ 1140 ư��,��Ω,*,*,���ʡ����,̤������³,����
1142
+ 1141 ư��,��Ω,*,*,���ʡ����,̤������³,�����
1143
+ 1142 ư��,��Ω,*,*,���ʡ����,̤������³,�ڤ�
1144
+ 1143 ư��,��Ω,*,*,���ʡ����,̤����,*
1145
+ 1144 ư��,��Ω,*,*,���ʡ����,̤����,����
1146
+ 1145 ư��,��Ω,*,*,���ʡ����,̤����,����
1147
+ 1146 ư��,��Ω,*,*,���ʡ����,̤����,������
1148
+ 1147 ư��,��Ω,*,*,���ʡ����,̤����,����
1149
+ 1148 ư��,��Ω,*,*,���ʡ����,̤����,�ʤ�
1150
+ 1149 ư��,��Ω,*,*,���ʡ����,̤����,�ޤ���
1151
+ 1150 ư��,��Ω,*,*,���ʡ����,̤����,�ޤ��
1152
+ 1151 ư��,��Ω,*,*,���ʡ����,̤����,���
1153
+ 1152 ư��,��Ω,*,*,���ʡ����,̤����,���
1154
+ 1153 ư��,��Ω,*,*,���ʡ����,̤����,����
1155
+ 1154 ư��,��Ω,*,*,���ʡ����,̤����,�����
1156
+ 1155 ư��,��Ω,*,*,���ʡ����,̤����,�ڤ�
1157
+ 1156 ư��,��Ω,*,*,���ʡ����,̤���ü�,*
1158
+ 1157 ư��,��Ω,*,*,���ʡ����,̤���ü�,����
1159
+ 1158 ư��,��Ω,*,*,���ʡ����,̤���ü�,����
1160
+ 1159 ư��,��Ω,*,*,���ʡ����,̤���ü�,������
1161
+ 1160 ư��,��Ω,*,*,���ʡ����,̤���ü�,����
1162
+ 1161 ư��,��Ω,*,*,���ʡ����,̤���ü�,�ʤ�
1163
+ 1162 ư��,��Ω,*,*,���ʡ����,̤���ü�,�ޤ���
1164
+ 1163 ư��,��Ω,*,*,���ʡ����,̤���ü�,�ޤ��
1165
+ 1164 ư��,��Ω,*,*,���ʡ����,̤���ü�,���
1166
+ 1165 ư��,��Ω,*,*,���ʡ����,̤���ü�,���
1167
+ 1166 ư��,��Ω,*,*,���ʡ����,̤���ü�,����
1168
+ 1167 ư��,��Ω,*,*,���ʡ����,̤���ü�,�����
1169
+ 1168 ư��,��Ω,*,*,���ʡ����,̤���ü�,�ڤ�
1170
+ 1169 ư��,��Ω,*,*,���ʡ����,̿���,*
1171
+ 1170 ư��,��Ω,*,*,���ʡ����,̿���,����
1172
+ 1171 ư��,��Ω,*,*,���ʡ����,̿���,����
1173
+ 1172 ư��,��Ω,*,*,���ʡ����,̿���,������
1174
+ 1173 ư��,��Ω,*,*,���ʡ����,̿���,����
1175
+ 1174 ư��,��Ω,*,*,���ʡ����,̿���,�ʤ�
1176
+ 1175 ư��,��Ω,*,*,���ʡ����,̿���,�ޤ���
1177
+ 1176 ư��,��Ω,*,*,���ʡ����,̿���,�ޤ��
1178
+ 1177 ư��,��Ω,*,*,���ʡ����,̿���,���
1179
+ 1178 ư��,��Ω,*,*,���ʡ����,̿���,���
1180
+ 1179 ư��,��Ω,*,*,���ʡ����,̿���,����
1181
+ 1180 ư��,��Ω,*,*,���ʡ����,̿���,�����
1182
+ 1181 ư��,��Ω,*,*,���ʡ����,̿���,�ڤ�
1183
+ 1182 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,*
1184
+ 1183 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,����
1185
+ 1184 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,����
1186
+ 1185 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,������
1187
+ 1186 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,����
1188
+ 1187 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,�ʤ�
1189
+ 1188 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,�ޤ���
1190
+ 1189 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,�ޤ��
1191
+ 1190 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,���
1192
+ 1191 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,���
1193
+ 1192 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,����
1194
+ 1193 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,�����
1195
+ 1194 ư��,��Ω,*,*,���ʡ����,Ϣ�ѥ���³,�ڤ�
1196
+ 1195 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,*
1197
+ 1196 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,����
1198
+ 1197 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,����
1199
+ 1198 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,������
1200
+ 1199 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,����
1201
+ 1200 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,�ʤ�
1202
+ 1201 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,�ޤ���
1203
+ 1202 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,�ޤ��
1204
+ 1203 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,���
1205
+ 1204 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,���
1206
+ 1205 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,����
1207
+ 1206 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,�����
1208
+ 1207 ư��,��Ω,*,*,���ʡ����,Ϣ�ѷ�,�ڤ�
1209
+ 1208 ư��,��Ω,*,*,���ʡ�����ü�,�����,����ä����
1210
+ 1209 ư��,��Ω,*,*,���ʡ�����ü�,�����,�ʤ���
1211
+ 1210 ư��,��Ω,*,*,���ʡ�����ü�,�����,��ä����
1212
+ 1211 ư��,��Ω,*,*,���ʡ�����ü�,�����,������
1213
+ 1212 ư��,��Ω,*,*,���ʡ�����ü�,�������,����ä����
1214
+ 1213 ư��,��Ω,*,*,���ʡ�����ü�,�������,�ʤ���
1215
+ 1214 ư��,��Ω,*,*,���ʡ�����ü�,�������,��ä����
1216
+ 1215 ư��,��Ω,*,*,���ʡ�����ü�,�������,������
1217
+ 1216 ư��,��Ω,*,*,���ʡ�����ü�,���ܷ�,����ä����
1218
+ 1217 ư��,��Ω,*,*,���ʡ�����ü�,���ܷ�,�ʤ���
1219
+ 1218 ư��,��Ω,*,*,���ʡ�����ü�,���ܷ�,��ä����
1220
+ 1219 ư��,��Ω,*,*,���ʡ�����ü�,���ܷ�,������
1221
+ 1220 ư��,��Ω,*,*,���ʡ�����ü�,̤������³,����ä����
1222
+ 1221 ư��,��Ω,*,*,���ʡ�����ü�,̤������³,�ʤ���
1223
+ 1222 ư��,��Ω,*,*,���ʡ�����ü�,̤������³,��ä����
1224
+ 1223 ư��,��Ω,*,*,���ʡ�����ü�,̤������³,������
1225
+ 1224 ư��,��Ω,*,*,���ʡ�����ü�,̤����,����ä����
1226
+ 1225 ư��,��Ω,*,*,���ʡ�����ü�,̤����,�ʤ���
1227
+ 1226 ư��,��Ω,*,*,���ʡ�����ü�,̤����,��ä����
1228
+ 1227 ư��,��Ω,*,*,���ʡ�����ü�,̤����,������
1229
+ 1228 ư��,��Ω,*,*,���ʡ�����ü�,̤���ü�,����ä����
1230
+ 1229 ư��,��Ω,*,*,���ʡ�����ü�,̤���ü�,�ʤ���
1231
+ 1230 ư��,��Ω,*,*,���ʡ�����ü�,̤���ü�,��ä����
1232
+ 1231 ư��,��Ω,*,*,���ʡ�����ü�,̤���ü�,������
1233
+ 1232 ư��,��Ω,*,*,���ʡ�����ü�,̿���,����ä����
1234
+ 1233 ư��,��Ω,*,*,���ʡ�����ü�,̿���,�ʤ���
1235
+ 1234 ư��,��Ω,*,*,���ʡ�����ü�,̿���,��ä����
1236
+ 1235 ư��,��Ω,*,*,���ʡ�����ü�,̿���,������
1237
+ 1236 ư��,��Ω,*,*,���ʡ�����ü�,̿���,����ä����
1238
+ 1237 ư��,��Ω,*,*,���ʡ�����ü�,̿���,�ʤ���
1239
+ 1238 ư��,��Ω,*,*,���ʡ�����ü�,̿���,��ä����
1240
+ 1239 ư��,��Ω,*,*,���ʡ�����ü�,̿���,������
1241
+ 1240 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѥ���³,����ä����
1242
+ 1241 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѥ���³,�ʤ���
1243
+ 1242 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѥ���³,��ä����
1244
+ 1243 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѥ���³,������
1245
+ 1244 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѷ�,����ä����
1246
+ 1245 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѷ�,�ʤ���
1247
+ 1246 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѷ�,��ä����
1248
+ 1247 ư��,��Ω,*,*,���ʡ�����ü�,Ϣ�ѷ�,������
1249
+ 1248 ư��,��Ω,*,*,���ʡ����¥����,�����,*
1250
+ 1249 ư��,��Ω,*,*,���ʡ����¥����,�����,���ޤ�
1251
+ 1250 ư��,��Ω,*,*,���ʡ����¥����,�����,��餦
1252
+ 1251 ư��,��Ω,*,*,���ʡ����¥����,�����,�礦
1253
+ 1252 ư��,��Ω,*,*,���ʡ����¥����,���ܷ�,*
1254
+ 1253 ư��,��Ω,*,*,���ʡ����¥����,���ܷ�,���ޤ�
1255
+ 1254 ư��,��Ω,*,*,���ʡ����¥����,���ܷ�,��餦
1256
+ 1255 ư��,��Ω,*,*,���ʡ����¥����,���ܷ�,�礦
1257
+ 1256 ư��,��Ω,*,*,���ʡ����¥����,̤������³,*
1258
+ 1257 ư��,��Ω,*,*,���ʡ����¥����,̤������³,���ޤ�
1259
+ 1258 ư��,��Ω,*,*,���ʡ����¥����,̤������³,��餦
1260
+ 1259 ư��,��Ω,*,*,���ʡ����¥����,̤������³,�礦
1261
+ 1260 ư��,��Ω,*,*,���ʡ����¥����,̤����,*
1262
+ 1261 ư��,��Ω,*,*,���ʡ����¥����,̤����,���ޤ�
1263
+ 1262 ư��,��Ω,*,*,���ʡ����¥����,̤����,��餦
1264
+ 1263 ư��,��Ω,*,*,���ʡ����¥����,̤����,�礦
1265
+ 1264 ư��,��Ω,*,*,���ʡ����¥����,̿���,*
1266
+ 1265 ư��,��Ω,*,*,���ʡ����¥����,̿���,���ޤ�
1267
+ 1266 ư��,��Ω,*,*,���ʡ����¥����,̿���,��餦
1268
+ 1267 ư��,��Ω,*,*,���ʡ����¥����,̿���,�礦
1269
+ 1268 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѥ���³,*
1270
+ 1269 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѥ���³,���ޤ�
1271
+ 1270 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѥ���³,��餦
1272
+ 1271 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѥ���³,�礦
1273
+ 1272 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѷ�,*
1274
+ 1273 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѷ�,���ޤ�
1275
+ 1274 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѷ�,��餦
1276
+ 1275 ư��,��Ω,*,*,���ʡ����¥����,Ϣ�ѷ�,�礦
1277
+ 1276 ư��,��Ω,*,*,���ʡ��Ϲ�,�����,*
1278
+ 1277 ư��,��Ω,*,*,���ʡ��Ϲ�,���ܷ�,*
1279
+ 1278 ư��,��Ω,*,*,���ʡ��Ϲ�,̤����,*
1280
+ 1279 ư��,��Ω,*,*,���ʡ��Ϲ�,̿���,*
1281
+ 1280 ư��,��Ω,*,*,���ʡ��Ϲ�,Ϣ�ѷ�,*
1282
+ 1281 ����,����,*,*,*,*,*
1283
+ 1282 ����,��������³,*,*,*,*,*
1284
+ 1283 ̾��,������³,*,*,*,*,*
1285
+ 1284 ̾��,�ʥ����ƻ�촴,*,*,*,*,*
1286
+ 1285 ̾��,����,*,*,*,*,*
1287
+ 1286 ̾��,����ʸ����,*,*,*,*,*
1288
+ 1287 ̾��,��������촴,*,*,*,*,*
1289
+ 1288 ̾��,��ͭ̾��,����,*,*,*,*
1290
+ 1289 ̾��,��ͭ̾��,��̾,����,*,*,*
1291
+ 1290 ̾��,��ͭ̾��,��̾,��,*,*,*
1292
+ 1291 ̾��,��ͭ̾��,��̾,̾,*,*,*
1293
+ 1292 ̾��,��ͭ̾��,�ȿ�,*,*,*,*
1294
+ 1293 ̾��,��ͭ̾��,�ϰ�,����,*,*,*
1295
+ 1294 ̾��,��ͭ̾��,�ϰ�,��,*,*,*
1296
+ 1295 ̾��,��,*,*,*,*,*
1297
+ 1296 ̾��,��³��Ū,*,*,*,*,*
1298
+ 1297 ̾��,����,������³,*,*,*,*
1299
+ 1298 ̾��,����,����,*,*,*,*
1300
+ 1299 ̾��,����,����ư��촴,*,*,*,*
1301
+ 1300 ̾��,����,������,*,*,*,*
1302
+ 1301 ̾��,����,��ư��촴,*,*,*,*
1303
+ 1302 ̾��,����,��̾,*,*,*,*
1304
+ 1303 ̾��,����,�ϰ�,*,*,*,*
1305
+ 1304 ̾��,����,�ü�,*,*,*,*
1306
+ 1305 ̾��,����,�����ǽ,*,*,*,*
1307
+ 1306 ̾��,��̾��,����,*,*,*,*
1308
+ 1307 ̾��,��̾��,����,*,*,*,*
1309
+ 1308 ̾��,ư����ΩŪ,*,*,*,*,*
1310
+ 1309 ̾��,�ü�,��ư��촴,*,*,*,*
1311
+ 1310 ̾��,��Ω,����,*,*,*,*
1312
+ 1311 ̾��,��Ω,����ư��촴,*,*,*,*
1313
+ 1312 ̾��,��Ω,��ư��촴,*,*,*,*
1314
+ 1313 ̾��,��Ω,�����ǽ,*,*,*,*
1315
+ 1314 ̾��,�����ǽ,*,*,*,*,*
1316
+ 1315 Ϣ�λ�,*,*,*,*,*,*
src/ja/mecab-ipadic-2.7.0-20070610/matrix.7z ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:864d4aefdcf3bb5098d2ee7aa4d90fc731c6b2cb97d6761cbe5b1d4e032c280b
3
+ size 2725848
src/ja/mecab-ipadic-2.7.0-20070610/missing ADDED
@@ -0,0 +1,353 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #! /bin/sh
2
+ # Common stub for a few missing GNU programs while installing.
3
+
4
+ scriptversion=2004-09-07.08
5
+
6
+ # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004
7
+ # Free Software Foundation, Inc.
8
+ # Originally by Fran,cois Pinard <pinard@iro.umontreal.ca>, 1996.
9
+
10
+ # This program is free software; you can redistribute it and/or modify
11
+ # it under the terms of the GNU General Public License as published by
12
+ # the Free Software Foundation; either version 2, or (at your option)
13
+ # any later version.
14
+
15
+ # This program is distributed in the hope that it will be useful,
16
+ # but WITHOUT ANY WARRANTY; without even the implied warranty of
17
+ # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18
+ # GNU General Public License for more details.
19
+
20
+ # You should have received a copy of the GNU General Public License
21
+ # along with this program; if not, write to the Free Software
22
+ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
23
+ # 02111-1307, USA.
24
+
25
+ # As a special exception to the GNU General Public License, if you
26
+ # distribute this file as part of a program that contains a
27
+ # configuration script generated by Autoconf, you may include it under
28
+ # the same distribution terms that you use for the rest of that program.
29
+
30
+ if test $# -eq 0; then
31
+ echo 1>&2 "Try \`$0 --help' for more information"
32
+ exit 1
33
+ fi
34
+
35
+ run=:
36
+
37
+ # In the cases where this matters, `missing' is being run in the
38
+ # srcdir already.
39
+ if test -f configure.ac; then
40
+ configure_ac=configure.ac
41
+ else
42
+ configure_ac=configure.in
43
+ fi
44
+
45
+ msg="missing on your system"
46
+
47
+ case "$1" in
48
+ --run)
49
+ # Try to run requested program, and just exit if it succeeds.
50
+ run=
51
+ shift
52
+ "$@" && exit 0
53
+ # Exit code 63 means version mismatch. This often happens
54
+ # when the user try to use an ancient version of a tool on
55
+ # a file that requires a minimum version. In this case we
56
+ # we should proceed has if the program had been absent, or
57
+ # if --run hadn't been passed.
58
+ if test $? = 63; then
59
+ run=:
60
+ msg="probably too old"
61
+ fi
62
+ ;;
63
+
64
+ -h|--h|--he|--hel|--help)
65
+ echo "\
66
+ $0 [OPTION]... PROGRAM [ARGUMENT]...
67
+
68
+ Handle \`PROGRAM [ARGUMENT]...' for when PROGRAM is missing, or return an
69
+ error status if there is no known handling for PROGRAM.
70
+
71
+ Options:
72
+ -h, --help display this help and exit
73
+ -v, --version output version information and exit
74
+ --run try to run the given command, and emulate it if it fails
75
+
76
+ Supported PROGRAM values:
77
+ aclocal touch file \`aclocal.m4'
78
+ autoconf touch file \`configure'
79
+ autoheader touch file \`config.h.in'
80
+ automake touch all \`Makefile.in' files
81
+ bison create \`y.tab.[ch]', if possible, from existing .[ch]
82
+ flex create \`lex.yy.c', if possible, from existing .c
83
+ help2man touch the output file
84
+ lex create \`lex.yy.c', if possible, from existing .c
85
+ makeinfo touch the output file
86
+ tar try tar, gnutar, gtar, then tar without non-portable flags
87
+ yacc create \`y.tab.[ch]', if possible, from existing .[ch]
88
+
89
+ Send bug reports to <bug-automake@gnu.org>."
90
+ exit 0
91
+ ;;
92
+
93
+ -v|--v|--ve|--ver|--vers|--versi|--versio|--version)
94
+ echo "missing $scriptversion (GNU Automake)"
95
+ exit 0
96
+ ;;
97
+
98
+ -*)
99
+ echo 1>&2 "$0: Unknown \`$1' option"
100
+ echo 1>&2 "Try \`$0 --help' for more information"
101
+ exit 1
102
+ ;;
103
+
104
+ esac
105
+
106
+ # Now exit if we have it, but it failed. Also exit now if we
107
+ # don't have it and --version was passed (most likely to detect
108
+ # the program).
109
+ case "$1" in
110
+ lex|yacc)
111
+ # Not GNU programs, they don't have --version.
112
+ ;;
113
+
114
+ tar)
115
+ if test -n "$run"; then
116
+ echo 1>&2 "ERROR: \`tar' requires --run"
117
+ exit 1
118
+ elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
119
+ exit 1
120
+ fi
121
+ ;;
122
+
123
+ *)
124
+ if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
125
+ # We have it, but it failed.
126
+ exit 1
127
+ elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
128
+ # Could not run --version or --help. This is probably someone
129
+ # running `$TOOL --version' or `$TOOL --help' to check whether
130
+ # $TOOL exists and not knowing $TOOL uses missing.
131
+ exit 1
132
+ fi
133
+ ;;
134
+ esac
135
+
136
+ # If it does not exist, or fails to run (possibly an outdated version),
137
+ # try to emulate it.
138
+ case "$1" in
139
+ aclocal*)
140
+ echo 1>&2 "\
141
+ WARNING: \`$1' is $msg. You should only need it if
142
+ you modified \`acinclude.m4' or \`${configure_ac}'. You might want
143
+ to install the \`Automake' and \`Perl' packages. Grab them from
144
+ any GNU archive site."
145
+ touch aclocal.m4
146
+ ;;
147
+
148
+ autoconf)
149
+ echo 1>&2 "\
150
+ WARNING: \`$1' is $msg. You should only need it if
151
+ you modified \`${configure_ac}'. You might want to install the
152
+ \`Autoconf' and \`GNU m4' packages. Grab them from any GNU
153
+ archive site."
154
+ touch configure
155
+ ;;
156
+
157
+ autoheader)
158
+ echo 1>&2 "\
159
+ WARNING: \`$1' is $msg. You should only need it if
160
+ you modified \`acconfig.h' or \`${configure_ac}'. You might want
161
+ to install the \`Autoconf' and \`GNU m4' packages. Grab them
162
+ from any GNU archive site."
163
+ files=`sed -n 's/^[ ]*A[CM]_CONFIG_HEADER(\([^)]*\)).*/\1/p' ${configure_ac}`
164
+ test -z "$files" && files="config.h"
165
+ touch_files=
166
+ for f in $files; do
167
+ case "$f" in
168
+ *:*) touch_files="$touch_files "`echo "$f" |
169
+ sed -e 's/^[^:]*://' -e 's/:.*//'`;;
170
+ *) touch_files="$touch_files $f.in";;
171
+ esac
172
+ done
173
+ touch $touch_files
174
+ ;;
175
+
176
+ automake*)
177
+ echo 1>&2 "\
178
+ WARNING: \`$1' is $msg. You should only need it if
179
+ you modified \`Makefile.am', \`acinclude.m4' or \`${configure_ac}'.
180
+ You might want to install the \`Automake' and \`Perl' packages.
181
+ Grab them from any GNU archive site."
182
+ find . -type f -name Makefile.am -print |
183
+ sed 's/\.am$/.in/' |
184
+ while read f; do touch "$f"; done
185
+ ;;
186
+
187
+ autom4te)
188
+ echo 1>&2 "\
189
+ WARNING: \`$1' is needed, but is $msg.
190
+ You might have modified some files without having the
191
+ proper tools for further handling them.
192
+ You can get \`$1' as part of \`Autoconf' from any GNU
193
+ archive site."
194
+
195
+ file=`echo "$*" | sed -n 's/.*--output[ =]*\([^ ]*\).*/\1/p'`
196
+ test -z "$file" && file=`echo "$*" | sed -n 's/.*-o[ ]*\([^ ]*\).*/\1/p'`
197
+ if test -f "$file"; then
198
+ touch $file
199
+ else
200
+ test -z "$file" || exec >$file
201
+ echo "#! /bin/sh"
202
+ echo "# Created by GNU Automake missing as a replacement of"
203
+ echo "# $ $@"
204
+ echo "exit 0"
205
+ chmod +x $file
206
+ exit 1
207
+ fi
208
+ ;;
209
+
210
+ bison|yacc)
211
+ echo 1>&2 "\
212
+ WARNING: \`$1' $msg. You should only need it if
213
+ you modified a \`.y' file. You may need the \`Bison' package
214
+ in order for those modifications to take effect. You can get
215
+ \`Bison' from any GNU archive site."
216
+ rm -f y.tab.c y.tab.h
217
+ if [ $# -ne 1 ]; then
218
+ eval LASTARG="\${$#}"
219
+ case "$LASTARG" in
220
+ *.y)
221
+ SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
222
+ if [ -f "$SRCFILE" ]; then
223
+ cp "$SRCFILE" y.tab.c
224
+ fi
225
+ SRCFILE=`echo "$LASTARG" | sed 's/y$/h/'`
226
+ if [ -f "$SRCFILE" ]; then
227
+ cp "$SRCFILE" y.tab.h
228
+ fi
229
+ ;;
230
+ esac
231
+ fi
232
+ if [ ! -f y.tab.h ]; then
233
+ echo >y.tab.h
234
+ fi
235
+ if [ ! -f y.tab.c ]; then
236
+ echo 'main() { return 0; }' >y.tab.c
237
+ fi
238
+ ;;
239
+
240
+ lex|flex)
241
+ echo 1>&2 "\
242
+ WARNING: \`$1' is $msg. You should only need it if
243
+ you modified a \`.l' file. You may need the \`Flex' package
244
+ in order for those modifications to take effect. You can get
245
+ \`Flex' from any GNU archive site."
246
+ rm -f lex.yy.c
247
+ if [ $# -ne 1 ]; then
248
+ eval LASTARG="\${$#}"
249
+ case "$LASTARG" in
250
+ *.l)
251
+ SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
252
+ if [ -f "$SRCFILE" ]; then
253
+ cp "$SRCFILE" lex.yy.c
254
+ fi
255
+ ;;
256
+ esac
257
+ fi
258
+ if [ ! -f lex.yy.c ]; then
259
+ echo 'main() { return 0; }' >lex.yy.c
260
+ fi
261
+ ;;
262
+
263
+ help2man)
264
+ echo 1>&2 "\
265
+ WARNING: \`$1' is $msg. You should only need it if
266
+ you modified a dependency of a manual page. You may need the
267
+ \`Help2man' package in order for those modifications to take
268
+ effect. You can get \`Help2man' from any GNU archive site."
269
+
270
+ file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
271
+ if test -z "$file"; then
272
+ file=`echo "$*" | sed -n 's/.*--output=\([^ ]*\).*/\1/p'`
273
+ fi
274
+ if [ -f "$file" ]; then
275
+ touch $file
276
+ else
277
+ test -z "$file" || exec >$file
278
+ echo ".ab help2man is required to generate this page"
279
+ exit 1
280
+ fi
281
+ ;;
282
+
283
+ makeinfo)
284
+ echo 1>&2 "\
285
+ WARNING: \`$1' is $msg. You should only need it if
286
+ you modified a \`.texi' or \`.texinfo' file, or any other file
287
+ indirectly affecting the aspect of the manual. The spurious
288
+ call might also be the consequence of using a buggy \`make' (AIX,
289
+ DU, IRIX). You might want to install the \`Texinfo' package or
290
+ the \`GNU make' package. Grab either from any GNU archive site."
291
+ file=`echo "$*" | sed -n 's/.*-o \([^ ]*\).*/\1/p'`
292
+ if test -z "$file"; then
293
+ file=`echo "$*" | sed 's/.* \([^ ]*\) *$/\1/'`
294
+ file=`sed -n '/^@setfilename/ { s/.* \([^ ]*\) *$/\1/; p; q; }' $file`
295
+ fi
296
+ touch $file
297
+ ;;
298
+
299
+ tar)
300
+ shift
301
+
302
+ # We have already tried tar in the generic part.
303
+ # Look for gnutar/gtar before invocation to avoid ugly error
304
+ # messages.
305
+ if (gnutar --version > /dev/null 2>&1); then
306
+ gnutar "$@" && exit 0
307
+ fi
308
+ if (gtar --version > /dev/null 2>&1); then
309
+ gtar "$@" && exit 0
310
+ fi
311
+ firstarg="$1"
312
+ if shift; then
313
+ case "$firstarg" in
314
+ *o*)
315
+ firstarg=`echo "$firstarg" | sed s/o//`
316
+ tar "$firstarg" "$@" && exit 0
317
+ ;;
318
+ esac
319
+ case "$firstarg" in
320
+ *h*)
321
+ firstarg=`echo "$firstarg" | sed s/h//`
322
+ tar "$firstarg" "$@" && exit 0
323
+ ;;
324
+ esac
325
+ fi
326
+
327
+ echo 1>&2 "\
328
+ WARNING: I can't seem to be able to run \`tar' with the given arguments.
329
+ You may want to install GNU tar or Free paxutils, or check the
330
+ command line arguments."
331
+ exit 1
332
+ ;;
333
+
334
+ *)
335
+ echo 1>&2 "\
336
+ WARNING: \`$1' is needed, and is $msg.
337
+ You might have modified some files without having the
338
+ proper tools for further handling them. Check the \`README' file,
339
+ it often tells you about the needed prerequisites for installing
340
+ this package. You may also peek at any GNU archive site, in case
341
+ some other package would contain this missing \`$1' program."
342
+ exit 1
343
+ ;;
344
+ esac
345
+
346
+ exit 0
347
+
348
+ # Local variables:
349
+ # eval: (add-hook 'write-file-hooks 'time-stamp)
350
+ # time-stamp-start: "scriptversion="
351
+ # time-stamp-format: "%:y-%02m-%02d.%02H"
352
+ # time-stamp-end: "$"
353
+ # End:
src/ja/mecab-ipadic-2.7.0-20070610/mkinstalldirs ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #! /bin/sh
2
+ # mkinstalldirs --- make directory hierarchy
3
+ # Author: Noah Friedman <friedman@prep.ai.mit.edu>
4
+ # Created: 1993-05-16
5
+ # Public domain
6
+
7
+ # $Id: mkinstalldirs,v 1.13 1999/01/05 03:18:55 bje Exp $
8
+
9
+ errstatus=0
10
+
11
+ for file
12
+ do
13
+ set fnord `echo ":$file" | sed -ne 's/^:\//#/;s/^://;s/\// /g;s/^#/\//;p'`
14
+ shift
15
+
16
+ pathcomp=
17
+ for d
18
+ do
19
+ pathcomp="$pathcomp$d"
20
+ case "$pathcomp" in
21
+ -* ) pathcomp=./$pathcomp ;;
22
+ esac
23
+
24
+ if test ! -d "$pathcomp"; then
25
+ echo "mkdir $pathcomp"
26
+
27
+ mkdir "$pathcomp" || lasterr=$?
28
+
29
+ if test ! -d "$pathcomp"; then
30
+ errstatus=$lasterr
31
+ fi
32
+ fi
33
+
34
+ pathcomp="$pathcomp/"
35
+ done
36
+ done
37
+
38
+ exit $errstatus
39
+
40
+ # mkinstalldirs ends here
src/ja/mecab-ipadic-2.7.0-20070610/pos-id.def ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ����¾,����,*,* 0
2
+ �ե��顼,*,*,* 1
3
+ ��ư��,*,*,* 2
4
+ ����,����ե��٥å�,*,* 3
5
+ ����,����,*,* 4
6
+ ����,��̳�,*,* 5
7
+ ����,�����,*,* 6
8
+ ����,����,*,* 7
9
+ ����,����,*,* 8
10
+ ����,����,*,* 9
11
+ ���ƻ�,��Ω,*,* 10
12
+ ���ƻ�,����,*,* 11
13
+ ���ƻ�,��Ω,*,* 12
14
+ ����,�ʽ���,����,* 13
15
+ ����,�ʽ���,����,* 14
16
+ ����,�ʽ���,Ϣ��,* 15
17
+ ����,������,*,* 16
18
+ ����,������,*,* 17
19
+ ����,��³����,*,* 18
20
+ ����,�ü�,*,* 19
21
+ ����,���첽,*,* 20
22
+ ����,������,*,* 21
23
+ ����,�����졿��Ω���졿������,*,* 22
24
+ ����,������,*,* 23
25
+ ����,Ϣ�β�,*,* 24
26
+ ��ư��,*,*,* 25
27
+ ��³��,*,*,* 26
28
+ ��Ƭ��,���ƻ���³,*,* 27
29
+ ��Ƭ��,����³,*,* 28
30
+ ��Ƭ��,ư����³,*,* 29
31
+ ��Ƭ��,̾����³,*,* 30
32
+ ư��,��Ω,*,* 31
33
+ ư��,����,*,* 32
34
+ ư��,��Ω,*,* 33
35
+ ����,����,*,* 34
36
+ ����,��������³,*,* 35
37
+ ̾��,������³,*,* 36
38
+ ̾��,�ʥ����ƻ�촴,*,* 37
39
+ ̾��,����,*,* 38
40
+ ̾��,����ʸ����,*,* 39
41
+ ̾��,����ư��촴,*,* 40
42
+ ̾��,��ͭ̾��,����,* 41
43
+ ̾��,��ͭ̾��,��̾,���� 42
44
+ ̾��,��ͭ̾��,��̾,�� 43
45
+ ̾��,��ͭ̾��,��̾,̾ 44
46
+ ̾��,��ͭ̾��,�ȿ�,* 45
47
+ ̾��,��ͭ̾��,�ϰ�,���� 46
48
+ ̾��,��ͭ̾��,�ϰ�,�� 47
49
+ ̾��,��,*,* 48
50
+ ̾��,��³��Ū,*,* 49
51
+ ̾��,����,������³,* 50
52
+ ̾��,����,����,* 51
53
+ ̾��,����,����ư��촴,* 52
54
+ ̾��,����,������,* 53
55
+ ̾��,����,��ư��촴,* 54
56
+ ̾��,����,��̾,* 55
57
+ ̾��,����,�ϰ�,* 56
58
+ ̾��,����,�ü�,* 57
59
+ ̾��,����,�����ǽ,* 58
60
+ ̾��,��̾��,����,* 59
61
+ ̾��,��̾��,����,* 60
62
+ ̾��,ư����ΩŪ,*,* 61
63
+ ̾��,�ü�,��ư��촴,* 62
64
+ ̾��,��Ω,����,* 63
65
+ ̾��,��Ω,����ư��촴,* 64
66
+ ̾��,��Ω,��ư��촴,* 65
67
+ ̾��,��Ω,�����ǽ,* 66
68
+ ̾��,�����ǽ,*,* 67
69
+ Ϣ�λ�,*,*,* 68
src/ja/mecab-ipadic-2.7.0-20070610/rewrite.def ADDED
@@ -0,0 +1,94 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #
2
+ # Feature(POS) to Internal State mapping
3
+ #
4
+ [unigram rewrite]
5
+ # �ɤ�,ȯ����Ȥ�Τ�����, �ʻ�1,2,3,4,���ѷ�,���ѷ�,����,��� ��Ȥ�
6
+ *,*,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7,$8
7
+ # �ɤߤ��ʤ�����̵��
8
+ *,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7,*
9
+
10
+ [left rewrite]
11
+ (����|��ư��),*,*,*,*,*,(�ʤ�|̵��) $1,$2,$3,$4,$5,$6,̵��
12
+ (����|��ư��),������,*,*,*,*,(��|��) $1,$2,$3,$4,$5,$6,��
13
+ (����|��ư��),������,*,*,*,*,(��|�ʤ�|�ʤ�|��) $1,$2,$3,$4,$5,$6,��
14
+ (����|��ư��),������,*,*,*,*,(��|�ͤ�|�ͤ�|�ͥ�|�ͥ�|�ͤ�|�ͥ�|��) $1,$2,$3,$4,$5,$6,��
15
+ (����|��ư��),��³����,*,*,*,*,(��|����|���㤢) $1,$2,$3,$4,$5,$6,��
16
+ (����|��ư��),��³����,*,*,*,*,(���㤢|����) $1,$2,$3,$4,$5,$6,����
17
+ (����|��ư��),��³����,*,*,*,*,(��|����) $1,$2,$3,$4,$5,$6,��
18
+ (����|��ư��),��³����,*,*,*,*,(����|�����) $1,$2,$3,$4,$5,$6,�����
19
+ (����|��ư��),*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7
20
+ ����,(����|�����|��̳�),*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS
21
+ BOS/EOS,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS
22
+ ư��,��Ω,*,*,*,*,(�Ԥ�|�Ԥʤ�) $1,$2,$3,$4,$5,$6,�Ԥ�
23
+ ư��,��Ω,*,*,*,*,(����|����|����) $1,$2,$3,$4,$5,$6,����
24
+ ư��,��Ω,*,*,*,*,(����|�Ԥ�) $1,$2,$3,$4,$5,$6,�Ԥ�
25
+ ư��,��Ω,*,*,*,*,���� $1,$2,$3,$4,$5,$6,����
26
+ ư��,��Ω,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
27
+ ư��,��Ω,*,*,*,*,(����|����|������|����|�ʤ�|�ޤ���|�ޤ��|���|���|�����|�ڤ�|����|����ä����|��ä����|�ʤ���|��|��餦|���ޤ�|³��|����|�椯|�Ԥ�|��|�����|����|����) $1,$2,$3,$4,$5,$6,$7
28
+ ư��,��Ω,*,*,*,*,(���|����) $1,$2,$3,$4,$5,$6,���
29
+ ư��,��Ω,*,*,*,*,(�̤�|ȴ��) $1,$2,$3,$4,$5,$6,ȴ��
30
+ ư��,��Ω,*,*,*,*,(ĺ��|��������) $1,$2,$3,$4,$5,$6,ĺ��
31
+ ư��,��Ω,*,*,*,*,(������|�פ�) $1,$2,$3,$4,$5,$6,�פ�
32
+ ư��,��Ω,*,*,*,*,(����|�Ф�) $1,$2,$3,$4,$5,$6,�Ф�
33
+ ư��,��Ω,*,*,*,*,(�Ĥ���|�Ԥ���|�Ԥ�) $1,$2,$3,$4,$5,$6,�Ԥ���
34
+ ư��,��Ω,*,*,*,*,(ľ��|�ʤ���) $1,$2,$3,$4,$5,$6,ľ��
35
+ ư��,��Ω,*,*,*,*,(����|����) $1,$2,$3,$4,$5,$6,����
36
+ ư��,��Ω,*,*,*,*,(��������|������) $1,$2,$3,$4,$5,$6,������
37
+ ư��,��Ω,*,*,*,*,(�礦|����) $1,$2,$3,$4,$5,$6,�礦
38
+ ư��,��Ω,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
39
+ ���ƻ�,*,*,*,*,*,(�ʤ�|̵��|����|�餷��) $1,$2,$3,$4,$5,$6,̵��
40
+ ���ƻ�,����,*,*,*,*,(����|������) $1,$2,$3,$4,$5,$6,����
41
+ ���ƻ�,����,*,*,*,*,(�ߤ���|�ۤ���) $1,$2,$3,$4,$5,$6,�ߤ���
42
+ ���ƻ�,����,*,*,*,*,(�ä��餷��|���餷��|�äݤ�|�ݤ�) $1,$2,$3,$4,$5,$6,���餷��
43
+ ���ƻ�,����,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
44
+ ���ƻ�,��Ω,*,*,*,*,(��|������|�Ť餤|�ˤ���|�䤹��) $1,$2,$3,$4,$5,$6,��
45
+ ���ƻ�,��Ω,*,*,*,*,(�褤|�ɤ�) $1,$2,$3,$4,$5,$6,�ɤ�
46
+ ���ƻ�,��Ω,*,*,*,*,(�ߤ���|�ۤ���) $1,$2,$3,$4,$5,$6,�ߤ���
47
+ ���ƻ�,��Ω,*,*,*,*,(���ޤ�|���㤦|�Ǥ�|�ɤ�|�Ǥ�|�ɤ�) $1,$2,$3,$4,$5,$6,�Ǥ�
48
+ ���ƻ�,��Ω,*,*,*,*,(���ޤ�|���㤦|�Ƥ�|�Ȥ�|�Ƥ�|�Ȥ�) $1,$2,$3,$4,$5,$6,�Ƥ�
49
+ ���ƻ�,��Ω,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
50
+ ��³��,*,*,*,*,*,(�ڤ�|�����|���뤤��|������|����|�ޤ���|����|�ʤ���|�ʤ�Ӥ�|�¤Ӥ�|�⤷����|�㤷����) $1,$2,$3,$4,$5,$6,�����
51
+ *,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
52
+
53
+ [right rewrite]
54
+ (����|��ư��),*,*,*,*,*,(�ʤ�|̵��) $1,$2,$3,$4,$5,$6,̵��
55
+ (����|��ư��),������,*,*,*,*,(��|��) $1,$2,$3,$4,$5,$6,��
56
+ (����|��ư��),������,*,*,*,*,(��|�ʤ�|�ʤ�|��) $1,$2,$3,$4,$5,$6,��
57
+ (����|��ư��),������,*,*,*,*,(��|�ͤ�|�ͤ�|�ͥ�|�ͥ�|�ͤ�|�ͥ�|��) $1,$2,$3,$4,$5,$6,��
58
+ (����|��ư��),��³����,*,*,*,*,(��|����|���㤢) $1,$2,$3,$4,$5,$6,��
59
+ (����|��ư��),��³����,*,*,*,*,(���㤢|����) $1,$2,$3,$4,$5,$6,����
60
+ (����|��ư��),��³����,*,*,*,*,(��|����) $1,$2,$3,$4,$5,$6,��
61
+ (����|��ư��),��³����,*,*,*,*,(����|�����) $1,$2,$3,$4,$5,$6,�����
62
+ (����|��ư��),*,*,*,*,*,* $1,$2,$3,$4,$5,$6,$7
63
+ ����,(����|�����|��̳�),*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS
64
+ BOS/EOS,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,BOS/EOS
65
+ ư��,��Ω,*,*,*,*,(�Ԥ�|�Ԥʤ�) $1,$2,$3,$4,$5,$6,�Ԥ�
66
+ ư��,��Ω,*,*,*,*,(����|����|����) $1,$2,$3,$4,$5,$6,����
67
+ ư��,��Ω,*,*,*,*,(����|�Ԥ�) $1,$2,$3,$4,$5,$6,�Ԥ�
68
+ ư��,��Ω,*,*,*,*,���� $1,$2,$3,$4,$5,$6,����
69
+ ư��,��Ω,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
70
+ ư��,��Ω,*,*,*,*,(����|����|������|����|�ʤ�|�ޤ���|�ޤ��|���|���|�����|�ڤ�|����|����ä����|��ä����|�ʤ���|��|��餦|���ޤ�|³��|����|�椯|�Ԥ�|��|�����|����|����) $1,$2,$3,$4,$5,$6,$7
71
+ ư��,��Ω,*,*,*,*,(���|����) $1,$2,$3,$4,$5,$6,���
72
+ ư��,��Ω,*,*,*,*,(�̤�|ȴ��) $1,$2,$3,$4,$5,$6,ȴ��
73
+ ư��,��Ω,*,*,*,*,(ĺ��|��������) $1,$2,$3,$4,$5,$6,ĺ��
74
+ ư��,��Ω,*,*,*,*,(������|�פ�) $1,$2,$3,$4,$5,$6,�פ�
75
+ ư��,��Ω,*,*,*,*,(����|�Ф�) $1,$2,$3,$4,$5,$6,�Ф�
76
+ ư��,��Ω,*,*,*,*,(�Ĥ���|�Ԥ���|�Ԥ�) $1,$2,$3,$4,$5,$6,�Ԥ���
77
+ ư��,��Ω,*,*,*,*,(ľ��|�ʤ���) $1,$2,$3,$4,$5,$6,ľ��
78
+ ư��,��Ω,*,*,*,*,(����|����) $1,$2,$3,$4,$5,$6,����
79
+ ư��,��Ω,*,*,*,*,(��������|������) $1,$2,$3,$4,$5,$6,������
80
+ ư��,��Ω,*,*,*,*,(�礦|����) $1,$2,$3,$4,$5,$6,�礦
81
+ ư��,��Ω,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
82
+ ���ƻ�,*,*,*,*,*,(�ʤ�|̵��|����|�餷��) $1,$2,$3,$4,$5,$6,̵��
83
+ ���ƻ�,����,*,*,*,*,(����|������) $1,$2,$3,$4,$5,$6,����
84
+ ���ƻ�,����,*,*,*,*,(�ߤ���|�ۤ���) $1,$2,$3,$4,$5,$6,�ߤ���
85
+ ���ƻ�,����,*,*,*,*,(�ä��餷��|���餷��|�äݤ�|�ݤ�) $1,$2,$3,$4,$5,$6,���餷��
86
+ ���ƻ�,����,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
87
+ ���ƻ�,��Ω,*,*,*,*,(��|������|�Ť餤|�ˤ���|�䤹��) $1,$2,$3,$4,$5,$6,��
88
+ ���ƻ�,��Ω,*,*,*,*,(�褤|�ɤ�) $1,$2,$3,$4,$5,$6,�ɤ�
89
+ ���ƻ�,��Ω,*,*,*,*,(�ߤ���|�ۤ���) $1,$2,$3,$4,$5,$6,�ߤ���
90
+ ���ƻ�,��Ω,*,*,*,*,(���ޤ�|���㤦|�Ǥ�|�ɤ�|�Ǥ�|�ɤ�) $1,$2,$3,$4,$5,$6,�Ǥ�
91
+ ���ƻ�,��Ω,*,*,*,*,(���ޤ�|���㤦|�Ƥ�|�Ȥ�|�Ƥ�|�Ȥ�) $1,$2,$3,$4,$5,$6,�Ƥ�
92
+ ���ƻ�,��Ω,*,*,*,*,* $1,$2,$3,$4,$5,$6,*
93
+ ��³��,*,*,*,*,*,(�ڤ�|�����|���뤤��|������|����|�ޤ���|����|�ʤ���|�ʤ�Ӥ�|�¤Ӥ�|�⤷����|�㤷����) $1,$2,$3,$4,$5,$6,�����
94
+ *,*,*,*,*,*,* $1,$2,$3,$4,$5,$6,*