Software / code / prosody
Comparison
configure @ 467:66f145f5c932
Update Makefile to now pass config paths to prosody. Update prosody, modulemanager and connectionlisteners to obey these paths.
| author | Matthew Wild <mwild1@gmail.com> |
|---|---|
| date | Sat, 29 Nov 2008 03:27:50 +0000 |
| parent | 463:a2452d3bd828 |
| child | 502:21dc299387a6 |
comparison
equal
deleted
inserted
replaced
| 466:0ecfd89c2cc0 | 467:66f145f5c932 |
|---|---|
| 123 fi | 123 fi |
| 124 } | 124 } |
| 125 | 125 |
| 126 if [ "$LUA_SUFFIX_SET" != "yes" ] | 126 if [ "$LUA_SUFFIX_SET" != "yes" ] |
| 127 then | 127 then |
| 128 for suffix in "" "5.1" "51" "" | 128 for suffix in "5.1" "51" "" |
| 129 do | 129 do |
| 130 LUA_SUFFIX="$suffix" | 130 LUA_SUFFIX="$suffix" |
| 131 if [ "$LUA_DIR_SET" = "yes" ] | 131 if [ "$LUA_DIR_SET" = "yes" ] |
| 132 then | 132 then |
| 133 if [ -e "$LUA_DIR/bin/lua$suffix" ] | 133 if [ -e "$LUA_DIR/bin/lua$suffix" ] |