]> Git Repo - VerusCoin.git/blame - autogen.sh
fix
[VerusCoin.git] / autogen.sh
CommitLineData
f80b723c 1#!/bin/sh
97d285ab 2set -e
19b9adda
JT
3srcdir="$(dirname $0)"
4cd "$srcdir"
b150b09e 5if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
b77b4eda
LD
6 LIBTOOLIZE="${GLIBTOOLIZE}"
7 export LIBTOOLIZE
b150b09e 8fi
e5438111 9autoreconf --install --force --warnings=all
This page took 0.072724 seconds and 4 git commands to generate.