mirror of
https://github.com/irssi/irssi.git
synced 2024-11-03 04:27:19 -05:00
Removed servertest - it's really not needed and doesn't even work probably.
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2761 dbcabf3a-b0e7-0310-adc4-f8d773084564
This commit is contained in:
parent
7e9f47e8f9
commit
2c3d24e1da
@ -9,11 +9,8 @@ default-theme.h: $(srcdir)/default.theme
|
||||
if BUILD_PLUGINS
|
||||
PLUGINS=plugins
|
||||
endif
|
||||
if BUILD_SERVERTEST
|
||||
SERVERTEST=servertest
|
||||
endif
|
||||
|
||||
SUBDIRS = src $(SERVERTEST) docs scripts
|
||||
SUBDIRS = src docs scripts
|
||||
|
||||
confdir = $(sysconfdir)
|
||||
conf_DATA = irssi.conf
|
||||
|
10
configure.in
10
configure.in
@ -183,14 +183,6 @@ AC_ARG_WITH(perl,
|
||||
fi,
|
||||
want_perl=static)
|
||||
|
||||
AC_ARG_WITH(tests,
|
||||
[ --with-tests Run all the tests],
|
||||
if test x$withval != xno; then
|
||||
TEST_DIR=test
|
||||
fi,
|
||||
TEST_DIR=)
|
||||
AC_SUBST(TEST_DIR)
|
||||
|
||||
AC_ARG_ENABLE(ipv6,
|
||||
[ --enable-ipv6 Enable IPv6 support],
|
||||
if test x$enableval = xyes; then
|
||||
@ -660,7 +652,6 @@ AM_CONDITIONAL(BUILD_TEXTUI, test "$want_textui" = "yes")
|
||||
AM_CONDITIONAL(BUILD_IRSSIBOT, test "$want_irssibot" = "yes")
|
||||
AM_CONDITIONAL(BUILD_IRSSIPROXY, test "$want_irssiproxy" = "yes")
|
||||
AM_CONDITIONAL(BUILD_PLUGINS, test "$want_plugins" = "yes")
|
||||
AM_CONDITIONAL(BUILD_SERVERTEST, test -n "$TEST_DIR")
|
||||
AM_CONDITIONAL(HAVE_PERL, test "$want_perl" != "no")
|
||||
AM_CONDITIONAL(HAVE_STATIC_PERL, test "$want_perl" = "static")
|
||||
AM_CONDITIONAL(NEED_TPARM, test "$need_tparm" = "yes")
|
||||
@ -797,7 +788,6 @@ src/perl/common/Makefile.PL
|
||||
src/perl/irc/Makefile.PL
|
||||
src/perl/ui/Makefile.PL
|
||||
src/perl/textui/Makefile.PL
|
||||
servertest/Makefile
|
||||
scripts/Makefile
|
||||
scripts/examples/Makefile
|
||||
docs/Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user