From 3bed5c0c70ff49b02b4a96d2299ae77b0ab885c8 Mon Sep 17 00:00:00 2001
From: Fons Rademakers <Fons.Rademakers@cern.ch>
Date: Wed, 22 Feb 2017 19:51:11 +0100
Subject: [PATCH] print deprecation message within 80 chars to be terminal
 friendly.

---
 configure | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)

diff --git a/configure b/configure
index 42cab175568..5b545d4f422 100755
--- a/configure
+++ b/configure
@@ -12,10 +12,12 @@
 #
 ######################################################################
 
-echo "****************************************************************************************************************"
-echo "*  The classic configure/make method of building ROOT is now DEPRECATED in favor of the CMake one.             *"
-echo "*  Refer to README/INSTALL file for updated instructions or visit the page https://root.cern.ch/building-root  *"
-echo "****************************************************************************************************************"
+echo "******************************************************************************"
+echo "* The classic configure/make method of building ROOT is now DEPRECATED in    *"
+echo "* favor of the CMake one.                                                    *"
+echo "* Refer to README/INSTALL file for updated instructions or visit the page    *"
+echo "* https://root.cern.ch/building-root                                         *"
+echo "******************************************************************************"
 
 #
 ### echo %%% Some global variables
@@ -8487,9 +8489,11 @@ if [ "x$run_maintainer_clean" = "xyes" ]; then
    $0 `cat config.status 2>/dev/null`
 fi
 
-echo "****************************************************************************************************************"
-echo "*  The classic configure/make method of building ROOT is now DEPRECATED in favor of the CMake one.             *"
-echo "*  Refer to README/INSTALL file for updated instructions or visit the page https://root.cern.ch/building-root  *"
-echo "****************************************************************************************************************"
+echo "******************************************************************************"
+echo "* The classic configure/make method of building ROOT is now DEPRECATED in    *"
+echo "* favor of the CMake one.                                                    *"
+echo "* Refer to README/INSTALL file for updated instructions or visit the page    *"
+echo "* https://root.cern.ch/building-root                                         *"
+echo "******************************************************************************"
 
 exit 0
-- 
GitLab