Displaying 3 results from an estimated 3 matches for "ax_check_compile_flag".
2015 Jul 15
1
configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS
...0, Florent B wrote:
> ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
> --without-zlib --with-lzo --with-openssl
>
> is then failing on
>
> ./configure: line 5083: syntax error near unexpected token
> `-DFORTIFY_SOURCE=2,'
> ./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2,
> CPPFLAGS="$CPPFLAGS -DFORTIFY_SOURCE=2")'
Can you send me a copy of your configure script?
--
Met vriendelijke groet / with kind regards,
Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubb...
2015 Jul 15
0
configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS
15.07.2015 16:23, Michael Tokarev ?????:
> 15.07.2015 16:20, Guus Sliepen ?????:
>
>>> ./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2,
>
> Should it be AC_CHECK_COMPILE_FLAG not AX_... ?
..nope it shouldn't.
;)
/mjt
2015 Jul 27
0
./configure: line 5083: syntax error near unexpected token `-DFORTIFY_SOURCE=2, '
Hi all,
I always have a problem to compile Tinc 1.1 on Debian Wheezy (after
AC_CONFIG_MACRO_DIRS problem was solved).
Now I get :
./configure: line 5083: syntax error near unexpected token
`-DFORTIFY_SOURCE=2,'
./configure: line 5083: ` AX_CHECK_COMPILE_FLAG(-DFORTIFY_SOURCE=2,
CPPFLAGS="$CPPFLAGS -DFORTIFY_SOURCE=2")'
Just to be clear, I run :
rm -Rf /usr/src/tinc
git clone git://tinc-vpn.org/tinc /usr/src/tinc
cd /usr/src/tinc
git checkout 1.1
autoreconf -fsi
./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
--without-z...