From 2b06288e23ff225c09d73761edf4f907d95538b3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 11 Apr 2023 19:40:15 +0200 Subject: [PATCH] Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings. * Makefile (allow_AC_LIBOBJ): Update after 2023-03-24 change. Add termcap, terminfo. --- ChangeLog | 6 ++++++ Makefile | 4 +++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b7dda4241b..a37429f7f6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2023-04-11 Bruno Haible + + Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings. + * Makefile (allow_AC_LIBOBJ): Update after 2023-03-24 change. Add + termcap, terminfo. + 2023-04-11 Bruno Haible Fix some "make sc_prohibit_leading_TABs" findings. diff --git a/Makefile b/Makefile index 26432cd78a..1044869450 100644 --- a/Makefile +++ b/Makefile @@ -80,10 +80,12 @@ allow_AC_LIBOBJ = \ fcntl \ fprintf-posix \ open \ - printf-posix-rpl \ + printf-posix \ snprintf \ sprintf-posix \ stdio_h \ + termcap \ + terminfo \ vasnprintf \ vasprintf \ vdprintf \ -- 2.39.5