comparison MIGRATING.md @ 701:2007a37d7e1a

CMake: prefix options with IRCCD_, #closes 800 @2h
author David Demelier <markand@malikania.fr>
date Wed, 16 May 2018 12:25:51 +0200
parents 91bc29e87399
children 1b04ffb2b35e
comparison
equal deleted inserted replaced
700:91bc29e87399 701:2007a37d7e1a
25 `server-notice` and `server-mode` instead, 25 `server-notice` and `server-mode` instead,
26 - The request `server-mode` command requires a new argument `channel`. 26 - The request `server-mode` command requires a new argument `channel`.
27 27
28 ### CMake options 28 ### CMake options
29 29
30 - `WITH_CONFDIR` has been renamed to `WITH_SYSCONFDIR`. 30 - All options are now starting with `IRCCD_` for better compatibility with
31 external projects,
32 - `IRCCD_WITH_CONFDIR` has been renamed to `IRCCD_WITH_SYSCONFDIR`.
31 33
32 ### Paths 34 ### Paths
33 35
34 - The default plugins path has been changed from **share/irccd/plugins** to 36 - The default plugins path has been changed from **share/irccd/plugins** to
35 **libexec/irccd/plugins**. 37 **libexec/irccd/plugins**.