Differences From Artifact [61095b54b2]:
- File Makefile.in — part of check-in [f755cb09a6] at 2016-12-02 18:52:35 on branch tls-1-7 — Updated to include a copy of the autoconf macros we use in our version control, autogen will update them (user: rkeene, size: 2528) [annotate] [blame] [check-ins using]
To Artifact [f8fac04f72]:
- File Makefile.in — part of check-in [a51ce7aac9] at 2016-12-02 18:54:02 on branch tls-1-7 — Do not remove aclocal directory, it is now versioned (user: rkeene, size: 2511) [annotate] [blame] [check-ins using]
︙ | |||
65 66 67 68 69 70 71 | 65 66 67 68 69 70 71 72 73 74 | - + | # Clean the local build directory back to only thing things that exist in # version control system mrproper: distclean rm -f @srcdir@/tls.tcl.h rm -f @srcdir@/configure @srcdir@/config.sub @srcdir@/config.guess @srcdir@/install-sh rm -f @srcdir@/aclocal.m4 |