(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:
Markus Armbruster 2006-02-19 07:04:30 +00:00
parent ac0263d2ae
commit 9a30f30107
6 changed files with 49 additions and 3 deletions

View file

@ -284,6 +284,7 @@ extern int check_comm_ok(struct comstr *);
extern int check_loan_ok(struct lonstr *);
extern int check_trade_ok(struct trdstr *);
/* conftab.c */
extern int read_builtin_tables(void);
extern int read_config_tables(void);
/* ef_verify.c */
/* in file.h */