From 1efa1528b0587879f217c6283d5343b2db949928 Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Sun, 17 Jan 2016 14:38:00 -0800 Subject: Stop removing the Autoconf cache after autoreconf No need to do this any more. --- .gitignore | 1 + autogen | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 86f4a1c..67dd38b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ /Makefile.in /aclocal.m4 +/autom4te.cache/ /build-aux/ /client/wallet /client/wallet-rekey diff --git a/autogen b/autogen index f2ef879..3b8bc1b 100755 --- 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` -- cgit v1.2.3