OSDN Git Service

2.4.0-preview5
authormasayu-a <masayu-a>
Mon, 19 Mar 2007 08:12:21 +0000 (08:12 +0000)
committermasayu-a <masayu-a>
Mon, 19 Mar 2007 08:12:21 +0000 (08:12 +0000)
29 files changed:
ChangeLog
Makefile
autom4te.cache/output.1
autom4te.cache/output.2
autom4te.cache/traces.1
autom4te.cache/traces.2
chasen-config
chasen.spec
chasen/.deps/chasen.Po
chasen/Makefile
config.h
config.log
config.status
configure
configure.in
doc/Makefile
doc/Makefile.am
doc/Makefile.in
doc/manual-j.pdf
lib/.deps/dartsdic.Plo
lib/Makefile
lib/parse.c
lib/print.c
libtool
mkchadic/.deps/dumpdic.Po
mkchadic/.deps/makemat.Po
mkchadic/.deps/translate.Po
mkchadic/Makefile
tests/Makefile

index 8fbe8d2..24f648c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2007-03-15  Asahara Masayuki  <masayu-a@is.naist.jp>
+
+       * lib/parse.c (set_anno): 
+       Annotation output
+       Thanks to Yasuharu Den
+       
+       * lib/print.c (print_anno): 
+       Annotation output
+       Thanks to Yasuharu Den
+
 2007-03-14  Asahara Masayuki  <masayu-a@is.naist.jp>
 
        * lib/dartsdic.cpp : 
index 7a3dc60..951518c 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -79,14 +79,14 @@ DIST_ARCHIVES = $(distdir).tar.gz
 GZIP_ENV = --best
 distuninstallcheck_listfiles = find . -type f -print
 distcleancheck_listfiles = find . -type f -print
-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
 AMDEP_FALSE = #
 AMDEP_TRUE = 
-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -96,7 +96,7 @@ CPPFLAGS =
 CXX = g++
 CXXCPP = g++ -E
 CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
 CYGPATH_W = echo
 DEFS = -DHAVE_CONFIG_H
 DEPDIR = .deps
@@ -123,11 +123,11 @@ LIBS =
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LN_S = ln -s
 LTLIBOBJS = 
-LTVERSION = 0:1:0
+LTVERSION = 2:4:0
 MAINT = #
 MAINTAINER_MODE_FALSE = 
 MAINTAINER_MODE_TRUE = #
-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
 OBJEXT = o
 PACKAGE = chasen
 PACKAGE_BUGREPORT = 
@@ -141,7 +141,7 @@ RCPATH = ${prefix}/etc/chasenrc
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = strip
-VERSION = 2.4.0-preview3
+VERSION = 2.4.0-preview5
 ac_ct_CC = gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -173,7 +173,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = /home/masayu-a/chasen/install-sh
+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
@@ -672,7 +672,7 @@ dist-hook:
        done
 
 rpm: dist      
-       rpm -ta chasen-2.4.0-preview3.tar.gz
+       rpm -ta chasen-2.4.0-preview5.tar.gz
 
 win:
        $(MAKE) distclean
@@ -690,31 +690,31 @@ win:
 
 win-dic:
        tar zxfv ipadic-sjis*.tar.gz
-       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
+       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
        cd ipadic-sjis* && make
 
 win-dist:
-       rm -f chasen-2.4.0-preview3.zip
-       rm -rf chasen-2.4.0-preview3
-       $(MAKE) prefix=`pwd`/chasen-2.4.0-preview3 install
-       cp COPYING README AUTHORS ./chasen-2.4.0-preview3/
-       rm -fr ./chasen-2.4.0-preview3/lib/libchasen*
-       rm -fr ./chasen-2.4.0-preview3/bin/chasen-config
-       cp -f lib/libchasen.dll ./chasen-2.4.0-preview3/lib
-       cp -f lib/libchasen.def ./chasen-2.4.0-preview3/lib
-       mkdir ./chasen-2.4.0-preview3/etc       
-       cd ipadic-sjis* && make prefix=../chasen-2.4.0-preview3/ install
-       $(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
-       mv -f ./chasen-2.4.0-preview3/etc/chasenrc.new ./chasen-2.4.0-preview3/etc/chasenrc
-       zip -r chasen-2.4.0-preview3.zip chasen-2.4.0-preview3
-       rm -fr chasen-2.4.0-preview3
+       rm -f chasen-2.4.0-preview5.zip
+       rm -rf chasen-2.4.0-preview5
+       $(MAKE) prefix=`pwd`/chasen-2.4.0-preview5 install
+       cp COPYING README AUTHORS ./chasen-2.4.0-preview5/
+       rm -fr ./chasen-2.4.0-preview5/lib/libchasen*
+       rm -fr ./chasen-2.4.0-preview5/bin/chasen-config
+       cp -f lib/libchasen.dll ./chasen-2.4.0-preview5/lib
+       cp -f lib/libchasen.def ./chasen-2.4.0-preview5/lib
+       mkdir ./chasen-2.4.0-preview5/etc       
+       cd ipadic-sjis* && make prefix=../chasen-2.4.0-preview5/ install
+       $(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
+       mv -f ./chasen-2.4.0-preview5/etc/chasenrc.new ./chasen-2.4.0-preview5/etc/chasenrc
+       zip -r chasen-2.4.0-preview5.zip chasen-2.4.0-preview5
+       rm -fr chasen-2.4.0-preview5
 
 win-dist2:
-       unzip chasen-2.4.0-preview3.zip
-       (cd chasen-2.4.0-preview3; lha a chasen-2.4.0-preview3.lzh .)
-       mv -f chasen-2.4.0-preview3/chasen-2.4.0-preview3.lzh .
+       unzip chasen-2.4.0-preview5.zip
+       (cd chasen-2.4.0-preview5; lha a chasen-2.4.0-preview5.lzh .)
+       mv -f chasen-2.4.0-preview5/chasen-2.4.0-preview5.lzh .
        wine ./EXEpress.exe -- chasen.ini
-       rm -fr chasen-2.4.0-preview3 chasen-2.4.0-preview3.lzh
+       rm -fr chasen-2.4.0-preview5 chasen-2.4.0-preview5.lzh
 
 #include $(srcdir)/maintMakefile
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
index d7ecc49..0e68bc9 100644 (file)
@@ -2246,7 +2246,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=chasen
- VERSION=2.4.0-preview4
+ VERSION=2.4.0-preview5
 
 
 cat >>confdefs.h <<_ACEOF
index 74e9294..51fea2e 100644 (file)
@@ -2246,7 +2246,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=chasen
- VERSION=2.4.0-preview4
+ VERSION=2.4.0-preview5
 
 
 cat >>confdefs.h <<_ACEOF
index 602dabe..07ea81a 100644 (file)
@@ -140,7 +140,7 @@ m4trace:configure.in:1: -1- AC_SUBST([target_alias])
 m4trace:configure.in:1: -1- AC_SUBST_TRACE([target_alias])
 m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
 m4trace:configure.in:2: -1- AC_PREREQ([2.61])
-m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview4])
+m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview5])
 m4trace:configure.in:3: -1- AC_PREREQ([2.58])
 m4trace:configure.in:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 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$])
 m4trace:configure.in:3: -1- AC_SUBST([PACKAGE], [chasen])
 m4trace:configure.in:3: -1- AC_SUBST_TRACE([PACKAGE])
 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview4])
