configure.ac:9: error: possibly undefined macro: AC_CONFIG_MACRO_DIRS

Guus Sliepen guus at tinc-vpn.org
Wed Jul 15 15:18:54 CEST 2015


On Wed, Jul 15, 2015 at 02:35:33PM +0200, Florent B wrote:

> I have found the problem, replacing
> 
> AC_CONFIG_MACRO_DIRS([m4])
> 
> with
> 
> AC_CONFIG_MACRO_DIR([m4])
> 
> in configure.ac seems to solve the problem.
> 
> It is about automake version, I have 1.11.6 (wheezy) and it needs 1.14
> to use DIRS.
> 
> How to make it work for every version ?

AC_CONFIG_MACRO_DIR() is enough for tinc, so I changed it to use that.

-- 
Met vriendelijke groet / with kind regards,
     Guus Sliepen <guus at tinc-vpn.org>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://www.tinc-vpn.org/pipermail/tinc-devel/attachments/20150715/026dd929/attachment.sig>


More information about the tinc-devel mailing list