summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--cpukit/ChangeLog15
-rw-r--r--cpukit/configure.ac3
2 files changed, 18 insertions, 0 deletions
diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog
index 2d186630f2..2d5010ca52 100644
--- a/cpukit/ChangeLog
+++ b/cpukit/ChangeLog
@@ -1,5 +1,20 @@
2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
+ * itron/Makefile.am, libcsupport/Makefile.am,
+ libnetworking/Makefile.am, posix/Makefile.am,
+ rtems/Makefile.am, sapi/Makefile.am,
+ score/Makefile.am, wrapup/Makefile.am,
+ Makefile.am: Split preinstallation rules in to separate
+ preinstall.am-files.
+ * itron/preinstall.am, libcsupport/preinstall.am,
+ libnetworking/preinstall.am, posix/preinstall.am,
+ rtems/preinstall.am, sapi/preinstall.am,
+ score/preinstall.am, wrapup/preinstall.am,
+ preinstall.am: New (Generated from corresponding Makefile.ams).
+ * configure.ac: Add AM_CONDITIONAL(AMPOLISH3)-stub.
+
+2005-02-08 Ralf Corsepius <ralf.corsepius@rtems.org>
+
* configure.ac: Add new header guard to cpuopts.h.
* Makefile.am: Add libfs, libblock, ftpd header install rules.
* libfs/Makefile.am, libblock/Makefile.am, ftpd/Makefile.am: Remove
diff --git a/cpukit/configure.ac b/cpukit/configure.ac
index acd06e5863..7f7231fffe 100644
--- a/cpukit/configure.ac
+++ b/cpukit/configure.ac
@@ -275,6 +275,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"])
+AM_CONDITIONAL([AMPOLISH3],[test x"$USE_MAINTAINER_MODE" = x"yes" \
+ && test -f "${srcdir}/ampolish3.in"])
+
AC_CONFIG_HEADER(config.h)
# Explicitly list all Makefiles here