summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-ampolish.m4
blob: edb8fc4b5111cb5fc2d5a0b58a7be53f02c3f9b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
# $Id$

AC_DEFUN([RTEMS_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 "${PERL}"])
])