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