Build problem
walter harms
wharms at bfs.de
Sat Dec 8 08:05:42 PST 2007
Simon Thum wrote:
> Hi List,
>
> 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.
>
This is not a fix since since FOO+=bar means FOO=$(FOO)bar.
I have no clue what causes this problem in the first place but try
EXTRA_DIST=
somcewhere at the beginning.
re,
wh
More information about the xorg
mailing list