Exactly when does autoconf enter cross-compilation mode?

2020-08-22 Thread wferi
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

Re: Exactly when does autoconf enter cross-compilation mode?

2020-08-23 Thread wferi
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

Re: Exactly when does autoconf enter cross-compilation mode? (documentation)

2020-10-09 Thread wferi
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

Re: Debian archive rebuild with Autoconf 2.69c

2020-10-25 Thread wferi
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