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: |
dd35aeb62be3047d301a9e8674b49b3a |
User & Date: | rkeene on 2014-06-21 18:50:40 |
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
Modified .fossil-settings/ignore-glob from [163df1cbc6] to [fb72cf2d2f].
1 | 1 2 3 4 5 6 7 8 | - - - | aclocal.m4 |
︙ |
Modified Makefile.in from [21664f4410] to [7a39a34a3e].
︙ | |||
10 11 12 13 14 15 16 | 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@ |
︙ |
Added aclocal/shobj.m4 version [455eb6a4ce].