repo.or.cz
/
bitcoinplatinum.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge #10114: [tests] sync_with_ping should assert that ping hasn't timed out
[bitcoinplatinum.git]
/
src
/
univalue
/
autogen.sh
blob
4b38721faad09b9339107bb375d2d31fdbde9d4a
1
#!/bin/sh
2
set -e
3
srcdir
=
"$(dirname
$0
)"
4
cd
"
$srcdir
"
5
if
[
-z
${LIBTOOLIZE}
] &&
GLIBTOOLIZE
=
"`which glibtoolize 2>/dev/null`"
;
then
6
LIBTOOLIZE
=
"
${GLIBTOOLIZE}
"
7
export
LIBTOOLIZE
8
fi
9
autoreconf
--install --force