summaryrefslogtreecommitdiffstats
path: root/c/src/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 08:50:58 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-05-10 08:50:58 +0000
commitb826c3ada703da69d74285770705ffaaf01ba62e (patch)
tree6e3aabad3182e4ea5fdca125c9264bcc242f1113 /c/src/configure.ac
parent2005-05-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-b826c3ada703da69d74285770705ffaaf01ba62e.tar.bz2
Add AMPOLISH3.
Diffstat (limited to 'c/src/configure.ac')
-rw-r--r--c/src/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/configure.ac b/c/src/configure.ac
index 41813f6f0a..bb4c4daecd 100644
--- a/c/src/configure.ac
+++ b/c/src/configure.ac
@@ -227,6 +227,10 @@ AM_CONDITIONAL([RPCTOOLS],[test "$RPCGEN" = rpcgen \
RTEMS_PROJECT_ROOT
+AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
+AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
+ && test -n "$AMPOLISH3"])
+
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile],
[${MAKE} make/${RTEMS_BSP}.cache],