Imported from ../lua-5.0.3.tar.gz.
[lua.git] / configure
blob0aa89712fb39d68bc3edd456f040ba2ed7540d87
1 #!/bin/sh
3 # Lua does not use GNU autoconf; just edit ./config if needed to suit your
4 # platform and then run make.
6 # This shows the parameters currently set in ./config:
7 make echo
9 # If you want config as a Lua program, run "make lecho".