diff --git a/acconfig.h b/acconfig.h index ae3e8ec0..cd72b31f 100644 --- a/acconfig.h +++ b/acconfig.h @@ -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)