<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.26.0">
</HEAD>
<BODY>
On Mon, 2011-02-14 at 10:15 -0800, Dan Nicholson wrote:<BR>
<BLOCKQUOTE TYPE=CITE>
    <TT><FONT COLOR="#1a1a1a">Oh, what we can do is touch the sdksyms.dep file during configure.</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">This is how the other .dep files are handled and what is going on</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">during the &quot;executing defiles commands&quot; message is printed during</FONT></TT><BR>
    <TT><FONT COLOR="#1a1a1a">config.status. So, I think we just need to add</FONT></TT><BR>
    <BR>
    <TT><FONT COLOR="#1a1a1a">AC_CONFIG_COMMANDS([sdksyms], [touch hw/xfree86/loader/sdksyms.dep])</FONT></TT><BR>
    <BR>
</BLOCKQUOTE>
Automake runs before autoconf to create Makefile.in so it dies on &quot;include&quot;<BR>
before CONFIG_COMMANDS has a chance to run. It works fine manually however.
</BODY>
</HTML>