summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/helas403/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/helas403/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/helas403/configure.ac')
-rw-r--r--c/src/lib/libbsp/powerpc/helas403/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/powerpc/helas403/configure.ac b/c/src/lib/libbsp/powerpc/helas403/configure.ac
index d904e69078..5a23fb8caf 100644
--- a/c/src/lib/libbsp/powerpc/helas403/configure.ac
+++ b/c/src/lib/libbsp/powerpc/helas403/configure.ac
@@ -30,6 +30,10 @@ RTEMS_BSPOPTS_HELP([PPC_VECTOR_FILE_BASE],
[This defines the base address of the exception table.
NOTE: Vectors are actually at 0xFFF00000 but file starts at offset.])
+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])