summaryrefslogtreecommitdiffstats
path: root/cpukit/configure.ac
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 /cpukit/configure.ac
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 'cpukit/configure.ac')
-rw-r--r--cpukit/configure.ac4
1 files changed, 1 insertions, 3 deletions
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 67e0a2f8dd..f3430034ed 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -275,9 +275,7 @@ AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
-AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
-AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
- && test -n "$AMPOLISH3"])
+RTEMS_AMPOLISH3
AC_CONFIG_HEADER(config.h)