summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2005-02-19 17:05:59 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2005-02-19 17:05:59 +0000
commitfe3cf83ad6632acc0050118d7739202f1bb89100 (patch)
tree3cd55d9fa9517e29a14e0c1bfbd4d178de6b2f24 /cpukit
parent2005-02-19 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-fe3cf83ad6632acc0050118d7739202f1bb89100.tar.bz2
2005-02-19 Ralf Corsepius <ralf.corsepius@rtems.org>
* configure.ac: Check for external ampolish3.
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog4
-rw-r--r--cpukit/configure.ac3
2 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 6cfead059a..605b17859c 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,7 @@
+2005-02-19 Ralf Corsepius <ralf.corsepius@rtems.org>
+
+ * configure.ac: Check for external ampolish3.
+
2005-02-18 Ralf Corsepius <ralf.corsepius@rtems.org>
* libnetworking/vm/vm_extern.h, libnetworking/vm/vm_kern.h:
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 6ea9b372b6..d9be56702f 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -271,8 +271,9 @@ AM_CONDITIONAL([NEED_SYS_QUEUE_H],[test x"$NEED_SYS_QUEUE_H" = x"yes"])
AM_CONDITIONAL([LIBSHELL],[test x"$HAVE_ASSIGNABLE_STDIO" = x"yes"])
AM_CONDITIONAL([LIBSERDBG],[test x"$rtems_cv_cc_attribute_weak" = x"yes"])
+AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
- && test -f "${srcdir}/ampolish3.in"])
+ && test -n "$AMPOLISH3"])
AC_CONFIG_HEADER(config.h)