How to access default value of $prefix (/usr/local) in configure.ac?
Despite the documentation stating that $prefix
is defined as /usr/local
by default, when trying to expand the $prefix
variable in configure.ac
, it expands to NONE
.
Despite the documentation stating that $prefix
is defined as /usr/local
by default, when trying to expand the $prefix
variable in configure.ac
, it expands to NONE
.