summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-11-04 17:52:36 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-11-04 17:52:36 +0000
commit48183500a6725dd37b904efd3d742c532d183a1a (patch)
tree157f09c76286e4b5b67cc03d1c0cd1ba8283ab0e
parent2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-48183500a6725dd37b904efd3d742c532d183a1a.tar.bz2
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Add AMPOLISH3.
-rw-r--r--c/src/lib/libcpu/i386/ChangeLog1
-rw-r--r--c/src/lib/libcpu/i386/configure.ac4
2 files changed, 5 insertions, 0 deletions
diff --git a/c/src/lib/libcpu/i386/ChangeLog b/c/src/lib/libcpu/i386/ChangeLog
index a71c3235a7..1f7796012a 100644
--- a/c/src/lib/libcpu/i386/ChangeLog
+++ b/c/src/lib/libcpu/i386/ChangeLog
@@ -1,5 +1,6 @@
2005-11-04 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * configure.ac: Add AMPOLISH3.
* byteorder.h: New.
2005-01-07 Ralf Corsepius <ralf.corsepius@rtems.org>
diff --git a/c/src/lib/libcpu/i386/configure.ac b/c/src/lib/libcpu/i386/configure.ac
index d0b2bcf4a9..1562d81399 100644
--- a/c/src/lib/libcpu/i386/configure.ac
+++ b/c/src/lib/libcpu/i386/configure.ac
@@ -21,6 +21,10 @@ AM_PROG_CC_C_O
RTEMS_CANONICALIZE_TOOLS
RTEMS_PROG_CCAS
+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