*** empty log message ***
[m17n/m17n-test.git] / bootstrap.sh
index dcdf243..f617baa 100755 (executable)
@@ -2,10 +2,8 @@ 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:"