aboutsummaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-03-01 11:04:27 +0000
committerng0 <ng0@n0.is>2019-03-01 11:04:27 +0000
commita2ecd781d51ba697f8e739466562c91399debae3 (patch)
tree002baced5f95bc74730d2a16b2dd7c4d3c35b5ab /bootstrap
parent901aca403fa1c1b6c9fce2c89acf5d6b8b278268 (diff)
downloadgnunet-a2ecd781d51ba697f8e739466562c91399debae3.tar.gz
gnunet-a2ecd781d51ba697f8e739466562c91399debae3.zip
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-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index 3155cff61..9d9d97b1d 100755
--- a/bootstrap
+++ b/bootstrap
@@ -12,7 +12,7 @@ existence()
12 command -v "$1" >/dev/null 2>&1 12 command -v "$1" >/dev/null 2>&1
13} 13}
14 14
15if existence libtool || existence libtoolize || existence glibtoolize; then 15if existence libtool || existence libtoolize || existence glibtoolize || existence slibtool; then
16 autoreconf -if 16 autoreconf -if
17 . "bin/pogen.sh" 17 . "bin/pogen.sh"
18else 18else