File: configure

package info (click to toggle)
lua50 5.0.2-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,036 kB
  • ctags: 1,941
  • sloc: ansic: 11,883; makefile: 325; sh: 18
file content (9 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download | duplicates (8)
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".