mirror of
https://github.com/irssi/irssi.git
synced 2026-08-20 00:52:30 +02:00
Help files by lite
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@536 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
1fe6d11d7e
commit
d9f9b64c76
111 changed files with 1304 additions and 27 deletions
|
|
@ -1,7 +1,7 @@
|
|||
AC_INIT(src)
|
||||
|
||||
AM_CONFIG_HEADER(config.h)
|
||||
AM_INIT_AUTOMAKE(irssi, 0.7.93)
|
||||
AM_INIT_AUTOMAKE(irssi, 0.7.94)
|
||||
|
||||
AM_MAINTAINER_MODE
|
||||
|
||||
|
|
@ -198,7 +198,9 @@ dnl ** curses checks
|
|||
dnl **
|
||||
|
||||
if test "x$want_textui" = "xyes"; then
|
||||
saved_LIBS="$LIBS"
|
||||
AC_CHECK_CURSES
|
||||
LIBS="$saved_LIBS"
|
||||
|
||||
if test "x$has_ncurses" != "x"; then
|
||||
AC_CHECK_LIB(ncurses, use_default_colors, [
|
||||
|
|
@ -377,8 +379,6 @@ src/irc/bot/Makefile
|
|||
src/irc/dcc/Makefile
|
||||
src/irc/notifylist/Makefile
|
||||
src/irc/flood/Makefile
|
||||
src/silc/Makefile
|
||||
src/silc/core/Makefile
|
||||
src/fe-common/Makefile
|
||||
src/fe-common/core/Makefile
|
||||
src/fe-common/irc/Makefile
|
||||
|
|
@ -395,6 +395,7 @@ servertest/Makefile
|
|||
scripts/Makefile
|
||||
docs/Makefile
|
||||
docs/help/Makefile
|
||||
docs/help/in/Makefile
|
||||
stamp.h
|
||||
irssi.spec
|
||||
irssi-version.h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue