From 6af5941ead797dbcd5157a38f216d86ceacf9214 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Wed, 26 Oct 2005 14:23:36 +0000 Subject: [PATCH] Add --show-locate-target to aid configure script [SVN r31482] --- src/engine/build.jam | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/engine/build.jam b/src/engine/build.jam index 2b460e950..9c600ab66 100644 --- a/src/engine/build.jam +++ b/src/engine/build.jam @@ -353,6 +353,11 @@ else locate-target = [ .path $(locate-target) ] ; } +if --show-locate-target in $(ARGV) +{ + ECHO $(locate-target) ; +} + # We have some different files for UNIX, VMS, and NT. jam.source = command.c compile.c debug.c expand.c glob.c