]> jfr.im git - solanum.git/blobdiff - configure.ac
Mention channel name parameter to SJOIN in ts6-protocol.txt
[solanum.git] / configure.ac
index 9c345cbdc081afe10d884bf41e10d28a285698a8..8896b4de1fc5e13addc96f57c1350ef582e76c77 100644 (file)
@@ -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.4.0-dev])
+AC_INIT([charybdis], [3.5.0-dev])
 
 AC_CONFIG_HEADER(include/setup.h)
 
@@ -226,7 +226,7 @@ if test "$LEX" = ":"; then
 fi
 
 AC_ARG_ENABLE([fhs-paths],
-       [AS_HELP_STRING([--enable-fhs-paths], [User more FHS-like pathnames (for packagers).])],
+       [AS_HELP_STRING([--enable-fhs-paths], [Use more FHS-like pathnames (for packagers).])],
        [],
        [dnl detect if the user appears to want --enable-fhs-paths
        AS_IF([test "$libexecdir" = '${exec_prefix}/libexec' && \