X-Authentication-Warning: delorie.com: mail set sender to geda-user-bounces using -f X-Recipient: geda-user AT delorie DOT com Date: Thu, 17 Sep 2015 11:17:56 +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; 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 Thu, 17 Sep 2015, Svenn Are Bjerkem (svenn DOT bjerkem AT googlemail DOT com) [via geda-user AT delorie DOT com] wrote: > 'autoreconf -if' is a command you have to know about. It isn't shining > as an executable file after a ls -l like autogen.sh is. It's the normal way to invoke the Autotools; the INSTALL file should obviously mention this command. It wouldn't hurt to have a "autogen.sh" script which invokes "autoreconf -if", though. > If 'autoreconf -if' will work in 'any' project based on autoconf, I will > probably have to rethink my default habit when entering the source of an > unknown project. It works on any *sane* project using the Autotools. There are some projects out there which invoke special magic in autogen.sh; "autoreconf -if" will probably not work with them. I'm not sure if gEDA/gaf does this, though (that's what I was asking about).