*** empty log message ***
[m17n/m17n-test.git] / bootstrap.sh
1 echo "Running libtoolize..."
2 libtoolize --automake
3 echo "Running aclocal..."
4 aclocal
5 echo "Running automake..."
6 automake -a -c
7 echo "Running autoconf..."
8 autoconf
9 echo "The remaining steps to install this library are:"
10 echo "  % ./configure"
11 echo "  % make"