delete Makefiles and Makefile.ins before updateding configuration
This commit is contained in:
parent
ca10f9ed3a
commit
3caaf66184
|
@ -5,5 +5,6 @@
|
|||
|
||||
rm -f config.cache config.log config.status
|
||||
rm -f configure configure.h aclocal.m4
|
||||
rm -f Makefile Makefile.in */Makefile */Makefile.in
|
||||
autoheader && automake && aclocal && autoconf && ./configure
|
||||
|
||||
|
|
Loading…
Reference in New Issue