From 2d0a7c2258a956a831ea690f797c7c82d2ab1a34 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 6 Nov 2024 12:48:38 -0800 Subject: [PATCH] unistd-safer indicate presence modules/unistd-safer (configure.ac): Add module indicator. --- ChangeLog | 5 +++-- modules/unistd-safer | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 56811753a2..41eb842f0f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,8 @@ 2024-11-06 Paul Eggert - xstdopen: indicate presence - * modules/xstdopen (configure.ac): Add module indicator. + unistd-safer, xstdopen: indicate presence + * modules/unistd-safer, modules/xstdopen (configure.ac): + Add module indicator. 2024-11-06 Bruno Haible diff --git a/modules/unistd-safer b/modules/unistd-safer index d131b9c7a8..81bf2300e5 100644 --- a/modules/unistd-safer +++ b/modules/unistd-safer @@ -16,6 +16,7 @@ pipe-posix configure.ac: gl_UNISTD_SAFER +gl_MODULE_INDICATOR([unistd-safer]) Makefile.am: lib_SOURCES += dup-safer.c fd-safer.c pipe-safer.c -- 2.39.5