]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Neaten up the change in acx_nlnetlabs.m4 to version 49.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Sep 2025 09:40:14 +0000 (11:40 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Mon, 29 Sep 2025 09:40:14 +0000 (11:40 +0200)
acx_nlnetlabs.m4
doc/Changelog

index c4dadc87aa2ce4f88f91c070ff7dd933ac0fc783..2005637a3333788f1718dc9d678382dcc4187f4f 100644 (file)
@@ -2,7 +2,8 @@
 # Copyright 2009, Wouter Wijngaards, NLnet Labs.   
 # BSD licensed.
 #
-# Version 48
+# Version 49
+# 2025-09-29 add ACX_CHECK_NONSTRING_ATTRIBUTE, AHX_CONFIG_NONSTRING_ATTRIBUTE.
 # 2024-01-16 fix to add -l:libssp.a to -lcrypto link check.
 #           and check for getaddrinfo with only header.
 # 2024-01-15 fix to add crypt32 to -lcrypto link check when checking for gdi32.
@@ -71,6 +72,7 @@
 # ACX_DEPFLAG                  - find cc dependency flags.
 # ACX_DETERMINE_EXT_FLAGS_UNBOUND - find out which flags enable BSD and POSIX.
 # ACX_CHECK_FORMAT_ATTRIBUTE   - find cc printf format syntax.
+# ACX_CHECK_NONSTRING_ATTRIBUTE - find cc nonstring attribute syntax.
 # ACX_CHECK_UNUSED_ATTRIBUTE   - find cc variable unused syntax.
 # ACX_CHECK_FLTO               - see if cc supports -flto and use it if so.
 # ACX_LIBTOOL_C_ONLY           - create libtool for C only, improved.
@@ -92,6 +94,7 @@
 # ACX_FUNC_IOCTLSOCKET         - find ioctlsocket, portably.
 # ACX_FUNC_MALLOC              - check malloc, define replacement .
 # AHX_CONFIG_FORMAT_ATTRIBUTE  - config.h text for format.
+# AHX_CONFIG_NONSTRING_ATTRIBUTE - config.h text for nonstring.
 # AHX_CONFIG_UNUSED_ATTRIBUTE  - config.h text for unused.
 # AHX_CONFIG_FSEEKO            - define fseeko, ftello fallback.
 # AHX_CONFIG_RAND_MAX          - define RAND_MAX if needed.
index 261708b8540051a215b3b223a9c4d22cfc0e252b..c73f197d7300378d23f8deae7f83bb43c00ff40f 100644 (file)
@@ -3,6 +3,7 @@
        - Fix modstack_call_init to use the original string when it has
          changed, to call modstack_config with. And skip the changed name
          in the string correctly. Thanks to Jan Komissar.
+       - Neaten up the change in acx_nlnetlabs.m4 to version 49.
 
 26 September 2025: Yorgos
        - Test for nonstring attribute in configure and add