summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-17 16:43:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-17 16:43:09 +0000
commit8857d52553ee0ce39063530a96f2126e96488bda (patch)
tree188b836634e601c3068b029a86bfa3f8f5b42e35 /c/src/aclocal
parent2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-8857d52553ee0ce39063530a96f2126e96488bda.tar.bz2
2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/path-perl.m4: Remove (Unused).
Diffstat (limited to 'c/src/aclocal')
-rw-r--r--c/src/aclocal/path-perl.m412
1 files changed, 0 insertions, 12 deletions
diff --git a/c/src/aclocal/path-perl.m4 b/c/src/aclocal/path-perl.m4
deleted file mode 100644
index e0e7dbb1f0..0000000000
--- a/c/src/aclocal/path-perl.m4
+++ /dev/null
@@ -1,12 +0,0 @@
-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
-])