summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/sparc/erc32/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-01-10 18:38:08 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-01-10 18:38:08 +0000
commit4d8d47532dca39cc61d9f2ef90da09c61f705e3b (patch)
tree2f981e1c4ea05860e8f82126b7c9535650049c60 /c/src/lib/libbsp/sparc/erc32/configure.ac
parent2006-01-10 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-4d8d47532dca39cc61d9f2ef90da09c61f705e3b.tar.bz2
2006-01-10 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add ampolish3 support. * Makefile.am: Add preinstall.am.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/sparc/erc32/configure.ac4
1 files changed, 4 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/sparc/erc32/configure.ac b/c/src/lib/libbsp/sparc/erc32/configure.ac
index bae8e92214..188fc3aee9 100644
--- a/c/src/lib/libbsp/sparc/erc32/configure.ac
+++ b/c/src/lib/libbsp/sparc/erc32/configure.ac
@@ -44,6 +44,10 @@ RTEMS_BSPOPTS_HELP([ENABLE_SIS_QUIRKS],
BSP will be enabled. In particular, SIS requires special
initialization not used on real ERC32 hardware.])
+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])
AC_OUTPUT