lua502/configure
2020-02-25 05:09:07 +02: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".