summaryrefslogtreecommitdiffstats
path: root/aclocal/version.m4
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 /aclocal/version.m4
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 '')
-rw-r--r--aclocal/version.m42
1 files changed, 2 insertions, 0 deletions
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]))