From: handa Date: Mon, 5 Sep 2005 00:32:16 +0000 (+0000) Subject: Call automake with -a -c. X-Git-Tag: REL-1-3-0~197 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=79a4a8851b9bf62cc8d3df08652525e560c5b101;p=m17n%2Fm17n-lib.git Call automake with -a -c. --- diff --git a/bootstrap.sh b/bootstrap.sh index 688af67..f19de8d 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -14,7 +14,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:"