<div dir="ltr">Thank you, Alan!<div><br></div><div>Investigating a bit further, I realised that $host_os is not the problem. The real cause of kdrive input drivers not being automatically built in linux is a code misplacing in <a href="http://configure.ac">configure.ac</a>: the auto-detection test for KDRIVE_{EVDEV,KBD,MOUSE} is placed AFTER the corresponding AC_DEFINEs, when it should be placed BEFORE them.</div><div><br></div><div>I'll submit a patch right now!!</div></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-22 20:34 GMT-03:00 Alan Coopersmith <span dir="ltr"><<a href="mailto:alan.coopersmith@oracle.com" target="_blank">alan.coopersmith@oracle.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 06/22/15 04:30 PM, Laércio de Sousa wrote:<br>
</span><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">
I'm figuring out why Debian xorg-server builds are failing to automatically<br>
enable kdrive's evdev input driver. It seems variable "host_os", which is<br></span>
referenced several times in <a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> <<a href="http://configure.ac" rel="noreferrer" target="_blank">http://configure.ac</a>>, is undefined<span class=""><br>
when Xorg is built in Debian. However, I've found no other occurrence of this<br>
variable in any other file in xserver tree.<br>
<br>
Where host_os should be defined?<br>
</span></blockquote>
<br>
By autoconf's AC_CANONICAL_HOST macro:<br>
<a href="http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Canonicalizing.html#Canonicalizing" rel="noreferrer" target="_blank">http://www.gnu.org/savannah-checkouts/gnu/autoconf/manual/autoconf-2.69/html_node/Canonicalizing.html#Canonicalizing</a><br>
<br>
which is called via the XORG_MANPAGE_SECTIONS macro in xorg-macros.m4,<br>
which is called via the XORG_DEFAULT_OPTIONS macro in xorg-macros.m4,<br>
which is called from the xserver/<a href="http://configure.ac" rel="noreferrer" target="_blank">configure.ac</a> script.<span class="HOEnZb"><font color="#888888"><br>
<br>
-- <br>
        -Alan Coopersmith-              <a href="mailto:alan.coopersmith@oracle.com" target="_blank">alan.coopersmith@oracle.com</a><br>
         Oracle Solaris Engineering - <a href="http://blogs.oracle.com/alanc" rel="noreferrer" target="_blank">http://blogs.oracle.com/alanc</a><br>
</font></span></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><b>Laércio de Sousa</b><br></div><div style="text-align:center"><div style="text-align:left"><i>Orientador de Informática</i></div><div style="text-align:left"><u>Escola Municipal "Professor Eulálio Gruppi"</u></div><div style="text-align:left"><i>Rua Ismael da Silva Mello, 559, Mogi Moderno</i></div><i><div style="text-align:left"><i>Mogi das Cruzes - SP</i></div><div style="text-align:left"><i>CEP 08717-390</i></div></i></div><div><span style="font-family:arial;font-size:small">Telefone: (11) 4726-8313</span></div></div></div>
</div>