From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thompson, David" Subject: Re: [PATCH] gnu: Add autoconf-archive. Date: Thu, 26 May 2016 08:59:43 -0400 Message-ID: References: <1464184161-13829-1-git-send-email-dthompson2@worcester.edu> <87lh2x7q1a.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54660) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5utC-0006zf-5t for guix-devel@gnu.org; Thu, 26 May 2016 08:59:51 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1b5ut6-00086r-Jb for guix-devel@gnu.org; Thu, 26 May 2016 08:59:50 -0400 Received: from mail-yw0-x231.google.com ([2607:f8b0:4002:c05::231]:33085) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1b5ut6-00086i-Fm for guix-devel@gnu.org; Thu, 26 May 2016 08:59:44 -0400 Received: by mail-yw0-x231.google.com with SMTP id h19so75622873ywc.0 for ; Thu, 26 May 2016 05:59:44 -0700 (PDT) In-Reply-To: <87lh2x7q1a.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: =?UTF-8?Q?Ludovic_Court=C3=A8s?= Cc: guix-devel , David Thompson On Wed, May 25, 2016 at 6:04 PM, Ludovic Court=C3=A8s wrote: > David Thompson skribis: > >> From: David Thompson >> >> * gnu/packages/autotools.scm (autoconf-archive): New variable. > > [...] > >> + (synopsis "Additional macros for GNU Autoconf") >> + (description >> + "The GNU Autoconf Archive is a collection of more than 500 macros = for GNU >> +Autoconf.") > > OK with the synopsis and description suggested by =E2=80=98guix lint=E2= =80=99. :-) Oh yeah, forgot about that! Fixed and pushed. Thanks! - Dave