<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>On Thu, Jun 2, 2016, at 02:48 AM, qyb via Cyrus-devel wrote:<br></div>
<blockquote type="cite"><div dir="ltr"><div>./configure --help says "--sysconfdir=DIR        read-only single-machine data [PREFIX/etc]"<br></div>
<div> </div>
<div>"sysconfdir" should set to "{prefix}/etc" in Makefile, but it set to "/etc".<br></div>
</div>
</blockquote><div> </div>
<div>The choice to default it to "/etc" rather than "${prefix}/etc" is deliberate, for historical compatibility.  But the standard --sysconfdir option is honoured if you wish to override it.  (Commit c185645, November 2003.)<br></div>
<div> </div>
<div>The help text for --sysconfdir is provided by autotools, not by us.  "[PREFIX/etc]" is wrong for our case, but I don't know of a way to override it with our own text.  Does anyone else?<br></div>
</body>
</html>