*** empty log message ***
[m17n/m17n-db.git] / bootstrap.sh
index f12635a..91ef76d 100755 (executable)
@@ -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"