From 79a4a8851b9bf62cc8d3df08652525e560c5b101 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 5 Sep 2005 00:32:16 +0000 Subject: [PATCH] Call automake with -a -c. --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" -- 1.7.10.4