[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Mingw-cross-env-list] Building gnutls
From: |
Ulrich Klauer |
Subject: |
Re: [Mingw-cross-env-list] Building gnutls |
Date: |
Mon, 04 Mar 2013 04:25:07 +0100 |
User-agent: |
K-9 Mail for Android |
Remi Chateauneu <address@hidden>:
> Difficulties building gnutls with mxe:
Both are fixed in master (via an updated upstream), so you're using stable, I
guess?
> ./configure: line 3399: syntax error near unexpected token `config.h'
> ./configure: line 3399: `AM_CONFIG_HEADER(config.h)'
This had been deprecated for a long time (superseded by AC_CONFIG_HEADERS), but
most people didn't notice before automake 1.13 removed it completely. (They put
a belated warning into 1.13.1, at least.) You may see this or similar problems
in many projects if you are using automake 1.13, because AC_CONFIG_HEADERS is
only now making it into those project.
Ulrich