[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. v4.0rc1-47-g038b87b2
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Michael B. <mdb...@us...> - 2020-07-20 19:48:48
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "Hamlib -- Ham radio control libraries". The branch, master has been updated via 038b87b29913b5264c00eafaf06a3cc13dc16db7 (commit) from 133a8acd30dcc21eef468e021a6e04ec424fd922 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 038b87b29913b5264c00eafaf06a3cc13dc16db7 Author: Michael Black W9MDB <mdb...@ya...> Date: Mon Jul 20 12:02:05 2020 -0500 Add lua 5.4 support https://github.com/Hamlib/Hamlib/issues/349 diff --git a/configure.ac b/configure.ac index f9b27382..e650f08d 100644 --- a/configure.ac +++ b/configure.ac @@ -602,7 +602,7 @@ AC_MSG_RESULT([$cf_with_lua_binding]) dnl AX_LUA_DEVEL from macros/ax_lua_devel.m4 AS_IF([test x"${cf_with_lua_binding}" = "xyes"],[ - AX_PROG_LUA([5.2], [5.4]) + AX_PROG_LUA([5.2], [5.5]) AX_LUA_HEADERS AX_LUA_LIBS ----------------------------------------------------------------------- Summary of changes: configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) hooks/post-receive -- Hamlib -- Ham radio control libraries |