X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=bootstrap.sh;h=8ed474528220f5684b7e366302c198801cc29715;hb=398685e3214363bc831a7c29f89e466a96b71e4a;hp=38e046a3b3f6d688ad333a899f71e33b47b49bb9;hpb=1359a5c46aaaa266d1d6a0f30f2478a18e439b5c;p=m17n%2Fm17n-lib.git diff --git a/bootstrap.sh b/bootstrap.sh index 38e046a..8ed4745 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -5,14 +5,16 @@ # Registration Number H15PRO112 # See the end for copying conditions. -echo "Running libtoolize..." -libtoolize --automake +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 +aclocal -I m4 echo "Running autoheader..." autoheader +echo "Running libtoolize..." +libtoolize --automake echo "Running automake..." -automake -a +automake -a -c echo "Running autoconf..." autoconf echo "The remaining steps to install this library are:" @@ -38,5 +40,5 @@ echo " % make install" # 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.