X-Git-Url: http://git.chise.org/gitweb/?p=m17n%2Fm17n-test.git;a=blobdiff_plain;f=bootstrap.sh;h=02864b4b365b9dc63e12ccb685e22f8afa2e22ae;hp=dcdf24326c354b8c4fd47d18324222526029ed93;hb=refs%2Fheads%2Fmaster;hpb=179ee8151c9e88b05d05ff09c994871855093e7e diff --git a/bootstrap.sh b/bootstrap.sh index dcdf243..02864b4 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -2,14 +2,10 @@ echo "Running libtoolize..." libtoolize --automake echo "Running aclocal..." aclocal -echo "Running autoheader..." -autoheader echo "Running automake..." -automake -a +automake -a -c echo "Running autoconf..." autoconf echo "The remaining steps to install this library are:" echo " % ./configure" echo " % make" -echo " % make install" -