aboutsummaryrefslogtreecommitdiff
path: root/buildconf
blob: a30b547d22b2a06b4e532dd0cf5c7f6036bb9a07 (plain) (blame)
1
2
3
4
#!/bin/bash
rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure 
aclocal && autoheader && automake && autoconf 
rm -rf autom4te*.cache