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