Added "bmake help" documentation for using libtool and pkg-config.

This commit is contained in:
rillig 2015-03-11 19:24:44 +00:00
parent 13d395ba74
commit 63823525fb
3 changed files with 18 additions and 1 deletions

7
mk/help/libtool.help Normal file
View file

@ -0,0 +1,7 @@
# $NetBSD: libtool.help,v 1.1 2015/03/11 19:24:44 rillig Exp $
# USE_LIBTOOL
# Packages that use libtool for building shared libraries must set
# this variable to "yes".
#
# Keywords: libtool

8
mk/help/pkg-config.help Normal file
View file

@ -0,0 +1,8 @@
# $NetBSD: pkg-config.help,v 1.1 2015/03/11 19:24:44 rillig Exp $
# Packages that use pkg-config for managing shared libraries must
# declare:
#
# USE_TOOLS+= pkg-config
#
# Keywords: pkg-config pc

View file

@ -1,4 +1,4 @@
# $NetBSD: automake.mk,v 1.26 2015/02/16 10:59:39 jperkin Exp $
# $NetBSD: automake.mk,v 1.27 2015/03/11 19:24:44 rillig Exp $
#
# Copyright (c) 2005 The NetBSD Foundation, Inc.
# All rights reserved.
@ -70,6 +70,8 @@
#
# AUTOMAKE_OVERRIDE= no
#
# Keywords: automake
#
# Only allow one of "automake" and "automake14" in USE_TOOLS.
.if !empty(USE_TOOLS:C/:.*//:Mautomake) && \