summaryrefslogtreecommitdiffstats
path: root/c/src/aclocal
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-05-16 14:26:57 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-05-16 14:26:57 +0000
commit068cf700acf4a584263dc3f17d3674e22afe1636 (patch)
treed40fddea0c41ec3f617ea5ca01c35a3d0742225f /c/src/aclocal
parentAllow single spurious FPGA interrupt. (diff)
downloadrtems-068cf700acf4a584263dc3f17d3674e22afe1636.tar.bz2
2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
* aclocal/rtems-ampolish.m4: New. * configure.ac: Use RTEMS_AMPOLISH3.
Diffstat (limited to 'c/src/aclocal')
-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"])
+])
+