summaryrefslogtreecommitdiffstats
path: root/c
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
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')
-rw-r--r--c/src/ChangeLog4
-rw-r--r--c/src/aclocal/path-perl.m412
2 files changed, 4 insertions, 12 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 27c55d34be..1e8055911f 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * aclocal/path-perl.m4: Remove (Unused).
+
2003-10-01 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* automake/force-preinstall.am: Remove.
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
-])