aboutsummaryrefslogtreecommitdiff
path: root/Mk/bsd.autotools.mk
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2005-11-15 06:54:39 +0000
committerAde Lovett <ade@FreeBSD.org>2005-11-15 06:54:39 +0000
commit6a96cb96ca97e4f6071e04265008ecc097114259 (patch)
tree61420fe773cf3c341b341fef61f040c4760ffcf9 /Mk/bsd.autotools.mk
parent54a0b86543e9ffa811825f0afecea56e89aac2a5 (diff)
downloadports-6a96cb96ca97e4f6071e04265008ecc097114259.tar.gz
ports-6a96cb96ca97e4f6071e04265008ecc097114259.zip
Now that the mass-conversion is done, print out a helpful message
(via .warning) for pending ports etc. that use the Old World Order for autotools. This will turn into a BROKEN message, along with removal of the old shims, on January 1st 2006, or after 5.5-RELEASE, whichever comes first.
Notes
Notes: svn path=/head/; revision=148324
Diffstat (limited to 'Mk/bsd.autotools.mk')
-rw-r--r--Mk/bsd.autotools.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk
index 265daa371a78..f09f2f982ca5 100644
--- a/Mk/bsd.autotools.mk
+++ b/Mk/bsd.autotools.mk
@@ -75,6 +75,7 @@ USE_AUTOTOOLS_COMPAT+= libtool:${WANT_LIBTOOL_VER}:env
# Ensure that we're not mixing and matching old and new systems
#
.if ${USE_AUTOTOOLS_COMPAT}!=""
+.warning "Old autotools variables detected. Replace with USE_AUTOTOOLS= ${USE_AUTOTOOLS_COMPAT}"
. if defined(USE_AUTOTOOLS)
BROKEN+= "Mix and match of old and new autotools system prohibited"
. else