Make sure all boolean settings entries use `YES` / `NO`
Some where using `True` / `False`, a legacy of when they were in `Config.hs`. See #16914 / d238d306 for a similar problem. Also clean up the configure variables names for consistency and clarity while we're at it. "Target" makes clear we are talking about outputted code, not where GHC itself runs.
... | ... | @@ -18,8 +18,8 @@ FP_GMP |
dnl Various things from the source distribution configure | ||
bootstrap_target=@TargetPlatform@ | ||
HaskellHaveRTSLinker=@HaskellHaveRTSLinker@ | ||
AC_SUBST(HaskellHaveRTSLinker) | ||
HaveRTSLinker=@HaveRTSLinker@ | ||
AC_SUBST(HaveRTSLinker) | ||
|
||
FFIIncludeDir=@FFIIncludeDir@ | ||
FFILibDir=@FFILibDir@ | ||
... | ... |
-
mentioned in merge request !1656 (closed)
-
mentioned in issue #17374 (closed)
-
mentioned in commit b5a8816b
-
mentioned in commit 121d0f7e
-
mentioned in commit badea9f5
-
mentioned in commit c5fab9e6
-
mentioned in commit d7d51edd
-
mentioned in commit 3c0372d6