]> Git Repo - VerusCoin.git/blobdiff - autogen.sh
test
[VerusCoin.git] / autogen.sh
index 4e7011a59658c80bd81d28ea744da0e4405181e6..3e26a183059c059277632e0cca9d11c3b1836f31 100755 (executable)
@@ -1 +1,9 @@
-autoreconf -vif
+#!/bin/sh
+set -e
+srcdir="$(dirname $0)"
+cd "$srcdir"
+if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
+  LIBTOOLIZE="${GLIBTOOLIZE}"
+  export LIBTOOLIZE
+fi
+autoreconf --install --force --warnings=all
This page took 0.021157 seconds and 4 git commands to generate.