diff options
Diffstat (limited to 'buildconf')
-rwxr-xr-x | buildconf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ #!/bin/bash -rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in libsysfs/Makefile.in src/Makefile.in configure && +rm -rf aclocal.m4 config.h.in autom4te.cache/ Makefile.in src/Makefile.in configure && aclocal && autoheader && automake && autoconf && rm -rf autom4te*.cache |