From ccd37737ebdabb7a68c1836856394767500ff38d Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Mon, 29 Dec 2014 23:22:38 -0500 Subject: Mostly improve ./configure, a couple of related changes in Makefiles --- config.mk.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.mk.in (limited to 'config.mk.in') 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@ -- cgit v1.2.3