From: handa Date: Wed, 29 Nov 2006 01:17:01 +0000 (+0000) Subject: Generate po/POTFILES.in. X-Git-Tag: REL-1-1-0~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=d9f018f251cd2742b702fd582e1b55e014f2f6a3;p=m17n%2Fm17n-contrib.git Generate po/POTFILES.in. --- 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"