summaryrefslogtreecommitdiff
path: root/m4/strict_check_tool.m4
diff options
context:
space:
mode:
Diffstat (limited to 'm4/strict_check_tool.m4')
-rw-r--r--m4/strict_check_tool.m47
1 files changed, 7 insertions, 0 deletions
diff --git a/m4/strict_check_tool.m4 b/m4/strict_check_tool.m4
new file mode 100644
index 0000000..6a52090
--- /dev/null
+++ b/m4/strict_check_tool.m4
@@ -0,0 +1,7 @@
+AC_DEFUN([AC_CHECK_TOOL_STRICT],
+[AC_CHECK_PROG([$1], [${ac_tool_prefix}$2], [${ac_tool_prefix}$2], [$3], [$4])])
+
+AC_DEFUN([AC_PATH_TOOL_STRICT],
+[AC_PATH_PROG([$1], [${ac_tool_prefix}$2], [$3])])
+
+