[PATCH] Fix build with BSD make.

Gaetan Nadon memsize at videotron.ca
Mon Feb 14 11:35:07 PST 2011


On Mon, 2011-02-14 at 10:15 -0800, Dan Nicholson wrote:

> Oh, what we can do is touch the sdksyms.dep file during configure.
> This is how the other .dep files are handled and what is going on
> during the "executing defiles commands" message is printed during
> config.status. So, I think we just need to add
> 
> AC_CONFIG_COMMANDS([sdksyms], [touch hw/xfree86/loader/sdksyms.dep])
> 

Automake runs before autoconf to create Makefile.in so it dies on
"include"
before CONFIG_COMMANDS has a chance to run. It works fine manually
however.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110214/3cb11706/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: This is a digitally signed message part
URL: <http://lists.x.org/archives/xorg-devel/attachments/20110214/3cb11706/attachment.pgp>


More information about the xorg-devel mailing list