X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=bootstrap.sh;h=1e047dd185a5d8cf200bf3d35c580d7135ed257c;hb=53791008b4542ea8dcd7bcc430283c29454cf8c2;hp=63dcce68b19472c54bbb3d6af6f15aa17b044ba9;hpb=27fb16446f2a3cfa7282cb678fe11c5e231584ce;p=m17n%2Fm17n-contrib.git diff --git a/bootstrap.sh b/bootstrap.sh index 63dcce6..1e047dd 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,11 +22,13 @@ # 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"