]> Git Repo - VerusCoin.git/blobdiff - autogen.sh
Add migration options to conf file
[VerusCoin.git] / autogen.sh
index 50b85bcba0638d7628f33fc03360f1c3f53dfe0e..3e26a183059c059277632e0cca9d11c3b1836f31 100755 (executable)
@@ -3,6 +3,7 @@ set -e
 srcdir="$(dirname $0)"
 cd "$srcdir"
 if [ -z ${LIBTOOLIZE} ] && GLIBTOOLIZE="`which glibtoolize 2>/dev/null`"; then
-  export LIBTOOLIZE="${GLIBTOOLIZE}"
+  LIBTOOLIZE="${GLIBTOOLIZE}"
+  export LIBTOOLIZE
 fi
-autoreconf --install --force
+autoreconf --install --force --warnings=all
This page took 0.021868 seconds and 4 git commands to generate.