modmellon/autogen.sh

5 lines
79 B
Bash
Raw Permalink Normal View History

#!/bin/sh
autoreconf --force --install
rm -rf autom4te.cache/
2015-04-07 15:50:48 +02:00
./configure "$@"