summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 14:25:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-28 14:25:50 +0000
commit321f5ff4bb508753beb254eb721536b5388f3438 (patch)
treedab09ed13b762f6e177405cbb231df27f2de5fb9 /ChangeLog
parent2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-321f5ff4bb508753beb254eb721536b5388f3438.tar.bz2
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* aclocal/version.m4: New file. * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/ aclocal/version.m4. * bootstrap: Use aclocal/version.m4 instead of VERSION. * configure.ac: Use aclocal/version.m4 instead of VERSION.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index da4595efc5..ac3e99a5ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2002-03-27 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
+ * aclocal/version.m4: New file.
+ * aclocal/rtems-top.m4: Add RTEMS_VERSIONING, replace VERSION w/
+ aclocal/version.m4.
+ * bootstrap: Use aclocal/version.m4 instead of VERSION.
+ * configure.ac: Use aclocal/version.m4 instead of VERSION.
+
+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]).