summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2020-07-07 16:10:51 -0400
committerJeffrey Walton <noloader@gmail.com>2020-07-07 16:10:51 -0400
commit4aec73b4a0f2ffab7d4cec923417cd61063b5b9c (patch)
tree03296d6accb244b036297dae7b222f23899aee1f
parent1b8512271fde42b4a7d83c0c3eea9e97e3fd9f35 (diff)
downloadcryptopp-git-4aec73b4a0f2ffab7d4cec923417cd61063b5b9c.tar.gz
Update cryptest-autotools.sh script
-rwxr-xr-xTestScripts/cryptest-autotools.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh
index 7aa5bc5b..c6ddc8de 100755
--- a/TestScripts/cryptest-autotools.sh
+++ b/TestScripts/cryptest-autotools.sh
@@ -92,16 +92,6 @@ if ! autoupdate &>/dev/null; then
exit 1
fi
-if false; then
-
-echo "Running libtoolize"
-if ! "$LIBTOOLIZE" --force --install &>/dev/null; then
- echo "libtoolize failed... skipping."
- # exit 1
-fi
-
-fi
-
# Run autoreconf twice on failure. Also see
# https://github.com/tracebox/tracebox/issues/57
echo "Running autoreconf"