diff options
author | rillig <rillig@pkgsrc.org> | 2007-01-07 08:50:38 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2007-01-07 08:50:38 +0000 |
commit | 0cbec7280993055798b11f4f2c333672f64d2786 (patch) | |
tree | 6fd5220e33b72fda8fc8a0e1ce6135e01569d7b7 | |
parent | 4e742ffca41842152fd541cf323dc5c481cd8878 (diff) | |
download | pkgsrc-0cbec7280993055798b11f4f2c333672f64d2786.tar.gz |
Documented OVERRIDE_GNU_CONFIG_SCRIPTS.
-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 |