mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-10 19:33:11 +00:00
Fix `mmc --make' test failures in debugging grades on mundroo
Estimated hours taken: 0.25 Branches: main Fix `mmc --make' test failures in debugging grades on mundroo (it wasn't finding the readline library). aclocal.m4: scripts/mmc.in: Pass `-L/usr/local/lib' and `--c-include-directory /usr/local/include' to mmc if those directories exist.
This commit is contained in:
@@ -52,6 +52,8 @@ export DEFAULT_MERCURY_LINKAGE
|
||||
# --shlib-linker-trace-flags "@LD_LIBFLAGS_FOR_TRACE@"
|
||||
# once those options are accepted everywhere.
|
||||
DEFAULT_MCFLAGS=${DEFAULT_MCFLAGS-"\
|
||||
@ALL_LOCAL_C_INCL_DIR_MMC_OPTS@ \
|
||||
@ALL_LOCAL_C_LIB_DIR_MMC_OPTS@ \
|
||||
$MERCURY_ALL_MC_C_INCL_DIRS \
|
||||
--cc \"${MERCURY_C_COMPILER=@CC@}\" \
|
||||
--grade \"${MERCURY_DEFAULT_GRADE=@DEFAULT_GRADE@}\" \
|
||||
|
||||
Reference in New Issue
Block a user