<div dir="ltr"><div>IMHO,</div><div><br></div>+1 to hobu&#39;s comments.  autoconf mostly just works for fink packagers. cmake works well less often. scons and others just hurt.<div><br></div><div>But, I spend most of my time in bazel where I have to do everything myself and it&#39;s often easier that way.</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jun 26, 2017 at 6:23 AM, Howard Butler <span dir="ltr">&lt;<a href="mailto:howard@hobu.co" target="_blank">howard@hobu.co</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""><br>
&gt; On Jun 25, 2017, at 9:22 AM, Charles Karney &lt;<a href="mailto:charles.karney@sri.com">charles.karney@sri.com</a>&gt; wrote:<br>
&gt;<br>
&gt; On 06/22/2017 03:55 PM, Howard Butler wrote:<br>
&gt;&gt; but ditching autotools that has worked for people for decades does not. That change would ripple into packagers and the distros for little or no appreciable benefit.<br>
&gt;<br>
&gt; I certainly appreciate the point that functionality (in this case,<br>
&gt; autotools configuration) shouldn&#39;t be needlessly withdrawn.  However,<br>
&gt; maintaining both cmake and autotools configurations entails ongoing<br>
&gt; maintenance costs and I, for one, wish that autotools could be slowly<br>
&gt; replaced by cmake.<br>
<br>
</span>I don&#39;t like CMake&#39;s configuration language anymore than m4 to be honest, but I agree that CMake is a best-of-the-worst configuration tool, especially for cross-platform operations.<br>
<span class=""><br>
&gt;<br>
&gt; The big benefit of cmake is that it&#39;s cross-platform.  Even though it<br>
&gt; has its warts, it handles package dependencies in a (more or less)<br>
&gt; uniform way, it&#39;s actively maintained, etc.<br>
&gt;<br>
&gt; autotools is Unix only, depends on the m4 language that hardly anyone<br>
&gt; knows, and the whole mess seems to be duct-taped together.  Its big<br>
&gt; advantage is that it&#39;s been around for longer.<br>
&gt;<br>
&gt; So my question is: aside for simple inertia (which I understand!), what<br>
&gt; is stopping the Unix/Linux world adopting cmake?  Is there really<br>
&gt; something about autotools that&#39;s superior to cmake for maintaining<br>
&gt; packages on Linux distributions?<br>
<br>
</span>Superior is maybe an imprecise term. I think the situation is the distribution packagers have adapted all of their build configurations to dovetail with autoconf/automake&#39;s quirks, and CMake has to mimic these things to be a drop-in replacement. Cross-compilation targets, special configuration variables, and and output install locations are all areas where CMake doesn&#39;t always behave or can&#39;t be made to behave exactly in the same way as autotools.<br>
<br>
A library that already has autotools support, especially one as foundational as Proj.4 now is, has a ring of configuration logic implemented by all of the packaging system for the myriad of distros. Many have built that with our autotools configuration, and if we were to yank that away now, we are likely to disrupt them. If we had started with CMake from the beginning, this wouldn&#39;t have been a problem, of course.<br>
<br>
Feedback from the distro packagers if this sentiment is contrary to reality would be appreciated. Maybe Proj.4 dropping autotools wouldn&#39;t be a big issue, but it would certainly ripple changes across a lot of distributions.<br>
<span class="HOEnZb"><font color="#888888"><br>
Howard<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
<br>
______________________________<wbr>_________________<br>
Proj mailing list<br>
<a href="mailto:Proj@lists.maptools.org">Proj@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/proj" rel="noreferrer" target="_blank">http://lists.maptools.org/<wbr>mailman/listinfo/proj</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">--<div><a href="http://schwehr.org" target="_blank">http://schwehr.org</a></div></div>
</div>