]> Git Repo - VerusCoin.git/blobdiff - autogen.sh
Add steps for setting up a latent worker on Amazon EC2
[VerusCoin.git] / autogen.sh
index 5b883a6a4c070554acd12e8caa4e8251ed0cab1e..3e26a183059c059277632e0cca9d11c3b1836f31 100755 (executable)
@@ -2,4 +2,8 @@
 set -e
 srcdir="$(dirname $0)"
 cd "$srcdir"
-autoreconf --install --force
+if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
+  LIBTOOLIZE="${GLIBTOOLIZE}"
+  export LIBTOOLIZE
+fi
+autoreconf --install --force --warnings=all
This page took 0.022656 seconds and 4 git commands to generate.