Software /
code /
verse
Comparison
configure @ 494:04c216ac429a
configure: fix --lua-lib-dir
author | Trần H. Trung <xmpp:trần.h.trung@trung.fun> |
---|---|
date | Fri, 07 Jul 2023 17:23:09 +0700 |
parent | 416:92ce569b9b73 |
comparison
equal
deleted
inserted
replaced
493:08e5c8637fea | 494:04c216ac429a |
---|---|
48 --help) | 48 --help) |
49 show_help | 49 show_help |
50 exit 0 | 50 exit 0 |
51 ;; | 51 ;; |
52 --lua-lib-dir=*) | 52 --lua-lib-dir=*) |
53 LUA_LIBDIR="$value" | 53 LUA_DIR="$value" |
54 ;; | 54 ;; |
55 --with-squish=*) | 55 --with-squish=*) |
56 SQUISH="$value" | 56 SQUISH="$value" |
57 ;; | 57 ;; |
58 --prosody-rev=*) | 58 --prosody-rev=*) |