From 158b22866a49ebbfe2db29bce7a512880e731d20 Mon Sep 17 00:00:00 2001 From: handa Date: Mon, 29 Mar 2004 12:45:48 +0000 Subject: [PATCH] Run automake after autoheader. --- autogen.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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:" -- 1.7.10.4