search for: ax_require_defined

Displaying 3 results from an estimated 3 matches for "ax_require_defined".

2016 Sep 27
2
Building tinc on windows with bash
...--cross-compiling-tinc-for-Windows- This almost succeeded. I could not get the last configure to work: ./configure --host=i686-w64-mingw32 --with-zlib=$HOME/mingw/usr/local I got the messages: ./configure: line 5272: syntax error near unexpected token `AX_APPEND_FLAG' ./configure: line 5272: `AX_REQUIRE_DEFINED(AX_APPEND_FLAG)' make: *** No targets specified and no makefile found. Stop. Being a Windows developer I have no clue what to do :) So I finally downloaded the latest source code (1.0.28) in the tar. This one let me do the configure and build. So I got a working tincd.exe. I would like to h...
2016 Sep 27
0
Building tinc on windows with bash
On Tue, Sep 27, 2016 at 11:00:38AM +0000, Henk wrote: > ./configure: line 5272: syntax error near unexpected token `AX_APPEND_FLAG' > ./configure: line 5272: `AX_REQUIRE_DEFINED(AX_APPEND_FLAG)' > make: *** No targets specified and no makefile found. Stop. [...] > I would like to have a build procedure I can repeat, like the tinc.sh from snip2code. Can somebody tell how to find out why I got the syntax error near unexpected token `AX_APPEND_FLAG' message? A...
2016 Sep 27
2
Building tinc on windows with bash
...pen Verzonden: dinsdag 27 september 2016 14:14 Aan: tinc-devel at tinc-vpn.org Onderwerp: Re: Building tinc on windows with bash On Tue, Sep 27, 2016 at 11:00:38AM +0000, Henk wrote: > ./configure: line 5272: syntax error near unexpected token `AX_APPEND_FLAG' > ./configure: line 5272: `AX_REQUIRE_DEFINED(AX_APPEND_FLAG)' > make: *** No targets specified and no makefile found. Stop. [...] > I would like to have a build procedure I can repeat, like the tinc.sh from snip2code. Can somebody tell how to find out why I got the syntax error near unexpected token `AX_APPEND_FLAG' message? A...