projects
/
VerusCoin.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Auto merge of #2458 - daira:2450.pyflakes-cleanup, r=str4d
[VerusCoin.git]
/
autogen.sh
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 --warnings=all
This page took
0.02338 seconds
and
4
git commands to generate.