Annotation of OpenXM/src/ox_toolkit/Libtool-ja.txt, Revision 1.1
1.1 ! ohara 1: # $OpenXM$
! 2:
! 3: <libtool 導入の記録>
! 4:
! 5: libtool を導入するには、autoconf のバージョンを上げて configure などを
! 6: 作り直す必要があった。この作業は FreeBSD-current (May 31 2004) 上で行
! 7: い、使用したソフトウェアのバージョンは次の通り。
! 8:
! 9: autoconf 2.53
! 10: automake 1.5
! 11: libtool 1.3.5
! 12:
! 13: 1. バージョンの古いファイルをすべて消す。
! 14: $ rm -f configure config.guess config.sub install-sh Makefile.in
! 15:
! 16: 2. Makefile.am を書き、configure.in を修正する。
! 17:
! 18: 3. libtoolize + aclocal + automake + autoconf で必要なファイルを生成する。
! 19: $ libtoolize13
! 20: $ aclocal
! 21: $ automake -a -c -f
! 22: $ autoconf
! 23:
! 24: これでカレントディレクトリに configure ができているはずである。
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>