diff options
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildconf b/buildconf new file mode 100755 index 0000000..fab73d5 --- /dev/null +++ b/buildconf @@ -0,0 +1,4 @@ +#!/bin/bash +rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in libsysfs/Makefile.in src/Makefile.in configure && +aclocal && autoheader && automake && autoconf && +rm -rf autom4te*.cache |