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.m412
1 files changed, 12 insertions, 0 deletions
diff --git a/cpukit/aclocal/rtems-ampolish.m4 b/cpukit/aclocal/rtems-ampolish.m4
new file mode 100644
index 0000000000..328df7afcb
--- /dev/null
+++ b/cpukit/aclocal/rtems-ampolish.m4
@@ -0,0 +1,12 @@
+# $Id$
+
+AC_DEFUN([RTEMS_AMPOLISH3],
+[
+AC_REQUIRE([AM_MAINTAINER_MODE])
+AC_PATH_PROG([PERL],[perl],[])
+AC_SUBST(AMPOLISH3,["\$(PERL) ${am_aux_dir}/ampolish3"])
+AM_CONDITIONAL([AMPOLISH3],
+[test x"$USE_MAINTAINER_MODE" = x"yes" \
+ && test -n "${PERL}"])
+])
+