]> git.proxmox.com Git - mirror_corosync.git/commitdiff
Sanitize output of autogen.sh.
authorSteven Dake <sdake@redhat.com>
Thu, 18 Jun 2009 23:08:16 +0000 (23:08 +0000)
committerSteven Dake <sdake@redhat.com>
Thu, 18 Jun 2009 23:08:16 +0000 (23:08 +0000)
git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2260 fd59a12c-fef9-0310-b244-a6a79926bd2f

autogen.sh

index 7f0f2eb6b8b9d820ccd93a4279f87f328957ea17..83770a1e5491ad52cd3380e3db666e147e0cf125 100755 (executable)
@@ -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