From 068cf700acf4a584263dc3f17d3674e22afe1636 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 16 May 2006 14:26:57 +0000 Subject: =?UTF-8?q?2006-05-16=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * aclocal/rtems-ampolish.m4: New. * configure.ac: Use RTEMS_AMPOLISH3. --- c/src/aclocal/rtems-ampolish.m4 | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 c/src/aclocal/rtems-ampolish.m4 (limited to 'c/src/aclocal') diff --git a/c/src/aclocal/rtems-ampolish.m4 b/c/src/aclocal/rtems-ampolish.m4 new file mode 100644 index 0000000000..9413045509 --- /dev/null +++ b/c/src/aclocal/rtems-ampolish.m4 @@ -0,0 +1,10 @@ +# $Id$ + +AC_DEFUN([RTEMS_AMPOLISH3], +[ +AC_PATH_PROG([AMPOLISH3],[ampolish3],[]) +AM_CONDITIONAL([AMPOLISH3], +[test x"$USE_MAINTAINER_MODE" = x"yes" \ + && test -n "$AMPOLISH3"]) +]) + -- cgit v1.2.3