From 967be5a38aedad6ae4a353571352749571cb0a87 Mon Sep 17 00:00:00 2001 From: Steven Dake Date: Thu, 18 Jun 2009 23:08:16 +0000 Subject: [PATCH] Sanitize output of autogen.sh. git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2260 fd59a12c-fef9-0310-b244-a6a79926bd2f --- autogen.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 7f0f2eb6..83770a1e 100755 --- a/autogen.sh +++ b/autogen.sh @@ -1,4 +1,5 @@ #!/bin/sh # Run this to generate all the initial makefiles, etc. -autoreconf -i -v && echo Now run ./configure and make +echo Building configuration system... +autoreconf -i && echo Now run ./configure and make -- 2.39.5