Avoid duplication in version, README, man page.
[tfortune.git] / config.mak.in
1 # SPDX-License-Identifier: GPL-3.0-only
2
3 prefix := @prefix@
4 exec_prefix := @exec_prefix@
5
6 # These two use prefix and exec_prefix
7 bindir := @bindir@
8 datarootdir := @datarootdir@
9
10 FLEX := @FLEX@
11 BISON := @BISON@
12 M4 := @M4@
13 LOPSUBGEN := @LOPSUBGEN@