summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/rtems-ampolish.m4
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-06-29 07:15:28 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-06-29 07:15:28 +0000
commite0554ceb5be73116759bc34c4b466755e7b58810 (patch)
treedd61e30d87414cc2168e658ec16714a1e20cece0 /cpukit/aclocal/rtems-ampolish.m4
parentFix typo in previous change (diff)
downloadrtems-e0554ceb5be73116759bc34c4b466755e7b58810.tar.bz2
2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org>
* ampolish3: New. * aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
Diffstat (limited to 'cpukit/aclocal/rtems-ampolish.m4')
-rw-r--r--cpukit/aclocal/rtems-ampolish.m45
1 files changed, 3 insertions, 2 deletions
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}"])
])