summaryrefslogtreecommitdiffstats
path: root/c/src/ChangeLog
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-02-20 01:22:04 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-02-20 01:22:04 +0000
commit789694a1417d66be04dfea4e4cf18c7d1293cc44 (patch)
tree1c32887c311052e0002b603b83f7794411ab9ec2 /c/src/ChangeLog
parent2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-789694a1417d66be04dfea4e4cf18c7d1293cc44.tar.bz2
2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Fix loosing arguments when configuring cpukit and testsuites (Was exposed with --enable-multilib, only). Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR. Add RTEMS_BSP_CONFIG_SUBDIR. * configure.ac: Reflect changes to acinclude.m4. Reflect new args to testsuites's configure. * aclocal/rtems-top.m4: Remove ENDIF hack. Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
Diffstat (limited to 'c/src/ChangeLog')
-rw-r--r--c/src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/c/src/ChangeLog b/c/src/ChangeLog
index eca3f698e9..09ad41b22a 100644
--- a/c/src/ChangeLog
+++ b/c/src/ChangeLog
@@ -1,5 +1,16 @@
2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * acinclude.m4: Fix loosing arguments when configuring cpukit and
+ testsuites (Was exposed with --enable-multilib, only).
+ Remove RTEMS_SUBCONFIGURE_ARGS_QUOTE. RTEMS_CONFIG_SUBDIR.
+ Add RTEMS_BSP_CONFIG_SUBDIR.
+ * configure.ac: Reflect changes to acinclude.m4. Reflect new args to
+ testsuites's configure.
+ * aclocal/rtems-top.m4: Remove ENDIF hack.
+ Rework and fix setting up PROJECT_TOPdir (PACKHEX wasn't found).
+
+2004-02-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
* libchip/Makefile.am, librdbg/Makefile.am, optman/Makefile.am,
wrapup/Makefile.am: Fix automake problems having been introduced
in previous patch.