summaryrefslogtreecommitdiffstats
path: root/c/src/make
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-10-17 16:34:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-10-17 16:34:36 +0000
commit85a488be76a1693e05c878701d60a7597c29b0c6 (patch)
treecb08ddb4203cd18d0f2441c2f3d42fe728b343fe /c/src/make
parent2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-85a488be76a1693e05c878701d60a7597c29b0c6.tar.bz2
2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove RTEMS_PATH_PERL (Unused).
Diffstat (limited to 'c/src/make')
-rw-r--r--c/src/make/ChangeLog4
-rw-r--r--c/src/make/configure.ac1
2 files changed, 4 insertions, 1 deletions
diff --git a/c/src/make/ChangeLog b/c/src/make/ChangeLog
index 1c1f9849f0..444e11468c 100644
--- a/c/src/make/ChangeLog
+++ b/c/src/make/ChangeLog
@@ -1,3 +1,7 @@
+2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac: Remove RTEMS_PATH_PERL (Unused).
+
2003-08-18 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/check-itron.m4: New.
diff --git a/c/src/make/configure.ac b/c/src/make/configure.ac
index 620540280b..d9691374e5 100644
--- a/c/src/make/configure.ac
+++ b/c/src/make/configure.ac
@@ -36,7 +36,6 @@ AC_PATH_PROG(LN,ln)
AC_PROG_LN_S
AC_PATH_PROG(CHMOD,chmod)
AC_PATH_PROG(SORT,sort)
-RTEMS_PATH_PERL
AC_PATH_PROG(TOUCH,touch)
AC_PATH_PROG(CMP,cmp)