diff options
author | Russ Allbery <eagle@eyrie.org> | 2016-01-17 14:38:00 -0800 |
---|---|---|
committer | Russ Allbery <eagle@eyrie.org> | 2016-01-17 14:38:00 -0800 |
commit | 1efa1528b0587879f217c6283d5343b2db949928 (patch) | |
tree | 84eab3f06f2726556bd46bab0dcea86e41072adb | |
parent | b8359f071ec37276000b4bfd0e20ca27e4062073 (diff) |
Stop removing the Autoconf cache after autoreconf
No need to do this any more.
-rw-r--r-- | .gitignore | 1 | ||||
-rwxr-xr-x | autogen | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -1,5 +1,6 @@ /Makefile.in /aclocal.m4 +/autom4te.cache/ /build-aux/ /client/wallet /client/wallet-rekey @@ -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` |