• R/O
  • HTTP
  • SSH
  • HTTPS

コミット

タグ
未設定

よく使われているワード(クリックで追加)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

The ChaSen legacy source.


コミットメタ情報

リビジョンee47005358832c3e0ecf42b32bc4b699c684950a (tree)
日時2007-03-19 17:12:21
作者masayu-a <masayu-a>
コミッターmasayu-a

ログメッセージ

2.4.0-preview5

変更サマリ

差分

--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
1+2007-03-15 Asahara Masayuki <masayu-a@is.naist.jp>
2+
3+ * lib/parse.c (set_anno):
4+ Annotation output
5+ Thanks to Yasuharu Den
6+
7+ * lib/print.c (print_anno):
8+ Annotation output
9+ Thanks to Yasuharu Den
10+
111 2007-03-14 Asahara Masayuki <masayu-a@is.naist.jp>
212
313 * lib/dartsdic.cpp :
--- a/Makefile
+++ b/Makefile
@@ -79,14 +79,14 @@ DIST_ARCHIVES = $(distdir).tar.gz
7979 GZIP_ENV = --best
8080 distuninstallcheck_listfiles = find . -type f -print
8181 distcleancheck_listfiles = find . -type f -print
82-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
82+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
8383 AMDEP_FALSE = #
8484 AMDEP_TRUE =
85-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
85+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
8686 AR = ar
87-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
88-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
89-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
87+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
88+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
89+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
9090 AWK = gawk
9191 CC = gcc
9292 CCDEPMODE = depmode=gcc3
@@ -96,7 +96,7 @@ CPPFLAGS =
9696 CXX = g++
9797 CXXCPP = g++ -E
9898 CXXDEPMODE = depmode=gcc3
99-CXXFLAGS = -g -O2
99+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
100100 CYGPATH_W = echo
101101 DEFS = -DHAVE_CONFIG_H
102102 DEPDIR = .deps
@@ -123,11 +123,11 @@ LIBS =
123123 LIBTOOL = $(SHELL) $(top_builddir)/libtool
124124 LN_S = ln -s
125125 LTLIBOBJS =
126-LTVERSION = 0:1:0
126+LTVERSION = 2:4:0
127127 MAINT = #
128128 MAINTAINER_MODE_FALSE =
129129 MAINTAINER_MODE_TRUE = #
130-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
130+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
131131 OBJEXT = o
132132 PACKAGE = chasen
133133 PACKAGE_BUGREPORT =
@@ -141,7 +141,7 @@ RCPATH = ${prefix}/etc/chasenrc
141141 SET_MAKE =
142142 SHELL = /bin/sh
143143 STRIP = strip
144-VERSION = 2.4.0-preview3
144+VERSION = 2.4.0-preview5
145145 ac_ct_CC = gcc
146146 ac_ct_CXX = g++
147147 ac_ct_F77 =
@@ -173,7 +173,7 @@ host_vendor = pc
173173 htmldir = ${docdir}
174174 includedir = ${prefix}/include
175175 infodir = ${datarootdir}/info
176-install_sh = /home/masayu-a/chasen/install-sh
176+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
177177 libdir = ${exec_prefix}/lib
178178 libexecdir = ${exec_prefix}/libexec
179179 localedir = ${datarootdir}/locale
@@ -672,7 +672,7 @@ dist-hook:
672672 done
673673
674674 rpm: dist
675- rpm -ta chasen-2.4.0-preview3.tar.gz
675+ rpm -ta chasen-2.4.0-preview5.tar.gz
676676
677677 win:
678678 $(MAKE) distclean
@@ -690,31 +690,31 @@ win:
690690
691691 win-dic:
692692 tar zxfv ipadic-sjis*.tar.gz
693- cd ipadic-sjis* && ./configure --with-mkchadic="wine -- ../mkchadic" --with-chasenrc-path=../chasen-2.4.0-preview3/etc/chasenrc --with-dicdir=../chasen-2.4.0-preview3/share/chasen/dic
693+ cd ipadic-sjis* && ./configure --with-mkchadic="wine -- ../mkchadic" --with-chasenrc-path=../chasen-2.4.0-preview5/etc/chasenrc --with-dicdir=../chasen-2.4.0-preview5/share/chasen/dic
694694 cd ipadic-sjis* && make
695695
696696 win-dist:
697- rm -f chasen-2.4.0-preview3.zip
698- rm -rf chasen-2.4.0-preview3
699- $(MAKE) prefix=`pwd`/chasen-2.4.0-preview3 install
700- cp COPYING README AUTHORS ./chasen-2.4.0-preview3/
701- rm -fr ./chasen-2.4.0-preview3/lib/libchasen*
702- rm -fr ./chasen-2.4.0-preview3/bin/chasen-config
703- cp -f lib/libchasen.dll ./chasen-2.4.0-preview3/lib
704- cp -f lib/libchasen.def ./chasen-2.4.0-preview3/lib
705- mkdir ./chasen-2.4.0-preview3/etc
706- cd ipadic-sjis* && make prefix=../chasen-2.4.0-preview3/ install
707- $(KCONV) -s -c ./chasen-2.4.0-preview3/etc/chasenrc | sed -e 's#/#\\\\#g' -e's#\.\.#c:\\\\Program\\ Files\\\\#g' -e 's#-2.4.0-preview3##' >./chasen-2.4.0-preview3/etc/chasenrc.new
708- mv -f ./chasen-2.4.0-preview3/etc/chasenrc.new ./chasen-2.4.0-preview3/etc/chasenrc
709- zip -r chasen-2.4.0-preview3.zip chasen-2.4.0-preview3
710- rm -fr chasen-2.4.0-preview3
697+ rm -f chasen-2.4.0-preview5.zip
698+ rm -rf chasen-2.4.0-preview5
699+ $(MAKE) prefix=`pwd`/chasen-2.4.0-preview5 install
700+ cp COPYING README AUTHORS ./chasen-2.4.0-preview5/
701+ rm -fr ./chasen-2.4.0-preview5/lib/libchasen*
702+ rm -fr ./chasen-2.4.0-preview5/bin/chasen-config
703+ cp -f lib/libchasen.dll ./chasen-2.4.0-preview5/lib
704+ cp -f lib/libchasen.def ./chasen-2.4.0-preview5/lib
705+ mkdir ./chasen-2.4.0-preview5/etc
706+ cd ipadic-sjis* && make prefix=../chasen-2.4.0-preview5/ install
707+ $(KCONV) -s -c ./chasen-2.4.0-preview5/etc/chasenrc | sed -e 's#/#\\\\#g' -e's#\.\.#c:\\\\Program\\ Files\\\\#g' -e 's#-2.4.0-preview5##' >./chasen-2.4.0-preview5/etc/chasenrc.new
708+ mv -f ./chasen-2.4.0-preview5/etc/chasenrc.new ./chasen-2.4.0-preview5/etc/chasenrc
709+ zip -r chasen-2.4.0-preview5.zip chasen-2.4.0-preview5
710+ rm -fr chasen-2.4.0-preview5
711711
712712 win-dist2:
713- unzip chasen-2.4.0-preview3.zip
714- (cd chasen-2.4.0-preview3; lha a chasen-2.4.0-preview3.lzh .)
715- mv -f chasen-2.4.0-preview3/chasen-2.4.0-preview3.lzh .
713+ unzip chasen-2.4.0-preview5.zip
714+ (cd chasen-2.4.0-preview5; lha a chasen-2.4.0-preview5.lzh .)
715+ mv -f chasen-2.4.0-preview5/chasen-2.4.0-preview5.lzh .
716716 wine ./EXEpress.exe -- chasen.ini
717- rm -fr chasen-2.4.0-preview3 chasen-2.4.0-preview3.lzh
717+ rm -fr chasen-2.4.0-preview5 chasen-2.4.0-preview5.lzh
718718
719719 #include $(srcdir)/maintMakefile
720720 # Tell versions [3.59,3.63) of GNU make to not export all variables.
--- a/autom4te.cache/output.1
+++ b/autom4te.cache/output.1
@@ -2246,7 +2246,7 @@ fi
22462246
22472247 # Define the identity of the package.
22482248 PACKAGE=chasen
2249- VERSION=2.4.0-preview4
2249+ VERSION=2.4.0-preview5
22502250
22512251
22522252 cat >>confdefs.h <<_ACEOF
--- a/autom4te.cache/output.2
+++ b/autom4te.cache/output.2
@@ -2246,7 +2246,7 @@ fi
22462246
22472247 # Define the identity of the package.
22482248 PACKAGE=chasen
2249- VERSION=2.4.0-preview4
2249+ VERSION=2.4.0-preview5
22502250
22512251
22522252 cat >>confdefs.h <<_ACEOF
--- a/autom4te.cache/traces.1
+++ b/autom4te.cache/traces.1
@@ -140,7 +140,7 @@ m4trace:configure.in:1: -1- AC_SUBST([target_alias])
140140 m4trace:configure.in:1: -1- AC_SUBST_TRACE([target_alias])
141141 m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
142142 m4trace:configure.in:2: -1- AC_PREREQ([2.61])
143-m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview4])
143+m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview5])
144144 m4trace:configure.in:3: -1- AC_PREREQ([2.58])
145145 m4trace:configure.in:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
146146 m4trace:configure.in:3: -1- AM_AUTOMAKE_VERSION([1.9.6])
@@ -161,7 +161,7 @@ m4trace:configure.in:3: -1- m4_pattern_allow([^CYGPATH_W$])
161161 m4trace:configure.in:3: -1- AC_SUBST([PACKAGE], [chasen])
162162 m4trace:configure.in:3: -1- AC_SUBST_TRACE([PACKAGE])
163163 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE$])
164-m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview4])
164+m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview5])
165165 m4trace:configure.in:3: -1- AC_SUBST_TRACE([VERSION])
166166 m4trace:configure.in:3: -1- m4_pattern_allow([^VERSION$])
167167 m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
--- a/autom4te.cache/traces.2
+++ b/autom4te.cache/traces.2
@@ -6615,7 +6615,7 @@ m4trace:configure.in:1: -1- AC_SUBST([host_alias])
66156615 m4trace:configure.in:1: -1- m4_pattern_allow([^host_alias$])
66166616 m4trace:configure.in:1: -1- AC_SUBST([target_alias])
66176617 m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
6618-m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview4])
6618+m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview5])
66196619 m4trace:configure.in:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
66206620 m4trace:configure.in:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
66216621 m4trace:configure.in:3: -1- AM_AUTOMAKE_VERSION([1.9.6])
@@ -6630,7 +6630,7 @@ m4trace:configure.in:3: -1- AC_SUBST([CYGPATH_W])
66306630 m4trace:configure.in:3: -1- m4_pattern_allow([^CYGPATH_W$])
66316631 m4trace:configure.in:3: -1- AC_SUBST([PACKAGE], [chasen])
66326632 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE$])
6633-m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview4])
6633+m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview5])
66346634 m4trace:configure.in:3: -1- m4_pattern_allow([^VERSION$])
66356635 m4trace:configure.in:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
66366636 AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
--- a/chasen-config
+++ b/chasen-config
@@ -64,7 +64,7 @@ while test $# -gt 0; do
6464 ;;
6565
6666 --version)
67- echo 2.4.0-preview3
67+ echo 2.4.0-preview5
6868 exit 0
6969 ;;
7070
--- a/chasen.spec
+++ b/chasen.spec
@@ -1,6 +1,6 @@
11 %define prefix /usr
22 %define PACKAGE chasen
3-%define VERSION 2.4.0-preview3
3+%define VERSION 2.4.0-preview5
44 %define RELEASE 1
55
66 Summary: Japanese Morphological Analysis System, ChaSen
--- a/chasen/.deps/chasen.Po
+++ b/chasen/.deps/chasen.Po
@@ -1,4 +1,4 @@
1-chasen.o: chasen.c ../config.h /usr/include/stdio.h \
1+chasen.o chasen.o: chasen.c ../config.h /usr/include/stdio.h \
22 /usr/include/features.h /usr/include/sys/cdefs.h \
33 /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
44 /usr/include/gnu/stubs-32.h \
--- a/chasen/Makefile
+++ b/chasen/Makefile
@@ -67,14 +67,14 @@ DIST_SOURCES = $(chasen_SOURCES)
6767 ETAGS = etags
6868 CTAGS = ctags
6969 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
70+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
7171 AMDEP_FALSE = #
7272 AMDEP_TRUE =
73-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
73+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
7474 AR = ar
75-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
76-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
77-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
75+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
76+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
77+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
7878 AWK = gawk
7979 CC = gcc
8080 CCDEPMODE = depmode=gcc3
@@ -84,7 +84,7 @@ CPPFLAGS =
8484 CXX = g++
8585 CXXCPP = g++ -E
8686 CXXDEPMODE = depmode=gcc3
87-CXXFLAGS = -g -O2
87+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
8888 CYGPATH_W = echo
8989 DEFS = -DRCPATH=\""$(RCPATH)\"" -DHAVE_CONFIG_H
9090 DEPDIR = .deps
@@ -111,11 +111,11 @@ LIBS =
111111 LIBTOOL = $(SHELL) $(top_builddir)/libtool
112112 LN_S = ln -s
113113 LTLIBOBJS =
114-LTVERSION = 0:1:0
114+LTVERSION = 2:4:0
115115 MAINT = #
116116 MAINTAINER_MODE_FALSE =
117117 MAINTAINER_MODE_TRUE = #
118-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
118+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
119119 OBJEXT = o
120120 PACKAGE = chasen
121121 PACKAGE_BUGREPORT =
@@ -129,7 +129,7 @@ RCPATH = ${prefix}/etc/chasenrc
129129 SET_MAKE =
130130 SHELL = /bin/sh
131131 STRIP = strip
132-VERSION = 2.4.0-preview3
132+VERSION = 2.4.0-preview5
133133 ac_ct_CC = gcc
134134 ac_ct_CXX = g++
135135 ac_ct_F77 =
@@ -161,7 +161,7 @@ host_vendor = pc
161161 htmldir = ${docdir}
162162 includedir = ${prefix}/include
163163 infodir = ${datarootdir}/info
164-install_sh = /home/masayu-a/chasen/install-sh
164+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
165165 libdir = ${exec_prefix}/lib
166166 libexecdir = ${exec_prefix}/libexec
167167 localedir = ${datarootdir}/locale
--- a/config.h
+++ b/config.h
@@ -116,7 +116,7 @@
116116 #define STDC_HEADERS 1
117117
118118 /* Version number of package */
119-#define VERSION "2.4.0-preview3"
119+#define VERSION "2.4.0-preview5"
120120
121121 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
122122 `char[]'. */
--- a/config.log
+++ b/config.log
@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
44 It was created by configure, which was
55 generated by GNU Autoconf 2.61. Invocation command line was
66
7- $ configure
7+ $ configure --with-darts=/home/masayu-a/ChaSen/darts-0.31
88
99 ## --------- ##
1010 ## Platform. ##
@@ -189,7 +189,7 @@ configure: failed program was:
189189 | #define PACKAGE_STRING ""
190190 | #define PACKAGE_BUGREPORT ""
191191 | #define PACKAGE "chasen"
192-| #define VERSION "2.4.0-preview3"
192+| #define VERSION "2.4.0-preview5"
193193 | /* end confdefs.h. */
194194 | #include <ac_nonexistent.h>
195195 configure:5084: result: gcc -E
@@ -206,7 +206,7 @@ configure: failed program was:
206206 | #define PACKAGE_STRING ""
207207 | #define PACKAGE_BUGREPORT ""
208208 | #define PACKAGE "chasen"
209-| #define VERSION "2.4.0-preview3"
209+| #define VERSION "2.4.0-preview5"
210210 | /* end confdefs.h. */
211211 | #include <ac_nonexistent.h>
212212 configure:5194: checking for ANSI C header files
@@ -277,7 +277,7 @@ configure: failed program was:
277277 | #define PACKAGE_STRING ""
278278 | #define PACKAGE_BUGREPORT ""
279279 | #define PACKAGE "chasen"
280-| #define VERSION "2.4.0-preview3"
280+| #define VERSION "2.4.0-preview5"
281281 | #define STDC_HEADERS 1
282282 | #define HAVE_SYS_TYPES_H 1
283283 | #define HAVE_SYS_STAT_H 1
@@ -305,7 +305,7 @@ configure: failed program was:
305305 | #define PACKAGE_STRING ""
306306 | #define PACKAGE_BUGREPORT ""
307307 | #define PACKAGE "chasen"
308-| #define VERSION "2.4.0-preview3"
308+| #define VERSION "2.4.0-preview5"
309309 | #define STDC_HEADERS 1
310310 | #define HAVE_SYS_TYPES_H 1
311311 | #define HAVE_SYS_STAT_H 1
@@ -502,7 +502,7 @@ configure: failed program was:
502502 | #define PACKAGE_STRING ""
503503 | #define PACKAGE_BUGREPORT ""
504504 | #define PACKAGE "chasen"
505-| #define VERSION "2.4.0-preview3"
505+| #define VERSION "2.4.0-preview5"
506506 | #define STDC_HEADERS 1
507507 | #define HAVE_SYS_TYPES_H 1
508508 | #define HAVE_SYS_STAT_H 1
@@ -527,12 +527,12 @@ configure:19756: checking lex output file root
527527 configure:19772: result: lex.yy
528528 configure:19777: checking lex library
529529 configure:19796: gcc -o conftest -g -O2 conftest.c >&5
530-/tmp/cc98Uqxa.o: In function `input':
531-/home/masayu-a/chasen/lex.yy.c:1133: undefined reference to `yywrap'
532-/tmp/cc98Uqxa.o: In function `yylex':
533-/home/masayu-a/chasen/lex.yy.c:840: undefined reference to `yywrap'
534-/tmp/cc98Uqxa.o: In function `main':
535-/home/masayu-a/chasen/conftest.l:17: undefined reference to `yywrap'
530+/tmp/ccWGMRic.o: In function `input':
531+/home/masayu-a/ChaSen/chasen/lex.yy.c:1133: undefined reference to `yywrap'
532+/tmp/ccWGMRic.o: In function `yylex':
533+/home/masayu-a/ChaSen/chasen/lex.yy.c:840: undefined reference to `yywrap'
534+/tmp/ccWGMRic.o: In function `main':
535+/home/masayu-a/ChaSen/chasen/conftest.l:17: undefined reference to `yywrap'
536536 collect2: ld returned 1 exit status
537537 configure:19802: $? = 1
538538 configure: failed program was:
@@ -2289,72 +2289,70 @@ configure:19887: checking whether ln -s works
22892289 configure:19891: result: yes
22902290 configure:19898: checking whether make sets $(MAKE)
22912291 configure:19919: result: yes
2292-configure:19971: checking for ranlib
2293-configure:19998: result: ranlib
2294-configure:20036: checking for library containing strerror
2295-configure:20077: gcc -o conftest -g -O2 conftest.c >&5
2296-configure:20083: $? = 0
2297-configure:20111: result: none required
2298-configure:20132: checking for a BSD-compatible install
2299-configure:20188: result: /usr/bin/install -c
2300-configure:20199: checking whether make sets $(MAKE)
2301-configure:20220: result: yes
2302-configure:20230: checking for ANSI C header files
2303-configure:20394: result: yes
2304-configure:20424: checking fcntl.h usability
2305-configure:20441: gcc -c -g -O2 conftest.c >&5
2306-configure:20447: $? = 0
2307-configure:20461: result: yes
2308-configure:20465: checking fcntl.h presence
2309-configure:20480: gcc -E conftest.c
2310-configure:20486: $? = 0
2311-configure:20500: result: yes
2312-configure:20528: checking for fcntl.h
2313-configure:20536: result: yes
2314-configure:20424: checking limits.h usability
2315-configure:20441: gcc -c -g -O2 conftest.c >&5
2316-configure:20447: $? = 0
2317-configure:20461: result: yes
2318-configure:20465: checking limits.h presence
2319-configure:20480: gcc -E conftest.c
2320-configure:20486: $? = 0
2321-configure:20500: result: yes
2322-configure:20528: checking for limits.h
2323-configure:20536: result: yes
2324-configure:20414: checking for stdlib.h
2325-configure:20420: result: yes
2326-configure:20414: checking for string.h
2327-configure:20420: result: yes
2328-configure:20424: checking sys/param.h usability
2329-configure:20441: gcc -c -g -O2 conftest.c >&5
2330-configure:20447: $? = 0
2331-configure:20461: result: yes
2332-configure:20465: checking sys/param.h presence
2333-configure:20480: gcc -E conftest.c
2334-configure:20486: $? = 0
2335-configure:20500: result: yes
2336-configure:20528: checking for sys/param.h
2337-configure:20536: result: yes
2338-configure:20414: checking for unistd.h
2339-configure:20420: result: yes
2340-configure:20556: checking for sys/param.h
2341-configure:20562: result: yes
2342-configure:20556: checking for sys/types.h
2343-configure:20562: result: yes
2344-configure:20566: checking netinet/in.h usability
2345-configure:20583: gcc -c -g -O2 conftest.c >&5
2346-configure:20589: $? = 0
2347-configure:20603: result: yes
2348-configure:20607: checking netinet/in.h presence
2349-configure:20622: gcc -E conftest.c
2350-configure:20628: $? = 0
2351-configure:20642: result: yes
2352-configure:20670: checking for netinet/in.h
2353-configure:20678: result: yes
2354-configure:20707: checking io.h usability
2355-configure:20724: gcc -c -g -O2 conftest.c >&5
2292+configure:19940: checking for library containing strerror
2293+configure:19981: gcc -o conftest -g -O2 conftest.c >&5
2294+configure:19987: $? = 0
2295+configure:20015: result: none required
2296+configure:20036: checking for a BSD-compatible install
2297+configure:20092: result: /usr/bin/install -c
2298+configure:20103: checking whether make sets $(MAKE)
2299+configure:20124: result: yes
2300+configure:20134: checking for ANSI C header files
2301+configure:20298: result: yes
2302+configure:20328: checking fcntl.h usability
2303+configure:20345: gcc -c -g -O2 conftest.c >&5
2304+configure:20351: $? = 0
2305+configure:20365: result: yes
2306+configure:20369: checking fcntl.h presence
2307+configure:20384: gcc -E conftest.c
2308+configure:20390: $? = 0
2309+configure:20404: result: yes
2310+configure:20432: checking for fcntl.h
2311+configure:20440: result: yes
2312+configure:20328: checking limits.h usability
2313+configure:20345: gcc -c -g -O2 conftest.c >&5
2314+configure:20351: $? = 0
2315+configure:20365: result: yes
2316+configure:20369: checking limits.h presence
2317+configure:20384: gcc -E conftest.c
2318+configure:20390: $? = 0
2319+configure:20404: result: yes
2320+configure:20432: checking for limits.h
2321+configure:20440: result: yes
2322+configure:20318: checking for stdlib.h
2323+configure:20324: result: yes
2324+configure:20318: checking for string.h
2325+configure:20324: result: yes
2326+configure:20328: checking sys/param.h usability
2327+configure:20345: gcc -c -g -O2 conftest.c >&5
2328+configure:20351: $? = 0
2329+configure:20365: result: yes
2330+configure:20369: checking sys/param.h presence
2331+configure:20384: gcc -E conftest.c
2332+configure:20390: $? = 0
2333+configure:20404: result: yes
2334+configure:20432: checking for sys/param.h
2335+configure:20440: result: yes
2336+configure:20318: checking for unistd.h
2337+configure:20324: result: yes
2338+configure:20460: checking for sys/param.h
2339+configure:20466: result: yes
2340+configure:20460: checking for sys/types.h
2341+configure:20466: result: yes
2342+configure:20470: checking netinet/in.h usability
2343+configure:20487: gcc -c -g -O2 conftest.c >&5
2344+configure:20493: $? = 0
2345+configure:20507: result: yes
2346+configure:20511: checking netinet/in.h presence
2347+configure:20526: gcc -E conftest.c
2348+configure:20532: $? = 0
2349+configure:20546: result: yes
2350+configure:20574: checking for netinet/in.h
2351+configure:20582: result: yes
2352+configure:20611: checking io.h usability
2353+configure:20628: gcc -c -g -O2 conftest.c >&5
23562354 conftest.c:65:16: error: io.h: No such file or directory
2357-configure:20730: $? = 1
2355+configure:20634: $? = 1
23582356 configure: failed program was:
23592357 | /* confdefs.h. */
23602358 | #define PACKAGE_NAME ""
@@ -2363,7 +2361,7 @@ configure: failed program was:
23632361 | #define PACKAGE_STRING ""
23642362 | #define PACKAGE_BUGREPORT ""
23652363 | #define PACKAGE "chasen"
2366-| #define VERSION "2.4.0-preview3"
2364+| #define VERSION "2.4.0-preview5"
23672365 | #define STDC_HEADERS 1
23682366 | #define HAVE_SYS_TYPES_H 1
23692367 | #define HAVE_SYS_STAT_H 1
@@ -2421,11 +2419,11 @@ configure: failed program was:
24212419 | # include <unistd.h>
24222420 | #endif
24232421 | #include <io.h>
2424-configure:20744: result: no
2425-configure:20748: checking io.h presence
2426-configure:20763: gcc -E conftest.c
2422+configure:20648: result: no
2423+configure:20652: checking io.h presence
2424+configure:20667: gcc -E conftest.c
24272425 conftest.c:32:16: error: io.h: No such file or directory
2428-configure:20769: $? = 1
2426+configure:20673: $? = 1
24292427 configure: failed program was:
24302428 | /* confdefs.h. */
24312429 | #define PACKAGE_NAME ""
@@ -2434,7 +2432,7 @@ configure: failed program was:
24342432 | #define PACKAGE_STRING ""
24352433 | #define PACKAGE_BUGREPORT ""
24362434 | #define PACKAGE "chasen"
2437-| #define VERSION "2.4.0-preview3"
2435+| #define VERSION "2.4.0-preview5"
24382436 | #define STDC_HEADERS 1
24392437 | #define HAVE_SYS_TYPES_H 1
24402438 | #define HAVE_SYS_STAT_H 1
@@ -2459,13 +2457,13 @@ configure: failed program was:
24592457 | #define HAVE_NETINET_IN_H 1
24602458 | /* end confdefs.h. */
24612459 | #include <io.h>
2462-configure:20783: result: no
2463-configure:20811: checking for io.h
2464-configure:20819: result: no
2465-configure:20707: checking windows.h usability
2466-configure:20724: gcc -c -g -O2 conftest.c >&5
2460+configure:20687: result: no
2461+configure:20715: checking for io.h
2462+configure:20723: result: no
2463+configure:20611: checking windows.h usability
2464+configure:20628: gcc -c -g -O2 conftest.c >&5
24672465 conftest.c:65:21: error: windows.h: No such file or directory
2468-configure:20730: $? = 1
2466+configure:20634: $? = 1
24692467 configure: failed program was:
24702468 | /* confdefs.h. */
24712469 | #define PACKAGE_NAME ""
@@ -2474,7 +2472,7 @@ configure: failed program was:
24742472 | #define PACKAGE_STRING ""
24752473 | #define PACKAGE_BUGREPORT ""
24762474 | #define PACKAGE "chasen"
2477-| #define VERSION "2.4.0-preview3"
2475+| #define VERSION "2.4.0-preview5"
24782476 | #define STDC_HEADERS 1
24792477 | #define HAVE_SYS_TYPES_H 1
24802478 | #define HAVE_SYS_STAT_H 1
@@ -2532,11 +2530,11 @@ configure: failed program was:
25322530 | # include <unistd.h>
25332531 | #endif
25342532 | #include <windows.h>
2535-configure:20744: result: no
2536-configure:20748: checking windows.h presence
2537-configure:20763: gcc -E conftest.c
2533+configure:20648: result: no
2534+configure:20652: checking windows.h presence
2535+configure:20667: gcc -E conftest.c
25382536 conftest.c:32:21: error: windows.h: No such file or directory
2539-configure:20769: $? = 1
2537+configure:20673: $? = 1
25402538 configure: failed program was:
25412539 | /* confdefs.h. */
25422540 | #define PACKAGE_NAME ""
@@ -2545,7 +2543,7 @@ configure: failed program was:
25452543 | #define PACKAGE_STRING ""
25462544 | #define PACKAGE_BUGREPORT ""
25472545 | #define PACKAGE "chasen"
2548-| #define VERSION "2.4.0-preview3"
2546+| #define VERSION "2.4.0-preview5"
25492547 | #define STDC_HEADERS 1
25502548 | #define HAVE_SYS_TYPES_H 1
25512549 | #define HAVE_SYS_STAT_H 1
@@ -2570,68 +2568,68 @@ configure: failed program was:
25702568 | #define HAVE_NETINET_IN_H 1
25712569 | /* end confdefs.h. */
25722570 | #include <windows.h>
2573-configure:20783: result: no
2574-configure:20811: checking for windows.h
2575-configure:20819: result: no
2576-configure:20835: checking for an ANSI C-conforming const
2577-configure:20910: gcc -c -g -O2 conftest.c >&5
2578-configure:20916: $? = 0
2579-configure:20931: result: yes
2580-configure:20941: checking for off_t
2581-configure:20971: gcc -c -g -O2 conftest.c >&5
2582-configure:20977: $? = 0
2583-configure:20992: result: yes
2584-configure:21004: checking for size_t
2585-configure:21034: gcc -c -g -O2 conftest.c >&5
2586-configure:21040: $? = 0
2587-configure:21055: result: yes
2588-configure:21074: checking for stdlib.h
2589-configure:21080: result: yes
2590-configure:21209: checking for GNU libc compatible malloc
2591-configure:21243: gcc -o conftest -g -O2 conftest.c >&5
2592-configure:21246: $? = 0
2593-configure:21252: ./conftest
2594-configure:21255: $? = 0
2595-configure:21271: result: yes
2596-configure:21299: checking for working memcmp
2597-configure:21352: gcc -o conftest -g -O2 conftest.c >&5
2598-configure:21355: $? = 0
2599-configure:21361: ./conftest
2600-configure:21364: $? = 0
2601-configure:21380: result: yes
2602-configure:21395: checking for stdlib.h
2603-configure:21401: result: yes
2604-configure:21395: checking for unistd.h
2605-configure:21401: result: yes
2606-configure:21534: checking for getpagesize
2607-configure:21590: gcc -o conftest -g -O2 conftest.c >&5
2608-configure:21596: $? = 0
2609-configure:21614: result: yes
2610-configure:21624: checking for working mmap
2611-configure:21771: gcc -o conftest -g -O2 conftest.c >&5
2612-configure:21774: $? = 0
2613-configure:21780: ./conftest
2614-configure:21783: $? = 0
2615-configure:21799: result: yes
2616-configure:21815: checking for stdlib.h
2617-configure:21821: result: yes
2618-configure:21950: checking for GNU libc compatible realloc
2619-configure:21984: gcc -o conftest -g -O2 conftest.c >&5
2620-configure:21987: $? = 0
2621-configure:21993: ./conftest
2622-configure:21996: $? = 0
2623-configure:22012: result: yes
2624-configure:22044: checking for vprintf
2625-configure:22100: gcc -o conftest -g -O2 conftest.c >&5
2571+configure:20687: result: no
2572+configure:20715: checking for windows.h
2573+configure:20723: result: no
2574+configure:20739: checking for an ANSI C-conforming const
2575+configure:20814: gcc -c -g -O2 conftest.c >&5
2576+configure:20820: $? = 0
2577+configure:20835: result: yes
2578+configure:20845: checking for off_t
2579+configure:20875: gcc -c -g -O2 conftest.c >&5
2580+configure:20881: $? = 0
2581+configure:20896: result: yes
2582+configure:20908: checking for size_t
2583+configure:20938: gcc -c -g -O2 conftest.c >&5
2584+configure:20944: $? = 0
2585+configure:20959: result: yes
2586+configure:20978: checking for stdlib.h
2587+configure:20984: result: yes
2588+configure:21113: checking for GNU libc compatible malloc
2589+configure:21147: gcc -o conftest -g -O2 conftest.c >&5
2590+configure:21150: $? = 0
2591+configure:21156: ./conftest
2592+configure:21159: $? = 0
2593+configure:21175: result: yes
2594+configure:21203: checking for working memcmp
2595+configure:21256: gcc -o conftest -g -O2 conftest.c >&5
2596+configure:21259: $? = 0
2597+configure:21265: ./conftest
2598+configure:21268: $? = 0
2599+configure:21284: result: yes
2600+configure:21299: checking for stdlib.h
2601+configure:21305: result: yes
2602+configure:21299: checking for unistd.h
2603+configure:21305: result: yes
2604+configure:21438: checking for getpagesize
2605+configure:21494: gcc -o conftest -g -O2 conftest.c >&5
2606+configure:21500: $? = 0
2607+configure:21518: result: yes
2608+configure:21528: checking for working mmap
2609+configure:21675: gcc -o conftest -g -O2 conftest.c >&5
2610+configure:21678: $? = 0
2611+configure:21684: ./conftest
2612+configure:21687: $? = 0
2613+configure:21703: result: yes
2614+configure:21719: checking for stdlib.h
2615+configure:21725: result: yes
2616+configure:21854: checking for GNU libc compatible realloc
2617+configure:21888: gcc -o conftest -g -O2 conftest.c >&5
2618+configure:21891: $? = 0
2619+configure:21897: ./conftest
2620+configure:21900: $? = 0
2621+configure:21916: result: yes
2622+configure:21948: checking for vprintf
2623+configure:22004: gcc -o conftest -g -O2 conftest.c >&5
26262624 conftest.c:63: warning: conflicting types for built-in function 'vprintf'
2627-configure:22106: $? = 0
2628-configure:22124: result: yes
2629-configure:22131: checking for _doprnt
2630-configure:22187: gcc -o conftest -g -O2 conftest.c >&5
2631-/tmp/cc6dZz2r.o: In function `main':
2632-/home/masayu-a/chasen/conftest.c:75: undefined reference to `_doprnt'
2625+configure:22010: $? = 0
2626+configure:22028: result: yes
2627+configure:22035: checking for _doprnt
2628+configure:22091: gcc -o conftest -g -O2 conftest.c >&5
2629+/tmp/ccQvy63E.o: In function `main':
2630+/home/masayu-a/ChaSen/chasen/conftest.c:75: undefined reference to `_doprnt'
26332631 collect2: ld returned 1 exit status
2634-configure:22193: $? = 1
2632+configure:22097: $? = 1
26352633 configure: failed program was:
26362634 | /* confdefs.h. */
26372635 | #define PACKAGE_NAME ""
@@ -2640,7 +2638,7 @@ configure: failed program was:
26402638 | #define PACKAGE_STRING ""
26412639 | #define PACKAGE_BUGREPORT ""
26422640 | #define PACKAGE "chasen"
2643-| #define VERSION "2.4.0-preview3"
2641+| #define VERSION "2.4.0-preview5"
26442642 | #define STDC_HEADERS 1
26452643 | #define HAVE_SYS_TYPES_H 1
26462644 | #define HAVE_SYS_STAT_H 1
@@ -2711,44 +2709,44 @@ configure: failed program was:
27112709 | ;
27122710 | return 0;
27132711 | }
2714-configure:22210: result: no
2715-configure:22233: checking for mblen
2716-configure:22289: gcc -o conftest -g -O2 conftest.c >&5
2717-configure:22295: $? = 0
2718-configure:22313: result: yes
2719-configure:22233: checking for memset
2720-configure:22289: gcc -o conftest -g -O2 conftest.c >&5
2712+configure:22114: result: no
2713+configure:22137: checking for mblen
2714+configure:22193: gcc -o conftest -g -O2 conftest.c >&5
2715+configure:22199: $? = 0
2716+configure:22217: result: yes
2717+configure:22137: checking for memset
2718+configure:22193: gcc -o conftest -g -O2 conftest.c >&5
27212719 conftest.c:65: warning: conflicting types for built-in function 'memset'
2722-configure:22295: $? = 0
2723-configure:22313: result: yes
2724-configure:22233: checking for munmap
2725-configure:22289: gcc -o conftest -g -O2 conftest.c >&5
2726-configure:22295: $? = 0
2727-configure:22313: result: yes
2728-configure:22233: checking for strchr
2729-configure:22289: gcc -o conftest -g -O2 conftest.c >&5
2720+configure:22199: $? = 0
2721+configure:22217: result: yes
2722+configure:22137: checking for munmap
2723+configure:22193: gcc -o conftest -g -O2 conftest.c >&5
2724+configure:22199: $? = 0
2725+configure:22217: result: yes
2726+configure:22137: checking for strchr
2727+configure:22193: gcc -o conftest -g -O2 conftest.c >&5
27302728 conftest.c:67: warning: conflicting types for built-in function 'strchr'
2731-configure:22295: $? = 0
2732-configure:22313: result: yes
2733-configure:22233: checking for strpbrk
2734-configure:22289: gcc -o conftest -g -O2 conftest.c >&5
2729+configure:22199: $? = 0
2730+configure:22217: result: yes
2731+configure:22137: checking for strpbrk
2732+configure:22193: gcc -o conftest -g -O2 conftest.c >&5
27352733 conftest.c:68: warning: conflicting types for built-in function 'strpbrk'
2736-configure:22295: $? = 0
2737-configure:22313: result: yes
2738-configure:22233: checking for strrchr
2739-configure:22289: gcc -o conftest -g -O2 conftest.c >&5
2734+configure:22199: $? = 0
2735+configure:22217: result: yes
2736+configure:22137: checking for strrchr
2737+configure:22193: gcc -o conftest -g -O2 conftest.c >&5
27402738 conftest.c:69: warning: conflicting types for built-in function 'strrchr'
2741-configure:22295: $? = 0
2742-configure:22313: result: yes
2743-configure:22324: checking for darts.h
2744-configure:22371: g++ -c -g -O2 conftest.cpp >&5
2745-configure:22377: $? = 0
2746-configure:22396: result: yes
2747-configure:22417: checking for iconv in -liconv
2748-configure:22452: gcc -o conftest -g -O2 conftest.c -liconv >&5
2739+configure:22199: $? = 0
2740+configure:22217: result: yes
2741+configure:22228: checking for darts.h
2742+configure:22275: g++ -c -g -O2 -I/home/masayu-a/ChaSen/darts-0.31 conftest.cpp >&5
2743+configure:22281: $? = 0
2744+configure:22300: result: yes
2745+configure:22321: checking for iconv in -liconv
2746+configure:22356: gcc -o conftest -g -O2 conftest.c -liconv >&5
27492747 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/../../../../i686-gentoo-linux-gnu/bin/ld: cannot find -liconv
27502748 collect2: ld returned 1 exit status
2751-configure:22458: $? = 1
2749+configure:22362: $? = 1
27522750 configure: failed program was:
27532751 | /* confdefs.h. */
27542752 | #define PACKAGE_NAME ""
@@ -2757,7 +2755,7 @@ configure: failed program was:
27572755 | #define PACKAGE_STRING ""
27582756 | #define PACKAGE_BUGREPORT ""
27592757 | #define PACKAGE "chasen"
2760-| #define VERSION "2.4.0-preview3"
2758+| #define VERSION "2.4.0-preview5"
27612759 | #define STDC_HEADERS 1
27622760 | #define HAVE_SYS_TYPES_H 1
27632761 | #define HAVE_SYS_STAT_H 1
@@ -2811,34 +2809,34 @@ configure: failed program was:
28112809 | ;
28122810 | return 0;
28132811 | }
2814-configure:22476: result: no
2815-configure:22497: checking iconv.h usability
2816-configure:22514: gcc -c -g -O2 conftest.c >&5
2817-configure:22520: $? = 0
2818-configure:22534: result: yes
2819-configure:22538: checking iconv.h presence
2820-configure:22553: gcc -E conftest.c
2821-configure:22559: $? = 0
2822-configure:22573: result: yes
2823-configure:22601: checking for iconv.h
2824-configure:22608: result: yes
2825-configure:22626: checking iconv args
2826-configure:22679: result: EUC-JP SHIFT_JIS ISO-8859-1
2827-configure:22682: checking for off_t
2828-configure:22733: result: yes
2829-configure:22745: checking for size_t
2830-configure:22796: result: yes
2831-configure:22809: checking for working memcmp
2832-configure:22890: result: yes
2833-configure:22905: checking for stdlib.h
2834-configure:22911: result: yes
2835-configure:22905: checking for unistd.h
2836-configure:22911: result: yes
2837-configure:23044: checking for getpagesize
2838-configure:23124: result: yes
2839-configure:23134: checking for working mmap
2840-configure:23309: result: yes
2841-configure:23469: creating ./config.status
2812+configure:22380: result: no
2813+configure:22401: checking iconv.h usability
2814+configure:22418: gcc -c -g -O2 conftest.c >&5
2815+configure:22424: $? = 0
2816+configure:22438: result: yes
2817+configure:22442: checking iconv.h presence
2818+configure:22457: gcc -E conftest.c
2819+configure:22463: $? = 0
2820+configure:22477: result: yes
2821+configure:22505: checking for iconv.h
2822+configure:22512: result: yes
2823+configure:22530: checking iconv args
2824+configure:22583: result: EUC-JP SHIFT_JIS ISO-8859-1
2825+configure:22586: checking for off_t
2826+configure:22637: result: yes
2827+configure:22649: checking for size_t
2828+configure:22700: result: yes
2829+configure:22713: checking for working memcmp
2830+configure:22794: result: yes
2831+configure:22809: checking for stdlib.h
2832+configure:22815: result: yes
2833+configure:22809: checking for unistd.h
2834+configure:22815: result: yes
2835+configure:22948: checking for getpagesize
2836+configure:23028: result: yes
2837+configure:23038: checking for working mmap
2838+configure:23213: result: yes
2839+configure:23373: creating ./config.status
28422840
28432841 ## ---------------------- ##
28442842 ## Running config.status. ##
@@ -2864,6 +2862,7 @@ config.status:676: creating lib/Makefile
28642862 config.status:676: creating tests/Makefile
28652863 config.status:676: creating chasen.spec
28662864 config.status:676: creating config.h
2865+config.status:938: config.h is unchanged
28672866 config.status:984: executing depfiles commands
28682867 config.status:984: executing default commands
28692868
@@ -2994,15 +2993,15 @@ lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern in
29942993 ## Output variables. ##
29952994 ## ----------------- ##
29962995
2997-ACLOCAL='${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9'
2996+ACLOCAL='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9'
29982997 AMDEPBACKSLASH='\'
29992998 AMDEP_FALSE='#'
30002999 AMDEP_TRUE=''
3001-AMTAR='${SHELL} /home/masayu-a/chasen/missing --run tar'
3000+AMTAR='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar'
30023001 AR='ar'
3003-AUTOCONF='${SHELL} /home/masayu-a/chasen/missing --run autoconf'
3004-AUTOHEADER='${SHELL} /home/masayu-a/chasen/missing --run autoheader'
3005-AUTOMAKE='${SHELL} /home/masayu-a/chasen/missing --run automake-1.9'
3002+AUTOCONF='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf'
3003+AUTOHEADER='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader'
3004+AUTOMAKE='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9'
30063005 AWK='gawk'
30073006 CC='gcc'
30083007 CCDEPMODE='depmode=gcc3'
@@ -3012,7 +3011,7 @@ CPPFLAGS=''
30123011 CXX='g++'
30133012 CXXCPP='g++ -E'
30143013 CXXDEPMODE='depmode=gcc3'
3015-CXXFLAGS='-g -O2'
3014+CXXFLAGS='-g -O2 -I/home/masayu-a/ChaSen/darts-0.31'
30163015 CYGPATH_W='echo'
30173016 DEFS='-DHAVE_CONFIG_H'
30183017 DEPDIR='.deps'
@@ -3039,11 +3038,11 @@ LIBS=''
30393038 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
30403039 LN_S='ln -s'
30413040 LTLIBOBJS=''
3042-LTVERSION='0:1:0'
3041+LTVERSION='2:4:0'
30433042 MAINT='#'
30443043 MAINTAINER_MODE_FALSE=''
30453044 MAINTAINER_MODE_TRUE='#'
3046-MAKEINFO='${SHELL} /home/masayu-a/chasen/missing --run makeinfo'
3045+MAKEINFO='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo'
30473046 OBJEXT='o'
30483047 PACKAGE='chasen'
30493048 PACKAGE_BUGREPORT=''
@@ -3057,7 +3056,7 @@ RCPATH='${prefix}/etc/chasenrc'
30573056 SET_MAKE=''
30583057 SHELL='/bin/sh'
30593058 STRIP='strip'
3060-VERSION='2.4.0-preview3'
3059+VERSION='2.4.0-preview5'
30613060 ac_ct_CC='gcc'
30623061 ac_ct_CXX='g++'
30633062 ac_ct_F77=''
@@ -3089,7 +3088,7 @@ host_vendor='pc'
30893088 htmldir='${docdir}'
30903089 includedir='${prefix}/include'
30913090 infodir='${datarootdir}/info'
3092-install_sh='/home/masayu-a/chasen/install-sh'
3091+install_sh='/home/masayu-a/ChaSen/chasen/install-sh'
30933092 libdir='${exec_prefix}/lib'
30943093 libexecdir='${exec_prefix}/libexec'
30953094 localedir='${datarootdir}/locale'
@@ -3116,7 +3115,7 @@ target_alias=''
31163115 #define PACKAGE_STRING ""
31173116 #define PACKAGE_BUGREPORT ""
31183117 #define PACKAGE "chasen"
3119-#define VERSION "2.4.0-preview3"
3118+#define VERSION "2.4.0-preview5"
31203119 #define STDC_HEADERS 1
31213120 #define HAVE_SYS_TYPES_H 1
31223121 #define HAVE_SYS_STAT_H 1
--- a/config.status
+++ b/config.status
@@ -335,13 +335,13 @@ Report bugs to <bug-autoconf@gnu.org>."
335335 ac_cs_version="\
336336 config.status
337337 configured by configure, generated by GNU Autoconf 2.61,
338- with options \"\"
338+ with options \"'--with-darts=/home/masayu-a/ChaSen/darts-0.31'\"
339339
340340 Copyright (C) 2006 Free Software Foundation, Inc.
341341 This config.status script is free software; the Free Software Foundation
342342 gives unlimited permission to copy, distribute and modify it."
343343
344-ac_pwd='/home/masayu-a/chasen'
344+ac_pwd='/home/masayu-a/ChaSen/chasen'
345345 srcdir='.'
346346 INSTALL='/usr/bin/install -c'
347347 # If no file are specified by the user, then we need to provide default
@@ -409,10 +409,10 @@ if $ac_cs_silent; then
409409 fi
410410
411411 if $ac_cs_recheck; then
412- echo "running CONFIG_SHELL=/bin/sh /bin/sh configure " $ac_configure_extra_args " --no-create --no-recursion" >&6
412+ echo "running CONFIG_SHELL=/bin/sh /bin/sh configure " '--with-darts=/home/masayu-a/ChaSen/darts-0.31' $ac_configure_extra_args " --no-create --no-recursion" >&6
413413 CONFIG_SHELL=/bin/sh
414414 export CONFIG_SHELL
415- exec /bin/sh "configure" $ac_configure_extra_args --no-create --no-recursion
415+ exec /bin/sh "configure" '--with-darts=/home/masayu-a/ChaSen/darts-0.31' $ac_configure_extra_args --no-create --no-recursion
416416 fi
417417
418418 exec 5>>config.log
@@ -544,20 +544,20 @@ s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
544544 s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
545545 s,@CYGPATH_W@,|#_!!_#|echo,g
546546 s,@PACKAGE@,|#_!!_#|chasen,g
547-s,@VERSION@,|#_!!_#|2.4.0-preview3,g
548-s,@ACLOCAL@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9,g
549-s,@AUTOCONF@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run autoconf,g
550-s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run automake-1.9,g
551-s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run autoheader,g
552-s,@MAKEINFO@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run makeinfo,g
553-s,@install_sh@,|#_!!_#|/home/masayu-a/chasen/install-sh,g
547+s,@VERSION@,|#_!!_#|2.4.0-preview5,g
548+s,@ACLOCAL@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9,g
549+s,@AUTOCONF@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf,g
550+s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9,g
551+s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader,g
552+s,@MAKEINFO@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo,g
553+s,@install_sh@,|#_!!_#|/home/masayu-a/ChaSen/chasen/install-sh,g
554554 s,@STRIP@,|#_!!_#|strip,g
555555 s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
556556 s,@mkdir_p@,|#_!!_#|mkdir -p --,g
557557 s,@AWK@,|#_!!_#|gawk,g
558558 s,@SET_MAKE@,|#_!!_#|,g
559559 s,@am__leading_dot@,|#_!!_#|.,g
560-s,@AMTAR@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run tar,g
560+s,@AMTAR@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar,g
561561 s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
562562 s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
563563 s,@MAINTAINER_MODE_TRUE@,|#_!!_#|#,g
@@ -580,7 +580,7 @@ s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
580580 s,@am__fastdepCC_TRUE@,|#_!!_#|,g
581581 s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
582582 s,@CXX@,|#_!!_#|g++,g
583-s,@CXXFLAGS@,|#_!!_#|-g -O2,g
583+s,@CXXFLAGS@,|#_!!_#|-g -O2 -I/home/masayu-a/ChaSen/darts-0.31,g
584584 s,@ac_ct_CXX@,|#_!!_#|g++,g
585585 s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
586586 s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
@@ -611,7 +611,7 @@ s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
611611 s,@LEX@,|#_!!_#|flex,g
612612 s,@LEX_OUTPUT_ROOT@,|#_!!_#|lex.yy,g
613613 s,@LEXLIB@,|#_!!_#|-lfl,g
614-s,@LTVERSION@,|#_!!_#|0:1:0,g
614+s,@LTVERSION@,|#_!!_#|2:4:0,g
615615 s,@LIBOBJS@,|#_!!_#|,g
616616 s,@ICONV_CFLAGS@,|#_!!_#|,g
617617 s,@RCPATH@,|#_!!_#|${prefix}/etc/chasenrc,g
@@ -873,7 +873,7 @@ s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_VERSION\)[ (].*,\1define\2 "" ,
873873 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_STRING\)[ (].*,\1define\2 "" ,
874874 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE_BUGREPORT\)[ (].*,\1define\2 "" ,
875875 s,^\([ #]*\)[^ ]*\([ ]*PACKAGE\)[ (].*,\1define\2 "chasen" ,
876-s,^\([ #]*\)[^ ]*\([ ]*VERSION\)[ (].*,\1define\2 "2.4.0-preview3" ,
876+s,^\([ #]*\)[^ ]*\([ ]*VERSION\)[ (].*,\1define\2 "2.4.0-preview5" ,
877877 s,^\([ #]*\)[^ ]*\([ ]*STDC_HEADERS\)[ (].*,\1define\2 1 ,
878878 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_TYPES_H\)[ (].*,\1define\2 1 ,
879879 s,^\([ #]*\)[^ ]*\([ ]*HAVE_SYS_STAT_H\)[ (].*,\1define\2 1 ,
--- a/configure
+++ b/configure
@@ -2246,7 +2246,7 @@ fi
22462246
22472247 # Define the identity of the package.
22482248 PACKAGE=chasen
2249- VERSION=2.4.0-preview4
2249+ VERSION=2.4.0-preview5
22502250
22512251
22522252 cat >>confdefs.h <<_ACEOF
--- a/configure.in
+++ b/configure.in
@@ -1,6 +1,6 @@
11 AC_INIT(README)
22 AC_PREREQ(2.61)
3-AM_INIT_AUTOMAKE(chasen, 2.4.0-preview4)
3+AM_INIT_AUTOMAKE(chasen, 2.4.0-preview5)
44 AM_CONFIG_HEADER(config.h)
55 AM_MAINTAINER_MODE
66
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -47,14 +47,14 @@ CONFIG_CLEAN_FILES =
4747 SOURCES =
4848 DIST_SOURCES =
4949 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
50-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
50+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
5151 AMDEP_FALSE = #
5252 AMDEP_TRUE =
53-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
53+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
5454 AR = ar
55-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
56-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
57-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
55+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
56+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
57+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
5858 AWK = gawk
5959 CC = gcc
6060 CCDEPMODE = depmode=gcc3
@@ -64,7 +64,7 @@ CPPFLAGS =
6464 CXX = g++
6565 CXXCPP = g++ -E
6666 CXXDEPMODE = depmode=gcc3
67-CXXFLAGS = -g -O2
67+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
6868 CYGPATH_W = echo
6969 DEFS = -DHAVE_CONFIG_H
7070 DEPDIR = .deps
@@ -91,11 +91,11 @@ LIBS =
9191 LIBTOOL = $(SHELL) $(top_builddir)/libtool
9292 LN_S = ln -s
9393 LTLIBOBJS =
94-LTVERSION = 0:1:0
94+LTVERSION = 2:4:0
9595 MAINT = #
9696 MAINTAINER_MODE_FALSE =
9797 MAINTAINER_MODE_TRUE = #
98-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
98+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
9999 OBJEXT = o
100100 PACKAGE = chasen
101101 PACKAGE_BUGREPORT =
@@ -109,7 +109,7 @@ RCPATH = ${prefix}/etc/chasenrc
109109 SET_MAKE =
110110 SHELL = /bin/sh
111111 STRIP = strip
112-VERSION = 2.4.0-preview3
112+VERSION = 2.4.0-preview5
113113 ac_ct_CC = gcc
114114 ac_ct_CXX = g++
115115 ac_ct_F77 =
@@ -141,7 +141,7 @@ host_vendor = pc
141141 htmldir = ${docdir}
142142 includedir = ${prefix}/include
143143 infodir = ${datarootdir}/info
144-install_sh = /home/masayu-a/chasen/install-sh
144+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
145145 libdir = ${exec_prefix}/lib
146146 libexecdir = ${exec_prefix}/libexec
147147 localedir = ${datarootdir}/locale
@@ -328,7 +328,7 @@ uninstall-am: uninstall-info-am
328328 platex $<
329329
330330 .dvi.pdf:
331- dvipdfm $<
331+ dvipdf $<
332332 # Tell versions [3.59,3.63) of GNU make to not export all variables.
333333 # Otherwise a system limit (for SysV at least) may be exceeded.
334334 .NOEXPORT:
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -9,4 +9,4 @@ SUFFIXES= .tex .dvi .pdf
99 platex $<
1010
1111 .dvi.pdf:
12- dvipdfm $<
12+ dvipdf $<
--- a/doc/Makefile.in
+++ b/doc/Makefile.in
@@ -328,7 +328,7 @@ uninstall-am: uninstall-info-am
328328 platex $<
329329
330330 .dvi.pdf:
331- dvipdfm $<
331+ dvipdf $<
332332 # Tell versions [3.59,3.63) of GNU make to not export all variables.
333333 # Otherwise a system limit (for SysV at least) may be exceeded.
334334 .NOEXPORT:
Binary files a/doc/manual-j.pdf and b/doc/manual-j.pdf differ
--- a/lib/.deps/dartsdic.Plo
+++ b/lib/.deps/dartsdic.Plo
@@ -114,8 +114,8 @@ dartsdic.lo dartsdic.o: dartsdic.cpp \
114114 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/typeinfo \
115115 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/istream \
116116 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/bits/istream.tcc \
117- /usr/local/include/darts.h dartsdic.h chalib.h chadic.h ../config.h \
118- chasen.h
117+ /home/masayu-a/ChaSen/darts-0.31/darts.h dartsdic.h chalib.h chadic.h \
118+ ../config.h chasen.h
119119
120120 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/string:
121121
@@ -403,7 +403,7 @@ dartsdic.lo dartsdic.o: dartsdic.cpp \
403403
404404 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/bits/istream.tcc:
405405
406-/usr/local/include/darts.h:
406+/home/masayu-a/ChaSen/darts-0.31/darts.h:
407407
408408 dartsdic.h:
409409
--- a/lib/Makefile
+++ b/lib/Makefile
@@ -88,14 +88,14 @@ HEADERS = $(include_HEADERS)
8888 ETAGS = etags
8989 CTAGS = ctags
9090 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
91-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
91+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
9292 AMDEP_FALSE = #
9393 AMDEP_TRUE =
94-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
94+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
9595 AR = ar
96-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
97-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
98-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
96+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
97+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
98+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
9999 AWK = gawk
100100 CC = gcc
101101 CCDEPMODE = depmode=gcc3
@@ -105,7 +105,7 @@ CPPFLAGS =
105105 CXX = g++
106106 CXXCPP = g++ -E
107107 CXXDEPMODE = depmode=gcc3
108-CXXFLAGS = -g -O2
108+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
109109 CYGPATH_W = echo
110110 DEFS = -DRCPATH="\"$(RCPATH)\"" -DHAVE_CONFIG_H
111111 DEPDIR = .deps
@@ -132,11 +132,11 @@ LIBS =
132132 LIBTOOL = $(SHELL) $(top_builddir)/libtool
133133 LN_S = ln -s
134134 LTLIBOBJS =
135-LTVERSION = 0:1:0
135+LTVERSION = 2:4:0
136136 MAINT = #
137137 MAINTAINER_MODE_FALSE =
138138 MAINTAINER_MODE_TRUE = #
139-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
139+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
140140 OBJEXT = o
141141 PACKAGE = chasen
142142 PACKAGE_BUGREPORT =
@@ -150,7 +150,7 @@ RCPATH = ${prefix}/etc/chasenrc
150150 SET_MAKE =
151151 SHELL = /bin/sh
152152 STRIP = strip
153-VERSION = 2.4.0-preview3
153+VERSION = 2.4.0-preview5
154154 ac_ct_CC = gcc
155155 ac_ct_CXX = g++
156156 ac_ct_F77 =
@@ -182,7 +182,7 @@ host_vendor = pc
182182 htmldir = ${docdir}
183183 includedir = ${prefix}/include
184184 infodir = ${datarootdir}/info
185-install_sh = /home/masayu-a/chasen/install-sh
185+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
186186 libdir = ${exec_prefix}/lib
187187 libexecdir = ${exec_prefix}/libexec
188188 localedir = ${datarootdir}/locale
--- a/lib/parse.c
+++ b/lib/parse.c
@@ -27,7 +27,7 @@
2727 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2828 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929 *
30- * $Id: parse.c,v 1.1 2007/03/13 07:40:10 masayu-a Exp $
30+ * $Id: parse.c,v 1.2 2007/03/19 08:12:22 masayu-a Exp $
3131 */
3232
3333 #include "chalib.h"
@@ -475,8 +475,11 @@ set_anno(cha_lat_t *lat, cha_seg_t *seg)
475475 mrph->is_undef = 0;
476476 mrph->posid = Cha_anno_info[seg->anno_no].hinsi;
477477 }
478- mrph->inf_type = mrph->inf_form
479- = mrph->con_tbl = mrph->weight = 0;
478+ /* mrph->inf_type = mrph->inf_form
479+ = mrph->con_tbl = mrph->weight = 0; */
480+ mrph->inf_type = mrph->inf_form
481+ = mrph->weight = 0;
482+
480483 mrph->darts = NULL;
481484 mrph->dat_index = -1; /* XXX */
482485
--- a/lib/print.c
+++ b/lib/print.c
@@ -27,7 +27,7 @@
2727 * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
2828 * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2929 *
30- * $Id: print.c,v 1.1 2007/03/13 07:40:10 masayu-a Exp $
30+ * $Id: print.c,v 1.2 2007/03/19 08:12:22 masayu-a Exp $
3131 */
3232
3333 #include <stdarg.h>
@@ -568,9 +568,10 @@ print_anno(cha_lat_t *lat, int path_num, char *format)
568568 path->start = pos_end;
569569 path->end = pos_end + m->headword_len;
570570 get_mrph_data(m, &d);
571- if (m->is_undef)
572- format_string = Cha_anno_info[anno_no].format;
573- cha_printf_mrph(lat, path_num, &d, format);
571+
572+ if (m->is_undef && Cha_anno_info[anno_no].format)
573+ format_string = Cha_anno_info[anno_no].format;
574+ cha_printf_mrph(lat, path_num, &d, format_string);
574575
575576 lat->anno = m->dat_index; /* XXX */
576577 pos_end += m->headword_len;
--- a/libtool
+++ b/libtool
@@ -1,7 +1,7 @@
11 #! /bin/sh
22
33 # libtoolT - Provide generalized library-building support services.
4-# Generated automatically by (GNU chasen 2.4.0-preview3)
4+# Generated automatically by (GNU chasen 2.4.0-preview5)
55 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
66 #
77 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
--- a/mkchadic/.deps/dumpdic.Po
+++ b/mkchadic/.deps/dumpdic.Po
@@ -1,6 +1,7 @@
1-dumpdic.o: dumpdic.c /usr/include/stdlib.h /usr/include/features.h \
2- /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
3- /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
1+dumpdic.o dumpdic.o: dumpdic.c /usr/include/stdlib.h \
2+ /usr/include/features.h /usr/include/sys/cdefs.h \
3+ /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
4+ /usr/include/gnu/stubs-32.h \
45 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/stddef.h \
56 /usr/include/sys/types.h /usr/include/bits/types.h \
67 /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
--- a/mkchadic/.deps/makemat.Po
+++ b/mkchadic/.deps/makemat.Po
@@ -1,5 +1,5 @@
1-makemat.o: makemat.c ../lib/chadic.h ../config.h /usr/include/stdio.h \
2- /usr/include/features.h /usr/include/sys/cdefs.h \
1+makemat.o makemat.o: makemat.c ../lib/chadic.h ../config.h \
2+ /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \
33 /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
44 /usr/include/gnu/stubs-32.h \
55 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/stddef.h \
--- a/mkchadic/.deps/translate.Po
+++ b/mkchadic/.deps/translate.Po
@@ -1,4 +1,4 @@
1-translate.o: translate.c ../config.h /usr/include/stdlib.h \
1+translate.o translate.o: translate.c ../config.h /usr/include/stdlib.h \
22 /usr/include/features.h /usr/include/sys/cdefs.h \
33 /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
44 /usr/include/gnu/stubs-32.h \
--- a/mkchadic/Makefile
+++ b/mkchadic/Makefile
@@ -71,14 +71,14 @@ DIST_SOURCES = $(makeda_SOURCES) $(makemat_SOURCES)
7171 ETAGS = etags
7272 CTAGS = ctags
7373 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
74-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
74+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
7575 AMDEP_FALSE = #
7676 AMDEP_TRUE =
77-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
77+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
7878 AR = ar
79-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
80-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
81-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
79+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
80+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
81+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
8282 AWK = gawk
8383 CC = gcc
8484 CCDEPMODE = depmode=gcc3
@@ -88,7 +88,7 @@ CPPFLAGS =
8888 CXX = g++
8989 CXXCPP = g++ -E
9090 CXXDEPMODE = depmode=gcc3
91-CXXFLAGS = -g -O2
91+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
9292 CYGPATH_W = echo
9393 DEFS = -DRCPATH=\""$(RCPATH)\"" -DHAVE_CONFIG_H
9494 DEPDIR = .deps
@@ -115,11 +115,11 @@ LIBS =
115115 LIBTOOL = $(SHELL) $(top_builddir)/libtool
116116 LN_S = ln -s
117117 LTLIBOBJS =
118-LTVERSION = 0:1:0
118+LTVERSION = 2:4:0
119119 MAINT = #
120120 MAINTAINER_MODE_FALSE =
121121 MAINTAINER_MODE_TRUE = #
122-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
122+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
123123 OBJEXT = o
124124 PACKAGE = chasen
125125 PACKAGE_BUGREPORT =
@@ -133,7 +133,7 @@ RCPATH = ${prefix}/etc/chasenrc
133133 SET_MAKE =
134134 SHELL = /bin/sh
135135 STRIP = strip
136-VERSION = 2.4.0-preview3
136+VERSION = 2.4.0-preview5
137137 ac_ct_CC = gcc
138138 ac_ct_CXX = g++
139139 ac_ct_F77 =
@@ -165,7 +165,7 @@ host_vendor = pc
165165 htmldir = ${docdir}
166166 includedir = ${prefix}/include
167167 infodir = ${datarootdir}/info
168-install_sh = /home/masayu-a/chasen/install-sh
168+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
169169 libdir = ${exec_prefix}/lib
170170 libexecdir = ${exec_prefix}/libexec
171171 localedir = ${datarootdir}/locale
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -47,14 +47,14 @@ CONFIG_CLEAN_FILES =
4747 SOURCES =
4848 DIST_SOURCES =
4949 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
50-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
50+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
5151 AMDEP_FALSE = #
5252 AMDEP_TRUE =
53-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
53+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
5454 AR = ar
55-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
56-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
57-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
55+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
56+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
57+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
5858 AWK = gawk
5959 CC = gcc
6060 CCDEPMODE = depmode=gcc3
@@ -64,7 +64,7 @@ CPPFLAGS =
6464 CXX = g++
6565 CXXCPP = g++ -E
6666 CXXDEPMODE = depmode=gcc3
67-CXXFLAGS = -g -O2
67+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
6868 CYGPATH_W = echo
6969 DEFS = -DHAVE_CONFIG_H
7070 DEPDIR = .deps
@@ -91,11 +91,11 @@ LIBS =
9191 LIBTOOL = $(SHELL) $(top_builddir)/libtool
9292 LN_S = ln -s
9393 LTLIBOBJS =
94-LTVERSION = 0:1:0
94+LTVERSION = 2:4:0
9595 MAINT = #
9696 MAINTAINER_MODE_FALSE =
9797 MAINTAINER_MODE_TRUE = #
98-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
98+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
9999 OBJEXT = o
100100 PACKAGE = chasen
101101 PACKAGE_BUGREPORT =
@@ -109,7 +109,7 @@ RCPATH = ${prefix}/etc/chasenrc
109109 SET_MAKE =
110110 SHELL = /bin/sh
111111 STRIP = strip
112-VERSION = 2.4.0-preview3
112+VERSION = 2.4.0-preview5
113113 ac_ct_CC = gcc
114114 ac_ct_CXX = g++
115115 ac_ct_F77 =
@@ -141,7 +141,7 @@ host_vendor = pc
141141 htmldir = ${docdir}
142142 includedir = ${prefix}/include
143143 infodir = ${datarootdir}/info
144-install_sh = /home/masayu-a/chasen/install-sh
144+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
145145 libdir = ${exec_prefix}/lib
146146 libexecdir = ${exec_prefix}/libexec
147147 localedir = ${datarootdir}/locale