2010/4/18 Nobutarou <[email protected]>: > $ aclocal -I m4 > $ wc aclocal.m4 > 9326 34907 332252 aclocal.m4 > > でした. [...] > autogen.sh の aclocal -I m4 行以下の fix_aclocal_m4 を削除して make-wc.sh した > ところ > > ./configure: line 28470: syntax error near unexpected token `0.36.3,' > ./configure: line 28470: `IT_PROG_INTLTOOL(0.36.3, no-xml) > > となりました. configure の 28470 行以下の 3 行は > > IT_PROG_INTLTOOL(0.36.3, no-xml) > IT_PO_SUBDIR(qt/chardict/po) > IT_PO_SUBDIR(qt4/chardict/po) > > です. bash の文法になっていないような?
intltool.m4 が読み込まれていないようですね。お使いの aclocal はこれら必要な m4 ファイルを読み込むようになっていますか? aclocal --print-ac-dir で確認できます。 -- Etsushi Kato -- Google Groups "uim-ja" group [email protected] http://groups.google.com/group/uim-ja/about
