2003-10-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>

* aclocal/path-perl.m4: Remove (Unused).
This commit is contained in:
Ralf Corsepius
2003-10-17 16:43:09 +00:00
parent 6d507b89f7
commit 8857d52553
2 changed files with 4 additions and 12 deletions

View File

@@ -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.

View File

@@ -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
])