source: rtems/cpukit/aclocal/rtems-ampolish.m4 @ 4bee7d9c

4.104.114.84.95
Last change on this file since 4bee7d9c was 068cf700, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/16/06 at 14:26:57

2006-05-16 Ralf Corsépius <ralf.corsepius@…>

  • aclocal/rtems-ampolish.m4: New.
  • configure.ac: Use RTEMS_AMPOLISH3.
  • Property mode set to 100644
File size: 180 bytes
Line 
1# $Id$
2
3AC_DEFUN([RTEMS_AMPOLISH3],
4[
5AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
6AM_CONDITIONAL([AMPOLISH3],
7[test x"$USE_MAINTAINER_MODE" = x"yes" \
8  && test -n "$AMPOLISH3"])
9])
10
Note: See TracBrowser for help on using the repository browser.