From: handa Date: Thu, 21 Sep 2006 11:00:09 +0000 (+0000) Subject: Don't delete mkinstalldirs. Change order of X-Git-Tag: REL-1-3-4~54 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=a136ad33f3edca817c2f32d4499475765e6ed891;p=m17n%2Fm17n-lib.git Don't delete mkinstalldirs. Change order of calling auto tools. --- diff --git a/bootstrap.sh b/bootstrap.sh index f19de8d..41fd26f 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -6,13 +6,13 @@ # 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 mkinstalldirs libtool -echo "Running libtoolize..." -libtoolize --automake +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 -c echo "Running autoconf..."