Enhance preferred fonts for han.
[m17n/m17n-db.git] / bootstrap.sh
index 0a47abe..91ef76d 100755 (executable)
 
 # You should have received a copy of the GNU Lesser General Public
 # License along with the m17n library; if not, write to the Free
-# Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
-# 02111-1307, USA.
+# Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# 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 MIM/*.mim > po/POTFILES.in
 echo "The remaining steps to install this packge are:"
 echo "  % ./configure"
 echo "  % make"