From: Jean-Baptiste Kempf Date: Sun, 27 Nov 2011 00:03:03 +0000 (+0100) Subject: Warn people about depreciation, do not block them. X-Git-Tag: 1.3.0-git~26 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=7f71d43e9424959a0514b952bd9c29d08a65e0b0;p=vlc Warn people about depreciation, do not block them. --- diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index 958e0b7673..ed73e5a572 100755 --- a/extras/contrib/bootstrap +++ b/extras/contrib/bootstrap @@ -24,10 +24,9 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. # *************************************************************************** -echo "This method to build 3rd party libraries has been deprecated. +echo "WARNING: This method to build 3rd party libraries has been deprecated. Please use the /contrib folder instead of /extras/contrib. " -exit 1 LANG=C export LANG