Use global lua5.1 installation
authorAri Johnson <ari@theari.com>
Wed, 12 Jan 2011 20:18:25 +0000 (20:18 +0000)
committerAri Johnson <ari@theari.com>
Wed, 12 Jan 2011 20:18:25 +0000 (20:18 +0000)
Makefile.SH
U/Myinit.U
U/ccflags.U
U/d_lua.U
U/libpth.U
U/libs.U

index 2a8cbfe44d650c3ebfc5bd1e593eb7dd7e0a5a4d..0c3ecd8103985bb9af1e1493271418a2f05b208d 100644 (file)
@@ -45,12 +45,12 @@ $spitshell >Makefile <<!GROK!THIS!
 # If you want to profile the code, add -pg -a -DPROFILING to CCFLAGS
 # and (probably) remove -O
 #
-# If you want to do a paranoid compile, add the following to CCFLAGS:
+# If you want to do a less paranoid compile, remove the following from CCFLAGS:
 # -Wall -Wno-comment -Wno-parentheses -Wno-switch -Werror
 #
 $make_set_make
 CC=$cc
-CCFLAGS=$optimize -I.. -I../lua/src -I../hdrs $ccflags $warnings
+CCFLAGS=$optimize -I.. -I../hdrs -Wall -WNo-comment -Wno-parentheses -Wno-switch -Werror $ccflags $warnings
 LDFLAGS=$ldflags
 CLIBS=$libs $cryptlib $libssl $libcrypto $libmysqlclient
 INSTALL=$install
index 6aeca696806436a04b7bee923aad345ce3026495..95e53244479ab0bf7c0a947ce74e5c71b55c31c2 100644 (file)
@@ -26,5 +26,5 @@
 ?LINT:set defvoidused libswanted toplev
 ?INIT:toplev=`cd ..;pwd`
 defvoidused=15
-libswanted='nsl socket m c crypt bind resolv ld dl tcl intl lua'
+libswanted='nsl socket m c crypt bind resolv ld dl tcl intl lua5.1'
 
index 25b6f62f9fcdde22e845d7a2840d278c11425a3e..66bc158c1bf2aca445d6cbf2ad8d67e6aa1360f5 100644 (file)
@@ -83,7 +83,7 @@
 ?T:inctest thisincl xxx flag inclwanted ftry previous thislibdir
 ?D:cppflags=''
 ?D:ccflags=''
-?D:ldflags='-L$toplev/lua/src/'
+?D:ldflags=''
 ?D:optimize=''
 ?D:warnings=''
 ?INIT:: Possible local include directories to search.
index af7bb00b87c125e6401fbc74b5143a65c619ebac..0efc9e4e377ce48f85adaba0175cdcbdaf204165 100644 (file)
--- a/U/d_lua.U
+++ b/U/d_lua.U
@@ -3,20 +3,14 @@
 # see if lua exists, otherwise end configure script
 echo " "
 
-if $test -f lua/src/lua.c -o -f ../lua/src/lua.c ; then
-  echo "Let's see if we have LUA." >&4
-
-    case $libs in 
-      *lua*)   
-              echo "We have the LUA library, too." >&4
-          ;;
-      *)       echo "Oops, no LUA library. Check your LUA installation." >&4
-               exit 1;
-          ;;
-    esac
-else
-  echo "Can not find LUA source directory.  Check your LUA installation.">&4
-  exit 1
-fi
-
+echo "Let's see if we have LUA (version 5.1)." >&4
 
+case $libs in 
+    *lua5.1*)   
+        echo "We have the LUA 5.1 library, too." >&4
+        ;;
+    *)
+        echo "Oops, no LUA 5.1 library. Check your LUA installation." >&4
+        exit 1;
+        ;;
+esac
index 4f4ecfc3545fd1ead756ceeb6055e8a9160211ad..b4682434435ec9034b875b049e03029d8cf174d6 100644 (file)
@@ -66,7 +66,7 @@
 ?INIT:: change the next line if compiling for Xenix/286 on Xenix/386
 ?INIT:xlibpth='/usr/lib/386 /lib/386'
 ?INIT:: Possible local library directories to search.
-?INIT:loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib $toplev/lua/src"
+?INIT:loclibpth="/usr/local/lib /opt/local/lib /usr/gnu/lib"
 ?INIT:loclibpth="$loclibpth /opt/gnu/lib /usr/GNU/lib /opt/GNU/lib"
 ?INIT:
 ?INIT:: general looking path for locating libraries
index f14bb40703dd795eb141357f7eec395ae42323df..a1849eae75262b997048ccb46fc3f5d0966df34f 100644 (file)
--- a/U/libs.U
+++ b/U/libs.U
@@ -58,7 +58,7 @@
 ?X: Set proper libswanted in your private Myinit.U if needed.
 ?X:
 ?X:: default ordered library list
-?X:libswanted='net socket inet nsl nm sdbm gdbm ndbm dbm malloc dl lua'
+?X:libswanted='net socket inet nsl nm sdbm gdbm ndbm dbm malloc dl lua5.1'
 ?X:libswanted="$libswanted dld sun m c_s c posix cposix ndir dir ucb"
 ?X:libswanted="$libswanted bsd BSD PW x"
 ?X: