From: handa Date: Mon, 29 Mar 2004 12:45:48 +0000 (+0000) Subject: Run automake after autoheader. X-Git-Tag: REL-0-9-1~72 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=158b22866a49ebbfe2db29bce7a512880e731d20;p=m17n%2Flibotf.git Run automake after autoheader. --- diff --git a/autogen.sh b/autogen.sh index c95bd14..00fff4b 100755 --- a/autogen.sh +++ b/autogen.sh @@ -9,10 +9,10 @@ echo "Running libtoolize..." libtoolize --automake echo "Running aclocal..." aclocal -echo "Running automake..." -automake -a echo "Running autoheader..." autoheader +echo "Running automake..." +automake -a echo "Running autoconf..." autoconf echo "The remaining steps to install this library are:"