*** empty log message ***
[m17n/m17n-im-config.git] / bootstrap.sh
index caff9f9..c01e9cf 100755 (executable)
@@ -8,13 +8,13 @@
 echo "Cleaning up old files..."
 rm -rf aclocal.m4 autom4te.cache config.guess. ltmain.sh
 echo "Running aclocal..."
-aclocal-1.9 -I m4
+aclocal -I m4
 echo "Running autoheader..."
 autoheader
 echo "Running libtoolize..."
 libtoolize --automake
 echo "Running automake..."
-automake-1.9 -a -c
+automake -a -c
 echo "Running autoconf..."
 autoconf
 echo "The remaining steps to install this package are:"