seededlda
seededlda copied to clipboard
Do not hardcode prefix
Configure currently hardcodes prefix:
ac_default_prefix=/usr/local
This is wrong, since prefix value needs not be /usr/local, and will vary depending on OS, package manager (if one is used) and user choice (which can override defaults of a given package manager).
configure is generated by configure.ac. I am no expert on Autoconfig, so can you suggest changes?