Estimated hours taken: 0.5
scripts/mmc.in:
Move the `-I $INTDIR' so that it goes *after* the user's arguments
to mmc, rather than before. This ensures that any directories that
the user specifies using `-I' options are searched before the
standard Mercury library directory, which is consistent with
the way `-L' and `-R' options are currently handled.
This patch is needed to allow `-I ..' specified in Mmakefile in
extras/clpr/samples to work. Otherwise, it uses the installed
`.int' files, but links with the local (and potentially different)
libraries, resulting in link errors.
Estimated hours taken: 0.25
scripts/mmc.in:
Set the MERCURY_LPSOLVE environment variable to the full path
"@BINDIR@/lp_solve", if not already set, so that it won't matter
if users have another command called `lp_solve' in their path.