<div>Hi All,</div>
<div>&nbsp;</div>
<div>I recently added a new XRL interface (.xif file) into xrl/interfaces folder, and properly modified <a href="http://Makefile.am">Makefile.am</a> in that folder.</div>
<div>After running bootstrap and&nbsp;then ./configure<br>scripts at the top-level of the XORP tree to regenerate Makefile from</div>
<div>the most recent <a href="http://Makefile.in">Makefile.in</a>, I ran</div>
<div>&nbsp;gmake in xrl/interfaces folder. I had to use gmake with option -k to<br>get the .hh and .cc files (stub code for the caller) for the newly added interface. libtool that<br>XORP package uses seems to be an old version since I got the error<br>
message &quot; libtool: unrecognized option `--tag=CXX&#39; &quot; when I used<br>gmake. I got the .cc and .hh files now but it did not build the .lo<br>and .o files regarding the new XRL interface.</div>
<div>&nbsp;</div>
<div>Below are the versions of autotools currently used:</div>
<div>&nbsp;</div>
<div>automake (GNU automake) 1.9.6</div>
<div>autoconf (GNU Autoconf) 2.59<br>ltmain.sh (GNU libtool) 1.5.22 (1.1220.2.365 2005/12/18 22:14:06)<br><br>Thanks.</div>
<div>Selcuk</div>