Return-Path: X-Original-To: apmail-apr-dev-archive@www.apache.org Delivered-To: apmail-apr-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CDCAA91F8 for ; Fri, 16 Mar 2012 20:47:15 +0000 (UTC) Received: (qmail 24658 invoked by uid 500); 16 Mar 2012 20:47:15 -0000 Delivered-To: apmail-apr-dev-archive@apr.apache.org Received: (qmail 24601 invoked by uid 500); 16 Mar 2012 20:47:15 -0000 Mailing-List: contact dev-help@apr.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Id: Delivered-To: mailing list dev@apr.apache.org Received: (qmail 24593 invoked by uid 99); 16 Mar 2012 20:47:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 20:47:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of gstein@gmail.com designates 209.85.220.178 as permitted sender) Received: from [209.85.220.178] (HELO mail-vx0-f178.google.com) (209.85.220.178) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Mar 2012 20:47:10 +0000 Received: by vcbgb30 with SMTP id gb30so1660812vcb.37 for ; Fri, 16 Mar 2012 13:46:50 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=kMY7RHJC7L8b3h9RLZvd7X6eNbBrlxtvEbxZVUsP5Vk=; b=FnhIGYa6C9OJiizAI2Dclxfmv4ROwHBJ+3MhXq6OjISm5M+P/5gSTH2Zljg2ETyBuK PvC6m0v8qRQBHgAaszmQKt14/d1tAjwrT4SeXKyaDkHOKyeY0XS+k6S1u6GvesRaWU1H TYKu8+iMXmUBUxR0nXtLV8B9nGBXwylRsWsLylTdSLkghD22JV56xSLtC1I4sBx2y0ky BWeDDW8/8ZPAgDD2LAI/3lrvW4ZTPrec8saWRY8nwOeIX4q3aQ23CMiG6J9Ww+VP4yae ZMBupGemtpUrynrQ1Yy68MrN+R/8kIHmrYTx+4ko0A/PwRUgwkmoKe09BFquIoybEn1I w4oA== MIME-Version: 1.0 Received: by 10.52.155.173 with SMTP id vx13mr1976384vdb.88.1331930810081; Fri, 16 Mar 2012 13:46:50 -0700 (PDT) Received: by 10.220.150.69 with HTTP; Fri, 16 Mar 2012 13:46:50 -0700 (PDT) In-Reply-To: References: <4F637B79.3040705@gmail.com> <1D33350F-694A-49B7-84D1-9E82C2587B89@sharp.fm> <4F638EEF.7090303@gmail.com> Date: Fri, 16 Mar 2012 16:46:50 -0400 Message-ID: Subject: Re: Using autoconf/automake/libtool From: Greg Stein To: Graham Leggett Cc: "William A. Rowe Jr." , dev@apr.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Let me reiterate my earlier point, since this is straying from the main point: A simple dist.sh script should be sufficient. We do not need automake to take the place of a simple shell script. serf's dist.sh is almost precisely what APR could use: it produces a .bz2 and a .zip file. No complicated options or other processing (unlike svn's release.py and dist.sh pair which manages the *process* rather than just producing tarballs). -g On Fri, Mar 16, 2012 at 16:38, Greg Stein wrote: > On Fri, Mar 16, 2012 at 15:17, Graham Leggett wrote: >> On 16 Mar 2012, at 9:05 PM, William A. Rowe Jr. wrote: >> >>>>> This was asked and answered before, this project rejects automake. >>>> >>>> Can you cite when this took place? >>> >>> Sure I could, but you have the same email archives I do. >> >> And I can't find the discussion you're referring to in those archives. Like I said, can you cite please? > > http://mail-archives.apache.org/mod_mbox/apr-dev/200012.mbox/%3cPine.LNX.4.30.0012152349240.2652-100000@rossini.schumann.cx%3e > http://mail-archives.apache.org/mod_mbox/apr-dev/200103.mbox/%3c20010310060247.X27539@lyra.org%3e > > Plus lots of other references of people saying "no way on automake". > None of those comments are explained, beyond relying on people's > personal experience (and hatred) of automake. > > -g