From b64b1ed387bb9fa18e33bc9d7c24aa7fcce38da6 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 18 Mar 1999 22:36:28 +0000 Subject: Patch from Ralf Corsepius : Moves some configure.in fragments to new macro files below aclocal/ (Motivation: Prepare splitting the toplevel configure.in script) --- aclocal/path-perl.m4 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 aclocal/path-perl.m4 (limited to 'aclocal/path-perl.m4') diff --git a/aclocal/path-perl.m4 b/aclocal/path-perl.m4 new file mode 100644 index 0000000000..e0e7dbb1f0 --- /dev/null +++ b/aclocal/path-perl.m4 @@ -0,0 +1,12 @@ +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 +]) -- cgit v1.2.3