New file.
[m17n/m17n-test.git] / bootstrap.sh
1 echo "Running libtoolize..."
2 libtoolize --automake
3 echo "Running aclocal..."
4 aclocal
5 echo "Running autoheader..."
6 autoheader
7 echo "Running automake..."
8 automake -a
9 echo "Running autoconf..."
10 autoconf
11 echo "The remaining steps to install this library are:"
12 echo "  % ./configure"
13 echo "  % make"
14 echo "  % make install"
15