Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
068136c
)
configure.in: require at least autoconf 2.54
author
Theodore Ts'o
<tytso@mit.edu>
Sun, 23 Dec 2012 03:24:45 +0000
(22:24 -0500)
committer
Theodore Ts'o
<tytso@mit.edu>
Mon, 24 Dec 2012 15:49:45 +0000
(10:49 -0500)
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
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index
1099309
..
cf96e43
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-1,5
+1,5
@@
AC_INIT(version.h)
-AC_PREREQ(2.5
0
)
+AC_PREREQ(2.5
4
)
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_HEADERS([lib/config.h])
AH_BOTTOM([#include "dirpaths.h"])