summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-09-07 05:28:25 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-09-07 05:28:25 (GMT)
commitc97cc62e1a1f645537ab08aea3b4a051b0fe9815 (patch)
treecb06c22345f560cd4a77501335084ef3677f1bba /Makefile
parentc694018df47a75161ed3638721bfaffc09eb0f4d (diff)
downloadmxe-c97cc62e1a1f645537ab08aea3b4a051b0fe9815.zip
mxe-c97cc62e1a1f645537ab08aea3b4a051b0fe9815.tar.gz
mxe-c97cc62e1a1f645537ab08aea3b4a051b0fe9815.tar.bz2
Makefile: log autoconf and automake versions
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c7e47c..8621cda 100644
--- a/Makefile
+++ b/Makefile
@@ -394,6 +394,8 @@ build-only-$(1)_$(3):
uname -a
git show-branch --list --reflog=1
lsb_release -a 2>/dev/null || sw_vers 2>/dev/null || true
+ autoconf --version 2>/dev/null | head -1
+ automake --version 2>/dev/null | head -1
rm -rf '$(2)'
mkdir -p '$(2)'
cd '$(2)' && $(call UNPACK_PKG_ARCHIVE,$(1))