*** empty log message ***
[m17n/m17n-pango.git] / bootstrap.sh
1 #!/bin/sh
2 # bootstrap.sh -- shell script to build this package from CVS.
3 # Copyright (C) 2006
4 #   National Institute of Advanced Industrial Science and Technology (AIST)
5 #   Registration Number H16PRO276
6 # See the end for copying conditions.
7
8 echo "Running libtoolize..."
9 libtoolize --automake
10 echo "Running aclocal..."
11 aclocal
12 echo "Running autoheader..."
13 autoheader
14 echo "Running automake..."
15 automake -a -c
16 echo "Running autoconf..."
17 autoconf
18 echo "The remaining steps to install this library are:"
19 echo "  % ./configure"
20 echo "  % make"
21 echo "  % make install"
22
23 # Copyright (C) 2006
24 #   National Institute of Advanced Industrial Science and Technology (AIST)
25 #   Registration Number H16PRO276
26
27 # This file is part of the pango-m17n library.
28
29 # The pango-m17n library is free software; you can redistribute it
30 # and/or modify it under the terms of the GNU Lesser General Public
31 # License as published by the Free Software Foundation; either version
32 # 2.1 of the License, or (at your option) any later version.
33
34 # The pango-m17n library is distributed in the hope that it will be
35 # useful, but WITHOUT ANY WARRANTY; without even the implied warranty
36 # of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
37 # Lesser General Public License for more details.
38
39 # You should have received a copy of the GNU Lesser General Public
40 # License along with the pango-m17n library, in a file named COPYING;
41 # if not, write to the Free Software Foundation, Inc., 59 Temple
42 # Place, Suite 330, Boston, MA 02111-1307, USA