(builtindir): New econfig key, variable and make variable.
(subst.in): Substitute it. Fix prerequisites. (read_builtin_tables): New. (main): Call it. This doesn't do anything, because no builtin tables have been defined.
This commit is contained in:
parent
ac0263d2ae
commit
9a30f30107
6 changed files with 49 additions and 3 deletions
|
@ -46,6 +46,9 @@ char *configdir;
|
|||
/* User configuration tables to load, relative to configdir */
|
||||
char *config_tables = "";
|
||||
|
||||
/* Where to find built-in configuration tables */
|
||||
char *builtindir = "@builtindir@";
|
||||
|
||||
/* Where to find info pages */
|
||||
char *infodir = "@einfodir@";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue