summaryrefslogtreecommitdiffstats
path: root/testsuites/configure.ac
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:01:54 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-09 09:01:54 +0000
commitf8c441ba5e5351b6592a6ac008ad2b2b554f191a (patch)
treea5b3904ade5a0f2dd707001cba1aa2b92737bbf6 /testsuites/configure.ac
parentNew. (diff)
downloadrtems-f8c441ba5e5351b6592a6ac008ad2b2b554f191a.tar.bz2
Add AMPOLISH3. Remove support/.
Diffstat (limited to 'testsuites/configure.ac')
-rw-r--r--testsuites/configure.ac5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index 07ac182f2e..31cea9720f 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -31,7 +31,6 @@ RTEMS_CHECK_TESTS
case $enable_tests in
yes | samples )
- AC_CONFIG_SUBDIRS(support)
AC_CONFIG_SUBDIRS(samples)
;;
esac
@@ -58,6 +57,10 @@ fi
AC_SUBST(BARE_CPU_CFLAGS)
AC_SUBST(BARE_CPU_MODEL)
+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
])