Don't remove autoconf cache/backup files automatically
parent
a9590dc271
commit
f2cbdd36a9
10
autogen.sh
10
autogen.sh
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue