source: rtems/aclocal/path-perl.m4 @ 458d4e66

4.104.114.84.95
Last change on this file since 458d4e66 was b64b1ed, checked in by Joel Sherrill <joel.sherrill@…>, on 03/18/99 at 22:36:28

Patch from Ralf Corsepius <corsepiu@…>:

Moves some configure.in fragments to new macro files below aclocal/
(Motivation: Prepare splitting the toplevel configure.in script)

  • Property mode set to 100644
File size: 179 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.