]> Savannah Git Hosting - gnulib.git/commitdiff
Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings.
authorBruno Haible <bruno@clisp.org>
Tue, 11 Apr 2023 17:40:15 +0000 (19:40 +0200)
committerBruno Haible <bruno@clisp.org>
Tue, 11 Apr 2023 17:40:15 +0000 (19:40 +0200)
* Makefile (allow_AC_LIBOBJ): Update after 2023-03-24 change. Add
termcap, terminfo.

ChangeLog
Makefile

index b7dda4241bdfd0c85aa2ca9319abc7c3b254940c..a37429f7f605e176701f0712525795947d5d8874 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2023-04-11  Bruno Haible  <bruno@clisp.org>
+
+       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  <bruno@clisp.org>
 
        Fix some "make sc_prohibit_leading_TABs" findings.
index 26432cd78a00ebb319f7b32f21ce034e9385a83d..10448694500d9dc6f4a77dac649924f077d83ebf 100644 (file)
--- 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             \