From: RĂ©mi Denis-Courmont Date: Sun, 27 Nov 2011 08:36:13 +0000 (+0200) Subject: Cleanup contrib warning X-Git-Tag: 1.3.0-git~20 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=25c92ecdad241ba0e66ec68da885c9579c77fc32;p=vlc Cleanup contrib warning --- diff --git a/extras/contrib/bootstrap b/extras/contrib/bootstrap index ed73e5a572..71ff339da7 100755 --- a/extras/contrib/bootstrap +++ b/extras/contrib/bootstrap @@ -24,9 +24,12 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA. # *************************************************************************** -echo "WARNING: This method to build 3rd party libraries has been deprecated. -Please use the /contrib folder instead of /extras/contrib. -" +cat >&2 << EOF +WARNING: This method of building third party libraries has been deprecated, + and is not supported anymore. + +Building from the /contrib folder is recommended instead of /extras/contrib. +EOF LANG=C export LANG