de43b40b83a39db9bde522d71b37c2b3f1510751
[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 automake..."
13 automake -a
14 echo "Running autoheader..."
15 autoheader
16 echo "Running autoconf..."
17 autoconf
18
19 # Copyright (C) 2003, 2004
20 #   National Institute of Advanced Industrial Science and Technology (AIST)
21 #   Registration Number H15PRO167
22
23 # This file is part of libotf.
24
25 # Libotf is free software; you can redistribute it and/or modify it
26 # under the terms of the GNU Lesser General Public License as published
27 # by the Free Software Foundation; either version 2.1 of the License, or
28 # (at your option) any later version.
29
30 # Libotf is distributed in the hope that it will be useful, but WITHOUT
31 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
32 # FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public
33 # License for more details.
34
35 # You should have received a copy of the GNU Lesser General Public
36 # License along with this library, in a file named COPYING; if not,
37 # write to the Free Software Foundation, Inc., 59 Temple Place, Suite
38 # 330, Boston, MA 02111-1307, USA