Check-in [dd35aeb62b]
Overview
Comment:Started versioning aclocal files and updated to find an appropriate Tclsh
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: dd35aeb62be3047d301a9e8674b49b3abb91b0e1
User & Date: rkeene on 2014-06-21 18:50:40.631
Other Links: manifest | tags
Context
2014-06-21
19:04
Added a "linktclcommand" subcommand to create a Tcl command that references a C symbol check-in: a520862b78 user: rkeene tags: trunk
18:50
Started versioning aclocal files and updated to find an appropriate Tclsh check-in: dd35aeb62b user: rkeene tags: trunk
18:26
Fixed typo check-in: d680a4ffbf user: rkeene tags: trunk
Changes
1
2
3
4
5
6
7
8
9
10
11
1



2
3
4
5
6
7
8

-
-
-







aclocal.m4
aclocal/shobj.m4
aclocal/tcl.m4
aclocal/versionscript.m4
config.guess
config.sub
config.log
config.status
configure
install-sh
Makefile
10
11
12
13
14
15
16
17

18
19
20
21
22
23
24
10
11
12
13
14
15
16

17
18
19
20
21
22
23
24







-
+







RANLIB = @RANLIB@
CFLAGS = @CFLAGS@ @SHOBJFLAGS@
CPPFLAGS = @CPPFLAGS@ -I$(shell cd @srcdir@ && pwd) -I$(shell cd @srcdir@ && pwd)/tcc -I$(shell pwd)/tcc @DEFS@ @SHOBJCPPFLAGS@
LDFLAGS = @LDFLAGS@
SHOBJLDFLAGS = @SHOBJLDFLAGS@
LIBS = @LIBS@
INSTALL = @INSTALL@
TCLSH = tclsh
TCLSH = @TCLSH_PROG@

PACKAGE_NAME = @PACKAGE_NAME@
PACKAGE_VERSION = @PACKAGE_VERSION@

TCLCONFIGPATH = @TCLCONFIGPATH@
TCL_PACKAGE_PATH = @TCL_PACKAGE_PATH@
tcllibdir = $(shell if echo "$(libdir)" | grep '^UNSPECIFIED' >/dev/null; then echo $(TCL_PACKAGE_PATH); else echo "$(libdir)"; fi)
Added aclocal/tcl.m4 version [8dba8a3a63].