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