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