summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 07:23:29 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-13 07:23:29 +0000
commitae097c0acc889ea2c14687f4c1f40cc4328174ff (patch)
tree1f5ab1fbc0f5a406ef3ced2bad32d37d3ba337fa /testsuites
parent2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-ae097c0acc889ea2c14687f4c1f40cc4328174ff.tar.bz2
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Remove AMPOLISH3 (Unused).
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/ChangeLog1
-rw-r--r--testsuites/configure.ac4
2 files changed, 1 insertions, 4 deletions
diff --git a/testsuites/ChangeLog b/testsuites/ChangeLog
index 2ae30b30ae..9c05b1477e 100644
--- a/testsuites/ChangeLog
+++ b/testsuites/ChangeLog
@@ -1,5 +1,6 @@
2005-11-13 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * configure.ac: Remove AMPOLISH3 (Unused).
* aclocal/env-rtemsbsp.m4: Remove RTEMS_CPU_MODEL.
* automake/compile.am: Remove LINK_OBJS. Remove LINK_FILES.
Remove ARCH. Remove LINK_LIBS.
diff --git a/testsuites/configure.ac b/testsuites/configure.ac
index f62c34c4ef..75e556a278 100644
--- a/testsuites/configure.ac
+++ b/testsuites/configure.ac
@@ -55,10 +55,6 @@ 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])
AC_OUTPUT