]> jfr.im git - solanum.git/blobdiff - configure.ac
Merge pull request #53 from ShadowNinja/clarify_U+R
[solanum.git] / configure.ac
index 954eb682c4764599a57c71af8dd516e2b6ff5004..b58de4ba57a0744d51edf1b4007408b55657b1f0 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)
 
@@ -253,7 +253,7 @@ AC_SUBST([pkglibdir])
 AC_SUBST([rundir])
 AC_SUBST([pkgrundir])
 AC_SUBST([pkglocalstatedir])
-AC_DEFINE_DIR([PKGLOCALSTATEDIR], [pkglocalstatedir], [[Directory in which to store state, such as band database]])
+AC_DEFINE_DIR([PKGLOCALSTATEDIR], [pkglocalstatedir], [[Directory in which to store state, such as ban database]])
 AC_SUBST([pkglibexecdir])
 AC_DEFINE_DIR([PKGLIBEXECDIR], [pkglibexecdir], [Directory where binaries the IRCd itself spawns live])
 
@@ -1240,11 +1240,11 @@ AC_CONFIG_FILES(                        \
        src/Makefile                    \
        modules/Makefile                \
        tools/Makefile                  \
-       tools/genssl.sh                 \
+       tools/genssl                    \
        doc/Makefile                    \
        help/Makefile                   \
 )
-AC_CONFIG_COMMANDS([tools/genssl.sh_chmod], [chmod 755 tools/genssl.sh])
+AC_CONFIG_COMMANDS([tools/genssl_chmod], [chmod 755 tools/genssl])
 
 AC_OUTPUT