On 03/19/2015 03:49 PM, Roman Neuhauser wrote:
> sysconfdir is defined as '${prefix}/etc', but configure --prefix=/usr
> should imply sysconfdir='/etc' (or should it?).
--prefix=/usr should imply sysconfdir='${prefix}/etc' UNLESS you have
installed a config.site that says otherwise (which, thankfully, more and
more distros are starting to do).
>
> what does everybody do to get stuff under "/etc"?
They install a /usr/share/config.site file that overrides sysconfdir as
needed:
https://www.gnu.org/software/autoconf/manual/autoconf.html#Site-Defaults
--
Eric Blake eblake redhat com +1-919-301-3266
Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Autoconf mailing list [email protected] https://lists.gnu.org/mailman/listinfo/autoconf
