From 46dd0cc78629f55c9e06b929f1b6f9ea4dcedabe Mon Sep 17 00:00:00 2001 From: midipix Date: Sat, 27 Feb 2016 06:15:40 -0500 Subject: build system: configure: fix usage() for out-of-tree builds. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index d618f12..0f23965 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ usage() { - cat config.usage + cat "$mb_project_dir"/config.usage exit $? } -- cgit v1.2.3