diff options
author | rillig <rillig> | 2007-01-07 08:50:38 +0000 |
---|---|---|
committer | rillig <rillig> | 2007-01-07 08:50:38 +0000 |
commit | 7042200630298d7b2ded124940e9c268dea30945 (patch) | |
tree | 6fd5220e33b72fda8fc8a0e1ce6135e01569d7b7 /mk/configure | |
parent | 4754eb7c7e9f8a89ce25dd3897b63a1abce0614a (diff) | |
download | pkgsrc-7042200630298d7b2ded124940e9c268dea30945.tar.gz |
Documented OVERRIDE_GNU_CONFIG_SCRIPTS.
Diffstat (limited to 'mk/configure')
-rw-r--r-- | mk/configure/configure.mk | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/mk/configure/configure.mk b/mk/configure/configure.mk index ed202251d42..8f02027b813 100644 --- a/mk/configure/configure.mk +++ b/mk/configure/configure.mk @@ -1,4 +1,4 @@ -# $NetBSD: configure.mk,v 1.12 2006/11/09 02:53:15 rillig Exp $ +# $NetBSD: configure.mk,v 1.13 2007/01/07 08:50:38 rillig Exp $ # # CONFIGURE_SCRIPT is the path to the script to run in order to # configure the software for building. If the path is relative, @@ -11,6 +11,18 @@ # CONFIGURE_ARGS is the list of arguments that is passed to the # configure script. # +# OVERRIDE_GNU_CONFIG_SCRIPTS +# Whether to override the GNU config.guess and config.sub scripts +# with the pkgsrc versions. +# +# Possible values: defined, undefined. +# +# Default value: defined when GNU_CONFIGURE is defined, undefined +# otherwise. +# +# Keywords: config.guess config.sub +# + CONFIGURE_SCRIPT?= ./configure CONFIGURE_ENV+= ${ALL_ENV} CONFIGURE_ARGS?= # empty |