area51/Support/lua/configure
Andrew Sampson 431f72b93a source
2021-08-27 19:22:41 -07:00

9 lines
240 B
Bash

#!/bin/sh
# Lua does not use GNU autoconf; just edit ./config if needed to suit your
# platform and then run make.
# This shows the parameters currently set in ./config:
make echo
# If you want config as a Lua program, run "make lecho".