Don't remove autoconf cache/backup files automatically

pull/3/head
Roland Lutz 2015-03-01 13:58:38 +01:00
parent a9590dc271
commit f2cbdd36a9
1 changed files with 1 additions and 9 deletions

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