You might want to read autobook for the general theory behind autotools. Here&#39;s a quick summary -<div><br></div><div>aclocal prepares the running of autotools.</div><div>autoheader prepares autotools to generate a config.h to be consumed by C code</div>
<div><div><a href="http://configure.ac">configure.ac</a> is the &quot;source&quot; to discover the build system and accept user parameters</div></div><div>autoconf converts <a href="http://configure.ac">configure.ac</a> to configure</div>
<div><div>Makefile.am is the &quot;source&quot; to define what is to be built and how.</div></div><div>automake converts Makefile.am to Makefile.in</div><div><br></div><div>till here everything is scripted in ./autogen.sh</div>
<div><br></div><div><div><div>running configure creates Makefile out of Makefile.in</div></div></div><div><br></div><div>now run make :)</div><div><br></div><div>Avati</div><div><br><div class="gmail_quote">On Tue, May 8, 2012 at 10:35 PM, Ian Latter <span dir="ltr">&lt;<a href="mailto:ian.latter@midnightcode.org" target="_blank">ian.latter@midnightcode.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello,<br>
<br>
<br>
  I have built a new module and I can&#39;t seem to<br>
get the changed makefiles to be built.  I have not<br>
used &quot;configure&quot; in any of my projects and I&#39;m<br>
not seeing an answer from my google searches.<br>
<br>
  The error that I get is during the &quot;make&quot; where<br>
glusterfs-3.2.6/missing errors at line 52<br>
&quot;automake-1.9: command not found&quot;.<br>
<br>
  This is a newer RedHat environment and it has<br>
automake 1.11 .. if I cp 1.11 to 1.9 I get other<br>
errors ... libtool is reporting that the automake<br>
version is 1.11.1.  I believe that it is getting the<br>
1.9 version from Gluster ...<br>
<br>
  How do I get a new Makefile.am and Makefile.in<br>
to work in this structure?<br>
<br>
<br>
<br>
Cheers,<br>
<br>
<br>
<br>
<br>
--<br>
Ian Latter<br>
Late night coder ..<br>
<a href="http://midnightcode.org/" target="_blank">http://midnightcode.org/</a><br>
<br>
_______________________________________________<br>
Gluster-devel mailing list<br>
<a href="mailto:Gluster-devel@nongnu.org">Gluster-devel@nongnu.org</a><br>
<a href="https://lists.nongnu.org/mailman/listinfo/gluster-devel" target="_blank">https://lists.nongnu.org/mailman/listinfo/gluster-devel</a><br>
</blockquote></div><br></div>