From d689b7e777103ca4f542cbfd9c6cc810679f72d1 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Mon, 12 Oct 2015 13:18:20 +0100 Subject: as-libtool.m4: bump libtool requirement to 2.4.4 Earlier versions now fail with the switch to autoreconf. https://bugzilla.gnome.org/show_bug.cgi?id=754690 --- m4/as-libtool.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'm4') diff --git a/m4/as-libtool.m4 b/m4/as-libtool.m4 index 3b16095..e540b90 100644 --- a/m4/as-libtool.m4 +++ b/m4/as-libtool.m4 @@ -41,6 +41,6 @@ AC_DEFUN([AS_LIBTOOL], fi AC_SUBST([$1]_LT_LDFLAGS) - LT_PREREQ([2.2.6]) + LT_PREREQ([2.4.4]) LT_INIT([dlopen win32-dll disable-static]) ]) -- cgit v1.2.3