X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=bootstrap.sh;h=4ccf4f95346b299346f0985c59c778aefa96b500;hb=012f94b974e030c40d39836cae8505ad0399303c;hp=5ad290486405da4aa6d8b1ad08679d2e8b336cba;hpb=7b5786af2315f942d1ca4aee727bfce5c7ecb215;p=m17n%2Fm17n-lib.git diff --git a/bootstrap.sh b/bootstrap.sh index 5ad2904..4ccf4f9 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -1,28 +1,6 @@ #!/bin/sh # bootstrap.sh -- shell script to build the m17n library from CVS. -# Copyright (C) 2003, 2004, 2005, 2006 -# National Institute of Advanced Industrial Science and Technology (AIST) -# Registration Number H15PRO112 -# See the end for copying conditions. - -echo "Cleaning up old files..." -rm -rf INSTALL aclocal.m4 autom4te.cache config.guess. config.sub install-sh ltmain.sh missing libtool -echo "Running aclocal..." -aclocal -I m4 -echo "Running autoheader..." -autoheader -echo "Running libtoolize..." -libtoolize --automake -echo "Running automake..." -automake -a -c -echo "Running autoconf..." -autoconf -echo "The remaining steps to install this library are:" -echo " % ./configure" -echo " % make" -echo " % make install" - -# Copyright (C) 2003, 2004 +# Copyright (C) 2003, 2004, 2005, 2006, 2009 # National Institute of Advanced Industrial Science and Technology (AIST) # Registration Number H15PRO112 @@ -42,3 +20,17 @@ echo " % make install" # 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 "Cleaning up old files..." +rm -rf INSTALL aclocal.m4 autom4te.cache config.guess. config.rpath config.sub install-sh libtool ltmain.sh missing mkinstalldirs intl/[D-Za-z]* m4/[a-z]* + +echo "Running autoreconf -v -f -i" +autoreconf -v -f -i +if [ ! -f po/Makevars ] ; then + echo "Copying po/Makevars.template to po/Makevars" + cp po/Makevars.template po/Makevars +fi +echo "The remaining steps to install this library are:" +echo " % ./configure" +echo " % make" +echo " % make install"