summaryrefslogtreecommitdiff
path: root/config.mak.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.mak.in')
-rw-r--r--config.mak.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.mak.in b/config.mak.in
new file mode 100644
index 0000000..20ddfe6
--- /dev/null
+++ b/config.mak.in
@@ -0,0 +1,16 @@
+# SPDX-License-Identifier: GPL-2.0
+
+prefix := @prefix@
+exec_prefix := @exec_prefix@
+
+# These two use prefix and exec_prefix
+bindir := @bindir@
+datarootdir := @datarootdir@
+
+PACKAGE_TARNAME := @PACKAGE_TARNAME@
+PACKAGE_VERSION := @PACKAGE_VERSION@
+
+FLEX := @FLEX@
+BISON := @BISON@
+M4 := @M4@
+LOPSUBGEN := @LOPSUBGEN@