From: Theodore Ts'o Date: Sun, 23 Dec 2012 03:24:45 +0000 (-0500) Subject: configure.in: require at least autoconf 2.54 X-Git-Tag: v1.42.7~68 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=37cdbee0c0b92b1284bc6cad66adf2c37a40f032;p=tools%2Fe2fsprogs.git configure.in: require at least autoconf 2.54 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" --- 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"])