+m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview5])
 m4trace:configure.in:3: -1- AC_SUBST_TRACE([VERSION])
 m4trace:configure.in:3: -1- m4_pattern_allow([^VERSION$])
 m4trace:configure.in:3: -1- AC_DEFINE_TRACE_LITERAL([PACKAGE])
index 602f4c7..45f165f 100644 (file)
@@ -6615,7 +6615,7 @@ m4trace:configure.in:1: -1- AC_SUBST([host_alias])
 m4trace:configure.in:1: -1- m4_pattern_allow([^host_alias$])
 m4trace:configure.in:1: -1- AC_SUBST([target_alias])
 m4trace:configure.in:1: -1- m4_pattern_allow([^target_alias$])
-m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview4])
+m4trace:configure.in:3: -1- AM_INIT_AUTOMAKE([chasen], [2.4.0-preview5])
 m4trace:configure.in:3: -1- m4_pattern_allow([^AM_[A-Z]+FLAGS$])
 m4trace:configure.in:3: -1- AM_SET_CURRENT_AUTOMAKE_VERSION
 m4trace:configure.in:3: -1- AM_AUTOMAKE_VERSION([1.9.6])
@@ -6630,7 +6630,7 @@ m4trace:configure.in:3: -1- AC_SUBST([CYGPATH_W])
 m4trace:configure.in:3: -1- m4_pattern_allow([^CYGPATH_W$])
 m4trace:configure.in:3: -1- AC_SUBST([PACKAGE], [chasen])
 m4trace:configure.in:3: -1- m4_pattern_allow([^PACKAGE$])
-m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview4])
+m4trace:configure.in:3: -1- AC_SUBST([VERSION], [2.4.0-preview5])
 m4trace:configure.in:3: -1- m4_pattern_allow([^VERSION$])
 m4trace:configure.in:3: -1- _AM_IF_OPTION([no-define], [], [AC_DEFINE_UNQUOTED(PACKAGE, "$PACKAGE", [Name of package])
  AC_DEFINE_UNQUOTED(VERSION, "$VERSION", [Version number of package])])
index 2f2dcd3..5f4fb4c 100644 (file)
@@ -64,7 +64,7 @@ while test $# -gt 0; do
        ;;
 
     --version)
-       echo 2.4.0-preview3
+       echo 2.4.0-preview5
        exit 0
        ;;
 
index 24d6928..54e4c04 100644 (file)
@@ -1,6 +1,6 @@
 %define prefix /usr
 %define PACKAGE chasen
-%define VERSION 2.4.0-preview3
+%define VERSION 2.4.0-preview5
 %define RELEASE 1
 
 Summary: Japanese Morphological Analysis System, ChaSen
index f32694a..7d31f36 100644 (file)
@@ -1,4 +1,4 @@
-chasen.o: chasen.c ../config.h /usr/include/stdio.h \
+chasen.o chasen.o: chasen.c ../config.h /usr/include/stdio.h \
   /usr/include/features.h /usr/include/sys/cdefs.h \
   /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
   /usr/include/gnu/stubs-32.h \
