[Hamlib-commits] Hamlib -- Ham radio control libraries branch Hamlib-4.6.3 updated. 8f919a5a54d7318
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: n0nb <n0...@us...> - 2025-05-29 08:14:24
|
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, Hamlib-4.6.3 has been updated
via 8f919a5a54d7318afea557790d34ddb74c1c6b56 (commit)
from 53d2eed741d36fd87622a601590d8e860f048bc3 (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 8f919a5a54d7318afea557790d34ddb74c1c6b56
Author: Daniele Forsi IU5HKX <iu...@gm...>
Date: Tue May 27 08:58:56 2025 +0200
Fix list of dependecies of aclocal.m4
Adds missing ax_lib_readline.m4 and ax_lua.m4 to the list of MACROS.
Also sorts the list.
(cherry picked from commit 9fdf8f201ce78a2c3b8b0a245bdd2cacf17cbb68)
diff --git a/macros/Makefile.am b/macros/Makefile.am
index 5bbf29963..295d473d8 100644
--- a/macros/Makefile.am
+++ b/macros/Makefile.am
@@ -3,12 +3,14 @@
MACROS = \
ax_append_flag.m4 \
ax_cflags_warn_all.m4 \
+ ax_cxx_compile_stdcxx.m4 \
+ ax_lib_indi.m4 \
+ ax_lib_nova.m4 \
+ ax_lib_readline.m4 \
+ ax_lua.m4 \
ax_pkg_swig.m4 \
ax_pthread.m4 \
ax_python_devel.m4 \
- ax_lib_indi.m4 \
- ax_lib_nova.m4 \
- ax_cxx_compile_stdcxx.m4 \
gr_doxygen.m4 \
gr_pwin32.m4 \
hl_getaddrinfo.m4 \
-----------------------------------------------------------------------
Summary of changes:
macros/Makefile.am | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
hooks/post-receive
--
Hamlib -- Ham radio control libraries
|