aboutsummaryrefslogtreecommitdiff
path: root/src/include/Makefile.in
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>2015-12-17 17:42:05 -0500
committerTom Yu <tlyu@mit.edu>2015-12-17 20:25:48 -0500
commit84e41e7299c4da367e2e45f6267cb7cc634d84be (patch)
treec1710b52d6c3d6826554165994c0df7e991b472c /src/include/Makefile.in
parent5568d31f45fb78f505340a5b520b22d4dd3f6522 (diff)
downloadkrb5-84e41e7299c4da367e2e45f6267cb7cc634d84be.zip
krb5-84e41e7299c4da367e2e45f6267cb7cc634d84be.tar.gz
krb5-84e41e7299c4da367e2e45f6267cb7cc634d84be.tar.bz2
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. ticket: 8299 subject: Remove util/reconf
Diffstat (limited to 'src/include/Makefile.in')
-rw-r--r--src/include/Makefile.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/Makefile.in b/src/include/Makefile.in
index b160ea4..4bb11e4 100644
--- a/src/include/Makefile.in
+++ b/src/include/Makefile.in
@@ -34,10 +34,8 @@ all-unix:: @MAINT@ verify-calling-conventions-krb5
$(srcdir)/autoconf.h.in: @MAINT@ $(srcdir)/autoconf.stmp
$(srcdir)/autoconf.stmp: $(top_srcdir)/configure.in $(top_srcdir)/aclocal.m4
- $(RM) -r $(top_srcdir)/autom4te.cache
cd $(top_srcdir) && $(AUTOHEADER) --include=$(CONFIG_RELTOPDIR) $(AUTOHEADERFLAGS)
touch $(srcdir)/autoconf.stmp
- $(RM) -r $(top_srcdir)/autom4te.cache
##DOS##autoconf.h: win-mac.h
##DOS## $(CP) win-mac.h $@