From d4579742cf28f9be17641b3baf1f07cb72d2b300 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Fri, 27 Oct 2000 18:32:24 +0000 Subject: [PATCH] startup-HOWTO.txt was missing from EXTRA_DIST USE_CURSES_WINDOWS was missing from acconfig.h (by tommik) git-svn-id: http://svn.irssi.org/repos/irssi/trunk@789 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- acconfig.h | 1 + docs/Makefile.am | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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)