From: Bruno Haible Date: Tue, 11 Apr 2023 17:40:15 +0000 (+0200) Subject: Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings. X-Git-Tag: v1.0~1460 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=2b06288e23ff225c09d73761edf4f907d95538b3;p=gnulib.git Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings. * Makefile (allow_AC_LIBOBJ): Update after 2023-03-24 change. Add termcap, terminfo. --- 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 \