[You must run `autoreconf-dickey -f` after this commit.] Just like (n)curses.h and term.h, their installation location is "configure"-able; an application programmer targeting ncurses needs to know where they are. --- aclocal.m4 | 4 ++++ 1 file changed, 4 insertions(+)
diff --git a/aclocal.m4 b/aclocal.m4
index 49b4ae41e..923b26aa3 100644
--- a/aclocal.m4
+++ b/aclocal.m4
@@ -6210,6 +6210,10 @@ if test "$with_overwrite" != yes ; then
cat >>$cf_edit_man <<CF_EOF
sed -e "/\\#[ ]*include/s,<curses.h,<ncurses$ABI_SUFFIX/curses.h," \
-e "/\\#[ ]*include/s,<term.h,<ncurses$ABI_SUFFIX/term.h," \
+ -e "/\\#[ ]*include/s,<form.h,<ncurses$ABI_SUFFIX/form.h," \
+ -e "/\\#[ ]*include/s,<menu.h,<ncurses$ABI_SUFFIX/menu.h," \
+ -e "/\\#[ ]*include/s,<panel.h,<ncurses$ABI_SUFFIX/panel.h," \
+ -e "/\\#[ ]*include/s,<unctrl.h,<ncurses$ABI_SUFFIX/unctrl.h," \
< \$TMP >\$TMP.out
mv \$TMP.out \$TMP
CF_EOF
--
2.30.2
signature.asc
Description: PGP signature
