source: rtems/aclocal/path-perl.m4 @ 98b30aa

Last change on this file since 98b30aa was 98b30aa, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/18/04 at 07:26:52

Fix m4-underquoting.

  • Property mode set to 100644
File size: 181 bytes
Line 
1dnl $Id$
2
3AC_DEFUN([RTEMS_PATH_PERL],
4[
5AC_PATH_PROG(PERL,perl)
6if test -z "$PERL" ; then
7AC_MSG_WARN(
8[***]
9[   perl was not found]
10[   Note: Some tools will not be built.])
11fi
12])
Note: See TracBrowser for help on using the repository browser.