summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2023-04-11 19:40:15 +0200
committerBruno Haible <bruno@clisp.org>2023-04-11 19:40:15 +0200
commit2b06288e23ff225c09d73761edf4f907d95538b3 (patch)
tree551deff6de5ff5022f8ba051ec90aef82ddec58e /Makefile
parentcc58717033a1f7755429031cd6dd4818f5c2d160 (diff)
downloadgnulib-2b06288e23ff225c09d73761edf4f907d95538b3.tar.gz
Fix the "make sc_prohibit_AC_LIBOBJ_in_m4" findings.
* Makefile (allow_AC_LIBOBJ): Update after 2023-03-24 change. Add termcap, terminfo.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
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 \