index 6e733eb..c3f87a9 100644 (file)
@@ -67,14 +67,14 @@ DIST_SOURCES = $(chasen_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
 AMDEP_FALSE = #
 AMDEP_TRUE = 
-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -84,7 +84,7 @@ CPPFLAGS =
 CXX = g++
 CXXCPP = g++ -E
 CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
 CYGPATH_W = echo
 DEFS = -DRCPATH=\""$(RCPATH)\"" -DHAVE_CONFIG_H
 DEPDIR = .deps
@@ -111,11 +111,11 @@ LIBS =
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LN_S = ln -s
 LTLIBOBJS = 
-LTVERSION = 0:1:0
+LTVERSION = 2:4:0
 MAINT = #
 MAINTAINER_MODE_FALSE = 
 MAINTAINER_MODE_TRUE = #
-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
 OBJEXT = o
 PACKAGE = chasen
 PACKAGE_BUGREPORT = 
@@ -129,7 +129,7 @@ RCPATH = ${prefix}/etc/chasenrc
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = strip
-VERSION = 2.4.0-preview3
+VERSION = 2.4.0-preview5
 ac_ct_CC = gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -161,7 +161,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = /home/masayu-a/chasen/install-sh
+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
index 4385617..47c03ab 100644 (file)
--- a/config.h
+++ b/config.h
 #define STDC_HEADERS 1
 
 /* Version number of package */
-#define VERSION "2.4.0-preview3"
+#define VERSION "2.4.0-preview5"
 
 /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
    `char[]'. */
index 51ff5af..70c2a09 100644 (file)
@@ -4,7 +4,7 @@ running configure, to aid debugging if configure makes a mistake.
 It was created by configure, which was
 generated by GNU Autoconf 2.61.  Invocation command line was
 
-  $ configure 
+  $ configure --with-darts=/home/masayu-a/ChaSen/darts-0.31
 
 ## --------- ##
 ## Platform. ##
@@ -189,7 +189,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:5084: result: gcc -E
@@ -206,7 +206,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | /* end confdefs.h.  */
 | #include <ac_nonexistent.h>
 configure:5194: checking for ANSI C header files
@@ -277,7 +277,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -305,7 +305,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -502,7 +502,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -527,12 +527,12 @@ configure:19756: checking lex output file root
 configure:19772: result: lex.yy
 configure:19777: checking lex library
 configure:19796: gcc -o conftest -g -O2   conftest.c   >&5
-/tmp/cc98Uqxa.o: In function `input':
-/home/masayu-a/chasen/lex.yy.c:1133: undefined reference to `yywrap'
-/tmp/cc98Uqxa.o: In function `yylex':
-/home/masayu-a/chasen/lex.yy.c:840: undefined reference to `yywrap'
-/tmp/cc98Uqxa.o: In function `main':
-/home/masayu-a/chasen/conftest.l:17: undefined reference to `yywrap'
+/tmp/ccWGMRic.o: In function `input':
+/home/masayu-a/ChaSen/chasen/lex.yy.c:1133: undefined reference to `yywrap'
+/tmp/ccWGMRic.o: In function `yylex':
+/home/masayu-a/ChaSen/chasen/lex.yy.c:840: undefined reference to `yywrap'
+/tmp/ccWGMRic.o: In function `main':
+/home/masayu-a/ChaSen/chasen/conftest.l:17: undefined reference to `yywrap'
 collect2: ld returned 1 exit status
 configure:19802: $? = 1
 configure: failed program was:
@@ -2289,72 +2289,70 @@ configure:19887: checking whether ln -s works
 configure:19891: result: yes
 configure:19898: checking whether make sets $(MAKE)
 configure:19919: result: yes
-configure:19971: checking for ranlib
-configure:19998: result: ranlib
-configure:20036: checking for library containing strerror
-configure:20077: gcc -o conftest -g -O2   conftest.c  >&5
-configure:20083: $? = 0
-configure:20111: result: none required
-configure:20132: checking for a BSD-compatible install
-configure:20188: result: /usr/bin/install -c
-configure:20199: checking whether make sets $(MAKE)
-configure:20220: result: yes
-configure:20230: checking for ANSI C header files
-configure:20394: result: yes
-configure:20424: checking fcntl.h usability
-configure:20441: gcc -c -g -O2  conftest.c >&5
-configure:20447: $? = 0
-configure:20461: result: yes
-configure:20465: checking fcntl.h presence
-configure:20480: gcc -E  conftest.c
-configure:20486: $? = 0
-configure:20500: result: yes
-configure:20528: checking for fcntl.h
-configure:20536: result: yes
-configure:20424: checking limits.h usability
-configure:20441: gcc -c -g -O2  conftest.c >&5
-configure:20447: $? = 0
-configure:20461: result: yes
-configure:20465: checking limits.h presence
-configure:20480: gcc -E  conftest.c
-configure:20486: $? = 0
-configure:20500: result: yes
-configure:20528: checking for limits.h
-configure:20536: result: yes
-configure:20414: checking for stdlib.h
-configure:20420: result: yes
-configure:20414: checking for string.h
-configure:20420: result: yes
-configure:20424: checking sys/param.h usability
-configure:20441: gcc -c -g -O2  conftest.c >&5
-configure:20447: $? = 0
-configure:20461: result: yes
-configure:20465: checking sys/param.h presence
-configure:20480: gcc -E  conftest.c
-configure:20486: $? = 0
-configure:20500: result: yes
-configure:20528: checking for sys/param.h
-configure:20536: result: yes
-configure:20414: checking for unistd.h
-configure:20420: result: yes
-configure:20556: checking for sys/param.h
-configure:20562: result: yes
-configure:20556: checking for sys/types.h
-configure:20562: result: yes
-configure:20566: checking netinet/in.h usability
-configure:20583: gcc -c -g -O2  conftest.c >&5
-configure:20589: $? = 0
-configure:20603: result: yes
-configure:20607: checking netinet/in.h presence
-configure:20622: gcc -E  conftest.c
-configure:20628: $? = 0
-configure:20642: result: yes
-configure:20670: checking for netinet/in.h
-configure:20678: result: yes
-configure:20707: checking io.h usability
-configure:20724: gcc -c -g -O2  conftest.c >&5
+configure:19940: checking for library containing strerror
+configure:19981: gcc -o conftest -g -O2   conftest.c  >&5
+configure:19987: $? = 0
+configure:20015: result: none required
+configure:20036: checking for a BSD-compatible install
+configure:20092: result: /usr/bin/install -c
+configure:20103: checking whether make sets $(MAKE)
+configure:20124: result: yes
+configure:20134: checking for ANSI C header files
+configure:20298: result: yes
+configure:20328: checking fcntl.h usability
+configure:20345: gcc -c -g -O2  conftest.c >&5
+configure:20351: $? = 0
+configure:20365: result: yes
+configure:20369: checking fcntl.h presence
+configure:20384: gcc -E  conftest.c
+configure:20390: $? = 0
+configure:20404: result: yes
+configure:20432: checking for fcntl.h
+configure:20440: result: yes
+configure:20328: checking limits.h usability
+configure:20345: gcc -c -g -O2  conftest.c >&5
+configure:20351: $? = 0
+configure:20365: result: yes
+configure:20369: checking limits.h presence
+configure:20384: gcc -E  conftest.c
+configure:20390: $? = 0
+configure:20404: result: yes
+configure:20432: checking for limits.h
+configure:20440: result: yes
+configure:20318: checking for stdlib.h
+configure:20324: result: yes
+configure:20318: checking for string.h
+configure:20324: result: yes
+configure:20328: checking sys/param.h usability
+configure:20345: gcc -c -g -O2  conftest.c >&5
+configure:20351: $? = 0
+configure:20365: result: yes
+configure:20369: checking sys/param.h presence
+configure:20384: gcc -E  conftest.c
+configure:20390: $? = 0
+configure:20404: result: yes
+configure:20432: checking for sys/param.h
+configure:20440: result: yes
+configure:20318: checking for unistd.h
+configure:20324: result: yes
+configure:20460: checking for sys/param.h
+configure:20466: result: yes
+configure:20460: checking for sys/types.h
+configure:20466: result: yes
+configure:20470: checking netinet/in.h usability
+configure:20487: gcc -c -g -O2  conftest.c >&5
+configure:20493: $? = 0
+configure:20507: result: yes
+configure:20511: checking netinet/in.h presence
+configure:20526: gcc -E  conftest.c
+configure:20532: $? = 0
+configure:20546: result: yes
+configure:20574: checking for netinet/in.h
+configure:20582: result: yes
+configure:20611: checking io.h usability
+configure:20628: gcc -c -g -O2  conftest.c >&5
 conftest.c:65:16: error: io.h: No such file or directory
-configure:20730: $? = 1
+configure:20634: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME ""
@@ -2363,7 +2361,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2421,11 +2419,11 @@ configure: failed program was:
 | # include <unistd.h>
 | #endif
 | #include <io.h>
-configure:20744: result: no
-configure:20748: checking io.h presence
-configure:20763: gcc -E  conftest.c
+configure:20648: result: no
+configure:20652: checking io.h presence
+configure:20667: gcc -E  conftest.c
 conftest.c:32:16: error: io.h: No such file or directory
-configure:20769: $? = 1
+configure:20673: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME ""
@@ -2434,7 +2432,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2459,13 +2457,13 @@ configure: failed program was:
 | #define HAVE_NETINET_IN_H 1
 | /* end confdefs.h.  */
 | #include <io.h>
-configure:20783: result: no
-configure:20811: checking for io.h
-configure:20819: result: no
-configure:20707: checking windows.h usability
-configure:20724: gcc -c -g -O2  conftest.c >&5
+configure:20687: result: no
+configure:20715: checking for io.h
+configure:20723: result: no
+configure:20611: checking windows.h usability
+configure:20628: gcc -c -g -O2  conftest.c >&5
 conftest.c:65:21: error: windows.h: No such file or directory
-configure:20730: $? = 1
+configure:20634: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME ""
@@ -2474,7 +2472,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2532,11 +2530,11 @@ configure: failed program was:
 | # include <unistd.h>
 | #endif
 | #include <windows.h>
-configure:20744: result: no
-configure:20748: checking windows.h presence
-configure:20763: gcc -E  conftest.c
+configure:20648: result: no
+configure:20652: checking windows.h presence
+configure:20667: gcc -E  conftest.c
 conftest.c:32:21: error: windows.h: No such file or directory
-configure:20769: $? = 1
+configure:20673: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME ""
@@ -2545,7 +2543,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2570,68 +2568,68 @@ configure: failed program was:
 | #define HAVE_NETINET_IN_H 1
 | /* end confdefs.h.  */
 | #include <windows.h>
-configure:20783: result: no
-configure:20811: checking for windows.h
-configure:20819: result: no
-configure:20835: checking for an ANSI C-conforming const
-configure:20910: gcc -c -g -O2  conftest.c >&5
-configure:20916: $? = 0
-configure:20931: result: yes
-configure:20941: checking for off_t
-configure:20971: gcc -c -g -O2  conftest.c >&5
-configure:20977: $? = 0
-configure:20992: result: yes
-configure:21004: checking for size_t
-configure:21034: gcc -c -g -O2  conftest.c >&5
-configure:21040: $? = 0
-configure:21055: result: yes
-configure:21074: checking for stdlib.h
-configure:21080: result: yes
-configure:21209: checking for GNU libc compatible malloc
-configure:21243: gcc -o conftest -g -O2   conftest.c  >&5
-configure:21246: $? = 0
-configure:21252: ./conftest
-configure:21255: $? = 0
-configure:21271: result: yes
-configure:21299: checking for working memcmp
-configure:21352: gcc -o conftest -g -O2   conftest.c  >&5
-configure:21355: $? = 0
-configure:21361: ./conftest
-configure:21364: $? = 0
-configure:21380: result: yes
-configure:21395: checking for stdlib.h
-configure:21401: result: yes
-configure:21395: checking for unistd.h
-configure:21401: result: yes
-configure:21534: checking for getpagesize
-configure:21590: gcc -o conftest -g -O2   conftest.c  >&5
-configure:21596: $? = 0
-configure:21614: result: yes
-configure:21624: checking for working mmap
-configure:21771: gcc -o conftest -g -O2   conftest.c  >&5
-configure:21774: $? = 0
-configure:21780: ./conftest
-configure:21783: $? = 0
-configure:21799: result: yes
-configure:21815: checking for stdlib.h
-configure:21821: result: yes
-configure:21950: checking for GNU libc compatible realloc
-configure:21984: gcc -o conftest -g -O2   conftest.c  >&5
-configure:21987: $? = 0
-configure:21993: ./conftest
-configure:21996: $? = 0
-configure:22012: result: yes
-configure:22044: checking for vprintf
-configure:22100: gcc -o conftest -g -O2   conftest.c  >&5
+configure:20687: result: no
+configure:20715: checking for windows.h
+configure:20723: result: no
+configure:20739: checking for an ANSI C-conforming const
+configure:20814: gcc -c -g -O2  conftest.c >&5
+configure:20820: $? = 0
+configure:20835: result: yes
+configure:20845: checking for off_t
+configure:20875: gcc -c -g -O2  conftest.c >&5
+configure:20881: $? = 0
+configure:20896: result: yes
+configure:20908: checking for size_t
+configure:20938: gcc -c -g -O2  conftest.c >&5
+configure:20944: $? = 0
+configure:20959: result: yes
+configure:20978: checking for stdlib.h
+configure:20984: result: yes
+configure:21113: checking for GNU libc compatible malloc
+configure:21147: gcc -o conftest -g -O2   conftest.c  >&5
+configure:21150: $? = 0
+configure:21156: ./conftest
+configure:21159: $? = 0
+configure:21175: result: yes
+configure:21203: checking for working memcmp
+configure:21256: gcc -o conftest -g -O2   conftest.c  >&5
+configure:21259: $? = 0
+configure:21265: ./conftest
+configure:21268: $? = 0
+configure:21284: result: yes
+configure:21299: checking for stdlib.h
+configure:21305: result: yes
+configure:21299: checking for unistd.h
+configure:21305: result: yes
+configure:21438: checking for getpagesize
+configure:21494: gcc -o conftest -g -O2   conftest.c  >&5
+configure:21500: $? = 0
+configure:21518: result: yes
+configure:21528: checking for working mmap
+configure:21675: gcc -o conftest -g -O2   conftest.c  >&5
+configure:21678: $? = 0
+configure:21684: ./conftest
+configure:21687: $? = 0
+configure:21703: result: yes
+configure:21719: checking for stdlib.h
+configure:21725: result: yes
+configure:21854: checking for GNU libc compatible realloc
+configure:21888: gcc -o conftest -g -O2   conftest.c  >&5
+configure:21891: $? = 0
+configure:21897: ./conftest
+configure:21900: $? = 0
+configure:21916: result: yes
+configure:21948: checking for vprintf
+configure:22004: gcc -o conftest -g -O2   conftest.c  >&5
 conftest.c:63: warning: conflicting types for built-in function 'vprintf'
-configure:22106: $? = 0
-configure:22124: result: yes
-configure:22131: checking for _doprnt
-configure:22187: gcc -o conftest -g -O2   conftest.c  >&5
-/tmp/cc6dZz2r.o: In function `main':
-/home/masayu-a/chasen/conftest.c:75: undefined reference to `_doprnt'
+configure:22010: $? = 0
+configure:22028: result: yes
+configure:22035: checking for _doprnt
+configure:22091: gcc -o conftest -g -O2   conftest.c  >&5
+/tmp/ccQvy63E.o: In function `main':
+/home/masayu-a/ChaSen/chasen/conftest.c:75: undefined reference to `_doprnt'
 collect2: ld returned 1 exit status
-configure:22193: $? = 1
+configure:22097: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME ""
@@ -2640,7 +2638,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2711,44 +2709,44 @@ configure: failed program was:
 |   ;
 |   return 0;
 | }
-configure:22210: result: no
-configure:22233: checking for mblen
-configure:22289: gcc -o conftest -g -O2   conftest.c  >&5
-configure:22295: $? = 0
-configure:22313: result: yes
-configure:22233: checking for memset
-configure:22289: gcc -o conftest -g -O2   conftest.c  >&5
+configure:22114: result: no
+configure:22137: checking for mblen
+configure:22193: gcc -o conftest -g -O2   conftest.c  >&5
+configure:22199: $? = 0
+configure:22217: result: yes
+configure:22137: checking for memset
+configure:22193: gcc -o conftest -g -O2   conftest.c  >&5
 conftest.c:65: warning: conflicting types for built-in function 'memset'
-configure:22295: $? = 0
-configure:22313: result: yes
-configure:22233: checking for munmap
-configure:22289: gcc -o conftest -g -O2   conftest.c  >&5
-configure:22295: $? = 0
-configure:22313: result: yes
-configure:22233: checking for strchr
-configure:22289: gcc -o conftest -g -O2   conftest.c  >&5
+configure:22199: $? = 0
+configure:22217: result: yes
+configure:22137: checking for munmap
+configure:22193: gcc -o conftest -g -O2   conftest.c  >&5
+configure:22199: $? = 0
+configure:22217: result: yes
+configure:22137: checking for strchr
+configure:22193: gcc -o conftest -g -O2   conftest.c  >&5
 conftest.c:67: warning: conflicting types for built-in function 'strchr'
-configure:22295: $? = 0
-configure:22313: result: yes
-configure:22233: checking for strpbrk
-configure:22289: gcc -o conftest -g -O2   conftest.c  >&5
+configure:22199: $? = 0
+configure:22217: result: yes
+configure:22137: checking for strpbrk
+configure:22193: gcc -o conftest -g -O2   conftest.c  >&5
 conftest.c:68: warning: conflicting types for built-in function 'strpbrk'
-configure:22295: $? = 0
-configure:22313: result: yes
-configure:22233: checking for strrchr
-configure:22289: gcc -o conftest -g -O2   conftest.c  >&5
+configure:22199: $? = 0
+configure:22217: result: yes
+configure:22137: checking for strrchr
+configure:22193: gcc -o conftest -g -O2   conftest.c  >&5
 conftest.c:69: warning: conflicting types for built-in function 'strrchr'
-configure:22295: $? = 0
-configure:22313: result: yes
-configure:22324: checking for darts.h
-configure:22371: g++ -c -g -O2  conftest.cpp >&5
-configure:22377: $? = 0
-configure:22396: result: yes
-configure:22417: checking for iconv in -liconv
-configure:22452: gcc -o conftest -g -O2   conftest.c -liconv   >&5
+configure:22199: $? = 0
+configure:22217: result: yes
+configure:22228: checking for darts.h
+configure:22275: g++ -c -g -O2 -I/home/masayu-a/ChaSen/darts-0.31  conftest.cpp >&5
+configure:22281: $? = 0
+configure:22300: result: yes
+configure:22321: checking for iconv in -liconv
+configure:22356: gcc -o conftest -g -O2   conftest.c -liconv   >&5
 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/../../../../i686-gentoo-linux-gnu/bin/ld: cannot find -liconv
 collect2: ld returned 1 exit status
-configure:22458: $? = 1
+configure:22362: $? = 1
 configure: failed program was:
 | /* confdefs.h.  */
 | #define PACKAGE_NAME ""
@@ -2757,7 +2755,7 @@ configure: failed program was:
 | #define PACKAGE_STRING ""
 | #define PACKAGE_BUGREPORT ""
 | #define PACKAGE "chasen"
-| #define VERSION "2.4.0-preview3"
+| #define VERSION "2.4.0-preview5"
 | #define STDC_HEADERS 1
 | #define HAVE_SYS_TYPES_H 1
 | #define HAVE_SYS_STAT_H 1
@@ -2811,34 +2809,34 @@ configure: failed program was:
 |   ;
 |   return 0;
 | }
-configure:22476: result: no
-configure:22497: checking iconv.h usability
-configure:22514: gcc -c -g -O2  conftest.c >&5
-configure:22520: $? = 0
-configure:22534: result: yes
-configure:22538: checking iconv.h presence
-configure:22553: gcc -E  conftest.c
-configure:22559: $? = 0
-configure:22573: result: yes
-configure:22601: checking for iconv.h
-configure:22608: result: yes
-configure:22626: checking iconv args
-configure:22679: result: EUC-JP SHIFT_JIS ISO-8859-1
-configure:22682: checking for off_t
-configure:22733: result: yes
-configure:22745: checking for size_t
-configure:22796: result: yes
-configure:22809: checking for working memcmp
-configure:22890: result: yes
-configure:22905: checking for stdlib.h
-configure:22911: result: yes
-configure:22905: checking for unistd.h
-configure:22911: result: yes
-configure:23044: checking for getpagesize
-configure:23124: result: yes
-configure:23134: checking for working mmap
-configure:23309: result: yes
-configure:23469: creating ./config.status
+configure:22380: result: no
+configure:22401: checking iconv.h usability
+configure:22418: gcc -c -g -O2  conftest.c >&5
+configure:22424: $? = 0
+configure:22438: result: yes
+configure:22442: checking iconv.h presence
+configure:22457: gcc -E  conftest.c
+configure:22463: $? = 0
+configure:22477: result: yes
+configure:22505: checking for iconv.h
+configure:22512: result: yes
+configure:22530: checking iconv args
+configure:22583: result: EUC-JP SHIFT_JIS ISO-8859-1
+configure:22586: checking for off_t
+configure:22637: result: yes
+configure:22649: checking for size_t
+configure:22700: result: yes
+configure:22713: checking for working memcmp
+configure:22794: result: yes
+configure:22809: checking for stdlib.h
+configure:22815: result: yes
+configure:22809: checking for unistd.h
+configure:22815: result: yes
+configure:22948: checking for getpagesize
+configure:23028: result: yes
+configure:23038: checking for working mmap
+configure:23213: result: yes
+configure:23373: creating ./config.status
 
 ## ---------------------- ##
 ## Running config.status. ##
@@ -2864,6 +2862,7 @@ config.status:676: creating lib/Makefile
 config.status:676: creating tests/Makefile
 config.status:676: creating chasen.spec
 config.status:676: creating config.h
+config.status:938: config.h is unchanged
 config.status:984: executing depfiles commands
 config.status:984: executing default commands
 
@@ -2994,15 +2993,15 @@ lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern in
 ## Output variables. ##
 ## ----------------- ##
 
-ACLOCAL='${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9'
+ACLOCAL='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9'
 AMDEPBACKSLASH='\'
 AMDEP_FALSE='#'
 AMDEP_TRUE=''
-AMTAR='${SHELL} /home/masayu-a/chasen/missing --run tar'
+AMTAR='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar'
 AR='ar'
-AUTOCONF='${SHELL} /home/masayu-a/chasen/missing --run autoconf'
-AUTOHEADER='${SHELL} /home/masayu-a/chasen/missing --run autoheader'
-AUTOMAKE='${SHELL} /home/masayu-a/chasen/missing --run automake-1.9'
+AUTOCONF='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf'
+AUTOHEADER='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader'
+AUTOMAKE='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9'
 AWK='gawk'
 CC='gcc'
 CCDEPMODE='depmode=gcc3'
@@ -3012,7 +3011,7 @@ CPPFLAGS=''
 CXX='g++'
 CXXCPP='g++ -E'
 CXXDEPMODE='depmode=gcc3'
-CXXFLAGS='-g -O2'
+CXXFLAGS='-g -O2 -I/home/masayu-a/ChaSen/darts-0.31'
 CYGPATH_W='echo'
 DEFS='-DHAVE_CONFIG_H'
 DEPDIR='.deps'
@@ -3039,11 +3038,11 @@ LIBS=''
 LIBTOOL='$(SHELL) $(top_builddir)/libtool'
 LN_S='ln -s'
 LTLIBOBJS=''
-LTVERSION='0:1:0'
+LTVERSION='2:4:0'
 MAINT='#'
 MAINTAINER_MODE_FALSE=''
 MAINTAINER_MODE_TRUE='#'
-MAKEINFO='${SHELL} /home/masayu-a/chasen/missing --run makeinfo'
+MAKEINFO='${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo'
 OBJEXT='o'
 PACKAGE='chasen'
 PACKAGE_BUGREPORT=''
@@ -3057,7 +3056,7 @@ RCPATH='${prefix}/etc/chasenrc'
 SET_MAKE=''
 SHELL='/bin/sh'
 STRIP='strip'
-VERSION='2.4.0-preview3'
+VERSION='2.4.0-preview5'
 ac_ct_CC='gcc'
 ac_ct_CXX='g++'
 ac_ct_F77=''
@@ -3089,7 +3088,7 @@ host_vendor='pc'
 htmldir='${docdir}'
 includedir='${prefix}/include'
 infodir='${datarootdir}/info'
-install_sh='/home/masayu-a/chasen/install-sh'
+install_sh='/home/masayu-a/ChaSen/chasen/install-sh'
 libdir='${exec_prefix}/lib'
 libexecdir='${exec_prefix}/libexec'
 localedir='${datarootdir}/locale'
@@ -3116,7 +3115,7 @@ target_alias=''
 #define PACKAGE_STRING ""
 #define PACKAGE_BUGREPORT ""
 #define PACKAGE "chasen"
-#define VERSION "2.4.0-preview3"
+#define VERSION "2.4.0-preview5"
 #define STDC_HEADERS 1
 #define HAVE_SYS_TYPES_H 1
 #define HAVE_SYS_STAT_H 1
index 5ef8b18..df51b90 100644 (file)
@@ -335,13 +335,13 @@ Report bugs to <bug-autoconf@gnu.org>."
 ac_cs_version="\
 config.status
 configured by configure, generated by GNU Autoconf 2.61,
-  with options \"\"
+  with options \"'--with-darts=/home/masayu-a/ChaSen/darts-0.31'\"
 
 Copyright (C) 2006 Free Software Foundation, Inc.
 This config.status script is free software; the Free Software Foundation
 gives unlimited permission to copy, distribute and modify it."
 
-ac_pwd='/home/masayu-a/chasen'
+ac_pwd='/home/masayu-a/ChaSen/chasen'
 srcdir='.'
 INSTALL='/usr/bin/install -c'
 # If no file are specified by the user, then we need to provide default
@@ -409,10 +409,10 @@ if $ac_cs_silent; then
 fi
 
 if $ac_cs_recheck; then
-  echo "running CONFIG_SHELL=/bin/sh /bin/sh configure " $ac_configure_extra_args " --no-create --no-recursion" >&6
+  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
   CONFIG_SHELL=/bin/sh
   export CONFIG_SHELL
-  exec /bin/sh "configure" $ac_configure_extra_args --no-create --no-recursion
+  exec /bin/sh "configure" '--with-darts=/home/masayu-a/ChaSen/darts-0.31' $ac_configure_extra_args --no-create --no-recursion
 fi
 
 exec 5>>config.log
@@ -544,20 +544,20 @@ s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
 s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
 s,@CYGPATH_W@,|#_!!_#|echo,g
 s,@PACKAGE@,|#_!!_#|chasen,g
-s,@VERSION@,|#_!!_#|2.4.0-preview3,g
-s,@ACLOCAL@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9,g
-s,@AUTOCONF@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run autoconf,g
-s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run automake-1.9,g
-s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run autoheader,g
-s,@MAKEINFO@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run makeinfo,g
-s,@install_sh@,|#_!!_#|/home/masayu-a/chasen/install-sh,g
+s,@VERSION@,|#_!!_#|2.4.0-preview5,g
+s,@ACLOCAL@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9,g
+s,@AUTOCONF@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf,g
+s,@AUTOMAKE@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9,g
+s,@AUTOHEADER@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader,g
+s,@MAKEINFO@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo,g
+s,@install_sh@,|#_!!_#|/home/masayu-a/ChaSen/chasen/install-sh,g
 s,@STRIP@,|#_!!_#|strip,g
 s,@INSTALL_STRIP_PROGRAM@,|#_!!_#|${SHELL} $(install_sh) -c -s,g
 s,@mkdir_p@,|#_!!_#|mkdir -p --,g
 s,@AWK@,|#_!!_#|gawk,g
 s,@SET_MAKE@,|#_!!_#|,g
 s,@am__leading_dot@,|#_!!_#|.,g
-s,@AMTAR@,|#_!!_#|${SHELL} /home/masayu-a/chasen/missing --run tar,g
+s,@AMTAR@,|#_!!_#|${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar,g
 s,@am__tar@,|#_!!_#|${AMTAR} chof - "$$tardir",g
 s,@am__untar@,|#_!!_#|${AMTAR} xf -,g
 s,@MAINTAINER_MODE_TRUE@,|#_!!_#|#,g
@@ -580,7 +580,7 @@ s,@CCDEPMODE@,|#_!!_#|depmode=gcc3,g
 s,@am__fastdepCC_TRUE@,|#_!!_#|,g
 s,@am__fastdepCC_FALSE@,|#_!!_#|#,g
 s,@CXX@,|#_!!_#|g++,g
-s,@CXXFLAGS@,|#_!!_#|-g -O2,g
+s,@CXXFLAGS@,|#_!!_#|-g -O2 -I/home/masayu-a/ChaSen/darts-0.31,g
 s,@ac_ct_CXX@,|#_!!_#|g++,g
 s,@CXXDEPMODE@,|#_!!_#|depmode=gcc3,g
 s,@am__fastdepCXX_TRUE@,|#_!!_#|,g
@@ -611,7 +611,7 @@ s,@LIBTOOL@,|#_!!_#|$(SHELL) $(top_builddir)/libtool,g
 s,@LEX@,|#_!!_#|flex,g
 s,@LEX_OUTPUT_ROOT@,|#_!!_#|lex.yy,g
 s,@LEXLIB@,|#_!!_#|-lfl,g
-s,@LTVERSION@,|#_!!_#|0:1:0,g
+s,@LTVERSION@,|#_!!_#|2:4:0,g
 s,@LIBOBJS@,|#_!!_#|,g
 s,@ICONV_CFLAGS@,|#_!!_#|,g
 s,@RCPATH@,|#_!!_#|${prefix}/etc/chasenrc,g
@@ -873,7 +873,7 @@ s,^\([       #]*\)[^         ]*\([   ]*PACKAGE_VERSION\)[    (].*,\1define\2 "" ,
 s,^\([  #]*\)[^         ]*\([   ]*PACKAGE_STRING\)[     (].*,\1define\2 "" ,
 s,^\([  #]*\)[^         ]*\([   ]*PACKAGE_BUGREPORT\)[  (].*,\1define\2 "" ,
 s,^\([  #]*\)[^         ]*\([   ]*PACKAGE\)[    (].*,\1define\2 "chasen" ,
-s,^\([  #]*\)[^         ]*\([   ]*VERSION\)[    (].*,\1define\2 "2.4.0-preview3" ,
+s,^\([  #]*\)[^         ]*\([   ]*VERSION\)[    (].*,\1define\2 "2.4.0-preview5" ,
 s,^\([  #]*\)[^         ]*\([   ]*STDC_HEADERS\)[       (].*,\1define\2 1 ,
 s,^\([  #]*\)[^         ]*\([   ]*HAVE_SYS_TYPES_H\)[   (].*,\1define\2 1 ,
 s,^\([  #]*\)[^         ]*\([   ]*HAVE_SYS_STAT_H\)[    (].*,\1define\2 1 ,
index 3b6e37e..c80f050 100644 (file)
--- a/configure
+++ b/configure
@@ -2246,7 +2246,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE=chasen
- VERSION=2.4.0-preview4
+ VERSION=2.4.0-preview5
 
 
 cat >>confdefs.h <<_ACEOF
index 102adcc..619bdd1 100644 (file)
@@ -1,6 +1,6 @@
 AC_INIT(README)
 AC_PREREQ(2.61)
-AM_INIT_AUTOMAKE(chasen, 2.4.0-preview4)
+AM_INIT_AUTOMAKE(chasen, 2.4.0-preview5)
 AM_CONFIG_HEADER(config.h)
 AM_MAINTAINER_MODE
 
index 5e1e5c0..5ddbcfd 100644 (file)
@@ -47,14 +47,14 @@ CONFIG_CLEAN_FILES =
 SOURCES =
 DIST_SOURCES =
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
 AMDEP_FALSE = #
 AMDEP_TRUE = 
-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -64,7 +64,7 @@ CPPFLAGS =
 CXX = g++
 CXXCPP = g++ -E
 CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
 CYGPATH_W = echo
 DEFS = -DHAVE_CONFIG_H
 DEPDIR = .deps
@@ -91,11 +91,11 @@ LIBS =
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LN_S = ln -s
 LTLIBOBJS = 
-LTVERSION = 0:1:0
+LTVERSION = 2:4:0
 MAINT = #
 MAINTAINER_MODE_FALSE = 
 MAINTAINER_MODE_TRUE = #
-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
 OBJEXT = o
 PACKAGE = chasen
 PACKAGE_BUGREPORT = 
@@ -109,7 +109,7 @@ RCPATH = ${prefix}/etc/chasenrc
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = strip
-VERSION = 2.4.0-preview3
+VERSION = 2.4.0-preview5
 ac_ct_CC = gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -141,7 +141,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = /home/masayu-a/chasen/install-sh
+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
@@ -328,7 +328,7 @@ uninstall-am: uninstall-info-am
        platex $<
 
 .dvi.pdf:
-       dvipdfm $<
+       dvipdf $<
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
index 59058cd..1e4334b 100644 (file)
@@ -9,4 +9,4 @@ SUFFIXES= .tex .dvi .pdf
        platex $<
 
 .dvi.pdf:
-       dvipdfm $<
+       dvipdf $<
index c883d49..9843426 100644 (file)
@@ -328,7 +328,7 @@ uninstall-am: uninstall-info-am
        platex $<
 
 .dvi.pdf:
-       dvipdfm $<
+       dvipdf $<
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.
 .NOEXPORT:
index 418fd03..56f23b9 100644 (file)
Binary files a/doc/manual-j.pdf and b/doc/manual-j.pdf differ
index 13958ce..32e8c8d 100644 (file)
@@ -114,8 +114,8 @@ dartsdic.lo dartsdic.o: dartsdic.cpp \
   /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/typeinfo \
   /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/istream \
   /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/bits/istream.tcc \
-  /usr/local/include/darts.h dartsdic.h chalib.h chadic.h ../config.h \
-  chasen.h
+  /home/masayu-a/ChaSen/darts-0.31/darts.h dartsdic.h chalib.h chadic.h \
+  ../config.h chasen.h
 
 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/string:
 
@@ -403,7 +403,7 @@ dartsdic.lo dartsdic.o: dartsdic.cpp \
 
 /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/g++-v4/bits/istream.tcc:
 
-/usr/local/include/darts.h:
+/home/masayu-a/ChaSen/darts-0.31/darts.h:
 
 dartsdic.h:
 
index 0be38d2..6e04eab 100644 (file)
@@ -88,14 +88,14 @@ HEADERS = $(include_HEADERS)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
 AMDEP_FALSE = #
 AMDEP_TRUE = 
-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -105,7 +105,7 @@ CPPFLAGS =
 CXX = g++
 CXXCPP = g++ -E
 CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
 CYGPATH_W = echo
 DEFS = -DRCPATH="\"$(RCPATH)\"" -DHAVE_CONFIG_H
 DEPDIR = .deps
@@ -132,11 +132,11 @@ LIBS =
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LN_S = ln -s
 LTLIBOBJS = 
-LTVERSION = 0:1:0
+LTVERSION = 2:4:0
 MAINT = #
 MAINTAINER_MODE_FALSE = 
 MAINTAINER_MODE_TRUE = #
-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
 OBJEXT = o
 PACKAGE = chasen
 PACKAGE_BUGREPORT = 
@@ -150,7 +150,7 @@ RCPATH = ${prefix}/etc/chasenrc
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = strip
-VERSION = 2.4.0-preview3
+VERSION = 2.4.0-preview5
 ac_ct_CC = gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -182,7 +182,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = /home/masayu-a/chasen/install-sh
+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
index e24e453..d1be1c7 100644 (file)
@@ -27,7 +27,7 @@
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: parse.c,v 1.1 2007/03/13 07:40:10 masayu-a Exp $
+ * $Id: parse.c,v 1.2 2007/03/19 08:12:22 masayu-a Exp $
  */
 
 #include "chalib.h"
@@ -475,8 +475,11 @@ set_anno(cha_lat_t *lat, cha_seg_t *seg)
        mrph->is_undef = 0;
        mrph->posid = Cha_anno_info[seg->anno_no].hinsi;
     }
-    mrph->inf_type = mrph->inf_form
-       = mrph->con_tbl = mrph->weight = 0;
+               /*    mrph->inf_type = mrph->inf_form
+                                       = mrph->con_tbl = mrph->weight = 0; */
+               mrph->inf_type = mrph->inf_form
+                                       = mrph->weight = 0;
+
     mrph->darts = NULL;
     mrph->dat_index = -1; /* XXX */
     
index aa0a015..59ee770 100644 (file)
@@ -27,7 +27,7 @@
  * NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
  * SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  *
- * $Id: print.c,v 1.1 2007/03/13 07:40:10 masayu-a Exp $
+ * $Id: print.c,v 1.2 2007/03/19 08:12:22 masayu-a Exp $
  */
 
 #include <stdarg.h>
@@ -568,9 +568,10 @@ print_anno(cha_lat_t *lat, int path_num, char *format)
            path->start = pos_end;
            path->end = pos_end + m->headword_len;
            get_mrph_data(m, &d);
-           if (m->is_undef)
-               format_string = Cha_anno_info[anno_no].format;
-           cha_printf_mrph(lat, path_num, &d, format);
+
+                       if (m->is_undef && Cha_anno_info[anno_no].format)
+                               format_string = Cha_anno_info[anno_no].format;
+           cha_printf_mrph(lat, path_num, &d, format_string);
 
            lat->anno = m->dat_index; /* XXX */
            pos_end += m->headword_len;
diff --git a/libtool b/libtool
index ce8d642..1b7ffa0 100644 (file)
--- a/libtool
+++ b/libtool
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # libtoolT - Provide generalized library-building support services.
-# Generated automatically by  (GNU chasen 2.4.0-preview3)
+# Generated automatically by  (GNU chasen 2.4.0-preview5)
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
 # Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001
index e21a250..7b888af 100644 (file)
@@ -1,6 +1,7 @@
-dumpdic.o: dumpdic.c /usr/include/stdlib.h /usr/include/features.h \
-  /usr/include/sys/cdefs.h /usr/include/bits/wordsize.h \
-  /usr/include/gnu/stubs.h /usr/include/gnu/stubs-32.h \
+dumpdic.o dumpdic.o: dumpdic.c /usr/include/stdlib.h \
+  /usr/include/features.h /usr/include/sys/cdefs.h \
+  /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
+  /usr/include/gnu/stubs-32.h \
   /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/stddef.h \
   /usr/include/sys/types.h /usr/include/bits/types.h \
   /usr/include/bits/typesizes.h /usr/include/time.h /usr/include/endian.h \
index 78f39b4..c49e1a5 100644 (file)
@@ -1,5 +1,5 @@
-makemat.o: makemat.c ../lib/chadic.h ../config.h /usr/include/stdio.h \
-  /usr/include/features.h /usr/include/sys/cdefs.h \
+makemat.o makemat.o: makemat.c ../lib/chadic.h ../config.h \
+  /usr/include/stdio.h /usr/include/features.h /usr/include/sys/cdefs.h \
   /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
   /usr/include/gnu/stubs-32.h \
   /usr/lib/gcc/i686-gentoo-linux-gnu/4.1.1/include/stddef.h \
index 03672f8..46f64ae 100644 (file)
@@ -1,4 +1,4 @@
-translate.o: translate.c ../config.h /usr/include/stdlib.h \
+translate.o translate.o: translate.c ../config.h /usr/include/stdlib.h \
   /usr/include/features.h /usr/include/sys/cdefs.h \
   /usr/include/bits/wordsize.h /usr/include/gnu/stubs.h \
   /usr/include/gnu/stubs-32.h \
index ae04299..422dd72 100644 (file)
@@ -71,14 +71,14 @@ DIST_SOURCES = $(makeda_SOURCES) $(makemat_SOURCES)
 ETAGS = etags
 CTAGS = ctags
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
 AMDEP_FALSE = #
 AMDEP_TRUE = 
-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -88,7 +88,7 @@ CPPFLAGS =
 CXX = g++
 CXXCPP = g++ -E
 CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
 CYGPATH_W = echo
 DEFS = -DRCPATH=\""$(RCPATH)\"" -DHAVE_CONFIG_H
 DEPDIR = .deps
@@ -115,11 +115,11 @@ LIBS =
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LN_S = ln -s
 LTLIBOBJS = 
-LTVERSION = 0:1:0
+LTVERSION = 2:4:0
 MAINT = #
 MAINTAINER_MODE_FALSE = 
 MAINTAINER_MODE_TRUE = #
-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
 OBJEXT = o
 PACKAGE = chasen
 PACKAGE_BUGREPORT = 
@@ -133,7 +133,7 @@ RCPATH = ${prefix}/etc/chasenrc
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = strip
-VERSION = 2.4.0-preview3
+VERSION = 2.4.0-preview5
 ac_ct_CC = gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -165,7 +165,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = /home/masayu-a/chasen/install-sh
+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale
index f2d71a2..fcb4928 100644 (file)
@@ -47,14 +47,14 @@ CONFIG_CLEAN_FILES =
 SOURCES =
 DIST_SOURCES =
 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-ACLOCAL = ${SHELL} /home/masayu-a/chasen/missing --run aclocal-1.9
+ACLOCAL = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run aclocal-1.9
 AMDEP_FALSE = #
 AMDEP_TRUE = 
-AMTAR = ${SHELL} /home/masayu-a/chasen/missing --run tar
+AMTAR = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run tar
 AR = ar
-AUTOCONF = ${SHELL} /home/masayu-a/chasen/missing --run autoconf
-AUTOHEADER = ${SHELL} /home/masayu-a/chasen/missing --run autoheader
-AUTOMAKE = ${SHELL} /home/masayu-a/chasen/missing --run automake-1.9
+AUTOCONF = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoconf
+AUTOHEADER = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run autoheader
+AUTOMAKE = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run automake-1.9
 AWK = gawk
 CC = gcc
 CCDEPMODE = depmode=gcc3
@@ -64,7 +64,7 @@ CPPFLAGS =
 CXX = g++
 CXXCPP = g++ -E
 CXXDEPMODE = depmode=gcc3
-CXXFLAGS = -g -O2
+CXXFLAGS = -g -O2 -I/home/masayu-a/ChaSen/darts-0.31
 CYGPATH_W = echo
 DEFS = -DHAVE_CONFIG_H
 DEPDIR = .deps
@@ -91,11 +91,11 @@ LIBS =
 LIBTOOL = $(SHELL) $(top_builddir)/libtool
 LN_S = ln -s
 LTLIBOBJS = 
-LTVERSION = 0:1:0
+LTVERSION = 2:4:0
 MAINT = #
 MAINTAINER_MODE_FALSE = 
 MAINTAINER_MODE_TRUE = #
-MAKEINFO = ${SHELL} /home/masayu-a/chasen/missing --run makeinfo
+MAKEINFO = ${SHELL} /home/masayu-a/ChaSen/chasen/missing --run makeinfo
 OBJEXT = o
 PACKAGE = chasen
 PACKAGE_BUGREPORT = 
@@ -109,7 +109,7 @@ RCPATH = ${prefix}/etc/chasenrc
 SET_MAKE = 
 SHELL = /bin/sh
 STRIP = strip
-VERSION = 2.4.0-preview3
+VERSION = 2.4.0-preview5
 ac_ct_CC = gcc
 ac_ct_CXX = g++
 ac_ct_F77 = 
@@ -141,7 +141,7 @@ host_vendor = pc
 htmldir = ${docdir}
 includedir = ${prefix}/include
 infodir = ${datarootdir}/info
-install_sh = /home/masayu-a/chasen/install-sh
+install_sh = /home/masayu-a/ChaSen/chasen/install-sh
 libdir = ${exec_prefix}/lib
 libexecdir = ${exec_prefix}/libexec
 localedir = ${datarootdir}/locale