From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jan Kara Subject: Re: [PATCH] Add AC_PREREQ to configure.in Date: Tue, 26 Mar 2013 17:14:13 +0100 Message-ID: <20130326161413.GD2082@quack.suse.cz> References: <1364243629-13686-1-git-send-email-tytso@mit.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: jack@suse.cz, ppisar@redhat.com, linux-fsdevel@vger.kernel.org To: Theodore Ts'o Return-path: Received: from cantor2.suse.de ([195.135.220.15]:58795 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756319Ab3CZQOR (ORCPT ); Tue, 26 Mar 2013 12:14:17 -0400 Content-Disposition: inline In-Reply-To: <1364243629-13686-1-git-send-email-tytso@mit.edu> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: On Mon 25-03-13 16:33:49, Ted Tso wrote: > Debian will automatically switch between autoconf version 2.13 and > modern autoconf based on the version number in the AC_PREREQ > statement. Without the AC_PREREQ, debian's autoconf driver script > will try to use autoconf 2.13, and the configure.in file uses autoconf > macros which were introduced in the autoconf 2.50. So add an > AC_PREREQ statement to make the right thing happen automatically. Thanks. Merged into quota-tools repository. Honza > > Signed-off-by: "Theodore Ts'o" > --- > configure.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/configure.in b/configure.in > index 00f1285..88723f6 100644 > --- a/configure.in > +++ b/configure.in > @@ -1,5 +1,6 @@ > dnl Process this file with autoconf to produce a configure script. > AC_INIT(quota.c) > +AC_PREREQ(2.50) > AC_CONFIG_HEADERS([config.h]) > > dnl Checks for programs. > -- > 1.7.12.rc0.22.gcdd159b > -- Jan Kara SUSE Labs, CR