Fix typo.
[m17n/m17n-contrib.git] / bootstrap.sh
index 63dcce6..1e047dd 100755 (executable)
 # Boston, MA 02110-1301, USA.
 
 echo "Running aclocal..."
-aclocal
+aclocal -I m4
 echo "Running automake..."
 automake -a
 echo "Running autoconf..."
 autoconf
+echo "Producing po/POTFILES.in"
+ls im/*.mim > po/POTFILES.in
 echo "The remaining steps to install this packge are:"
 echo "  % ./configure"
 echo "  % make"