X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=bootstrap.sh;h=cace07b2a8f271c6fcf730bae9ed62500db17de9;hb=1012119e679c0cef5c9a7888dafa05708dbbc9e1;hp=63dcce68b19472c54bbb3d6af6f15aa17b044ba9;hpb=27fb16446f2a3cfa7282cb678fe11c5e231584ce;p=m17n%2Fm17n-contrib.git diff --git a/bootstrap.sh b/bootstrap.sh index 63dcce6..cace07b 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -16,17 +16,19 @@ # 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"