[nemiver] Update configure status message



commit 7e11de87cab6a16ef4fc6d4cb17564fa38833462
Author: Dodji Seketeli <dodji redhat com>
Date:   Mon Dec 7 09:06:37 2009 +0100

    Update configure status message
    
    	* configure.ac: use AC_MSG_NOTICE to display configure status
    	message. That makes it be logged in config.log, at least.

 configure.ac |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index eb9d3ea..dccee33 100644
--- a/configure.ac
+++ b/configure.ac
@@ -445,8 +445,7 @@ help/Makefile])
 
 AC_OUTPUT()
 
-cat <<EOT
-
+AC_MSG_NOTICE([
 =================================================================
          Nemiver: $MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION
 =================================================================
@@ -479,6 +478,6 @@ Once done, type 'make install' with sufficient privileges to install it to $pref
 
 I hope you will enjoy it.
 
---Dodji
-EOT
+        --Dodji
+])
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]