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

4.104.115
Last change on this file since b0f45d8 was b25d6119, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/06 at 05:37:07

Use am_aux_dir/ampolish3.

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