Re: [PATCH] fix build error with automake-1.14, dnl comment need start at newline

2013-12-21 Thread Marc Lehmann
On Sun, Dec 22, 2013 at 08:44:22AM +0800, "Lan Yixun (dlan)" wrote: > with changes AM_INIT_AUTOMAKE, dnl trucate the end of trailing newline > thus make next macro append to same line, result in weird error And as a last comment, this is a bug (or another incompatible change) in either automake

Re: [PATCH] fix build error with automake-1.14, dnl comment need start at newline

2013-12-21 Thread Marc Lehmann
On Sun, Dec 22, 2013 at 08:44:22AM +0800, "Lan Yixun (dlan)" wrote: > From: "Lan Yixun (dlan)" sorry, didn't see the subject line: Subject: [PATCH] fix build error with automake-1.14, dnl comment need start at newline Indeed, automake-1.14 is the wrong version as you have seen (1.11 is the

Re: [PATCH] fix build error with automake-1.14, dnl comment need start at newline

2013-12-21 Thread Marc Lehmann
On Sun, Dec 22, 2013 at 08:44:22AM +0800, "Lan Yixun (dlan)" wrote: > with changes AM_INIT_AUTOMAKE, dnl trucate the end of trailing newline > thus make next macro append to same line, result in weird error I don't see anything related in these lines in our configure script - are you sure you us

[PATCH] fix build error with automake-1.14, dnl comment need start at newline

2013-12-21 Thread Lan Yixun (dlan)
From: "Lan Yixun (dlan)" with changes AM_INIT_AUTOMAKE, dnl trucate the end of trailing newline thus make next macro append to same line, result in weird error --- ./configure: line 2816: syntax error near unexpected token `ac_config_headers="$ac_config_headers config.h"' ./configure: line 2816