source: rtems/cpukit/aclocal/rtems-ampolish.m4 @ ee32f67a

4.115
Last change on this file since ee32f67a was ee32f67a, checked in by Ralf Corsépius <ralf.corsepius@…>, on 05/04/12 at 06:55:28

Remove CVS-Ids.

  • Property mode set to 100644
File size: 249 bytes
Line 
1AC_DEFUN([RTEMS_AMPOLISH3],
2[
3AC_REQUIRE([AM_MAINTAINER_MODE])
4AC_PATH_PROG([PERL],[perl],[])
5AC_SUBST(AMPOLISH3,["\$(PERL) ${am_aux_dir}/ampolish3"])
6AM_CONDITIONAL([AMPOLISH3],
7[test x"$USE_MAINTAINER_MODE" = x"yes" \
8  && test -n "${PERL}"])
9])
10
Note: See TracBrowser for help on using the repository browser.