From 3cf1fd2a97f5673b53bab691f8db97c844b999ba Mon Sep 17 00:00:00 2001 From: Johannes Löthberg Date: Tue, 4 Nov 2014 19:42:39 +0100 Subject: Replace autotools with CMake --- src/config.h.in | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 src/config.h.in (limited to 'src/config.h.in') diff --git a/src/config.h.in b/src/config.h.in new file mode 100644 index 0000000..a88cf42 --- /dev/null +++ b/src/config.h.in @@ -0,0 +1,5 @@ +#define PACKAGE_NAME "@PACKAGE_NAME@" +#define PACKAGE_VERSION "@PACKAGE_VERSION@" +#define PACKAGE_STRING "@PACKAGE_STRING@" +#define PACKAGE_BUGREPORT "@PACKAGE_BUGREPORT@" +#define DESCRIPTION "@PACKAGE_DESCRIPTION@" -- cgit v1.2.3-70-g09d2