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.

Attachment: signature.asc
Description: This is a digitally signed message part

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to