The Meson Build System
http://mesonbuild.com/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
430 B
11 lines
430 B
7 years ago
|
# Prefix-dependent defaults for sysconfdir, localstatedir and sharedstatedir
|
||
|
|
||
|
These options now default in a way consistent with
|
||
|
[FHS](http://refspecs.linuxfoundation.org/fhs.shtml) and common usage.
|
||
|
|
||
|
If prefix is `/usr`, default sysconfdir to `/etc`, localstatedir to `/var` and
|
||
|
sharedstatedir to `/var/lib`.
|
||
|
|
||
|
If prefix is `/usr/local` (the default), default localstatedir to `/var/local`
|
||
|
and sharedstatedir to `/var/local/lib`.
|