Forgot to run autoconf after the last change to the configure.ac script to change the default location from /usr (forced behavior) to the standard /usr/local (default behavior).
diff --git a/VERSION b/VERSION index ccd4d2a..47682b6 100644 --- a/VERSION +++ b/VERSION
@@ -1 +1 @@ -1.0.209 +1.0.210
diff --git a/scripts/configure b/scripts/configure index f54abb5..586e2d6 100755 --- a/scripts/configure +++ b/scripts/configure
@@ -585,7 +585,6 @@ PACKAGE_BUGREPORT='github.com/RTimothyEdwards/open_pdks' PACKAGE_URL='' -ac_default_prefix=/usr ac_subst_vars='LTLIBOBJS LIBOBJS EF_STYLE @@ -1787,7 +1786,7 @@ - +# AC_PREFIX_DEFAULT(/usr) ## REQUIRES: https://www.gnu.org/software/autoconf-archive/ax_python_module.html#ax_python_module