aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
diff --git a/configure b/configure
index 4f4a7c3e..a5aa1f4d 100755
--- a/configure
+++ b/configure
@@ -436,5 +436,9 @@ echo "Using Lua from: $LUA_DIR"
436make clean > /dev/null 2> /dev/null 436make clean > /dev/null 2> /dev/null
437 437
438echo 438echo
439echo "Done. You can now run 'make' to build." 439echo "Done configuring."
440echo "- Type 'make build' and 'make install':"
441echo " to install to $PREFIX as usual."
442echo "- Type 'make bootstrap':"
443echo " to install LuaRocks in $PREFIX as a rock."
440echo 444echo