summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 12:36:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-12-12 12:36:19 +0000
commit14348a0058ebd473a1b75dd8a6219413c74b53bf (patch)
tree4783214f4e3f19637af2e02f4a381e6810bc7433 /c/src/ChangeLog
parent2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-14348a0058ebd473a1b75dd8a6219413c74b53bf.tar.bz2
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/lead-dot.m4: Remove (Provided by automake-1.8). * automake/compile.am: Use mkdir_p instead of mkinstalldirs. * automake/lib.am: Use mkdir_p instead of mkdir. Remove $(PROJECT_RELEASE)/lib/$(dirstamp) handling. * aclocal/env-rtemsbsp.m4: Remove bsplibdir. Cleanups.
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index 0b57b89a77..1c83920aad 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,14 @@
2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/lead-dot.m4: Remove (Provided by automake-1.8).
+ * automake/compile.am: Use mkdir_p instead of mkinstalldirs.
+ * automake/lib.am: Use mkdir_p instead of mkdir.
+ Remove $(PROJECT_RELEASE)/lib/$(dirstamp) handling.
+ * aclocal/env-rtemsbsp.m4: Remove bsplibdir.
+ Cleanups.
+
+2003-12-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* configure.ac: Require automake >= 1.8, autoconf >= 2.59.
2003-12-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>