Module: check_mk
Branch: master
Commit: 3e03c6fb04c27081b523a539e6861be6e46b73e8
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=3e03c6fb04c270…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Thu Aug 2 09:08:40 2018 +0200
Added workaround for m4 versionitis.
Change-Id: I562abb8dedd12222ee4b5c3b0b6f36fcfaa35a06
---
omd/packages/googletest/Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/omd/packages/googletest/Makefile b/omd/packages/googletest/Makefile
index dd087d5..6d8f34e 100644
--- a/omd/packages/googletest/Makefile
+++ b/omd/packages/googletest/Makefile
@@ -20,6 +20,11 @@ build: $(DIR)/Makefile
$(DIR)/Makefile.in: $(DIR).tar.gz
tar xzf $(DIR).tar.gz
+# The structure of the autotools m4 macro directories within googletest is a bit
+# obscure. Furthermore, there seems to be some autotools versionitis in this
+# area. Simply creating an empty directory seems to work around warnings/errors
+# (depends on autottools version).
+ mkdir -p $(DIR)/m4
cd $(DIR) && autoreconf -i
$(DIR)/Makefile: $(DIR)/Makefile.in