Differences From Artifact [c1bf83e434]:
- File src/configure.c — part of check-in [6ef41eeffe] at 2012-09-30 09:29:13 on branch trunk — The 'binary-glob' setting is a versionable project setting and should be listed with the others. (user: mistachkin size: 32150)
To Artifact [c89251c280]:
- File src/configure.c — part of check-in [fa4e828653] at 2012-10-07 10:12:16 on branch trunk — Add 'tcl-setup' setting for the optional Tcl script to evaluate after creating and initializing the Tcl interpreter. Make sure Tcl gets a copy of all the original expanded arguments. (user: mistachkin size: 32228) [more...]
| ︙ | |||
87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | + + |
{ "background-image", CONFIGSET_SKIN },
{ "index-page", CONFIGSET_SKIN },
{ "timeline-block-markup", CONFIGSET_SKIN },
{ "timeline-max-comment", CONFIGSET_SKIN },
{ "adunit", CONFIGSET_SKIN },
{ "adunit-omit-if-admin", CONFIGSET_SKIN },
{ "adunit-omit-if-user", CONFIGSET_SKIN },
#ifdef FOSSIL_ENABLE_TCL
{ "tcl", CONFIGSET_SKIN|CONFIGSET_TKT|CONFIGSET_XFER },
{ "tcl-setup", CONFIGSET_SKIN|CONFIGSET_TKT|CONFIGSET_XFER },
#endif
{ "project-name", CONFIGSET_PROJ },
{ "project-description", CONFIGSET_PROJ },
{ "manifest", CONFIGSET_PROJ },
{ "binary-glob", CONFIGSET_PROJ },
{ "ignore-glob", CONFIGSET_PROJ },
|
| ︙ |