seededlda icon indicating copy to clipboard operation
seededlda copied to clipboard

Do not hardcode prefix

Open barracuda156 opened this issue 1 year ago • 1 comments

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).

barracuda156 avatar Sep 06 '24 05:09 barracuda156

configure is generated by configure.ac. I am no expert on Autoconfig, so can you suggest changes?

koheiw avatar Sep 17 '25 07:09 koheiw