From: handa Date: Fri, 2 Sep 2005 12:28:18 +0000 (+0000) Subject: Run automake with -a -c. X-Git-Tag: REL-0-9-5~45 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=bba4b8d402aa00f5d62e3fb73a718d4e952dd2ec;p=m17n%2Flibotf.git Run automake with -a -c. --- diff --git a/autogen.sh b/autogen.sh index 00fff4b..3c17654 100755 --- a/autogen.sh +++ b/autogen.sh @@ -12,7 +12,7 @@ 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:"