From d9f018f251cd2742b702fd582e1b55e014f2f6a3 Mon Sep 17 00:00:00 2001 From: handa Date: Wed, 29 Nov 2006 01:17:01 +0000 Subject: [PATCH] Generate po/POTFILES.in. --- bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 1.7.10.4