various minor fixes created while i worked on getting *every* Asterisk module to...
authorKevin P. Fleming <kpfleming@digium.com>
Sun, 29 Jun 2008 16:19:29 +0000 (16:19 +0000)
committerKevin P. Fleming <kpfleming@digium.com>
Sun, 29 Jun 2008 16:19:29 +0000 (16:19 +0000)
commit71b3fd1ef76db430faddc3442c3db80b0d5b5ef5
tree6c2d79efb3af9b3b26ee1680c365bf63b9cbe150
parenta61f8794e398adc2082ca48f79b2143170d23265
various minor fixes created while i worked on getting *every* Asterisk module to build on laptop in dev mode:

remove weird pre-setting of LUA paths; they are not necessary; also use the proper path for including the files in pbx_lua.c

add searching for OpenAIS libraries in /usr/lib/openais if a path is not specified; not sure if this is really the optimal solution, but it works

make the compiler shut up about some ignored function results in pbx_gtkconsole; this module is badly coded anyway

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@126356 65c4cc65-6c06-0410-ace0-fbb531ad65f3
configure
configure.ac
pbx/Makefile
pbx/pbx_gtkconsole.c
pbx/pbx_lua.c