mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
Moves some configure.in fragments to new macro files below aclocal/ (Motivation: Prepare splitting the toplevel configure.in script)
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
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
|
|
])
|