Differences From Artifact [014d6cbe94]:
- File src/configure.c — part of check-in [dacc694615] at 2012-09-24 09:03:26 on branch trunk — modified fix for [c8c0b78c84], which no longer causes "Usage" printouts to use the full fossil path, even though the command line didn't use the full path (user: jan.nijtmans size: 32102)
To 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)
| ︙ | |||
94 95 96 97 98 99 100 101 102 103 104 105 106 107 | 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | + |
#ifdef FOSSIL_ENABLE_TCL
{ "tcl", 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 },
{ "crnl-glob", CONFIGSET_PROJ },
{ "empty-dirs", CONFIGSET_PROJ },
{ "allow-symlinks", CONFIGSET_PROJ },
{ "ticket-table", CONFIGSET_TKT },
{ "ticket-common", CONFIGSET_TKT },
|
| ︙ |