source: rtems/c/src/aclocal/rtems-ampolish.m4 @ 91d2e18

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

Remove CVS-Ids.

  • Property mode set to 100644
File size: 247 bytes
Line 
1AC_DEFUN([RTEMS_AMPOLISH3],
2[
3AC_REQUIRE([AM_INIT_AUTOMAKE])
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.