Files
mercury/runtime
Zoltan Somogyi 821e03d8be Fix annoying unneeded recompilations.
runtime/Mmakefile:
    Some time ago, autoconf seems to have changed the text it puts
    into the files it generates, including mercury_conf.h.
    This broke the old code we had in this file that looked for
    the old text. Fix this by updating the pattern we look for.

    Document updates to autoconf as possible reasons for any future
    reoccurrence of this bug.

    Document the reason why we "standardize" the autoconfigured contents
    of mercury_conf.h.

    Fix programming style.

configure.ac:
    The changes in this file are only stylistic; they made it easier
    to track down the above bug.

    Put a comment about "order matters" *before* the lists whose order
    matters. Define the first of two lists being concatenated first
    (since order matters not just for code correctness, but also for
    reading comprehension :-().

    Fix misleading indentation.

    Add an XXX about some (seemingly) unneeded code.
2026-03-09 04:01:31 +11:00
..
2023-06-26 20:05:24 +10:00
2021-06-06 19:07:20 +10:00
2021-04-09 17:41:23 +10:00
2024-01-26 15:52:35 +11:00
2025-05-16 20:06:52 +10:00
2023-11-06 16:15:34 +11:00
2024-10-14 00:04:09 +11:00
2026-01-26 17:58:53 +11:00
2023-12-03 00:19:48 +11:00
2024-04-02 12:44:41 +11:00
2022-01-31 14:11:08 +11:00
2019-06-10 13:30:49 +10:00