From: Jan Kara <jack@suse.cz>
To: Theodore Ts'o <tytso@mit.edu>
Cc: jack@suse.cz, ppisar@redhat.com, linux-fsdevel@vger.kernel.org
Subject: Re: [PATCH] Add AC_PREREQ to configure.in
Date: Tue, 26 Mar 2013 17:14:13 +0100 [thread overview]
Message-ID: <20130326161413.GD2082@quack.suse.cz> (raw)
In-Reply-To: <1364243629-13686-1-git-send-email-tytso@mit.edu>
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" <tytso@mit.edu>
> ---
> 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 <jack@suse.cz>
SUSE Labs, CR
prev parent reply other threads:[~2013-03-26 16:14 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-03-25 20:33 [PATCH] Add AC_PREREQ to configure.in Theodore Ts'o
2013-03-26 16:14 ` Jan Kara [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20130326161413.GD2082@quack.suse.cz \
--to=jack@suse.cz \
--cc=linux-fsdevel@vger.kernel.org \
--cc=ppisar@redhat.com \
--cc=tytso@mit.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).