linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] configure.in: require at least autoconf 2.54
@ 2012-12-24 16:07 Theodore Ts'o
  0 siblings, 0 replies; only message in thread
From: Theodore Ts'o @ 2012-12-24 16:07 UTC (permalink / raw)
  To: Ext4 Developers List; +Cc: Theodore Ts'o

AC_PROG_EGREP requires autoconf 2.54, so bump up the AC_PREREQ
accordingly.

Reported-by: g.esp@free.fr
Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
---
 configure.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.in b/configure.in
index 1099309..cf96e43 100644
--- a/configure.in
+++ b/configure.in
@@ -1,5 +1,5 @@
 AC_INIT(version.h)
-AC_PREREQ(2.50)
+AC_PREREQ(2.54)
 AC_CONFIG_AUX_DIR(config)
 AC_CONFIG_HEADERS([lib/config.h])
 AH_BOTTOM([#include "dirpaths.h"])
-- 
1.7.12.rc0.22.gcdd159b


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2012-12-24 16:07 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24 16:07 [PATCH] configure.in: require at least autoconf 2.54 Theodore Ts'o

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).