#1086540 algol68g FTCBFS: uses AC_RUN_IFELSE

Package:
src:algol68g
Source:
src:algol68g
Submitter:
Helmut Grohne
Date:
2024-11-01 08:33:02 UTC
Severity:
normal
Tags:
#1086540#5
Date:
2024-10-30 14:12:57 UTC
From:
To:
algol68g fails to cross build from source, because it uses a number of
AC_RUN_IFELSE tests. That macro does not work for cross compilation as
running is what does not work. However, many of them simply check for
sizes of types (where AC_CHECK_SIZEOF can be used). It turns out that
sufficiently many can be replaced that cross building algol68g becomes
feasible. I'm attaching a patch for your convenience.

Helmut