bug-automake
[Top][All Lists]
Advanced

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

Re: Funny behavior from autoconf


From: Ralf Wildenhues
Subject: Re: Funny behavior from autoconf
Date: Mon, 24 Oct 2005 09:53:35 +0200
User-agent: Mutt/1.5.11

Hi Brian,

[ copying bug-automake on this, it's better suited there; please remove
autoconf at gnu.org from followups; thank you ]

* Brian Lloyd wrote on Mon, Oct 24, 2005 at 04:44:32AM CEST:
> The following Makefile.am does not work as expected.  This is a stripped
> down version of the complete makefile.  It still shows the same problem
> as the complete file, which is more than twice as large. 
*snip*

> #BOOST_BEGIN -- Data between the BOOST_AUTO and BOOST_END tags is auto
> generated.
> BOOSTSOURCES = 
> if BOOST1_33
> BOOSTSOURCES += \
>       "boost/1_33/src/list.cpp" \
>       "boost/1_33/src/module.cpp" \
>       "boost/1_33/src/tuple.cpp" 
> endif BOOST1_33
*snip*

Does it work if you remove all the double quotes from the source lists?

This is an Automake issue.  It's probably unsupported to have files
quoted; I'm not sure though, whether it should be supported or the
documentation updated to let you know about this.

Cheers,
Ralf




reply via email to

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