aboutsummaryrefslogtreecommitdiff
path: root/buildconf
blob: a902800e1fc02556ce02bc68d695faf819d607cf (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