]> eyrie.org Git - kerberos/wallet.git/commitdiff
Stop removing the Autoconf cache after autoreconf
authorRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 22:38:00 +0000 (14:38 -0800)
committerRuss Allbery <eagle@eyrie.org>
Sun, 17 Jan 2016 22:38:00 +0000 (14:38 -0800)
No need to do this any more.

.gitignore
autogen

index 86f4a1cfed2ce5a5cea512a7c052df6e561ede11..67dd38b8b73aa24154ee54a694e0cef2837d43a9 100644 (file)
@@ -1,5 +1,6 @@
 /Makefile.in
 /aclocal.m4
+/autom4te.cache/
 /build-aux/
 /client/wallet
 /client/wallet-rekey
diff --git a/autogen b/autogen
index f2ef8790b08601bfb9d97a9d365a8a9a6161a1e1..3b8bc1bce1506ed90e1aeb5e3c8f7a0882260f77 100755 (executable)
--- a/autogen
+++ b/autogen
@@ -4,8 +4,8 @@
 
 set -e
 
+# Regenerate all the autotools files.
 autoreconf -i --force
-rm -rf autom4te.cache
 
 # Generate manual pages.
 version=`grep '^wallet' NEWS | head -1 | cut -d' ' -f2`