*** empty log message ***
authorhanda <handa>
Sat, 3 Apr 2010 15:40:35 +0000 (15:40 +0000)
committerhanda <handa>
Sat, 3 Apr 2010 15:40:35 +0000 (15:40 +0000)
ChangeLog
README

index 89f227b..1f67747 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2010-04-04  handa  <handa@m17n.org>
+
+       * configure.ac: Add AC_PROG_LIBTOOL. Comment out LT_PREREQ and
+       LT_INIT.
+
 2010-04-02  Kenichi Handa  <handa@m17n.org>
 
        * configure.ac: Version changed to 1.6.1.
diff --git a/README b/README
index 2ff6ad1..d4fbf35 100644 (file)
--- 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.