diff options
-rw-r--r-- | acconfig.h | 1 | ||||
-rw-r--r-- | docs/Makefile.am | 3 |
2 files changed, 3 insertions, 1 deletions
@@ -26,6 +26,7 @@ #undef HAVE_CURSES_IDCOK #undef HAVE_CURSES_RESIZETERM #undef HAVE_CURSES_WRESIZE +#undef USE_CURSES_WINDOWS /* nls */ #undef ENABLE_NLS diff --git a/docs/Makefile.am b/docs/Makefile.am index e8e30aa3..c78e5b7f 100644 --- a/docs/Makefile.am +++ b/docs/Makefile.am @@ -7,7 +7,8 @@ doc_DATA = \ manual.txt \ perl.txt \ signals.txt \ - special_vars.txt + special_vars.txt \ + startup-HOWTO.txt EXTRA_DIST = $(doc_DATA) |