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

4.115
Last change on this file since 4778c6e0 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
RevLine 
[068cf700]1# $Id$
2
3AC_DEFUN([RTEMS_AMPOLISH3],
4[
[ff01b21f]5AC_REQUIRE([AM_INIT_AUTOMAKE])
[82d11fc5]6AC_PATH_PROG([PERL],[perl],[])
[b25d6119]7AC_SUBST(AMPOLISH3,["\$(PERL) ${am_aux_dir}/ampolish3"])
[068cf700]8AM_CONDITIONAL([AMPOLISH3],
9[test x"$USE_MAINTAINER_MODE" = x"yes" \
[82d11fc5]10  && test -n "${PERL}"])
[068cf700]11])
12
Note: See TracBrowser for help on using the repository browser.