Content-Type: text/plain Content-Disposition: inline Content-Transfer-Encoding: binary MIME-Version: 1.0 X-Mailer: MIME-tools 5.427 (Entity 5.427) From: tlyu@mit.edu Subject: git commit RT-Send-CC: X-RT-Original-Encoding: iso-8859-1 Content-Length: 950 Remove util/reconf The bulk of the util/reconf script is to detect old versions of autoconf and possibly work around bugs in them. Require autoconf>=2.63, and remove the util/reconf script. Adjust documentation and other scripts accordingly. Also remove Makefile rules that remove autom4te.cache. Such rules were supposedly necessary when mixing of different versions of autoconf was common; this seems to be less of an issue now. https://github.com/krb5/krb5/commit/84e41e7299c4da367e2e45f6267cb7cc634d84be Author: Tom Yu Commit: 84e41e7299c4da367e2e45f6267cb7cc634d84be Branch: master doc/build/doing_build.rst | 57 ++++++++++-------------- src/aclocal.m4 | 2 +- src/config/post.in | 7 +--- src/include/Makefile.in | 2 - src/util/mkrel | 4 +- src/util/reconf | 106 --------------------------------------------- 6 files changed, 27 insertions(+), 151 deletions(-)