summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/mvme5500/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-10 20:15:30 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-10 20:15:30 +0000
commit7cc4f590517e7a9aee4ce0bd7f6c7c9ded1ac258 (patch)
tree6996cbbd8bb4a0c6ba2a0f52ba0264bca1c605a6 /c/src/lib/libbsp/powerpc/mvme5500/configure.ac
parent2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-7cc4f590517e7a9aee4ce0bd7f6c7c9ded1ac258.tar.bz2
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/mvme5500/configure.ac')
-rw-r--r--c/src/lib/libbsp/powerpc/mvme5500/configure.ac3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/mvme5500/configure.ac b/c/src/lib/libbsp/powerpc/mvme5500/configure.ac
index 6719adbd0a..d7084a5aed 100644
--- a/c/src/lib/libbsp/powerpc/mvme5500/configure.ac
+++ b/c/src/lib/libbsp/powerpc/mvme5500/configure.ac
@@ -31,6 +31,9 @@ RTEMS_BSPOPTS_HELP([PPC_USE_DATA_CACHE],
of PowerPC 603e revisions and emulator versions.
The BSP actually contains the call that enables this.])
+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])