summaryrefslogtreecommitdiffstats
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
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.
-rw-r--r--ChangeLog8
-rw-r--r--aclocal/version.m42
2 files changed, 10 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]).
diff --git a/aclocal/version.m4 b/aclocal/version.m4
new file mode 100644
index 0000000000..6731766a64
--- /dev/null
+++ b/aclocal/version.m4
@@ -0,0 +1,2 @@
+AC_DEFUN([RTEMS_VERSIONING],
+m4_define([_RTEMS_VERSION],[ss-20030221]))