Initial commit.
[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 PACKAGE_TARNAME := @PACKAGE_TARNAME@
11 PACKAGE_VERSION := @PACKAGE_VERSION@
12 PACKAGE_BUGREPORT := @PACKAGE_BUGREPORT@
13 PACKAGE_URL := @PACKAGE_URL@
14
15 FLEX := @FLEX@
16 BISON := @BISON@
17 M4 := @M4@
18 LOPSUBGEN := @LOPSUBGEN@