Check-in [f755cb09a6]
Overview
Comment:Updated to include a copy of the autoconf macros we use in our version control, autogen will update them
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | tls-1-7
Files: files | file ages | folders
SHA1: f755cb09a654c5783daa1ad60effec5d819a76af
User & Date: rkeene on 2016-12-02 18:52:35
Other Links: branch diff | manifest | tags
Context
2016-12-02
18:54
Do not remove aclocal directory, it is now versioned check-in: a51ce7aac9 user: rkeene tags: tls-1-7
18:52
Updated to include a copy of the autoconf macros we use in our version control, autogen will update them check-in: f755cb09a6 user: rkeene tags: tls-1-7
16:41
Ensure initialization happens only once even with unthreaded Tcl check-in: 10e3f2e20c user: rkeene tags: tls-1-7
Changes

Modified .fossil-settings/ignore-glob from [103e76cae5] to [f82bd5334b].

1
2
3
4
5
6
7
8
aclocal
aclocal.m4
autom4te.cache
configure
config.guess
config.log
config.sub
install-sh
<








1
2
3
4
5
6
7

aclocal.m4
autom4te.cache
configure
config.guess
config.log
config.sub
install-sh

Modified Makefile.in from [d6e6218bd6] to [61095b54b2].

1
2
3
4
5
6
7
8
9
10
11
12
CC = @CC@
AR = @AR@
RANLIB = @RANLIB@
CFLAGS = @CFLAGS@ @SHOBJFLAGS@
CPPFLAGS = @CPPFLAGS@ -I@srcdir@ -I. @DEFS@
LDFLAGS = @LDFLAGS@ @SHOBJLDFLAGS@
LIBS = @LIBS@
INSTALL = @INSTALL@
PACKAGE_VERSION = @PACKAGE_VERSION@
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
PACKAGE_INSTALL_DIR = $(TCL_PACKAGE_PATH)/tcltls$(PACKAGE_VERSION)





|







1
2
3
4
5
6
7
8
9
10
11
12
CC = @CC@
AR = @AR@
RANLIB = @RANLIB@
CFLAGS = @CFLAGS@ @SHOBJFLAGS@
CPPFLAGS = @CPPFLAGS@ -I@srcdir@ -I. @DEFS@ @TCL_DEFS@
LDFLAGS = @LDFLAGS@ @SHOBJLDFLAGS@
LIBS = @LIBS@
INSTALL = @INSTALL@
PACKAGE_VERSION = @PACKAGE_VERSION@
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
PACKAGE_INSTALL_DIR = $(TCL_PACKAGE_PATH)/tcltls$(PACKAGE_VERSION)

Added aclocal/shobj.m4 version [a12856793f].

Added aclocal/tcl.m4 version [154523ce1b].

Added aclocal/versionscript.m4 version [b9d44e1a68].