X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Sun, 11 Sep 2016 15:23:11 +0200 (CEST) X-X-Sender: igor2 AT igor2priv To: geda-user AT delorie DOT com X-Debug: to=geda-user AT delorie DOT com from="gedau AT igor2 DOT repo DOT hu" From: gedau AT igor2 DOT repo DOT hu Subject: Re: [geda-user] gnet-spice-noqsi documentation In-Reply-To: <20160911085548.3ff10379@floyd.freeelectron.net> Message-ID: References: <8885DFA6-76D0-4A2B-B7BE-C1BD9AFFCDD3 AT noqsi DOT com> <20160906171850 DOT 760f1845663014bb2717461d AT gmail DOT com> <20160910203651 DOT 3e03a6ea AT floyd DOT freeelectron DOT net> <20160911085548 DOT 3ff10379 AT floyd DOT freeelectron DOT net> User-Agent: Alpine 2.00 (DEB 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Reply-To: geda-user AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: geda-user AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Sun, 11 Sep 2016, al davis wrote: > >> On Sat, 10 Sep 2016, al davis wrote: >>> I don't know what is more disgusting. The fact that people are still >>> using autotools in 2016 or the fact that no one has come up with >>> anything better after all these years. >> > On Sun, 11 Sep 2016 04:39:35 +0200 (CEST) gedau AT igor2 DOT repo DOT hu wrote: >> Or the fact that when you come up with something better, implement it, >> prove that it works in multiple project with a long list of obscure >> systems it's tested on people say it's bad because it's not autotools. > > because it really isn't better than autotools. > > All of the autotools replacements fail to acknowledge and preserve what > is good about autotools, and mostly fail to acknowledge and fix the > problems it has. > > good: > ./configure; make protocol > the targets are all there > command line options for packagers > > bad: > code bloat, non-modular, chaotic design > imposes its chaos all over anything it touches > bizarre syntax of its own config files > generated makefile is unreadable > > > Having a list like this is an essential step in making something better. No, the real problem is exactly the above, people judging a system without even taking a look. This how so many projects are stuck with autotools in 2016.