forked from portelli/lattice-benchmarks
7 lines
80 B
Bash
Executable File
7 lines
80 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
set -euo pipefail
|
|
|
|
mkdir -p .buildutils/m4
|
|
autoreconf -fvi
|