URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4fe8ca05767f2a4ec160eae412f5b2fd0ee0903b
Submitter: Jeff Morriss (jeff.morriss.ws@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
4fe8ca0 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):
Simplify how we find Lua and expand the places we look.
First, it appears some packagers actually ship a pkg-config file for Lua.
Try to use it. (Unfortunately the package name varies so we have to try
several package names.)
If that fails, try to find Lua directly, accounting for the various naming
conventions we've seen.
Bug: 10475
Bug: 10572
Change-Id: I82e789c466a488dc12431cdd90c49b4c1052414a
Reviewed-on: https://code.wireshark.org/review/6756
Reviewed-by: Jeff Morriss <jeff.morriss.ws@xxxxxxxxx>
Actions performed:
from 0e74e8b Decorate declarations with G_GNUC_PRINTF() as appropriate.
adds 4fe8ca0 Simplify how we find Lua and expand the places we look.
Summary of changes:
Makefile.am | 2 +-
acinclude.m4 | 301 +++++++++++++++---------------------------------
configure.ac | 26 ++---
epan/Makefile.am | 2 +-
epan/wslua/Makefile.am | 2 +-
5 files changed, 108 insertions(+), 225 deletions(-)