summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-06-29 08:55:00 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-06-29 08:55:00 +0000
commit82d11fc55e8e4ab1c6fd09724a810514155c92c4 (patch)
treed871fc953a5fe47bfcecef7eee56fc7164bf91b3 /c/src/aclocal
parent2006-06-28 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-82d11fc55e8e4ab1c6fd09724a810514155c92c4.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 'c/src/aclocal')
-rw-r--r--c/src/aclocal/rtems-ampolish.m45
1 files changed, 3 insertions, 2 deletions
diff --git a/c/src/aclocal/rtems-ampolish.m4 b/c/src/aclocal/rtems-ampolish.m4
index 9413045509..edb8fc4b51 100644
--- a/c/src/aclocal/rtems-ampolish.m4
+++ b/c/src/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}"])
])