Build problem

Dan Nicholson dbn.lists at gmail.com
Sat Dec 8 08:49:42 PST 2007


On Dec 8, 2007 4:56 AM, Simon Thum <simon.thum at gmx.de> wrote:
>
> I'm trying to rebuild my xorg tree (fresh from git, using build.sh), but
> the following comes in many packages:
>
> Makefile.am:44: EXTRA_DIST must be set with `=' before using `+='
>
> That's easily fixed by removing the '+' in '+=' at any occurrence, but
> it leads me to think I am missing something. Also, I'm not an autotools
> genius.

No, you're right. If "EXTRA_DIST += ..." is the only occurrence in
that Makefile.am, that's wrong. A massive addition to all the trees
was made to support generating the ChangeLog, and part of it was this:

EXTRA_DIST += ChangeLog

If you could find all the modules that have this issue, that'd be
great. Most likely, it just requires changing those lines to
"EXTRA_DIST = ChangeLog" in the top level Makefile.am if there's no
other occurrence of EXTRA_DIST.

--
Dan



More information about the xorg mailing list