tcc4tcl (Tiny C Compiler for Tcl) is a Tcl extension that provides an interface to [TCC]. It is a fork of [tcltcc] by Mark Janssen. It is licensed under the terms of the [LGPL] v2.1 (or later). Homepage: http://chiselapp.com/user/rkeene/repository/tcc4tcl/index ---- [dbohdan] 2015-03-16: As of version 0.23 you can compile tcc4tcl on Linux thus: ======none #!/bin/sh set -e fossil clone http://chiselapp.com/user/rkeene/repository/tcc4tcl/home tcc4tcl.fossil mkdir tcc4tcl cd tcc4tcl fossil open ../tcc4tcl.fossil ./build/pre.sh ./configure make ====== [AMG]: When I try the above procedure, `@PACKAGE_VERSION@` in the `*.in` files is converted to `@@VERS@@`. This token appears in `configure.ac` and `tcc4tcl.tcl`. Is it supposed to be replaced with something else? What is responsible for doing that? <> Extension