autogen.sh 54 Bytes
Newer Older
1
2
3
4
#!/bin/sh -e

autoreconf -fi;
rm -Rf autom4te*.cache;