7 lines
53 B
Bash
Raw Normal View History

#!/bin/sh
set -e
./autogen.sh
./configure
make dist