From: handa Date: Sat, 3 Apr 2010 15:40:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: REL-1-6-1~19 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=2c6131cab84db7200c13d73db4376dc391516451;p=m17n%2Fm17n-lib.git *** empty log message *** --- diff --git a/ChangeLog b/ChangeLog index 89f227b..1f67747 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2010-04-04 handa + + * configure.ac: Add AC_PROG_LIBTOOL. Comment out LT_PREREQ and + LT_INIT. + 2010-04-02 Kenichi Handa * configure.ac: Version changed to 1.6.1. diff --git a/README b/README index 2ff6ad1..d4fbf35 100644 --- a/README +++ b/README @@ -13,15 +13,12 @@ language. (1-1) From CVS working directory. -Run the program "autoreconf" as below in this directory. - % autoreconf -f -i - -It is tested that the script run successfully with these versions of -autotools. - libtool-2.2.4 - automake-1.9.6 - autoconf-2.61 - pkg-config-0.22 +Run the script "bootstrap.sh" in this directory. It is tested that +the script runs successfully with these versions of tools. + + libtool automake autoconf pkg-config + Debian Lenny 1.5.26 1.10.1 2.61 0.22 + Ubunto 9.10 2.2.4 1.9.6 2.61 0.22 Then, proceed to the next step.