[PHP-users 17946]Re: configureコマンドが見当たりません
Youichi Iwakiri
yiwakiri @ st.rim.or.jp
2003年 9月 17日 (水) 17:47:25 JST
いわきりです
Masashi Ohba wrote in <200309170618.AA00023 @ k19-ohba.imr.tohoku.ac.jp> :
>でも、それなら、私が示したのはphp-4.3.3での結果ですから
>--enable-mbstring[=LANG] デフォルト有効なのが何
> 指定で有効なのが何
> allですべて有効(でもでかいよ)
>という説明は、./configure --helpした時に出る必要がありますよね?
>数行の説明はOKみたいですし。
追いついてない部分があるのは、マンパワーの不足によるものだと
思います。
とりあえず、config.m4にコメントを追加しました。
問題ないようでしたら、どなたかcommitして下さい。
--- config.m4 Wed Nov 13 13:36:04 2002
+++ config.m4.add_info Wed Sep 17 17:39:46 2003
@@ -3,7 +3,10 @@
dnl
PHP_ARG_ENABLE(mbstring, whether to enable multibyte string support,
-[ --enable-mbstring Enable multibyte string support])
+[ --enable-mbstring[[=LANG]] Enable multibyte string support
+ ja, cn, tw, kr, ru, and all can be selected to
+ LANG. If it is all, the language of all above
+ will be supported.(LANG=ja is a default.)])
if test "$PHP_MBSTRING" != "no"; then
AC_DEFINE(HAVE_MBSTRING,1,[whether to have multibyte string support])
@@ -36,7 +39,7 @@
PHP_ARG_ENABLE(mbregex, whether to enable multibyte regex support,
-[ --enable-mbregex Enable multibyte regex support], no, no)
+[ --enable-mbregex Enable multibyte regex support], no, no)
if test "$PHP_MBREGEX" != "no" ; then
AC_DEFINE(HAVE_MBREGEX, 1, [whether to have multibyte regex
support])
--
Youichi Iwakiri
PHP-users メーリングリストの案内