From: Sage Weil Date: Fri, 18 Apr 2008 03:13:52 +0000 (-0700) Subject: m4: lower automake req version X-Git-Tag: v0.2~184 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=4a15a83faf6dd7ce994681db20007c2a9420fdcc;p=ceph.git m4: lower automake req version --- diff --git a/m4/ax_with_prog.m4 b/m4/ax_with_prog.m4 index 4f8db8715a35..dba14e66f8b7 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)