X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=configure;h=27d212487401f0aeb374cb02400a3aed703da550;hp=09df45fdf580bdfd3bfddbca3e903027fe9e7db3;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/configure b/configure index 09df45f..27d2124 100755 --- a/configure +++ b/configure @@ -11,7 +11,7 @@ die () { [ -f build/config.lua ] || die 1 <<"END" You must first `cd' to the project directory root where the Makefile is. -There is no support for out-of-tree builds. +There is no support for out-of-source-tree builds. END LUA=${LUA:-lua} @@ -30,5 +30,3 @@ END export PATH="./build:$PATH" exec "$LUA" build/config.lua "$@" -L./build -# vi:ts=4 -