Differences From Artifact [b70303fbb2]:
- Executable file autogen.sh — part of check-in [299058381b] at 2016-11-22 22:29:40 on branch tls-1-7 — Start of moving to more sane Tcl build system (user: rkeene, size: 827) [annotate] [blame] [check-ins using]
To Artifact [c6e14774e1]:
- Executable file autogen.sh — part of check-in [47bf6c1c1f] at 2016-11-23 04:53:50 on branch tls-1-7 — More work towards a building build system (user: rkeene, size: 930) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
30 31 32 33 34 35 36 | done > aclocal.m4.new if diff aclocal.m4.new aclocal.m4 >/dev/null 2>/dev/null; then rm -f aclocal.m4.new else mv aclocal.m4.new aclocal.m4 fi | > > > > > > | 30 31 32 33 34 35 36 37 38 39 40 41 42 | done > aclocal.m4.new if diff aclocal.m4.new aclocal.m4 >/dev/null 2>/dev/null; then rm -f aclocal.m4.new else mv aclocal.m4.new aclocal.m4 fi automake --add-missing --copy --force-missing >/dev/null 2>/dev/null autoconf rm -rf autom4te.cache |