summaryrefslogtreecommitdiffstats
path: root/src/autotools.mk
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2017-11-09 09:34:06 (GMT)
committerTony Theodore <tonyt@logyst.com>2017-11-09 09:34:06 (GMT)
commit13ee2287ef94b642b2dc836c40767e6074467b86 (patch)
treeb5508ab9fb5655a438725b505bd3e4680950a055 /src/autotools.mk
parenta1523ae12eaec1a128620fbab6bb01a5bed0038b (diff)
downloadmxe-13ee2287ef94b642b2dc836c40767e6074467b86.zip
mxe-13ee2287ef94b642b2dc836c40767e6074467b86.tar.gz
mxe-13ee2287ef94b642b2dc836c40767e6074467b86.tar.bz2
add dependency package autotools
fixes #1959
Diffstat (limited to 'src/autotools.mk')
-rw-r--r--src/autotools.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/autotools.mk b/src/autotools.mk
new file mode 100644
index 0000000..7f200a3
--- /dev/null
+++ b/src/autotools.mk
@@ -0,0 +1,8 @@
+# This file is part of MXE. See LICENSE.md for licensing information.
+
+PKG := autotools
+$(PKG)_WEBSITE := https://en.wikipedia.org/wiki/GNU_Build_System
+$(PKG)_DESCR := Dependency package to ensure the autotools work
+$(PKG)_VERSION := 1
+$(PKG)_DEPS := libtool pkgconf
+$(PKG)_TARGETS := $(BUILD)