Call aclocal with "-I m4". Produce
authorhanda <handa>
Fri, 22 Sep 2006 02:22:09 +0000 (02:22 +0000)
committerhanda <handa>
Fri, 22 Sep 2006 02:22:09 +0000 (02:22 +0000)
po/POTFILES.in.

bootstrap.sh

index 0a47abe..f12635a 100755 (executable)
 # 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"