[bug#54412] [PATCH] python: use the posix_prefix sysconfig scheme on Debian

Karl Berry <[email protected]> Thu, 18 Jan 2024 15:58:30 -0700
Newsgroups gmane.comp.sysutils.automake.patches
Message-ID <[email protected]>
Hi Stefano,

    returning automake behaviour back to what it used to be.

That seems like a good outcome to me. I wasn't actually looking to
improve on that result :).

    if default_scheme == 'posix_local':  # Debian

posix_local only exists on Debian, not any other system?
The name is generic.

In any case, I guess it would be safe if it's possible to check if the
deb_system scheme exists, and only do the special casing if both
posix_local and deb_system are present.

Wdyt? --thanks, karl.