| Submitter | Theodore Ts'o |
|---|---|
| Date | Dec. 24, 2012, 4:07 p.m. |
| Message ID | <1356365234-4862-1-git-send-email-tytso@mit.edu> |
| Download | mbox | patch |
| Permalink | /patch/208089/ |
| State | Accepted |
| Headers | show |
Comments
Patch
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"])
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(-)