[Chapel Merge] fix(install): add CONFIGURED_PREFIX back how it wa

Branch: refs/heads/main
Revision: 9881df6
Author: arezaii
Link: fix(install): add CONFIGURED_PREFIX back how it was by arezaii · Pull Request #20830 · chapel-lang/chapel · GitHub
Log Message:

Merge pull request #20830 from arezaii/fix-chpl-install

fix(install): add CONFIGURED_PREFIX back how it was

This PR fixes a chpl installation issue caused by removing the CONFIGURED_PREFIX
while developing a CMake build solution. The change should not have been checked
in originally.

TESTING:

  • can ./configure and then make install to a specified directory

Reviewed by @mppf - thanks!

Modified Files:
M compiler/main/configured_prefix.h

Compare: https://github.com/chapel-lang/chapel/compare/6e66f1223c35...9881df6e8fb8