summaryrefslogtreecommitdiffstats
path: root/cpukit
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit')
-rw-r--r--cpukit/ChangeLog5
-rw-r--r--cpukit/aclocal/rtems-ampolish.m410
-rw-r--r--cpukit/configure.ac4
3 files changed, 16 insertions, 3 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index f75813d4e0..a4f24efa12 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,3 +1,8 @@
+2006-05-16 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * aclocal/rtems-ampolish.m4: New.
+ * configure.ac: Use RTEMS_AMPOLISH3.
+
2006-04-27 Eric Norum <norume@aps.anl.gov>
* telnetd/pty.c: Accept <CR><NUL> as equivalent to <CR><LF>.
diff --git a/cpukit/aclocal/rtems-ampolish.m4 b/cpukit/aclocal/rtems-ampolish.m4
new file mode 100644
index 0000000000..9413045509
--- /dev/null
+++ b/cpukit/aclocal/rtems-ampolish.m4
@@ -0,0 +1,10 @@
+# $Id$
+
+AC_DEFUN([RTEMS_AMPOLISH3],
+[
+AC_PATH_PROG([AMPOLISH3],[ampolish3],[])
+AM_CONDITIONAL([AMPOLISH3],
+[test x"$USE_MAINTAINER_MODE" = x"yes" \
+ && test -n "$AMPOLISH3"])
+])
+
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index 67e0a2f8dd..f3430034ed 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -275,9 +275,7 @@ 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 -n "$AMPOLISH3"])
+RTEMS_AMPOLISH3
AC_CONFIG_HEADER(config.h)