From a529493e1aee8f8efc265c7d4191c567a3ec8056 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