summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-ampolish.m4
blob: 9a7c0adf3983a8b0fbf469732a0312bcd12cfa9e (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) ${ac_aux_dir}/ampolish3"])
AM_CONDITIONAL([AMPOLISH3],
[test x"$USE_MAINTAINER_MODE" = x"yes" \
  && test -n "${PERL}"])
])