*** empty log message ***
[m17n/m17n-test.git] / bootstrap.sh
index dcdf243..02864b4 100755 (executable)
@@ -2,14 +2,10 @@ echo "Running libtoolize..."
 libtoolize --automake
 echo "Running aclocal..."
 aclocal
-echo "Running autoheader..."
-autoheader
 echo "Running automake..."
-automake -a
+automake -a -c
 echo "Running autoconf..."
 autoconf
 echo "The remaining steps to install this library are:"
 echo "  % ./configure"
 echo "  % make"
-echo "  % make install"
-