From 6ed2219bc3e48437ef2dd38fd5b831afd21c9f57 Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 22 Sep 2006 02:22:09 +0000 Subject: [PATCH] Call aclocal with "-I m4". Produce po/POTFILES.in. --- bootstrap.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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" -- 1.7.10.4