From 4a15a83faf6dd7ce994681db20007c2a9420fdcc Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Thu, 17 Apr 2008 20:13:52 -0700 Subject: [PATCH] m4: lower automake req version --- m4/ax_with_prog.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/m4/ax_with_prog.m4 b/m4/ax_with_prog.m4 index 4f8db8715a354..dba14e66f8b73 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) -- 2.39.5