mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
Get rid of overriding default --sysconfdir and --localstatedir autoconf options
Previously the autoconf script set sysconfdir to /etc and localstatedir to /var if they were not explicitly set in the ./configure invocation. This MR reverts the override and make it more in line with default and generally expected autoconf behavior.
This commit is contained in:
@@ -240,6 +240,17 @@
|
||||
the problem. [GL #1055]
|
||||
</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para>
|
||||
<command>./configure</command> no longer sets
|
||||
<command>--sysconfdir</command> to <command>/etc</command> or
|
||||
<command>--localstatedir</command> to <command>/var</command>
|
||||
when <command>--prefix</command> is not specified and the
|
||||
aforementioned options are not specified explicitly. Instead,
|
||||
Autoconf's defaults of <command>$prefix/etc</command> and
|
||||
<command>$prefix/var</command> are respected.
|
||||
</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</section>
|
||||
|
||||
|
Reference in New Issue
Block a user