summaryrefslogtreecommitdiffstats
path: root/cpukit/aclocal/rtems-ampolish.m4
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/aclocal/rtems-ampolish.m4')
-rw-r--r--cpukit/aclocal/rtems-ampolish.m410
1 files changed, 10 insertions, 0 deletions
diff --git a/cpukit/aclocal/rtems-ampolish.m4 b/cpukit/aclocal/rtems-ampolish.m4
new file mode 100644
index 0000000000..9413045509
--- /dev/null
+++ b/cpukit/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"])
+])
+