autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dnl lines within the AC_OUTPUT([ <file list> ]) causes autoconf to b


From: Miles Lane
Subject: Re: dnl lines within the AC_OUTPUT([ <file list> ]) causes autoconf to bomb out.
Date: 25 Jan 2002 08:50:20 -0800

On Fri, 2002-01-25 at 01:43, Akim Demaille wrote:
> 
> | dnl lines within the AC_OUTPUT([ <file list> ])
> | causes autoconf to bomb out.
> | 
> | Here's a repro scenario:
> | 
> | AC_INIT
> | touch filea.in filec.in
> | AC_CONFIG_FILES([filea
> | dnl fileb
> | filec])
> | AC_OUTPUT
> 
> Yes, don't.

Uh, at the very least, this should give a specific error
explaining that comments within the list aren't supported.
In my opinion, not supporting comments there is a bug in
autoconf.

        Miles





reply via email to

[Prev in Thread] Current Thread [Next in Thread]