summaryrefslogtreecommitdiffstats
path: root/macros/path-perl.m4
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--macros/path-perl.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/macros/path-perl.m4 b/macros/path-perl.m4
new file mode 100644
index 0000000000..e0e7dbb1f0
--- /dev/null
+++ b/macros/path-perl.m4
@@ -0,0 +1,12 @@
+dnl $Id$
+
+AC_DEFUN(RTEMS_PATH_PERL,
+[
+AC_PATH_PROG(PERL,perl)
+if test -z "$PERL" ; then
+AC_MSG_WARN(
+[***]
+[ perl was not found]
+[ Note: Some tools will not be built.])
+fi
+])