1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Add some documentation for USE_INC_LIBTOOL_VER.

This commit is contained in:
Joe Marcus Clarke 2004-07-09 17:47:25 +00:00
parent 9e5632dd66
commit 7c0294a2c1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=113298

View File

@ -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>