From a2ecd781d51ba697f8e739466562c91399debae3 Mon Sep 17 00:00:00 2001 From: ng0 Date: Fri, 1 Mar 2019 11:04:27 +0000 Subject: In theory slibtool should work. In practice libtool is always picked up by our system, even when slibtool is the first entry --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bootstrap') diff --git a/bootstrap b/bootstrap index 3155cff61..9d9d97b1d 100755 --- a/bootstrap +++ b/bootstrap @@ -12,7 +12,7 @@ existence() command -v "$1" >/dev/null 2>&1 } -if existence libtool || existence libtoolize || existence glibtoolize; then +if existence libtool || existence libtoolize || existence glibtoolize || existence slibtool; then autoreconf -if . "bin/pogen.sh" else -- cgit v1.2.3