summaryrefslogtreecommitdiff
path: root/mk/configure
diff options
context:
space:
mode:
authorrillig <rillig>2007-11-01 08:37:24 +0000
committerrillig <rillig>2007-11-01 08:37:24 +0000
commit2e30bdfcb09b257fb7d50f7595eae9cb1744788b (patch)
tree957e9d149f7845b7d31732660ef3d8e506f64245 /mk/configure
parentdee6f74f9633f6acc1b867066c3da04188cf2546 (diff)
downloadpkgsrc-2e30bdfcb09b257fb7d50f7595eae9cb1744788b.tar.gz
Moved the pre-configure-checks-hook below do-configure-pre-hook, so that
REPLACE_INTERPRETER takes place before the portability check. Shell scripts that will use bash anyway do not need to be checked for portability problems.
Diffstat (limited to 'mk/configure')
-rw-r--r--mk/configure/configure.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/mk/configure/configure.mk b/mk/configure/configure.mk
index 3853dfb3616..340ab4a8cf6 100644
--- a/mk/configure/configure.mk
+++ b/mk/configure/configure.mk
@@ -1,4 +1,4 @@
-# $NetBSD: configure.mk,v 1.18 2007/07/12 18:59:15 jlam Exp $
+# $NetBSD: configure.mk,v 1.19 2007/11/01 08:37:24 rillig Exp $
#
# = Package-settable variables =
#
@@ -125,8 +125,8 @@ _REAL_CONFIGURE_TARGETS+= configure-check-interactive
_REAL_CONFIGURE_TARGETS+= configure-message
_REAL_CONFIGURE_TARGETS+= configure-vars
_REAL_CONFIGURE_TARGETS+= pre-configure
-_REAL_CONFIGURE_TARGETS+= pre-configure-checks-hook
_REAL_CONFIGURE_TARGETS+= do-configure-pre-hook
+_REAL_CONFIGURE_TARGETS+= pre-configure-checks-hook
_REAL_CONFIGURE_TARGETS+= do-configure
_REAL_CONFIGURE_TARGETS+= do-configure-post-hook
_REAL_CONFIGURE_TARGETS+= post-configure