X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=bootstrap.sh;h=91ef76ddaa2b1bfcf7005b9f46188378c41aa298;hb=a3355a472c650493a399a7cc9ad095f963dae40a;hp=f12635a05c7ab2044e2e28444e12bd910e203612;hpb=6ed2219bc3e48437ef2dd38fd5b831afd21c9f57;p=m17n%2Fm17n-db.git diff --git a/bootstrap.sh b/bootstrap.sh index f12635a..91ef76d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -18,8 +18,8 @@ # 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 -I m4 @@ -28,7 +28,7 @@ automake -a echo "Running autoconf..." autoconf echo "Producing po/POTFILES.in" -ls *.mim > po/POTFILES.in +ls MIM/*.mim > po/POTFILES.in echo "The remaining steps to install this packge are:" echo " % ./configure" echo " % make"