source: rtems/c/src/aclocal/rtems-ampolish.m4 @ 82d11fc5

4.104.114.84.95
Last change on this file since 82d11fc5 was 82d11fc5, checked in by Ralf Corsepius <ralf.corsepius@…>, on 06/29/06 at 08:55:00

2006-06-28 Ralf Corsépius <ralf.corsepius@…>

  • ampolish3: New.
  • aclocal/rtems-ampolish.m4: Reflect using in-sourcetree ampolish3.
  • Property mode set to 100644
File size: 239 bytes
Line 
1# $Id$
2
3AC_DEFUN([RTEMS_AMPOLISH3],
4[
5AC_PATH_PROG([PERL],[perl],[])
6AC_SUBST(AMPOLISH3,["\$(PERL) \$(top_srcdir)/${rtems_updir}ampolish3"])
7AM_CONDITIONAL([AMPOLISH3],
8[test x"$USE_MAINTAINER_MODE" = x"yes" \
9  && test -n "${PERL}"])
10])
11
Note: See TracBrowser for help on using the repository browser.