Files
projectm/autogen.sh
Mischa Spiegelmock 72e18714b4 dox
2018-03-04 04:31:19 -08:00

6 lines
78 B
Bash
Executable File

#!/bin/sh
autoreconf --install || exit 1
echo "Now run ./configure && make"