Body surrounded by "if MAINTAINER_MODE .. endif".
[m17n/m17n-docs.git] / bootstrap.sh
1 #!/bin/sh
2 echo "Running aclocal..."
3 aclocal
4 echo "Running automake..."
5 automake -a
6 echo "Running autoconf..."
7 autoconf
8 echo "The remaining steps to install this packge are:"
9 echo "  % ./configure"
10 echo "  % make"
11 echo "  % make install"
12 echo "If you are going to maintain it, call ./configure with the arg:"
13 echo "  --enable-maintainer-mode"