From 449ff0b2d36993216e168efe1dc6f8aef827a503 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 33d8318..94fa6f3 100755 --- a/configure +++ b/configure @@ -7,7 +7,7 @@ usage() { - cat config.usage + cat "$mb_project_dir"/config.usage exit $? } -- cgit v1.2.3