summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-ampolish.m4
blob: feb9ad20ee4583811fc90041497eadf25caca5db (plain) (blame)
1
2
3
4
5
6
7
8
9
10
AC_DEFUN([RTEMS_AMPOLISH3],
[
AC_REQUIRE([AM_INIT_AUTOMAKE])
AC_PATH_PROG([PERL],[perl],[])
AC_SUBST(AMPOLISH3,["\$(PERL) ${am_aux_dir}/ampolish3"])
AM_CONDITIONAL([AMPOLISH3],
[test x"$USE_MAINTAINER_MODE" = x"yes" \
  && test -n "${PERL}"])
])