summaryrefslogtreecommitdiff
path: root/Mk
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-09 17:47:25 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2004-07-09 17:47:25 +0000
commit7c0294a2c1cf6e3bb4c611cd685eb52344f465ab (patch)
treee9bac4a1dd14057b07758b0fee0b73bab4b3369b /Mk
parentApply a big libtool patch to allow porters to use the libtool installed by (diff)
Add some documentation for USE_INC_LIBTOOL_VER.
Notes
Notes: svn path=/head/; revision=113298
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.autotools.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Mk/bsd.autotools.mk b/Mk/bsd.autotools.mk
index e5d105c37cca..66ea3ca77bb5 100644
--- a/Mk/bsd.autotools.mk
+++ b/Mk/bsd.autotools.mk
@@ -58,6 +58,12 @@ Autotools_Include_MAINTAINER= ade@FreeBSD.org
#
# USE_LIBTOOL_VER=<value>
# - Port wishes to use libtool, including the configuration step
+# - Port will use the ports version of libtool
+# - Implies GNU_CONFIGURE?=yes and WANT_LIBTOOL_VER=<value>
+#
+# USE_INC_LIBTOOL_VER=<value>
+# - Port wishes to use libtool, including the configuration step
+# - Port will use its own included version of libtool
# - Implies GNU_CONFIGURE?=yes and WANT_LIBTOOL_VER=<value>
#
# WANT_LIBTOOL_VER=<value>