*** empty log message ***
[m17n/libotf.git] / autogen.sh
1 #!/bin/sh
2 # autogen.sh -- shell script to build libotf from CVS.
3 # Copyright (C) 2003, 2004
4 #   National Institute of Advanced Industrial Science and Technology (AIST)
5 #   Registration Number H15PRO167
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) 2003, 2004
24 #   National Institute of Advanced Industrial Science and Technology (AIST)
25 #   Registration Number H15PRO167
26
27 # This file is part of libotf.
28
29 # Libotf is free software; you can redistribute it and/or modify it
30 # under the terms of the GNU Lesser General Public License as published
31 # by the Free Software Foundation; either version 2.1 of the License, or
32 # (at your option) any later version.
33
34 # Libotf is distributed in the hope that it will be useful, but WITHOUT
35 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
36 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
37 # License for more details.
38
39 # You should have received a copy of the GNU Lesser General Public
40 # License along with this library, in a file named COPYING; if not,
41 # write to the Free Software Foundation, Inc., 59 Temple Place, Suite
42 # 330, Boston, MA 02111-1307, USA