Namazu-devel-ja(旧)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: new-autotoolsブランチ
臼田です。
knok@xxxxxxxxxxxxx wrote:
> ともかく新しい autoconf/automake/libtool に対応するため、
> new-autotools ブランチを作成しました(実は作成したのは結構前ですが...)。
>
> ChangeLog の方に変更点は書いてあるので、確認をお願いします > developer各位
まだ作業を始めたばかりのようなので、何を確認して送付するのがよいのか
分かりませんが、とりあえず下記の2つの環境で試してみました。
出てきたメッセージを送っておきます
環境1:namazuのautogen.sh用に普段使っている環境(FreeBSD4.8R)
chroot環境を作ってautotoolsをソースから入れて使っています
GNU m4 1.4
Autoconf version 2.13
automake (GNU automake) 1.4-p6
gettext (GNU gettext) 0.10.40
(GNU libtool) 1.4.3 (1.922.2.110 2002/10/23 01:39:54)
環境2:FreeBSD4.8Rのpackagesで揃えてみたもの
GNU m4 m4-1.4_1
autoconf-2.53_1
automake-1.5,1
gettext-0.11.5_1
libtool-1.3.4_4 (GNU libtool) 1.3.4-freebsd-ports (1.385.2.196 1999/12/07 21:47:57)
環境2ではまだ
Press Return to acknowledge the previous 6 paragraphs.
というメッセージが出て一時停止しているのは以前とおなじようなのですが
環境1では
Please add the files
codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
progtest.m4
from the /usr/local/share/aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.
Running libtoolize...
Using `AC_PROG_RANLIB' is rendered obsolete by `AC_PROG_LIBTOOL'
Running aclocal ...
Running autoheader...
Autoconf requires GNU m4 1.1 or later
といったメッセージが出ておりconfigureが作成できません。
BSDに標準で入っている/usr/bin/m4が影響しているのではないかと思います。
GNU版m4は/usr/local/bin/gm4として別途入れており、いままでのautogen.sh
では無事に動いておりました。
臼田幸生