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" <tytso@mit.edu>
debian-1.42.9
Theodore Ts'o 2012-12-22 22:24:45 -05:00
parent 068136c31e
commit 37cdbee0c0
1 changed files with 1 additions and 1 deletions

View File

@ -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"])