Move the JOIN and TOUCH keys to more accessible key combinations.
[m17n/m17n-contrib.git] / bootstrap.sh
index 63dcce6..cace07b 100755 (executable)
 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
 # Lesser General Public License for more details.
 
-# You should have received a copy of the GNU General Public License
-# along with GNU Emacs; see the file COPYING.  If not, write to
-# the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
+# 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., 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 im/*.mim > po/POTFILES.in
 echo "The remaining steps to install this packge are:"
 echo "  % ./configure"
 echo "  % make"