[Hamlib-commits] Hamlib -- Ham radio control libraries branch master updated. 9fdf8f201ce78a2c3b8b0
Library to control radio transceivers and receivers
Brought to you by:
n0nb
|
From: n0nb <n0...@us...> - 2025-05-29 08:10:20
|
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 9fdf8f201ce78a2c3b8b0a245bdd2cacf17cbb68 (commit)
from 717d720a3605745a47812908b088117580e4e10c (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 9fdf8f201ce78a2c3b8b0a245bdd2cacf17cbb68
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.
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
|