Differences From Artifact [426853af67]:
- Executable file autogen.sh — part of check-in [6fe61e3a7a] at 2018-06-30 03:55:45 on branch trunk — Added start of autoconf support (user: rkeene, size: 1617) [annotate] [blame] [check-ins using]
To Artifact [5275187d93]:
- Executable file autogen.sh — part of check-in [4168b04669] at 2018-07-02 07:20:44 on branch trunk — Moved our patchwork to its own internal directories in preparation for a release cleanup (user: rkeene, size: 1843) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
72 73 74 75 76 77 78 | echo "automake failed" >&2 exit 1 fi autoconf rm -rf autom4te.cache | > > > > > > > > > > > > > > | 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 | echo "automake failed" >&2 exit 1 fi autoconf rm -rf autom4te.cache set -e # Assemble tweetnacl make -C build/tweetnacl rm -rf tweetnacl mkdir tweetnacl cp build/tweetnacl/out/* tweetnacl/ # Assemble blake2b make -C build/blake2b rm -rf blake2b mkdir blake2b cp build/blake2b/out/* blake2b/ |