summaryrefslogtreecommitdiff
path: root/config.mk.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.mk.in')
-rw-r--r--config.mk.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.mk.in b/config.mk.in
new file mode 100644
index 0000000..5bf1cba
--- /dev/null
+++ b/config.mk.in
@@ -0,0 +1,9 @@
+# Empty to disable
+MAINTAINER_MODE=@MAINTAINER_MODE@
+
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION := $(shell if test -f version.txt; then cat version.txt; else git describe; fi)
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
+PACKAGE_URL = @PACKAGE_URL@