diff options
author | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 22:04:25 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2005-11-19 22:04:25 +0000 |
commit | 6a53d41a22c833387b5ef4f7823f4ece318d06e5 (patch) | |
tree | f502a66cf77d9b2c97db577fc92d8261b12c80cf /Mk | |
parent | e14f6d2e7252405ad3f3ca0bbcba9a5b45f501b5 (diff) |
Notes
Diffstat (limited to 'Mk')
-rw-r--r-- | Mk/bsd.autotools.mk | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk index eed382d3197a..abb0ea113005 100644 --- a/Mk/bsd.autotools.mk +++ b/Mk/bsd.autotools.mk @@ -79,6 +79,16 @@ USE_AUTOTOOLS_COMPAT+= libtool:${WANT_LIBTOOL_VER}:env BROKEN+= "Mix and match of old and new autotools system prohibited" . else USE_AUTOTOOLS= ${USE_AUTOTOOLS_COMPAT} +_AUTOTOOLS_PN= ${.CURDIR:C/${PORTSDIR}\///} +pre-everything:: + @${ECHO} "*** AUTOTOOLS WARNING for ${_AUTOTOOLS_PN}" + @${ECHO} This port is using old autotools constructs which wil be" + @${ECHO} "disappearing on 1st January 2006" + @${ECHO} "" + @${ECHO} "In most cases, this warning can be fixed by removing" + @${ECHO} "all the old constructs and replacing them with:" + @${ECHO} " USE_AUTOTOOLS= ${USE_AUTOTOOLS_COMPAT}" + @${ECHO} "" . endif .endif |