Hi,
https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-and-Cross_002dCompilation.html
is rather hard to follow in general, but also contains the following
clear-cut statement: "Now, configure enters cross-compilation mode if
and only if --host is passed."
However, if I pas
Nick Bowler writes:
> On 2020-08-22, wf...@niif.hu wrote:
>
>> https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-and-Cross_002dCompilation.html
>> is rather hard to follow in general, but also contains the following
>> clear-cut statement: "Now, configure enters cross-co
Nick Bowler writes:
> On 2020-08-23, wf...@niif.hu wrote:
>
>> Nick Bowler writes:
>>
>>> On 2020-08-22, wf...@niif.hu wrote:
>>>
https://www.gnu.org/software/autoconf/manual/autoconf-2.69/html_node/Hosts-and-Cross_002dCompilation.html
is rather hard to follow in general, but also co
Lucas Nussbaum writes:
> See http://qa-logs.debian.net/2020/09/26.ac270/
Hi,
Kronosnet Debian maintainer here. I looked into the build problem, and
arrived at this example:
AC_PREREQ([2.63])
AC_INIT([foo],1.0,[de...@example.org])
AC_CONFIG_MACRO_DIR([m4])
AX_PROG_CC_FOR_BUILD
AC_OUTPUT
Using