You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2009/09/16 18:34:04 UTC

svn commit: r815866 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Wed Sep 16 16:34:04 2009
New Revision: 815866

URL: http://svn.apache.org/viewvc?rev=815866&view=rev
Log:
Be more verbose.

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=815866&r1=815865&r2=815866&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Wed Sep 16 16:34:04 2009
@@ -544,6 +544,9 @@
         ;;
 esac
 
+echo -e "Configuring \033[1mApache Commons Runtime $vmajor.$vminor.$vpatch\033[0m. for $host$bits-$cc"
+echo ""
+
 # Common defines
 varadds cppopts -D_REENTRANT -D_LARGEFILE64_SOURCE
 if [ ".$bits" = .64 ]; then
@@ -1002,6 +1005,6 @@
 done
 
 echo ""
-echo "Configured for $host$bits-$cc."
+echo -e "Configured for $host$bits-$cc"
+echo -e "You can now run \033[1mmake\033[0m to build the library."
 echo ""
-