summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal/rtems-ampolish.m4
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/aclocal/rtems-ampolish.m4')
-rw-r--r--c/src/aclocal/rtems-ampolish.m410
1 files changed, 10 insertions, 0 deletions
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"])
+])
+