modmellon/autogen.sh

5 lines
79 B
Bash
Executable File

#!/bin/sh
autoreconf --force --install
rm -rf autom4te.cache/
./configure "$@"