]> Git Repo - VerusCoin.git/blobdiff - autogen.sh
test
[VerusCoin.git] / autogen.sh
index ddfc09607e16c2646398a183c653384138d2f414..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 --warnings=all
This page took 0.022955 seconds and 4 git commands to generate.