From: handa Date: Fri, 22 Sep 2006 02:22:09 +0000 (+0000) Subject: Call aclocal with "-I m4". Produce X-Git-Tag: REL-1-3-4~78 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6ed2219bc3e48437ef2dd38fd5b831afd21c9f57;p=m17n%2Fm17n-db.git Call aclocal with "-I m4". Produce po/POTFILES.in. --- diff --git a/bootstrap.sh b/bootstrap.sh index 0a47abe..f12635a 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -22,11 +22,13 @@ # 02111-1307, USA. echo "Running aclocal..." -aclocal +aclocal -I m4 echo "Running automake..." automake -a echo "Running autoconf..." autoconf +echo "Producing po/POTFILES.in" +ls *.mim > po/POTFILES.in echo "The remaining steps to install this packge are:" echo " % ./configure" echo " % make"