Explorar o código

Sanitize output of autogen.sh.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2260 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake %!s(int64=17) %!d(string=hai) anos
pai
achega
967be5a38a
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      autogen.sh

+ 2 - 1
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