From bba4b8d402aa00f5d62e3fb73a718d4e952dd2ec Mon Sep 17 00:00:00 2001 From: handa Date: Fri, 2 Sep 2005 12:28:18 +0000 Subject: [PATCH] Run automake with -a -c. --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:" -- 1.7.10.4