Don't remove autoconf cache/backup files automatically

This commit is contained in:
Roland Lutz 2015-03-01 13:58:38 +01:00
parent a9590dc271
commit f2cbdd36a9

View File

@ -1,10 +1,2 @@
#!/bin/sh
set -ex
autoreconf --force --install
rm -f config.h.in~
rm -rf autom4te.cache
# EOF
exec autoreconf --force --install