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 9fdf8f201c)
Hamlib-4.6.3
Daniele Forsi IU5HKX 2025-05-27 08:58:56 +02:00 zatwierdzone przez Nate Bargmann
rodzic 53d2eed741
commit 8f919a5a54
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: FB2C5130D55A8819
1 zmienionych plików z 5 dodań i 3 usunięć

Wyświetl plik

@ -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 \