From a51a98496cb04ca95a1adbbe9aecee46f8a3c0fa Mon Sep 17 00:00:00 2001 From: Ade Lovett Date: Sun, 14 Mar 2004 18:57:25 +0000 Subject: Add detail about recent autotools changes. Poked by: kris --- CHANGES | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'CHANGES') diff --git a/CHANGES b/CHANGES index 3aa3437b221d..4a79e1db45eb 100644 --- a/CHANGES +++ b/CHANGES @@ -10,6 +10,18 @@ in the release notes. All ports committers are allowed to commit to this file. +20040314: + USE_LIBTOOL, USE_AUTOCONF, and USE_AUTOMAKE are now considered + deprecated, and will be removed on or around June 1st 2004. + All ports should now choose the specific version of the tool, + using USE_LIBTOOL_VER, USE_AUTOCONF_VER, and USE_AUTOMAKE_VER. + The old "system default" behavior can be written as follows: + + Old New + USE_LIBTOOL=yes USE_LIBTOOL_VER=13 + USE_AUTOCONF=yes USE_AUTOCONF_VER=213 + USE_AUTOMAKE=yes USE_AUTOMAKE_VER=14 + 20040304: New variable MASTER_SITE_SOURCEFORGE_EXTENDED. It has the ten official sourceforge.net download mirrors, whereas -- cgit v1.2.3