From 2a749b69236355d9a2d27ad25290ab19e3a2236e Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Fri, 9 Nov 2018 16:30:44 -0800 Subject: Still need to check for libtool presence ... as kconfig depends on it. Signed-off-by: Alexey Neyman --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 27d96b95..979e131d 100644 --- a/configure.ac +++ b/configure.ac @@ -173,14 +173,14 @@ CTNG_PROG_VERSION_REQ_ANY([MAKE], [make_3_81_or_newer]) # Check other companion tools that we may or may not build. -CTNG_PROG_VERSION([LIBTOOL], +CTNG_PROG_VERSION_REQ_ANY([LIBTOOL], [GNU libtool >= 2.4], [libtool], [glibtool libtool], [\(GNU libtool\) ([3-9]\.|2.[4-9]|2.[1-3][0-9])], [libtool_2_4_or_newer]) -CTNG_PROG_VERSION([LIBTOOLIZE], +CTNG_PROG_VERSION_REQ_ANY([LIBTOOLIZE], [GNU libtoolize >= 2.4], [libtoolize], [glibtoolize libtoolize], -- cgit v1.2.3