X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Wed, 16 Sep 2015 22:49:01 +0200 (CEST) From: Roland Lutz To: "Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com]" Subject: Re: [geda-user] New experimental netlist features In-Reply-To: Message-ID: References: <55E8773B DOT 9000902 AT jump-ing DOT de> <55E8831A DOT 8050307 AT jump-ing DOT de> <55E891FA DOT 2010509 AT jump-ing DOT de> <55E8AE6C DOT 2090304 AT jump-ing DOT de> <55F9C1BF DOT 9030603 AT jump-ing DOT de> User-Agent: Alpine 2.11 (DEB 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII 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 Wed, 16 Sep 2015, Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com] wrote: > git clean -fd > git ls-files -o | xargs rm You could also use "git clean -fdx". > ./autogen.sh > ./configure > (here the configure script will give a warning about missing xorn, and a > following make will fail) > autoreconf -fi <- this will pick up xorn > ./configure > make > (all looks good from a build perspective) "autoreconf -if" appears to recurse into "xorn/" automatically while "autogen.sh" doesn't. I pushed a fix for that. While testing the build, I hadn't remembered the "autogen.sh" script and used "autoreconf -if" to set up the configuration files in the first place. Given that this had worked flawlessly, is there even a reason for an "autogen.sh" script nowadays? Or could we just replace it with an "autoreconf -if" invocation?