summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/i386/i386ex/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:40:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:40:06 +0000
commit134dcebd07bebbefa2f86b12c9d06792d94a8494 (patch)
tree4f98cde3ddbffe3a2570848a232abc69807b2d97 /c/src/lib/libbsp/i386/i386ex/ChangeLog
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-134dcebd07bebbefa2f86b12c9d06792d94a8494.tar.bz2
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]). * clock/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * console/Makefile.am: Remove AUTOMAKE_OPTIONS. * include/Makefile.am: Remove AUTOMAKE_OPTIONS. * network/Makefile.am: Remove AUTOMAKE_OPTIONS. * start/Makefile.am: Remove AUTOMAKE_OPTIONS. * startup/Makefile.am: Remove AUTOMAKE_OPTIONS. * timer/Makefile.am: Remove AUTOMAKE_OPTIONS. * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to 'c/src/lib/libbsp/i386/i386ex/ChangeLog')
-rw-r--r--c/src/lib/libbsp/i386/i386ex/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/c/src/lib/libbsp/i386/i386ex/ChangeLog b/c/src/lib/libbsp/i386/i386ex/ChangeLog
index 543513c708..185d375f3b 100644
--- a/c/src/lib/libbsp/i386/i386ex/ChangeLog
+++ b/c/src/lib/libbsp/i386/i386ex/ChangeLog
@@ -1,3 +1,18 @@
+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]).
+ * clock/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * console/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * network/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * start/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * startup/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * timer/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * wrapup/Makefile.am: Remove AUTOMAKE_OPTIONS.
+
2002-03-16 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Remove stray ';', PR 139.