Copyright notice fixed.
authorhanda <handa>
Wed, 20 Dec 2006 07:58:49 +0000 (07:58 +0000)
committerhanda <handa>
Wed, 20 Dec 2006 07:58:49 +0000 (07:58 +0000)
README
bootstrap.sh

diff --git a/README b/README
index c9e6412..86a8ded 100644 (file)
--- a/README
+++ b/README
@@ -1,13 +1,13 @@
-This directory tree holds version 0.9.0 of m17n-pango. -*- text -*-
+This directory holds version 0.9.1 of pango-m17n.              -*- text -*-
 
 Copyright (C) 2006
   National Institute of Advanced Industrial Science and Technology (AIST)
-  Registration Number H15PRO112
+  Registration Number H16PRO276
 See the end for copying conditions.
 
-This package "m17n-pango" provides a Pango shaping module for various
-scripts that requires CTL (Complex Text Layout) language.  It utilizes
-the rendering capability of the m17n library.
+This package "pango-m17n" provides a single Pango shaping module for
+various scripts that requires CTL (Complex Text Layout) language.  It
+utilizes the rendering capability of the m17n library.
 
 
 (1) INSTALLATION
@@ -17,16 +17,16 @@ the rendering capability of the m17n library.
 Run the script "bootstrap.sh" in this directory.  It is tested that
 the script run successfully with these versions of autotools.
 
-       libtool-1.5.6
-       automake-1.9.5
-       autoconf-2.59
+       libtool-1.5.22
+       automake-1.9.6
+       autoconf-2.60
 
 Then, proceed to the next step.
 
 (1-2) From the tarball.
 
 It requires Pango (ver.1.4 or the later) and the m17n library
-(ver.1.3.3 or the later).
+(ver.1.3.4 or the later).
 
 Type the followings on the command line.
 
@@ -44,11 +44,11 @@ Please read also INSTALL for the generic installation instructions.
 If you want to use this pango module (shaper engine), do something
 like this:
 
-% PANGO_RC_FILE=/usr/local/lib/m17n-pango/1.4.0/modules/pangorc gedit
+% PANGO_RC_FILE=/usr/local/lib/pango-m17n/pangorc gedit
 
 To check if this module is surely being used, do this:
 
-% MDEBUG_FONT=1 PANGO_RC_FILE=/usr/local/lib/m17n-pango/1.4.0/modules/pangorc gedit
+% MDEBUG_FONT=1 PANGO_RC_FILE=/usr/local/lib/pango-m17n/pangorc gedit
 
 Then, the information about which font is being used is printed.
 
@@ -57,21 +57,21 @@ Copyright information
 
 Copyright (C) 2006
   National Institute of Advanced Industrial Science and Technology (AIST)
-  Registration Number H15PRO112
+  Registration Number H16PRO276
 
-This file is part of m17n-pango; a sub-part of the m17n library.
+This file is part of pango-m17n library.
 
-The m17n library is free software; you can redistribute it and/or
-modify it under the terms of the GNU Lesser General Public License
-as published by the Free Software Foundation; either version 2.1 of
-the License, or (at your option) any later version.
+The pango-m17n library is free software; you can redistribute it
+and/or modify it under the terms of the GNU Lesser General Public
+License as published by the Free Software Foundation; either version
+2.1 of the License, or (at your option) any later version.
 
-The m17n library is distributed in the hope that it will be useful,
-but WITHOUT ANY WARRANTY; without even the implied warranty of
+The pango-m17n library is distributed in the hope that it will be
+useful, but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 Lesser General Public License for more details.
 
 You should have received a copy of the GNU Lesser General Public
-License along with the m17n library; if not, write to the Free
+License along with the pango-m17n library; if not, write to the Free
 Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 02111-1307, USA.
index 994bf3e..e46eb7b 100755 (executable)
@@ -1,8 +1,8 @@
 #!/bin/sh
-# autogen.sh -- shell script to build libotf from CVS.
+# bootstrap.sh -- shell script to build this package from CVS.
 # Copyright (C) 2006
 #   National Institute of Advanced Industrial Science and Technology (AIST)
-#   Registration Number H15PRO167
+#   Registration Number H16PRO276
 # See the end for copying conditions.
 
 echo "Running libtoolize..."
@@ -22,21 +22,21 @@ echo "  % make install"
 
 # Copyright (C) 2006
 #   National Institute of Advanced Industrial Science and Technology (AIST)
-#   Registration Number H15PRO167
+#   Registration Number H16PRO276
 
-# This file is part of m17n-pango; a sub-part of the m17n library.
+# This file is part of the pango-m17n library.
 
-# The m17n library is free software; you can redistribute it and/or
-# modify it under the terms of the GNU Lesser General Public License
-# as published by the Free Software Foundation; either version 2.1 of
-# the License, or (at your option) any later version.
+# The pango-m17n library is free software; you can redistribute it
+# and/or modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either version
+# 2.1 of the License, or (at your option) any later version.
 
-# The m17n library is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# The pango-m17n library is distributed in the hope that it will be
+# useful, but WITHOUT ANY WARRANTY; without even the implied warranty
+# of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # Lesser General Public License for more details.
 
 # You should have received a copy of the GNU Lesser General Public
-# License along with this library, in a file named COPYING; if not,
-# write to the Free Software Foundation, Inc., 59 Temple Place, Suite
-# 330, Boston, MA 02111-1307, USA
+# License along with the pango-m17n library, in a file named COPYING;
+# if not, write to the Free Software Foundation, Inc., 59 Temple
+# Place, Suite 330, Boston, MA 02111-1307, USA