*** empty log message ***
[m17n/m17n-lib.git] / bootstrap.sh
1 #!/bin/sh
2 # bootstrap.sh -- shell script to build the m17n library from CVS.
3 # Copyright (C) 2003, 2004
4 #   National Institute of Advanced Industrial Science and Technology (AIST)
5 #   Registration Number H15PRO112
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
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) 2003, 2004
24 #   National Institute of Advanced Industrial Science and Technology (AIST)
25 #   Registration Number H15PRO112
26
27 # This file is part of the m17n library.
28
29 # The m17n library is free software; you can redistribute it and/or
30 # modify it under the terms of the GNU Lesser General Public License
31 # as published by the Free Software Foundation; either version 2.1 of
32 # the License, or (at your option) any later version.
33
34 # The m17n library is distributed in the hope that it will be useful,
35 # but WITHOUT ANY WARRANTY; without even the implied warranty of
36 # 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 m17n library; if not, write to the Free
41 # Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
42 # 02111-1307, USA.