summaryrefslogtreecommitdiffstats
path: root/c/src/tests/samples/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:44:22 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 00:44:22 +0000
commit0e9a637c2bdde6aa557a02ea9c1730eea8e9eaf7 (patch)
tree761a7efe1759528d2999147af833a60a8ec2ca44 /c/src/tests/samples/ChangeLog
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-0e9a637c2bdde6aa557a02ea9c1730eea8e9eaf7.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]). * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS. * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS. * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS. * Makefile.am: Remove AUTOMAKE_OPTIONS. * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS. * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS. * hello/Makefile.am: Remove AUTOMAKE_OPTIONS. * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS. * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS. * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS. * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
Diffstat (limited to 'c/src/tests/samples/ChangeLog')
-rw-r--r--c/src/tests/samples/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/c/src/tests/samples/ChangeLog b/c/src/tests/samples/ChangeLog
index 2a686b579d..a5b732e169 100644
--- a/c/src/tests/samples/ChangeLog
+++ b/c/src/tests/samples/ChangeLog
@@ -1,3 +1,20 @@
+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]).
+ * base_mp/node1/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * base_mp/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * base_mp/node2/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * base_sp/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * cdtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * hello/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * minimum/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * paranoia/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * ticker/Makefile.am: Remove AUTOMAKE_OPTIONS.
+ * unlimited/Makefile.am: Remove AUTOMAKE_OPTIONS.
+
2001-11-26 Ralf Corsepius
* cdtest/main.cc: Remove RTEMS_TEST_IO_STREAM.