]> Git Repo - VerusCoin.git/blobdiff - autogen.sh
Add steps for setting up a latent worker on Amazon EC2
[VerusCoin.git] / autogen.sh
index 5a29d5f38e371a66dbd671540c6bbd936d8b6163..3e26a183059c059277632e0cca9d11c3b1836f31 100755 (executable)
@@ -1,2 +1,9 @@
 #!/bin/sh
-autoreconf -vif
+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.022182 seconds and 4 git commands to generate.