summaryrefslogtreecommitdiffstats
path: root/c/src/librdbg/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'c/src/librdbg/ChangeLog')
-rw-r--r--c/src/librdbg/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/c/src/librdbg/ChangeLog b/c/src/librdbg/ChangeLog
index 375e8bb408..a2f5120737 100644
--- a/c/src/librdbg/ChangeLog
+++ b/c/src/librdbg/ChangeLog
@@ -1,3 +1,22 @@
+2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+
+ * configure.ac:
+ AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
+ AM_INIT_AUTOMAKE([no-define foreign 1.6]).
+ * include/rdbg/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * include/rdbg/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * include/rdbg/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * include/rdbg/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * src/i386/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * src/i386/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * src/m68k/any/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * src/m68k/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * src/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * src/powerpc/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * src/powerpc/new_exception_processing/Makefile.am: Remove AUTOMAKE_OPTIONS.
+
2002-03-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
PR 149