d06c095f49
---------------------------------------------------------------------- ipadic-2.7.0 (2003/11/15) ---------------------------------------------------------------------- - Parameters are updated - CTYPE/CFORM are modified ---------------------------------------------------------------------- ipadic-2.6.3 (2003/8/15) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.2 (2003/8/6) ---------------------------------------------------------------------- - Parameters are updated ---------------------------------------------------------------------- ipadic-2.6.1 (2003/8/2) ---------------------------------------------------------------------- - for ChaSen-2.3.2 -- Makefile.am is modified - chasenrc.in -- COMPOSIT -> COMPOSIT_POS ---------------------------------------------------------------------- ipadic-2.6.0 (2003/6/14) ---------------------------------------------------------------------- - Parameters are updated - added new words from Prof. Tsurumaru (Nagasaki Univ.) -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-diff.txt - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.6.0-add.txt - for ChaSen-2.3.1 -- removed .pat, .ary -- configuration for Double Array library Darts http://cl.aist-nara.ac.jp/%7etaku-ku/software/darts/ -- option -i (Character Code) e:EUC-JP, s:Shift_JIS, w:UTF-8, a:ISO-8859-1 ---------------------------------------------------------------------- ipadic-2.5.1 (2002/1/30) ---------------------------------------------------------------------- - Parameters are updated - added new words -- listed in http://chasen.aist-nara.ac.jp/~masayu-a/ipadic/arch/ipadic-2.5.1-newword.txt ---------------------------------------------------------------------- ipadic-2.5.0 (2001/4/13) ---------------------------------------------------------------------- - SJIS(CRLF) problem is fixed - Japanese Reading modification
13 lines
527 B
Text
13 lines
527 B
Text
$NetBSD: patch-aa,v 1.2 2004/05/06 13:34:19 taca Exp $
|
|
|
|
--- configure.in.orig 2003-11-09 17:56:29.000000000 +0900
|
|
+++ configure.in
|
|
@@ -90,7 +90,7 @@ AC_SUBST(CHASEN_MANUAL_FILES)
|
|
CHASEN_GENDATA="matrix.cha table.cha chadic.da chadic.lex chadic.dat"
|
|
AC_SUBST(CHASEN_GENDATA)
|
|
|
|
-CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha chasenrc connect.cha Makefile.bat"
|
|
+CHASEN_PREDATA="grammar.cha ctypes.cha cforms.cha connect.cha"
|
|
AC_SUBST(CHASEN_PREDATA)
|
|
|
|
AC_OUTPUT([Makefile chasenrc ipadic.spec version.cha doc/Makefile])
|