summaryrefslogtreecommitdiff
path: root/pkg/config.make.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/config.make.in')
-rw-r--r--pkg/config.make.in28
1 files changed, 28 insertions, 0 deletions
diff --git a/pkg/config.make.in b/pkg/config.make.in
new file mode 100644
index 00000000..d8d72c60
--- /dev/null
+++ b/pkg/config.make.in
@@ -0,0 +1,28 @@
+# Shared file included by the makefiles used to build packages.
+# This contains various information needed by the makefiles,
+# and is autogenerated by configure to include various
+# necessary details.
+
+# Tools needed:
+
+CC = @CC@
+STRIP = @STRIP@
+
+# Package name and version number:
+
+PACKAGE = @PACKAGE@
+PACKAGE_NAME = @PACKAGE_NAME@
+PACKAGE_STRING = @PACKAGE_STRING@
+PACKAGE_TARNAME = @PACKAGE_TARNAME@
+PACKAGE_VERSION = @PACKAGE_VERSION@
+
+# Documentation files to distribute with packages.
+
+DOC_FILES = README \
+ COPYING \
+ ChangeLog \
+ NEWS \
+ BUGS \
+ CMDLINE \
+ TODO
+