summaryrefslogtreecommitdiff
path: root/TestScripts
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2022-02-12 20:56:45 -0500
committerJeffrey Walton <noloader@gmail.com>2022-02-12 20:56:45 -0500
commit911d8c43470228a2293f643b98ccf8442397da73 (patch)
tree79be9d58f7827e577e011dbb2911add730807063 /TestScripts
parent6eefbcf3cb0637d18df5d954c9d09008ac3c26d8 (diff)
downloadcryptopp-git-911d8c43470228a2293f643b98ccf8442397da73.tar.gz
Update cryptest-autools.sh script
Diffstat (limited to 'TestScripts')
-rwxr-xr-xTestScripts/cryptest-autotools.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TestScripts/cryptest-autotools.sh b/TestScripts/cryptest-autotools.sh
index 2d4df9aa..6f50ae58 100755
--- a/TestScripts/cryptest-autotools.sh
+++ b/TestScripts/cryptest-autotools.sh
@@ -90,7 +90,7 @@ fi
#############################################################################
-files=(configure.ac Makefile.am libcryptopp.pc.in)
+files=(bootstrap.sh configure.ac Makefile.am libcryptopp.pc.in)
for file in "${files[@]}"; do
echo "Downloading $file"