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/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