build: Ensure a minimal version of libtool

This commit is contained in:
Hennadii Stepanov 2019-10-06 15:17:29 +03:00
parent 7b701fef58
commit 6ca01b9a10
No known key found for this signature in database
GPG key ID: 410108112E7EA81F

View file

@ -76,6 +76,10 @@ fi
AC_PROG_OBJCXX
])
dnl Since libtool 1.5.2 (released 2004-01-25), on Linux libtool no longer
dnl sets RPATH for any directories in the dynamic linker search path.
dnl See more: https://wiki.debian.org/RpathIssue
LT_PREREQ([1.5.2])
dnl Libtool init checks.
LT_INIT([pic-only])