diff options
author | Lua Team <team@lua.org> | 1997-07-01 12:00:00 +0000 |
---|---|---|
committer | repogen <> | 1997-07-01 12:00:00 +0000 |
commit | 4f8c5d0f284e1f4da717aea5008915f185cd2e05 (patch) | |
tree | 5671acf8a2cacf0c0524ce96d22959590a3aa5af /config | |
parent | 47a298a24ad3a8202440051de5938618502302a0 (diff) | |
download | lua-github-3.0.tar.gz |
Lua 3.03.0
Diffstat (limited to 'config')
-rw-r--r-- | config | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -2,31 +2,31 @@ # you need an ANSI C compiler CC= gcc -WARN= -ansi -Wall # -Wmissing-prototypes -Wshadow +WARN= -ansi -Wall # for SGI's with cc #CC= cc #WARN= -ansi -fullwarn # in SunOs 4.1.x, uncomment the following line to avoid prototypes warnings -# for standard functions +# for standard functions: #EXTRA_INCS= -I/usr/5include # if you don't have popen() in your C library, comment the following line: POPEN= -DPOPEN # if your C library is not POSIX compliant, comment the following line: -POSIX= -DPOSIX +POSIX= -D_POSIX_SOURCE # if you don't have strerror() in your C library, uncomment the following line: #NOSTRERROR= -DNOSTRERROR -# if your system doesn't have ranlib, change "ranlib" to "true" +# if your system doesn't have (or need) ranlib, change "ranlib" to "true": RANLIB=ranlib ### NO NEED TO CHANGE ANYTHING BELOW THIS LINE ================================ -VERSION= 2.5 +VERSION= 3.0 INC= $(LUA)/include LIB= $(LUA)/lib |