pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk/configure Documented OVERRIDE_GNU_CONFIG_SCRIPTS.
details: https://anonhg.NetBSD.org/pkgsrc/rev/1526d753ed32
branches: trunk
changeset: 523397:1526d753ed32
user: rillig <rillig%pkgsrc.org@localhost>
date: Sun Jan 07 08:50:38 2007 +0000
description:
Documented OVERRIDE_GNU_CONFIG_SCRIPTS.
diffstat:
mk/configure/configure.mk | 14 +++++++++++++-
1 files changed, 13 insertions(+), 1 deletions(-)
diffs (28 lines):
diff -r de8790b1f080 -r 1526d753ed32 mk/configure/configure.mk
--- a/mk/configure/configure.mk Sun Jan 07 08:48:11 2007 +0000
+++ b/mk/configure/configure.mk Sun Jan 07 08:50:38 2007 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index