X-Git-Url: https://jfr.im/git/irc/rqf/shadowircd.git/blobdiff_plain/07b9ca8dc805a748c1c18913a3872990848a5ab4..4aa4fa57f267df75baa9e52020666493666aa7e3:/configure.ac diff --git a/configure.ac b/configure.ac index 26e10ff..fad4c70 100644 --- a/configure.ac +++ b/configure.ac @@ -10,7 +10,7 @@ AC_PREREQ(2.57) dnl Sneaky way to get an Id tag into the configure script AC_COPYRIGHT([$Id: configure.ac 3516 2007-06-10 16:14:03Z jilles $]) -AC_INIT([charybdis],[3.1.0]) +AC_INIT([shadowircd],[6.1.0-dev]) AC_CONFIG_HEADER(include/setup.h) @@ -873,7 +873,7 @@ AC_HELP_STRING([--with-nicklen=LENGTH],[Set the nick length to LENGTH (default 1 else NICKLEN="$withval" fi -], [NICKLEN=15]) +], [NICKLEN=31]) AC_ARG_WITH(topiclen, AC_HELP_STRING([--with-topiclen=NUMBER],[Set the max topic length to NUMBER (default 390, max 390)]), @@ -1157,6 +1157,7 @@ fi AC_CONFIG_FILES( \ Makefile \ + bandb/Makefile \ ssld/Makefile \ extensions/Makefile \ unsupported/Makefile \ @@ -1194,5 +1195,5 @@ Configuration: Nickname length : $NICKLEN Topic length : $TOPICLEN -Use (g)make to compile Charybdis, then (g)make install to install it. +Use (g)make to compile ShadowIRCd, then (g)make install to install it. "