From e0554ceb5be73116759bc34c4b466755e7b58810 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 29 Jun 2006 07:15:28 +0000 Subject: =?UTF-8?q?2006-06-28=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * ampolish3: New. * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3. --- cpukit/aclocal/rtems-ampolish.m4 | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpukit/aclocal/rtems-ampolish.m4') diff --git a/cpukit/aclocal/rtems-ampolish.m4 b/cpukit/aclocal/rtems-ampolish.m4 index 9413045509..edb8fc4b51 100644 --- a/cpukit/aclocal/rtems-ampolish.m4 +++ b/cpukit/aclocal/rtems-ampolish.m4 @@ -2,9 +2,10 @@ AC_DEFUN([RTEMS_AMPOLISH3], [ -AC_PATH_PROG([AMPOLISH3],[ampolish3],[]) +AC_PATH_PROG([PERL],[perl],[]) +AC_SUBST(AMPOLISH3,["\$(PERL) \$(top_srcdir)/${rtems_updir}ampolish3"]) AM_CONDITIONAL([AMPOLISH3], [test x"$USE_MAINTAINER_MODE" = x"yes" \ - && test -n "$AMPOLISH3"]) + && test -n "${PERL}"]) ]) -- cgit v1.2.3