1
0
mirror of https://github.com/irssi/irssi.git synced 2024-07-07 02:54:19 -04:00

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
This commit is contained in:
Timo Sirainen 2000-10-27 18:32:24 +00:00 committed by cras
parent d813ecd194
commit d4579742cf
2 changed files with 3 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#undef HAVE_CURSES_IDCOK
#undef HAVE_CURSES_RESIZETERM
#undef HAVE_CURSES_WRESIZE
#undef USE_CURSES_WINDOWS
/* nls */
#undef ENABLE_NLS

View File

@ -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)