Namazu-devel-ja(旧)


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: EUC-JP strings in perl scripts



臼田です

knok@xxxxxxxxxxxxx wrote:
> 
>   すいません、m4 以下を配布対象にしていませんでした。修正し、再度 make
> dist しなおして同じ URL におきました。
> 
>   make dist した環境下では make check できています。
> -- 

pre8の2個目を試しました。
.configureしてmake checkをしたところ
全部 PASSになりました。

が、寺西さんの環境と同じように
LANG=jaでのテストでも
tests/test-logには日本語でなく英語のメッセージが残ります。
pre7の時に残っていたlogメッセージは日本語でした。

また、
new-autotoolsブランチからtarballを拾って
./autogen.shを試してみたところ。

Please use AM_GNU_GETTEXT([external]) in order to cause autoconfiguration
to look for an external libintl.

Please create po/Makevars from the template in po/Makevars.template.
You can then remove po/Makevars.template.

Please run 'automake m4/Makefile' to create m4/Makefile.in

Please run 'aclocal -I m4' to regenerate the aclocal.m4 file.
You need aclocal from GNU automake 1.5 (or newer) to do this.
Then run 'autoconf' to regenerate the configure file.

Please change src/Makefile.am to use @LTLIBINTL@ or @LIBINTL@ instead of
@INTLLIBS@. Which one, depends whether it is used with libtool or not.
@INTLLIBS@ will go away.

You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

You might also want to copy the convenience header file gettext.h
from the /usr/local/share/gettext directory into your package.
It is a wrapper around <libintl.h> that implements the configure --disable-nls
option.

Press Return to acknowledge the previous 7 paragraphs.

が出てしまいました。

GNU m4 1.4
autoconf (GNU Autoconf) 2.53
automake (GNU automake) 1.6.3
gettext (GNU gettext) 0.11.5
libtool: ltmain.sh (GNU libtool) 1.4.2 (1.922.2.53 2001/09/11 03:18:52)
の環境です。

pre7のときはこの環境でautogen.shも止まらずにできていたと思います。

臼田幸生