X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=README;h=e2d387e677293391d80f5cc82ce62093c42e9848;hb=90a221dfde95f1bb1901e4c2d3ccae04978a54af;hp=16904ba9ee3db3150deb75edd12fd9a8d5e54578;hpb=f2834223388500696694f941b9dbc8200e8e795a;p=m17n%2Fm17n-lib.git diff --git a/README b/README index 16904ba..e2d387e 100644 --- a/README +++ b/README @@ -1,4 +1,4 @@ -This directory tree holds version 1.6.0 of the m17n library. -*- text -*- +This directory tree holds version 1.6.1 of the m17n library. -*- text -*- Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010 National Institute of Advanced Industrial Science and Technology (AIST) @@ -13,15 +13,31 @@ 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 gettext pkg-config + Debian Lenny 1.5.26 1.10.1 2.61 0.17 0.22 + Ubunto 8.04(*) 1.5.26 1.10.1 2.61 0.17 0.22 + Ubunto 9.10 2.2.4 1.9.6 2.61 0.17 0.22 + Ubunto 10.4 2.2.6b 1.11.1 2.65 0.17 0.22 + Fedra 12 2.2.6b 1.11.1 2.63 0.17 0.23 + +(*) bootstrap.sh prints lots of warning something like this: +------------------------------------------------------------ +autoreconf: running: aclocal --force -I m4 +configure.ac:47: warning: AC_COMPILE_IFELSE was called \ +before AC_USE_SYSTEM_EXTENSIONS +../../lib/autoconf/specific.m4:389: AC_USE_SYSTEM_EXTENSIONS is expanded from... +m4/lock.m4:29: gl_LOCK_EARLY_BODY is expanded from... +m4/lock.m4:22: gl_LOCK_EARLY is expanded from... +m4/lock.m4:253: gl_LOCK is expanded from... +m4/intl.m4:186: gt_INTL_SUBDIR_CORE is expanded from... +m4/intl.m4:25: AM_INTL_SUBDIR is expanded from... +m4/gettext.m4:57: AM_GNU_GETTEXT is expanded from... +configure.ac:47: the top level +------------------------------------------------------------ +but, it seems that they can be just ignored. Then, proceed to the next step.