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

4.104.114.84.95
Last change on this file since f4cf0ea was ff01b21f, checked in by Ralf Corsepius <ralf.corsepius@…>, on 12/13/06 at 02:18:46

Require AM_MAINTAINER_MODE.

  • 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) ${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.