Files
projectm/autogen.sh
2019-03-03 12:40:09 +02:00

8 lines
189 B
Bash
Executable File

#!/bin/sh -e
echo "Running autoreconf... make sure you have GNU autotools available on your system"
autoreconf --install
echo "You followed directions! Great work!\nNow run ./configure"