summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Pall <mike>2012-10-14 21:52:35 +0200
committerMike Pall <mike>2012-10-14 21:52:35 +0200
commitc25d4daaa5e8377aafe06e9f43c520d06e8e3e8e (patch)
tree03e8981a6d954210e363d3d105793b0c52273f23
parentd70d77549b397a8b9ebeed199f32e7827214c00b (diff)
downloadluajit-c25d4daaa5e8377aafe06e9f43c520d06e8e3e8e.tar.gz
luajit-c25d4daaa5e8377aafe06e9f43c520d06e8e3e8e.tar.bz2
luajit-c25d4daaa5e8377aafe06e9f43c520d06e8e3e8e.zip
Add note to recalcitrant distro maintainers.
-rw-r--r--src/luaconf.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/luaconf.h b/src/luaconf.h
index 5c29d4f3..7e084e7c 100644
--- a/src/luaconf.h
+++ b/src/luaconf.h
@@ -22,6 +22,10 @@
22#define LUA_CPATH_DEFAULT \ 22#define LUA_CPATH_DEFAULT \
23 ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll" 23 ".\\?.dll;" LUA_CDIR"?.dll;" LUA_CDIR"loadall.dll"
24#else 24#else
25/*
26** Note to distribution maintainers: do NOT patch the following line!
27** Please read ../doc/install.html#distro and pass PREFIX=/usr instead.
28*/
25#define LUA_ROOT "/usr/local/" 29#define LUA_ROOT "/usr/local/"
26#define LUA_LDIR LUA_ROOT "share/lua/5.1/" 30#define LUA_LDIR LUA_ROOT "share/lua/5.1/"
27#define LUA_CDIR LUA_ROOT "lib/lua/5.1/" 31#define LUA_CDIR LUA_ROOT "lib/lua/5.1/"