Generate po/POTFILES.in.
authorhanda <handa>
Wed, 29 Nov 2006 01:17:01 +0000 (01:17 +0000)
committerhanda <handa>
Wed, 29 Nov 2006 01:17:01 +0000 (01:17 +0000)
bootstrap.sh

index 63dcce6..1e047dd 100755 (executable)
 # 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"