From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CATwD6CQziaz for ; Sun, 30 Dec 2012 18:43:38 +0100 (CET) Received: from mail-ee0-f48.google.com (mail-ee0-f48.google.com [74.125.83.48]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Sun, 30 Dec 2012 18:43:38 +0100 (CET) Received: by mail-ee0-f48.google.com with SMTP id b57so6002085eek.35 for ; Sun, 30 Dec 2012 09:43:37 -0800 (PST) Message-ID: <50E07D47.8060202@gmail.com> Date: Sun, 30 Dec 2012 18:43:35 +0100 From: Milan Broz MIME-Version: 1.0 References: <1356884134-8585-1-git-send-email-dreisner@archlinux.org> In-Reply-To: <1356884134-8585-1-git-send-email-dreisner@archlinux.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] [PATCH 1/2] build: rename configure.in to configure.ac List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Dave Reisner Cc: dm-crypt@saout.de On 12/30/2012 05:15 PM, Dave Reisner wrote: > With automake 1.13, configure.in is no longer honored. Both patches applied, thanks. (There was one line in autogen.sh which need change as well, fixed.) Milan