aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 5b587385..d92a3915 100755
--- a/configure
+++ b/configure
@@ -517,7 +517,7 @@ if [ "$LUA_BINDIR_SET" = "yes" ]; then echo "Lua bin directory..................
517if [ "$LUA_INCDIR_SET" = "yes" ]; then echo "Lua include directory..............: $(GREEN "$LUA_INCDIR")" ; fi 517if [ "$LUA_INCDIR_SET" = "yes" ]; then echo "Lua include directory..............: $(GREEN "$LUA_INCDIR")" ; fi
518if [ "$LUA_LIBDIR_SET" = "yes" ]; then echo "Lua lib directory..................: $(GREEN "$LUA_LIBDIR")" ; fi 518if [ "$LUA_LIBDIR_SET" = "yes" ]; then echo "Lua lib directory..................: $(GREEN "$LUA_LIBDIR")" ; fi
519echo 519echo
520echo "* Type $(BOLD make build) and $(BOLD make install):" 520echo "* Type $(BOLD make) and $(BOLD make install):"
521echo " to install to $PREFIX as usual." 521echo " to install to $PREFIX as usual."
522echo "* Type $(BOLD make bootstrap):" 522echo "* Type $(BOLD make bootstrap):"
523echo " to install LuaRocks into $ROCKS_TREE as a rock." 523echo " to install LuaRocks into $ROCKS_TREE as a rock."