namazu-ml(ring)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: namazu-1.3.1.0-pre-4 (Re: namazu-1.3.1.0-pre-3)
Date: Mon, 08 Feb 1999 04:48:19 JST
From: Hajime BABA <baba@xxxxxxxxxxxxxxxxxxxxxx>
Subject: [namazu 110] Re: namazu-1.3.1.0-pre-4 (Re: namazu-1.3.1.0-pre-3)
> この際、src/Makefil.am 中の OPT_* の定義は基本的にすべて削り、全部
> conf.pl.in の中にベタに書いてしまう方が良いとおもいます。で、その
> ように、configure.in も含め更に細かいところを修正しました。
>
> # pre-5 に対する差分です。あてて autoreconf してください。
すみません。さらに以下のものも当ててください。
# やっぱ夜中の仕事はだめだな。_o_
--
馬場 肇 ( Hajime BABA ) E-mail: baba@xxxxxxxxxxxxxxxxxxxxxx
京都大学理学部宇宙物理学教室 博士課程二回生
--
--- configure.in.orig Mon Feb 8 04:58:30 1999
+++ configure.in Mon Feb 8 04:58:50 1999
@@ -154,7 +154,7 @@
fi
fi
dnl AC_MSG_CHECKING(for OPT_HELPER_MAN)
-OPT_HELPER_MAN="$GROFF $GROFF_OPT"
+OPT_HELPER_MAN="$GROFF -man $GROFF_OPT"
AC_SUBST(OPT_HELPER_MAN)
dnl AC_MSG_RESULT($OPT_HELPER_MAN)
--- src/Makefile.am.orig Mon Feb 8 05:03:18 1999
+++ src/Makefile.am Mon Feb 8 05:03:42 1999
@@ -56,6 +56,7 @@
conf.pl: conf.pl.in
rm -f $@
sed -e 's!%VERSION%!$(VERSION)!g' \
+ -e 's!%LANGUAGE%!$(LANGUAGE)!g' \
-e 's!%NKF%!$(NKF)!g' \
-e 's!%KAKASI%!$(KAKASI)!g' \
-e 's!%CHASEN%!$(CHASEN)!g' \
--- src/conf.pl.in.orig Mon Feb 8 04:02:53 1999
+++ src/conf.pl.in Mon Feb 8 04:57:59 1999
@@ -74,11 +74,11 @@
Usage: $0 [options] [URL_PREFIX] <対象dir>
-a: target all files
- -c: use ChaSenI as Japanese processor
+ -c: use ChaSen as Japanese processor
-e: exclude files which has robot exclusion
-h: treat header part of Mail/News well
-k: use KAKASI as Japanese processor
- -m: use ChaSenI as Japanese processor with morphological processing
+ -m: use ChaSen as Japanese processor with morphological processing
-q: suppress status messages during execution
-r: treat man files
-u: decode uuencoded part and discard BinHex part
@@ -248,11 +248,11 @@
## If you have much memory, you can increase this value. (128MB or more)
## If you have not much memory, you can decrease this value. (32MB or less)
##
-$ON_MEMORY_MAX = 5000000
+$ON_MEMORY_MAX = 5000000;
# M K bytes
## File size limitation. The file larger than this value will not be indexed.
-$FILE_SIZE_LIMIT = 600000
+$FILE_SIZE_LIMIT = 600000;
# M K bytes
## Word length limitation. The word longer than this value will be ignored.