blob: 0aa89712fb39d68bc3edd456f040ba2ed7540d87 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/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".
|