Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r52333 - trunk/libs/regex/build
From: ghost_at_[hidden]
Date: 2009-04-11 10:43:43


Author: vladimir_prus
Date: 2009-04-11 10:43:43 EDT (Sat, 11 Apr 2009)
New Revision: 52333
URL: http://svn.boost.org/trac/boost/changeset/52333

Log:
Make the wording of messages consistent with other libraries.

Text files modified:
   trunk/libs/regex/build/Jamfile.v2 | 24 ++++++++++++------------
   1 files changed, 12 insertions(+), 12 deletions(-)

Modified: trunk/libs/regex/build/Jamfile.v2
==============================================================================
--- trunk/libs/regex/build/Jamfile.v2 (original)
+++ trunk/libs/regex/build/Jamfile.v2 2009-04-11 10:43:43 EDT (Sat, 11 Apr 2009)
@@ -62,8 +62,8 @@
             }
             else
             {
- ECHO WARNING: ICU shared common library not found in path. ;
- ECHO HINT: If the regex library fails to link then try again ;
+ ECHO warning: ICU shared common library not found in path. ;
+ ECHO hint: If the regex library fails to link then try again ;
                ECHO with the environment variable ICU_LINK set to contain ;
                ECHO the linker options required to link to ICU. ;
                ECHO Defaulting to look for libicuuc ... ;
@@ -94,8 +94,8 @@
             }
             else
             {
- ECHO WARNING: ICU shared i18n library not found in path. ;
- ECHO HINT: If the regex library fails to link then try again ;
+ ECHO warning: ICU shared i18n library not found in path. ;
+ ECHO hint: If the regex library fails to link then try again ;
                ECHO with the environment variable ICU_LINK set to contain ;
                ECHO the linker options required to link to ICU. ;
                ECHO Defaulting to look for libicui18n ... ;
@@ -130,15 +130,15 @@
                echo $(os) ;
                if $(os) != "DARWIN"
                {
- ECHO WARNING: ICU shared data library not found in path. ;
- ECHO HINT: If the regex library fails to link then try again ;
+ ECHO warning: ICU shared data library not found in path. ;
+ ECHO hint: If the regex library fails to link then try again ;
                   ECHO with the environment variable ICU_LINK set to contain ;
                   ECHO the linker options required to link to ICU. ;
                }
                else
                {
- ECHO WARNING: ICU shared data library not found in path. ;
- ECHO HINT: If the regex library fails to link then try again ;
+ ECHO warning: ICU shared data library not found in path. ;
+ ECHO hint: If the regex library fails to link then try again ;
                   ECHO with the environment variable ICU_LINK set to contain ;
                   ECHO the linker options required to link to ICU. ;
                   ECHO Defaulting to look for libicudata ... ;
@@ -163,14 +163,14 @@
    else
    {
       message icu_config
- : "Building Boost.Regex with the optional Unicode/ICU support disabled."
- : "Note: Please refer to the Boost.Regex documentation for more information"
- : "Note: this is a strictly optional feature." ;
+ : "warning: Building Boost.Regex with the optional Unicode/ICU support disabled."
+ : "note: Please refer to the Boost.Regex documentation for more information"
+ : "note: this is a strictly optional feature." ;
 
       if $(ICU_PATH)
       {
          message icu_config2
- : WARNING! ICU configuration failed
+ : warning! ICU configuration failed
            : " Couldn't find utypes.h in " $(ICU_PATH:J=" ")/include/unicode ;
       }
       else


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk