summaryrefslogtreecommitdiff
path: root/m4
diff options
context:
space:
mode:
authorSage Weil <sage@newdream.net>2008-04-17 20:13:52 -0700
committerSage Weil <sage@newdream.net>2008-04-17 21:09:49 -0700
commit4a15a83faf6dd7ce994681db20007c2a9420fdcc (patch)
tree5f67f9b2ee12c7f3c06f445ddcd9c15a9fcc0d08 /m4
parentc2f3e223baa0a2bbd0564c4818873de44aae7841 (diff)
downloadceph-4a15a83faf6dd7ce994681db20007c2a9420fdcc.tar.gz
m4: lower automake req version
Diffstat (limited to 'm4')
-rw-r--r--m4/ax_with_prog.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4/ax_with_prog.m4 b/m4/ax_with_prog.m4
index 4f8db8715a3..dba14e66f8b 100644
--- a/m4/ax_with_prog.m4
+++ b/m4/ax_with_prog.m4
@@ -34,7 +34,7 @@
# the copyright notice and this notice are preserved.
AC_DEFUN([AX_WITH_PROG],[
- AC_PREREQ([2.61])
+ AC_PREREQ([2.59])
pushdef([VARIABLE],$1)
pushdef([EXECUTABLE],$2)