diff options
author | ng0 <ng0@n0.is> | 2019-03-01 11:04:27 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2019-03-01 11:04:27 +0000 |
commit | a2ecd781d51ba697f8e739466562c91399debae3 (patch) | |
tree | 002baced5f95bc74730d2a16b2dd7c4d3c35b5ab /bootstrap | |
parent | 901aca403fa1c1b6c9fce2c89acf5d6b8b278268 (diff) |
In theory slibtool should work. In practice libtool is always picked up by our system, even when slibtool is the first entry
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |