82ccb05b07
This quiets down the autotools build, making warnings much more visible.
5 lines
82 B
Bash
Executable file
5 lines
82 B
Bash
Executable file
#!/bin/sh
|
|
set -e
|
|
srcdir="$(dirname $0)"
|
|
cd "$srcdir"
|
|
autoreconf --install --force
|