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

Last change on this file since b02783f was b02783f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/12/06 at 16:44:41

Require AM_MAINTAINER_MODE.

  • Property mode set to 100644
File size: 257 bytes
Line 
1# $Id$
2
3AC_DEFUN([RTEMS_AMPOLISH3],
4[
5AC_REQUIRE([AM_MAINTAINER_MODE])
6AC_PATH_PROG([PERL],[perl],[])
7AC_SUBST(AMPOLISH3,["\$(PERL) ${ac_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.