From 2b06288e23ff225c09d73761edf4f907d95538b3 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Tue, 11 Apr 2023 19:40:15 +0200 Subject: Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings. * Makefile (allow_AC_LIBOBJ): Update after 2023-03-24 change. Add termcap, terminfo. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 \ -- cgit v1.2.1