projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
901aca4
)
In theory slibtool should work. In practice libtool is always picked up by our system...
author
ng0
<ng0@n0.is>
Fri, 1 Mar 2019 11:04:27 +0000
(11:04 +0000)
committer
ng0
<ng0@n0.is>
Fri, 1 Mar 2019 11:04:27 +0000
(11:04 +0000)
bootstrap
patch
|
blob
|
history
diff --git
a/bootstrap
b/bootstrap
index 3155cff618f63f142cfe330e69fe1ccea3af0079..9d9d97b1dfcf8a4a4fbd3edc62af677883a64add 100755
(executable)
--- 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