From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Tim Cross Newsgroups: gmane.emacs.devel Subject: Re: New build process? Date: Wed, 27 Jul 2011 18:31:25 +1000 Message-ID: References: <20110726184220.GA6390@acm.acm> <87bowg6fre.fsf@fencepost.gnu.org> <4E2F2084.7070001@gmail.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 X-Trace: dough.gmane.org 1311755502 21060 80.91.229.12 (27 Jul 2011 08:31:42 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Wed, 27 Jul 2011 08:31:42 +0000 (UTC) Cc: david.reitter@gmail.com, Daniel Colascione , rms@gnu.org, emacs-devel@gnu.org To: Andreas Schwab Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Jul 27 10:31:38 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([140.186.70.17]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1QlzWi-00050G-GU for ged-emacs-devel@m.gmane.org; Wed, 27 Jul 2011 10:31:36 +0200 Original-Received: from localhost ([::1]:57610 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlzWh-0007kb-Jk for ged-emacs-devel@m.gmane.org; Wed, 27 Jul 2011 04:31:35 -0400 Original-Received: from eggs.gnu.org ([140.186.70.92]:45528) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlzWc-0007WF-RD for emacs-devel@gnu.org; Wed, 27 Jul 2011 04:31:31 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1QlzWa-0005YY-ER for emacs-devel@gnu.org; Wed, 27 Jul 2011 04:31:30 -0400 Original-Received: from mail-iy0-f169.google.com ([209.85.210.169]:62043) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1QlzWY-0005Xv-Iu; Wed, 27 Jul 2011 04:31:26 -0400 Original-Received: by iyb14 with SMTP id 14so1916659iyb.0 for ; Wed, 27 Jul 2011 01:31:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=ZyupQ2E/xM/cB1t1UPRY36xWEKzCuJVBoFS+/dCi2NI=; b=D0gqfiSBWiSXrgTMue7OvhVLEmHU9qzcfGFQllnYBZigGvhA5H/41jYkn2HNdCSjY9 mYNhGdqL7s+q/zGYRFolK/CW1oLzoKpcn33erLZh34g1oSbz6NMw7p31Hng2E7GKLdFy 5ezJtruY9QhVjQAVPo3zhVtiMkGgUjMoDiFIM= Original-Received: by 10.231.68.210 with SMTP id w18mr6519256ibi.186.1311755485683; Wed, 27 Jul 2011 01:31:25 -0700 (PDT) Original-Received: by 10.231.37.76 with HTTP; Wed, 27 Jul 2011 01:31:25 -0700 (PDT) In-Reply-To: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.210.169 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:142358 Archived-At: On Wed, Jul 27, 2011 at 6:22 PM, Andreas Schwab wrote: > Tim Cross writes: > >> On Wed, Jul 27, 2011 at 6:07 PM, Andreas Schwab wrote: >>> Tim Cross writes: >>> >>>> a typo - their quite common you know. Context usually helps to >>>> recognize them. In this case, autogen is probably the most likely >>>> candidate :) >>> >>> What has autogen to do with emacs? >>> >> >> autogen.sh then if you must be pedantic about it, > > You wrote: "Previously, you ran autoget and now you run ./autogen.sh" > (with typo fixed), now you claim: "Previously, you ran autogen.sh and > now you run ./autogen.sh". > > That does not make sense to me. You left no context before, so I had no idea what you were getting at. As you will see in my reply to Eli, I was mistaken in my recollection. However, now you have provided the context rather than just a word, I can say that autoget should have been autoconf. Tim