mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-06 07:49:02 +00:00
m4/mercury.m4:
Replace $( ) with backticks in commands that confuse the parser in
old versions of bash.
Use 'read -r' instead of plain 'read' so that backslash is not
treated as an escape character, not that we expect gcc or clang
to print backslashes in the version output.