From a136ad33f3edca817c2f32d4499475765e6ed891 Mon Sep 17 00:00:00 2001 From: handa Date: Thu, 21 Sep 2006 11:00:09 +0000 Subject: [PATCH] Don't delete mkinstalldirs. Change order of calling auto tools. --- bootstrap.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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..." -- 1.7.10.4